Application Development 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: 

Commit for BAPI

Former Member
0 Kudos

Hi gurus,,

I'm using the Bapi "BAPI_BUPR_RELATIONSHIP_CREATE" to create realtioship on Sales Area for Customer and after execute the Bapi, execute the "BAPI_TRANSACTION COMMIT", but it not save in the table BUT050 and do not show on the screen. What happening ?? there are some more steps ??

Regards.

Carlos Lima.

1 ACCEPTED SOLUTION

former_member191735
Active Contributor
0 Kudos

Yes, Check for RETURN parameter under table - See if there are any Error/warning/Abend messages in the return table.

if you dont see any of the above message, then you should the result atleast. If you see the the success message then issue commit.

3 REPLIES 3

Former Member
0 Kudos

Hi

After excuting the BAPI_BUPR_RELATIONSHIP_CREATE,check the return messages

Regards,

Raghu.

0 Kudos

Ok, I will check it ...

Thanks.

former_member191735
Active Contributor
0 Kudos

Yes, Check for RETURN parameter under table - See if there are any Error/warning/Abend messages in the return table.

if you dont see any of the above message, then you should the result atleast. If you see the the success message then issue commit.