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: 

Internal object not getting updated while using BAPI_OBJCL_CREATE

Former Member
0 Kudos

Hi Dear Experts,

I am facing the following issue, Kindly help in solving the same.

While creating the classification for material XXXX and Batch YYYY by using BAPI_OBJCL_CREATE. Classification is getting created successfully, I could see the same in MSC3N but Internal object is not getting updated neither in MSC3N nor at table level.

But while creating classification manually by using MSC2N, it's getting updated.

BAPI_OBJCL_CREATE is not returning any error message.

Kindly help me in this regard.

<removed by moderator>

Thanks a lot in advance!!!

Regards,

Anil Sahni

Message was edited by: Thomas Zloch

1 REPLY 1

Former Member
0 Kudos

You did not mention whether you are using the TransactionCommit after creating the classification:

This BAPI does not change the database. To change the database, call BAPI
BapiService.TransactionCommit afterwards.