2009 Nov 26 9:55 AM
Hi All,
I want to run a bdc for my ALV output. Here the problem is the layout is editable so the values can be changed. I want to pick the values which is modified in my ALV output then using that i should run my BDC Program.
How to catch the input given in my ALV output.
Thank in advance.
Arun.
2009 Nov 26 10:02 AM
Hi, check following link:
[https://wiki.sdn.sap.com/wiki/display/ABAP/Editable%20ALV%20through%20OOPS|https://wiki.sdn.sap.com/wiki/display/ABAP/Editable%20ALV%20through%20OOPS]
2009 Nov 26 10:06 AM
hai,
store the values of Alv in internal table and use that internal table in bdc dynpro fields, your problem may get solved use the alv events to catch the values
Edited by: kpsgoutam on Nov 26, 2009 11:08 AM
2009 Nov 26 10:07 AM
Hi Arun
when you run the BDC via double-click or user-command look into your internal table
which you have list in ALV.
The table has the value which you have modified!
Regards, Dieter