‎2014 Feb 05 5:24 PM
I have a outbound order confirmation which is successful but i have the some values which i cant see, so i want to debug the idoc.. i tried in we19 but its not possible. so can anyone tel me how to debug the successful idoc. please help...
the FM is IDOC_OUTPUT_ORDRSP
‎2014 Feb 06 5:55 PM
Hi,
I believe you want to debug an ORDER RESPONSE ORDRSP Idoc.
Simplest way to do this is through WE15 transaction.
In WE15 give your selection as below...refer already issued output entry in NAST for reference.
Set a break-point in user exit or code you want to debug and you should be good.
Raghav
‎2014 Feb 05 10:31 PM
I'm guessing you're using output from a sales document to trigger the IDoc. In such case change output settings to 'send with own transaction' and then process output using RSNAST00, for example (you might need to turn on update debugging).
The trickiest part though would be to find the right place to debug to avoid going on a long journey. You might need to check what function is assigned to the message and run some "where used" for particular segment fields.
Also make sure to search on SCN, I'm sure IDoc debugging has been discussed before.
‎2014 Feb 06 10:22 AM
‎2014 Feb 06 10:53 AM
‎2014 Feb 06 11:12 AM
‎2014 Feb 06 11:20 AM
You can debug this. Goto NACE check what is the driver program for this output type and put a break point in sub routine. then when you do order confirmation before save go to messages and select this output type further data and change the option to send via periodic job. Press save. After that you can use RSNAST00 to process this message and it will stop
Nabheet
‎2014 Feb 06 3:41 PM
Please be more specific - "not working" doesn't tell us anything (does your SAP system not start? do you get an error message? do you press a button and nothing happens? - how are we supposed to know?). If you'd like your question to be answered then you need to provide sufficient information.
Please read this blog and then come back with more meaingful response.
Thank you.
‎2014 Feb 06 5:55 PM
Hi,
I believe you want to debug an ORDER RESPONSE ORDRSP Idoc.
Simplest way to do this is through WE15 transaction.
In WE15 give your selection as below...refer already issued output entry in NAST for reference.
Set a break-point in user exit or code you want to debug and you should be good.
Raghav
‎2014 Feb 06 6:08 PM
Hi,
Some values means you need to check any filters or conversions applied on ,check it please..
‎2014 Feb 07 6:43 AM
Its working for FM IDOC_OUTPUT_ORDRSP but when i try to execute it for IDOC_OUTPUT_DELVRY i am getting the information (0 outputs were processed in total (0 successfully,0 incorrectly). I have done the delivery and left it in: Sent with periodically scehuled job
application :v2
Output type:'SHOR'.
Please help
‎2014 Feb 07 6:47 AM
Hello,
If you give order in WE15 it will work for order. If you want to debug delivery give the delivery no and output type in WE15.
Before that set the output in delivery to issue output on saving and save the delivery then the output will be issued.
Then you can go to WE15 as you did for orders and debug it.
Raghav
‎2014 Feb 07 9:34 AM
‎2014 Feb 07 9:43 AM