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

RFC function module not working

Former Member
0 Likes
781

Hi experts,

i have created  RFC function moulde say " z_po_change " in ECC and  BAPI_PO_CHANGE is called in this FM.

I run the FM in ECC by passing data...then BAPI worked well and PO has been changed.

But surprise is i called that RFC function module in SRM system from report program . Here i passed correct data. But PO has not been changed in ECC.

I noticed that i run the report in SRM in debugging mode and in debugging mode i went to ECC and debugged the RFC function module and control came back to SRM. At this time PO has been changed.

It means no error in the program .....but some where some setting i need ot keep.

Please help.

Regards

Ramakrishnaiah Y

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
491

To set one's mind at rest, are you calling COMMIT-WORK in the RFC FM ?

Regards,

Raymond

Read only

0 Likes
491

hI ,

i have called BAPI_TRANSACTION_COMMIT' function module....

Regards

Ramakrishnaiah