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

Call transaction using BDCDATA in RFC FM

Former Member
0 Likes
825

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.

2 REPLIES 2
Read only

Former Member
0 Likes
585

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

Read only

Former Member
0 Likes
585

hi the function module returns the exceptions but not return values...dependig the return values we will write the coding for the further processing ...