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: 

Next Line item details in MB_MIGO_BADI

former_member242512
Participant
0 Kudos

Hi All

I have created a custom tab in MIGO to show total of current line item quantity and PO line item net price on creating GR for Purchase Order .

Now when I use next item say from item 2 to move to item 3 , in method LINE_MODIFY I get i_line_id as current item 2 and

cs_goitem also contains line item 2 details .

I'm unable to get index of the clicked index i.e. the item i have checked  .

Kindly let me know if there is any solution on this issue .

Regards

Ujjwal

1 ACCEPTED SOLUTION

former_member242512
Participant
0 Kudos

Hi All the issue resolved on own . In item PBO method we can get the index that has been clicked .

1 REPLY 1

former_member242512
Participant
0 Kudos

Hi All the issue resolved on own . In item PBO method we can get the index that has been clicked .