‎2007 May 14 6:24 PM
‎2007 May 14 7:05 PM
Yes Possible ,Use RSNAST00 Program to debug ur function module..
Reward Points if it is useful
Thanks
Seshu
‎2007 May 14 7:05 PM
Yes Possible ,Use RSNAST00 Program to debug ur function module..
Reward Points if it is useful
Thanks
Seshu
‎2007 May 14 7:07 PM
Hi
Any application which uses transactions for ALE/EDI/IDOC/WF etc have a background program written which extecutes on the excution of tcode.
So debugging is always possible for these programs depending on the step or Tcode.
Reward points if useful
Regards
Anji
‎2007 May 14 7:28 PM
Hi sheik,
like any other background processes: A little tricky, but possible:
If any customer object (Z or Y) is involved, add this to code:
data: x type flag value 'X'.
while x is not initial.
endwhile.Then star the process and go to sm50 process overview. You can see your process. From here, switch to debugger. After clearing the X field, you can step through and see what's going on.
If no customer objects are involved, in most cases it's not necessary to debug, but you may find a user exit where to place the above code.
Regards, Clemens