Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debugging O/B idoc issue

sanjay_deshpande4
Participant
0 Likes
1,337

Hi All,

I trying to debug outbound programme.I have entered the values in RSNAST0D as per doc

http://scn.sap.com/docs/DOC-32803

point number 8 and 9.

However on execution Instead on stopping on breakpoint in outbound function module i am getting following message:"NO Message for initial processing exists".

Can anybody kindly guide me why programme not stopping on break-point?

Thanks,

SD

6 REPLIES 6
Read only

Former Member
0 Likes
1,172

You need to trigger the output type first in the corresponding transaction. Do a google on this also.

R

Read only

0 Likes
1,172

Dear Rudra,

Thanks for replying.

Did search as you suggested.

However no luck.

Would you kindly elaborate whether am missing any step/step sequence?

You need to trigger the output type first in the corresponding transaction
Read only

0 Likes
1,172

It depends on the transaction you are using. You can either use Condition Technique to trigger automatically or go to the transaction "Output" screen and add the the output type manually.

I am sorry but I cannot write the entire step by step details and it is not a quick one step process. I would suggest to talk to any functional guy in your team and he/she can show you. It will lot easier.

R

Read only

0 Likes
1,172

Dear Rudra,


It depends on the transaction you are using. You can either use Condition Technique to trigger automatically or go to the transaction "Output" screen and add the the output type manually.

Are you suggesting to trigger IDOC first and then execute RSNAST0D?

Rather thats what i am doing currently.How ever on triggering IDOC first and then executing RSNAST0D, the control is not stopping on break point in o/b function module.

I will be thankful for kindly helping further.

Read only

0 Likes
1,172

No I am talking about triggering the output type first . Then only you can use program like RSNAST0D/ RSNAST00 to trigger and debug and then generate the idoc if necessary.

R

Read only

0 Likes
1,172

No. I am talking about triggering the Output type first. Then RSNAST0D/RSNAST00 whatever you want. The pre-requisite for these programs are the output types available in NAST table which is only populated after you trigger the output type.

Hope it is making sense now.

R