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 for BAPI

Former Member
0 Likes
683

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
Read only

former_member191735
Active Contributor
0 Likes
589

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
Read only

Former Member
0 Likes
589

Hi

After excuting the BAPI_BUPR_RELATIONSHIP_CREATE,check the return messages

Regards,

Raghu.

Read only

0 Likes
589

Ok, I will check it ...

Thanks.

Read only

former_member191735
Active Contributor
0 Likes
590

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.