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

ALV GRID ICON FUNCTIONALITY

Former Member
0 Likes
302

HELLO ,

Requirment is , when a user will select one or more lines in the ALV GRID report where the allocated quantity is greater than zero.if we click on the de-allocate button created on alv grid , the de-allocation occurs and the user is taken back to the report, then the allocation quantity should become zero.

When you de-allocate stock, it will take the stock from MSKA (sales order stock table) and put it back into unrestricted stock (table MCHB).

When the user clicks on the De-allocate Coil button, the program should call the goods movement BAPI and perform a 411E movement for each of the selected sales order / batch combinations that were selected for the quantity that is still allocated. An information message should be displayed on the screen while the program is busy doing the goods movements.

thanks,

1 REPLY 1
Read only

Former Member
0 Likes
266

Hi,

This demo program has the functionality you are looking for.

This program shows: how to add a custom button to ALV.

Hope this helps.

Regards,

Sumant.