Quantcast
Channel: SCN: Message List
Viewing all 8902 articles
Browse latest View live

How to extend database size in mssql server 2008

$
0
0

Hello Sir,

 

I used SAP Mssql server 2008. The data size is already full then how to extend the data size of database. What is the solution to extend database size.

What is process to extend database size in sap.


Re: How to transform from HR Technical to HR Functional Consultant ?

$
0
0

Hi. Try to invest you time to learning business process in HR via official law documents, goverment acts etc.

Distribute the depreciation period in two months

$
0
0

Hi All

 

I need to accelerate depreciation to depreciate half of the asset’s value in July, and the remainder in August. I changed the depreciation key to GWG from LINA & updated the expired useful life to reflect two periods remaining.

But when I check the planned values, the system seems like it will be fully depreciating the asset in period 7.

Can someone advice me how can I distribute the remaining depreciation between period 7 and 8?




Re: Problem in module pool programming

$
0
0

Hi Aruna,

please tell me one thing, how could it will change my screen fields, and what do you mean by creating different structure, actually firstly i have to display all the data based on that NOTICE_ID, so i have created such type of structures which is similar to my z table.

Counter KF with 1 & 0 and difference between data type NUMBER (DEC) and INTEGER (INT4)

$
0
0

Hi,

 

I need to create a counter kf which should populate 1 and 0 to this counter field. Please let me know is there any difference between data type

NUMBER (DEC) and INTEGER (INT4).

 

Please suggest.

 

Thanks & Regards,

Pavan kumar

Re: Delivery query text field not showing not showing in corresponding order in report

$
0
0

Hi,

     In your below query is showing duplicate records...

 

select t0.docnum,t0.cardname,t0.NumAtCard,t0.Comments,

convert(varchar,t0.docduedate,103) as Date,t1.itemcode,t1.dscription,t2.WhsCode,t2.OnHand as After_DELIVERY_STOCKQTY,

t1.Price,t1.linetotal,t1.vatsum,t1.baseref as SO,t1.quantity,(select sum(t5.inqty)-sum(t5.outqty)) as BEFORE_DELIVERY_STOCKQTY,t6.baseref as SQ,

(SELECT distinct TOP 1 isnull(Street,'') FROM CRD1 WHERE CardCode=T0.CardCode AND AdresType='B')+

(SELECT distinct TOP 1 isnull(BLOCK,'') FROM CRD1 WHERE CardCode=T0.CardCode AND AdresType='B') +

(SELECT distinct TOP 1 isnull(CITY,'') FROM CRD1 WHERE CardCode=T0.CardCode AND AdresType='B') +

(SELECT distinct TOP 1 isnull(State,'') FROM CRD1 WHERE CardCode=T0.CardCode AND AdresType='B') +

(SELECT distinct TOP 1 isnull(ZipCode,'') FROM CRD1 WHERE CardCode=T0.CardCode AND AdresType='B') as Address,

T3.SeriesName AS SERIES

from ODLN t0 inner join DLN1 t1 on t0.DocEntry=t1.DocEntry

left outer join OITW t2 on t1.ItemCode=t2.ItemCode and t1.WhsCode =t2.WhsCode

LEFT OUTER JOIN NNM1 T3 ON T0.Series=T3.Series

LEFT OUTER JOIN DLN10 T4 ON T0.DocEntry=T4.DocEntry

left join OINM t5 on t1.ItemCode=t5.ItemCode

left join RDR1 t6 on t1.BaseEntry =t6.DocEntry

where t2.WhsCode ='fg' and t0.DocNum=1004820

group by t0.docnum,t0.cardname,t0.NumAtCard,t0.Comments,t0.docduedate,t1.itemcode,t1.dscription,t2.WhsCode,t2.OnHand,t1.Price,

t1.linetotal,t1.vatsum,t1.baseref,t1.quantity,T0.CardCode,T3.SeriesName,t6.baseref

 

union all

select t0.docnum,t0.cardname,t0.NumAtCard,t0.Comments,

convert(varchar,t0.docduedate,103) as Date,Cast(T4.LineText  as nvarchar (200))  AS LINETEXT  ,t1.dscription,t2.WhsCode,t2.OnHand as After_DELIVERY_STOCKQTY,

t1.Price,t1.linetotal,t1.vatsum,t1.baseref as SO,t1.quantity,(select sum(t5.inqty)-sum(t5.outqty)) as BEFORE_DELIVERY_STOCKQTY,t6.baseref as SQ,

(SELECT distinct TOP 1 isnull(Street,'') FROM CRD1 WHERE CardCode=T0.CardCode AND AdresType='B')+

(SELECT distinct TOP 1 isnull(BLOCK,'') FROM CRD1 WHERE CardCode=T0.CardCode AND AdresType='B') +

(SELECT distinct TOP 1 isnull(CITY,'') FROM CRD1 WHERE CardCode=T0.CardCode AND AdresType='B') +

(SELECT distinct TOP 1 isnull(State,'') FROM CRD1 WHERE CardCode=T0.CardCode AND AdresType='B') +

(SELECT distinct TOP 1 isnull(ZipCode,'') FROM CRD1 WHERE CardCode=T0.CardCode AND AdresType='B') as Address,

T3.SeriesName AS SERIES

from ODLN t0 inner join DLN1 t1 on t0.DocEntry=t1.DocEntry

left outer join OITW t2 on t1.ItemCode=t2.ItemCode and t1.WhsCode =t2.WhsCode

LEFT OUTER JOIN NNM1 T3 ON T0.Series=T3.Series

LEFT OUTER JOIN DLN10 T4 ON T0.DocEntry=T4.DocEntry

left join OINM t5 on t1.ItemCode=t5.ItemCode

