Re: Making a PyRFC call to BAPI_PERSDATA_CHANGE on an SAP IDES results in...
Go to the ABAP server and check the detailed information in the short dump (transaction ST22).
View ArticleRe: Matmas IDoc - Not updating( Space) in mara table zappend structure
Dear Anand, This happens as the standard Idoc FM for MATMAS calls a BDC for MM01/MM02 to make the changes in material master and while building the BDCDATA internal table for the BDC recording, system...
View ArticleRe: Alternative Loop avoid for collect
I guess you're looking for a simple statement like SQL "select company_code sum(amount) from itab group by company_code", but unfortunately the new ABAP constructs in 7.40 (LOOP AT ... GROUP BY, and...
View ArticleRe: Catch All Queries Executed on DB Programmatically
You could debug what is done during the SQL trace (transaction code ST05), and reproduce it into your program. There are probably many threads which discuss of that (search function module...
View ArticleStatistical Forecast Error in customized version
Hi Experts, I am using Unified Planning Area in IBP 6. I have customized a version called FLEX Version where I have included the Keyfigures such as ACTUALSQTY(standard keyfig),...
View ArticleConverting circular structure to JSON - While odata.create
Hello Expert, I am facing issue while creating entityset to odata. I am using odata with meta data like : <EntityTypeName="BusinessPartner"sap:content-version="1"> <Key>...
View ArticleCreate standard BO from Script [Clone existing opportunities]
Hello pros, I have a specific business requirement that I'm not able to implement.Purpose of the requirement :ConsiderI have already in base hundreds of opportunities. I would like to create a button...
View ArticleRe: change correctly the COGS for A/P Invoice error (after A/R Invoice...
Are you copying the credit memo from the first AP Invoice, or creating it as stand alone? There must be a difference in the item cost between the documents. You can manually enter an item cost to be...
View ArticleRe: Print Preview is taking long time
You may need to review your Crystal report to try to optimise the SQL being used.
View ArticleRe: how to find closing date of Incoming Payment
ITR1 & OITR will give you the date the payment was reconciled
View ArticleRe: WOCR not picked correctly due to Missing Activity area
Dear Yogi, 0. Your warehouse process type contains an activity. Please make sure in configuration of the activity area that the correct activity is linked to the storage type or storage bins where you...
View ArticleRe: SAP BO 9.0 - Add-on installation fails through RDP.
Try running cmd as administrator, the use Change User /install to allow install on the server. When done, use Change User / Execute to reset back to normal
View ArticleRe: MRP with forma invoice -Different planned orders for Sales orders and PFI's
Vijesh,Hmm. I have never heard anyone refer to a Quotation as a 'Pro Forma Invoice'. I guess you learn something new every day around here. Including quotations within MRP planning could make sense,...
View ArticleRe: XS Advanced and FQDN
Marc, Getting the latest client did allow me to login, and I've even managed to start the TinyWorld tutorial; however, when I try to build the HDB module, I receive the following error message: I've...
View ArticleRe: Passing local params in hdbfunction as calc view input parameters
Hi Florian, Thanks for your reply. I tried these methods, but then it fails during creation, and does not compile. The first method will give the following error: Could not execute 'CREATE FUNCTION...
View ArticleRe: SBO Addon throws a missing BP Code during "1" click (update)
It appears to be irrelevant with the current subject. No other form is active during the editing of the SCs. Before I add the CFL feature, i wouldn't get any errors. I would like to keep the CFL...
View ArticleRe: Passing local params in hdbfunction as calc view input parameters
Hi Sergio,Thanks for your response. I tried this method, and it would result in the same error. Regards,Isuru
View ArticleAuthenticate with TokenUser & Password in SOAP header
Hello, My requirement is to send Idoc information to SOAP receiver system with Tokenuser & password in soap header to authenticate the web service call.My web service structure is as below when i...
View ArticleRe: SBO Addon throws a missing BP Code during "1" click (update)
I am not at the office right now, i will check the value when Im back and reply again. No UDO linked to the form. Its just a query grid that will also capture SC id and change some UDFs of the SC Form...
View Article