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: 

Create a inspection lot

Former Member
0 Kudos

Hi, I created a inspection lot with FM qpl1_inspection_lot_crate and return back the lot number but when i checked in te transaction QA03 (or table qals) the inspection lot number does not exist.

Any help is greatly appreciated.

Laura

6 REPLIES 6

Former Member
0 Kudos

Try using Commit function module after u call the function module so that the values are committed in database.

0 Kudos

Thanks Ramesh but in fact im using commit and i can't see de new inspection lot in qa03 =(

former_member182371
Active Contributor
0 Kudos

Hi,

maybe this thread can help:

Best regards.

Former Member
0 Kudos

Hi Laura, can you post how do you use the function qpl1_inspection_lot_create?

Former Member
0 Kudos

Hi,

You can paste the code how you are using the FM and also please try

BAPI_TRANSACTION_COMMIT with WAIT = 'X'.

Sometimes due to synchronous processing, inspection lot is not created.

Thanks,

Kartavya

0 Kudos

Hello everybody.

Please read my post. I am unable to use the QPL1_INSPECTION_LOT_CREATE function module to create the inspection lot. I appreciate anyone who can help.

How to use QPL1_INSPECTION_LOT_CREATE? | SAP Community