left join RDR1 t6 on t1.BaseEntry =t6.DocEntry

where t2.WhsCode='fg'

and t0.DocNum=1004820

group by t0.docnum,t0.cardname,t0.NumAtCard,t0.Comments,t0.docduedate,t1.dscription,t2.WhsCode,t2.OnHand,t1.Price,

t1.linetotal,t1.vatsum,t1.baseref,t1.quantity,T0.CardCode,T3.SeriesName,t6.baseref,Cast(T4.LineText  as nvarchar (200))

 

1.PNG

ABAP dump when trying to view loaded requests in attribute of infoobject.

$
0
0


Hi,

 

I am getting ABAP dump when i try to view loaded request in attribute of Info Object. The process (load from Datasource to attributes) is running since long in Process chain and it is still in yellow status. If i try to see its Process Monitor or Administrate Target it is giving ABAP dump.

 

Runtime Errors: MESSAGE_TYPE_X  

Program                                 SAPLRSS2
Include                                 LRSS2U12
Row                                     44
Module type                             (FUNCTION)
Module Name                             RSS2_DTP_REQ_MAP_TO_SELDONE

 

data: l_s_request like rsbkrequest.
select single * from rsbkrequest into l_s_request where
        requid = l_sid.
if sy-subrc <> 0.
  >>>> message x000(rsm).

 

Note: The system is upgraded to 7.3

 

Kindly help how can i resolve this?

Re: Delivery query text field not showing not showing in corresponding order in report

$
0
0

Hi,

 

Are these highlighted items are different right?

 

Thanks & Regards,

Nagarajan


Re: Change data is not coming in delta queue

$
0
0

Hi Arpit,

 

Think about generic data source and pull thsoe records which are changed thru custom prorgam.

 

Thanks

Re: When opening a non on demand sub-report it is only printing portrait?

$
0
0

Hi Gavin,

 

1) Get inside the Subreport > File > Page Setup > Is it set to Landscape?

 

2) Go to the Section Expert > Select the section that holds the Subreport > Paging tab > Make sure 'Default' is selected (Available only in CR 2008 and higher)

 

3) Zoom out the Main Report and make sure the Subreport is stretched wide enough so that it starts from the left most margin and ends at the right most.

 

-Abhilash

Re: Sales Quotation Layout

$
0
0

Hi Megahanath..

 

Add a new database field in the repetitive area select the sales order row table and select the text field..

 

 

1.png

 

Regards

Kennedy

Re: SAPUI5 Eclipse toolkit - how to set fixed port?

Re: Transport Error For Bex Query to BW Production

$
0
0

Hi all,

 

The issue is resolved with Re transport.
The Query is in production now.
Thank you very miuch for your guidance  Rama,

Ganesh  and   Nikhil 


Regards- Aparajit

Unable to Change Profit Center in Internal Order

$
0
0

Hi All,

 

I need guidance to understand what restricts me to change Profit Center in an Internal Order Master Data. System gives the message "You cannot change Profit Center, Message No KO367".

 

I am aware that I can change the error message into a warning message and all data must be settled before changing profit center.

 

But in my scenario, when I look to the reports and tries to locate any transaction under that order there is no transaction. Also, the Order Balance is showing as 'Zero'. When there are no transaction under that order system should allow me to change the profit center in Internal Order.

 

If I replicate the same scenario on quality client system allows me to change the profit center without any error message.

 

I am not sure if the order has been assigned somewhere under sales order etc. If there is a way to locate where all the Internal Order has been assigned, please advise.

 

Please advise what is causing the system to not change the profit center when I am unable to locate any transactions. I have checked all report - both actual data and plan data - no postings. Please if there is any other way to check on data or assignment.

 

Regards

Re: Service Po Creation- Net price is zero and tax not calculated

$
0
0

did you maintained conditions for ZSER?


Re: SySAM: License feature name: ASE_RDDB error

$
0
0

Current client had a DBA that did the same thing ... built a new dataserver from scratch, enabled RDDB for a handful of user-created temporary databases, didn't notice the warning about a 30-day graced license, left the company, and when the 30-day graced license expired ... wellll ... let's just say anything touching those temp db's didn't work.

 

Some cursory searching of the manuals, solved cases (@ sybase.com), and the SAP KB didn't accomplish much.  While dropping/recreating the temporary databases should work, I just updated one of the status columns in sysdatabases and bounced the dataserver.

 

Which status column did I update? *shrug* I don't recall jotting down the details as it was fairly simple to see the difference in status values between tempdb and the user-created temporary databases. [NOTE: The ASE SP100 Reference:Tables manual doesn't list bit settings for RDDB related attributes.]

 

If you decide to go the 'update sysdatabases' route and you're not sure what to change, post back here with the sysdatabases records for tempdb and all user-created temporary databases.

Re: When opening a non on demand sub-report it is only printing portrait?

$
0
0

Hi Sastry,

 

Main Report is landscape,

 

Yes our defualt printer supports landscape,

 

I have saved the report and ran it seperatly and its fine it just when its a sub report.

 

Thanks,

 

Gavin

Re: Issue Section 24 Deduction for Infotype 584

$
0
0

Hi Veeram,

 

The LNS04 is working fine I dont know why it is not working for LNS05

 

Please let me know Incase if your issue is resolved

Can i switch my technology to SAP Hana

$
0
0

Currently i am working as Backup Admin (EMC's Networker Techonlogy),It's been one year now i am working on this product.

 

I want to switch the technology.Can i move into SAP Hana ?

Re: EHP7 upgrade in PREP_INIT/JOB_RSUPDTEC

$
0
0

can you share other relevant logs from tmp and log directory ?

Viewing all 8902 articles
Browse latest View live




Latest Images