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: 

BDC Recording for ALV Grid in containers

Former Member
0 Kudos

Hi All,

I have to record for BDC on an ALV Grid (OOABAP). I am not able to record selection of rows in ALV grid.How do i select rows in the grid dynamically that is while recording.

Thanks n Regards,

Santosh Kotra.

2 REPLIES 2

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Usually it is not a good idea to do recording over a transaction which includes frontend gui controls, such as, tree controls and ALV controls, for this exact reason, among others. Try to use a older version of the transactoin if possible or a BAPI. For example, if you are trying to do a recording over say ME21N, it is recommended to do the recording over the non-enjoy transaction, ME21, or simply use the BAPI.

Regards,

Rich Heilman

Former Member
0 Kudos

Thanks Rich for ur immediate response. I am trying to record the transaction code which is developed by our team using containers. Is there any way that i can record the selction of rows for BDC.

Regards,

Santosh Kotra