Re: Need to analyze the memory usage for NetWeaver system (CLM)
ok ..it is easy to get this approved.Because this is a recommendation from SAP to have this parameter activated as part f solman_setup for satellite systems. Kind Regards,Jacob
View ArticleRe: Automatic Idoc transfer on production order release in ECC
Hi Mahesh, I believe there are multiple way to achieve automatic triggering of an IDOC from ecc system to outbound system through ALE..by using change pointers,user exits,DRF..etc. What i would do is...
View ArticleRe: How to retrieve the results of an EXECUTE IMMEDIATE query call
Hi Fabian, I haven't worked with EXECUTE IMMEDIATE, but if your procedure has an output table, then you could do the following: -- 'outer' procedureCREATE PROCEDURE TEST_PROC AS BEGIN -- assuming...
View ArticleRe: Approval Procedure for Outgoing Payment
Pls close the thread RegardsKarthik Vasudevan
View ArticleRe: SE80: Prompt the user on transaction close if there are unsaved edits
Hi Pietro, I dont think there is any option for what you need. If 2 sessions (windows) are open it wont ask you for confirmation of unsaved data while closing the window. The best way is to save you...
View ArticleRe: Script Logic Not Picking Up Records
Hi Jamie,try...*WHEN ACCVOLUME*IS VOLPROD *WHEN GET(ACCVOLUME="VOLPROD") *IS > 10 *REC(FACTOR=0) *ENDWHEN*ENDWHEN... Kind regards Roberto
View ArticleRe: Does APD works on column model??
Hi Surendra,Try the APD transformations "transform list into data record" or "transform data record into list". This might not be a straight forward solution, but you can transform the records using...
View ArticleRe: Problem with Data type for date??
Hi Naidu, As Roberto has mentioned, BPC stores only nvarchar type.Typically, for storing dates, its better to store it as a number. For example, YYYYMMDD. Then if you need to display this property in...
View ArticleRe: SAP locales for RHEL6
Hi Ruzica, I work for Red Hat on the SAP relationship. To your question, short answer is that you will need "Red Hat Enterprise Linux for SAP Business Applications" Subscription (In short RHEL for SAP)...
View ArticleRe: SMQ2 too many entries & RWB shows scheduled
Message struck in Queue , may be queues are not activated check queue status take help from Basis.
View ArticleRe: Account determination - RAP for MRNB
Hi,Just assign G/L account for UMB key by keeping Blank for RAP key in OBYC t.code and carry out your process to find which G/L account picks! Revaluation account triggers for material due to-->...
View ArticleRe: transactional data in GRC 10
Hi Mark Have you checked, if the programm GRAC_ACTION_USAGE_SYNC and GRAC_ROLE_USAGE_SYNC runs correctly for the concerned systems? Another possibilty is, that the interface user hasn't not the right...
View ArticleQAAWS limit in Xcelsius 2008?
Hi, Is there any limitation on QAAWS to be used in Xcelsius 2008? E.g. number of rows in return, turnaround time, number of queries, etc? The BOXI3.1 environment isProduct version - BOXI3.1 SP3 + FP3.6...
View ArticleCustom HR Event - Key not always filled in
Hello all,We have a custom workflow to notify when a retiree is rehired. It’s been running quite happily for 10 years.The workflow is triggered by the event ZREHIRED, which is configured in SWEHR3...
View ArticleRe: Server0 stopped with error -1113
Hi, Please perform the following. 1. Login to sidadm2.Start -Run -> cmd -> sqlplus "/as sysdba"3.select username, account_status from dba_users;4.check whether your SAPSR3DB user is locked. If...
View ArticleRe: restrict variable to display from current month to next 12 months
When you drag IO_NAME in your query, does it show all the last 12 months?Also check if you have any additional filtrers, restrictions of Conditions in your query which might be filtering out the data.
View ArticleRe: Java Port Number After Dual Stack Split
Hi RB and Vimal, Thank you very much for your responses.My question is about reducing the impact on users. Users in BI will use Bex Analyzer and Web Analyzer. They will not use ABAP at all.So how about...
View ArticleRe: setting mailing for company "abc"(company was bought/taken by "cde").
That message is related to the SMTP relay, Is your SAP system IP added to the relay agent of your SMTP server?, also can you reach your SMTP server on port 25? Regards, Juan
View ArticleRe: udf for global incremental number
Hi, We have implemented similar kind(sequence no generation) of requirements in our project.We used RFC look up in our case. You can either use RFC or JDBC look up in your case. RegardsVenkat
View ArticleRe: date comparison formula not working
Hi Abhilash,Very interesting. When I place the ppsd derived formula (from above) on the screen, the date is 17/02/2013 12:00:00AM which is what I want (note: {Command.period_start_date} = 23/02/2013)....
View Article