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

BAPI_INSPECTIONPLAN_CREATE

Former Member
0 Likes
460

Hi All,

I am using BAPI_INSPECTION PLAN_CREATE to create some inpection plans. BAPI is running successfully. I am passing the following values in to the bapi.

Task and Operations

When i execute the BAPI it is returning message type S(successful) but i am not able to see the records for Operation in PLPO table while in PLKO table i am able to see the Task Header records.Can you pls help me out in this problem

Thanks,

Nirnay

2 REPLIES 2
Read only

Former Member
0 Likes
382

Hi Nirnay,

After the BAPI has been executed succesfully you should call BAPI_TRANSACTION_COMMIT to commit the changes to the database.

Regards,

John.

Read only

0 Likes
382

Hi john,

i am calling the BAPI_TRANSACTION_COMMIT also.

After that the task list header entry reflects in the PLKO table but Operation Entry doesn't reflect.

Thanks

Nirnay