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

Commit Function Module for External System ?

Former Member
0 Likes
429

Hi Gurus,

I am using RFC - RFC_UPDATE_TAXES_DOC to post documents into External System.

After I post those documents how to execute Commit fucntion in the external system.

My Try:

Will I be able to commit using BAPI_TRANSACTION_COMMIT -

CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' DESTINATION gc_external_system.

Many Thanks,

Madan

1 REPLY 1
Read only

Former Member
0 Likes
323

Yes.

It should work, b'coz BAPI_TRANSACTION_COMMIT is itself a RFC func module.

Regards,

Subramnaian