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: 

INSPECTIONLOT_UPDATE badi

0 Kudos

  INSPECTIONLOT_UPDATE badi
is not updating QALS table .

We need to update the
qals Table , am using the method "CREATE_IN_UPDATE"

The prcoess am follwing
am doing Migo posting in the back end inspaction lot will be created.

Please help it's very urgent.

3 REPLIES 3

0 Kudos

Quick response would be much appreciated and awarded with points...I am a stuck here..

0 Kudos

I tried with the userexit :EXIT_SAPLQPL1_002 but the value is replacing afterwards...is there any alternate BADI is available for this???????


prateek_dhawan18
Participant
0 Kudos

Hi You can update qals table by using BADI Inspectionlot_update badi , with change_in_update method .

This BADI does not update the table qals automatically so you will have to use FM QPBU_UPDATE_LOT in update task.
Make sure to add an exit condition in your code such as if there is no change in the date .

If you do not add the exit condition , this will call the code recursively resulting in an never ending loop.