SAP Managed Tags: ABAP Development Hi, I'm generateting the standard outbound idoc for cost center. and I'm triggering the idoc fron BD16 ,after the IDOC generated . I found some error in idoc from WE02 . then
SAP Managed Tags: ABAP Development Hello, I have a custom IDoc that uses message control for the outbound service. I have set a breakpoint in my ABAP function module and am using WE19 (IDoc Test tool) to Process the outbound IDoc. It doesn't stop at my breakpoint. It works fine fo...
SAP Managed Tags: ABAP Development Hi bala, you can do both once change pointer created and IDoc is generated for that and you want to create IDoc again for that change that is also possible. And if you dont want once send change to go again that can also be done . AS i m using...
Actually m trying to debug a method of BOR, the event are being triggered by the interface IDOC and then workflow gets started and it will execute all steps mentioned in the workflow. Here The issue i need to debug some step in between at first time. i have done this using separate bor...
Yes I did, I just thought I was going to find some sort of more detailed description of the error. Thanks anyway. Reply Former Member 2008 Sep 22 9:29 AM 0 Kudos 2,523 SAP Managed Tags: ABAP Development As this is an inbound idoc, you can debugg the idoc thru WE19....
IN PACKAGE I see the function module IDOC_INPUT_PORDCH in SE37. I also see function module BAPI_IDOC_INPUT1. Reply Former Member In response to Former Member 2009 Feb 18 6:06 PM 0 Kudos 464 SAP Managed Tags: ABAP Connectivity debug in WE19 and see how that message is ...
I am not sure but try to debug and you will get some idea. But try to change process code as ME10 instead of ORDE and see what happens. Reply Former Member 2007 May 25 7:03 AM 0 Kudos 675 SAP Managed Tags: ABAP Connectivity are u getting the Idoc in your system or ...
SAP Managed Tags: ABAP Development Hi Sorry to re-activate old thread, but I have exactly same question. I have first tried ME_PROCESS_PO_CUST method PROCESS_SCHEDULE and this works in many scenarios, but not if a PO is changed with BAPI_PO_CHANGE (called from idoc). All the method...
SAP Managed Tags: ABAP Development Hello Hiroshi, I have this same problem. I'm in a 46C SAP system and I need update serial numbers in a delivery, except my serial numbers are coming from DELVRY03 IDoc's (the IDoc process code DELS does not post serials in 46C). I have an app...