2008 Jul 21 6:06 PM
Hi Experts
I call CLM2 transaction in RFC fm,When I debug the FM if the fm call transaction the fm will reset with no
return,and the sy-subrc is not set. if I call it at client the FM is run normal, but the XI call it ,the call transaction program will reset the debug.
Chris
thanks.
Hi Experts
I call CLM2 transaction in RFC fm,When I debug the FM if the fm call transaction the fm will reset with no
return,and the sy-subrc is not set. if I call it at client the FM is run normal, but the XI call it ,the call transaction program will reset the debug.
Chris
thanks.
2008 Jul 21 6:25 PM
Hello Chris Huang,
If you have the BDC coding inside your FM then you have to call the BDC function modulw with the help of a wrapper function module with remote enable check box marked and need to use the DESTINATION option also mentioned in the call function call statement. For local call just mention the destination as "NONE" . That's what we did in the BSP application and that worked for us.
Thanks,
Greetson
2008 Jul 21 6:30 PM
hi the function module returns the exceptions but not return values...dependig the return values we will write the coding for the further processing ...