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: 

By changing GR qty , Open qty should change automatically .

Former Member
0 Kudos
306

. Dispaly a Simple ALV with key following fields from EKKO EKPO EKET

 On change of GR Qty, Open Qty should change Automatically.
Please help me for the above requirement.
3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos
267

What did you already do, where are you stuck (build the ALV report, identify BAPI to call, or ?)

Former Member
0 Kudos
267

To build the ALV Report Using ALV_grid FM. I have Created a Report and displayed the Output.

Now, if we change GR qty value in Output, Open qty value should change automatically. Please help me in this how to achieve this?

raymond_giuseppi
Active Contributor
0 Kudos
267

Don't use outdated FM, but an ALV editable class such as CL_GUI_ALV_GRID.

Perform some search in forum on how to handle events such as cl_gui_alv_grid=>mc_evt_enter or data_changed.