‎2007 Apr 18 7:46 AM
Hi All ,
I have a situation where in Puchase order when i change the message type a
Idoc is genetrated . This Idoc is generted by Process Code .
Now i want to Debug it to see how the data is being populated in the Idoc . I have put breakpoint at Function Module of Process code . But it is not stoping there ....
Please Help a bit Urgent
Regards
Saurabh Garg
‎2007 Apr 18 8:59 AM
Hi Saurabh,
The IDoc is generated by message control (output control).
Go to NACE transaction. For the application (EF) go to condition records.
For your output type, go to the condition record.
Change the timing to '1' -> Message will be processed by report RSNAST00.
After this go purchase order transaction and make changes. This time the IDoc will not be generated. You will see the output type proposed (with yellow).
Now go to RSNAST00 and give the output type. On executing you will stop at the breakpoint set.
Hope this helps.
Regards,
Gajendra.
‎2007 Apr 18 8:29 AM
‎2007 Apr 18 8:59 AM
Hi Saurabh,
The IDoc is generated by message control (output control).
Go to NACE transaction. For the application (EF) go to condition records.
For your output type, go to the condition record.
Change the timing to '1' -> Message will be processed by report RSNAST00.
After this go purchase order transaction and make changes. This time the IDoc will not be generated. You will see the output type proposed (with yellow).
Now go to RSNAST00 and give the output type. On executing you will stop at the breakpoint set.
Hope this helps.
Regards,
Gajendra.
‎2007 Apr 18 10:26 AM