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: 

Running BDC from my Editable ALV output

former_member502553
Participant
0 Kudos
197

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.

3 REPLIES 3

venkatesan_nagiah
Active Participant
0 Kudos
134

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]

Former Member
0 Kudos
134

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

Former Member
0 Kudos
134

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