‎2007 Sep 22 6:08 AM
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.........
‎2007 Sep 22 8:09 AM
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
‎2007 Sep 22 8:09 AM
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
‎2007 Sep 22 10:47 AM
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.
‎2008 Feb 24 1:43 PM
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.