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

inbound idoc program name...

Former Member
2,325

Hi all,

i have one inbound idoc.From the data in the idoc some custom table was getting updated thrugh some program.So how to find the program name which will do that.i have only the idoc no with me....

thanks in advance.......

Regards,

Rakesh.........

1 ACCEPTED SOLUTION
Read only

0 Likes
1,513

HI

go to tcode we19 give your idoc number and change the data inside the idoc manullay and in the inbound function module give the processing function module and give the processing function module and debug it ..you can find it here

Sail

3 REPLIES 3
Read only

0 Likes
1,514

HI

go to tcode we19 give your idoc number and change the data inside the idoc manullay and in the inbound function module give the processing function module and give the processing function module and debug it ..you can find it here

Sail

Read only

Former Member
1,513

GO TO WE19

Give the idoc number

Press F8

Then Press 'Standard Inbound'

Note down the function module

Press Cancel

Press 'Inbound Function Module'

Give the Function mudule name which you get from the previous step

Check 'Call in Debug Mode'

Select in Foreground

Debug the same and it will lead to the place where you are uploading the same.

Read only

Former Member
0 Likes
1,513

Goto IDoc Monotoring tool using Tcode-WE19. Specify ur idoc number and press F8. Next click on inbound function module name, it will display u, the set of inbound function module names for that idoc.