Re: How to maintain segments for PORDCH03 (IDOC)
Hi Mihail For PO change, you need to maintain the document in the parent segment E1PORDCH. So for your case:E1PORDCH-PURCHASEORDER = '4500017477' Do note that for any header/item fields that you want...
View ArticleRe: Data Dictionary details
Hi Khagendra Are you trying to dynamically determine the attributes of a field during runtime? Have you tried using RTTS services? You can try using class CL_ABAP_TYPEDESCR. Check out the class...
View ArticleRe: running a DOS program before an ABAP program
Hello Mohsen, welcome in the SAP community. If you don't have the possibility to change your ABAP report Z_Order you can do this:Download the COM Connector from here. Look at example...
View ArticleSreen gets cut in production client after sending a transport
Good Day, after taking a transport to production the screen cut other columns but on Development and qas is fine and the transport pass throught those client. Please see production screenshot below....
View ArticleProcess code for /DSD/HH_CREDITDATA
Good day gurus, I am trying to load the credit master data for customers using the IDoc /DSD/HH_CREDITDATA but I cannot find the correct process code to assign in WE20 to get my IDocs processed. Could...
View ArticleRe: Process code for /DSD/HH_CREDITDATA
Hi Sara, If you have inbound processing FM , you can create a Z process code and put that process code in partner profile.
View ArticleRe: Simple HTTP Send / Receive does not Work
Hello, When you use cl_http_utility=>set_request_uriyou need to pass proxy settings, if you dont want to doyou'll try remove this instruction. Regards
View ArticleRe: Process code for /DSD/HH_CREDITDATA
Hello, Isn't there any standard process code that I can use? Regards,
View ArticleRe: Info record upload error
Hello, I am having the same issue and the report indeed has that screen. I have tried to control the result using the flags available in the LSMW for texts but keeps on coming. Any ideas? Thanks,
View ArticleRe: No batch input data for screen SAPLKEAK 0300
Rahul, Why don't you try to debug the background program? Use JDBG on the BG job and change the call transaction to display ALL SCREENS or ERROR ONLY and see where the issue is. Thanks,Vikram.M
View ArticleRe: No batch input data for screen SAPLKEAK 0300
Hi Rahul, Go to screen and check whether is is mandatory or not. If it not mandatory you use code like /enter and skip it. Regards,Madhu.
View ArticleRe: Sreen gets cut in production client after sending a transport
Hi, Did you check the screen properties in production. Just try to compare with dev and see. Regards,Madhu.
View ArticleTransfer IDOC Immed.
Hi I’ve created a Z message type to transfer transactional data from SAP EEC6 to external system (MES) using iDOCs.Distribution model was created and profiles were updated in WE20 (outbound...
View ArticleRe: Transfer IDOC Immed.
Hi Werner, Are you generating the IDocs from a custom program? If you are using FM ALE_IDOCS_CREATE, then you need to call function EDI_DOCUMENT_DEQUEUE_LATER to unlock the IDocs and then commit work....
View ArticleRe: No batch input data for screen SAPLKEAK 0300
It is not happening on regular basis. The same invoice which has failed while posting because of Profitability Segment, if posted again then it gets posted. If i try to post a group of invoices then at...
View ArticleRe: Transfer IDOC Immed.
Hi Eng Swee Thanks for your prompt response. Yes we are using a custom program to generate idoc (we used FM MASTER_IDOC_DISTRIBUTE).We’ve changed it now to ALE_IDOCS_CREATE together with...
View ArticleRe: Transfer IDOC Immed.
Hi Werner I'm not really sure about that. I've always used ALE_IDOCS_CREATE because it supposedly is the replacement - see link below from the FM documentation. If not hard-coding is a must, then I...
View Articlefbcj transaction
Hi all,As per my requirement in FBCJ transaction if i select entries and click on post button it will post the data only if document status is 'SAVE' only.But in standard functionality not checks...
View ArticleUnexpected element -el=definitions ns=http://schemas.xmlsoap.org/wsdl/
Hi experts, I got an error below on my WSDL consumer: Unexpected element -el=definitions ns=http://schemas.xmlsoap.org/wsdl/ Anyone can help me how to solve it? Thank you
View Article