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

Batch input alv line select

Former Member
0 Likes
1,350

Hello,

I have to write a batch input for a transaction.

At a certain point I have an ALV grid and I have to select the first line of this grid.

How do I do this in batch input?

Thank you.

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
783

This is by default not possible for Enjoy SAP controls, since they make use of the control framework, which is different from the regular Dynpro screens.

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
784

This is by default not possible for Enjoy SAP controls, since they make use of the control framework, which is different from the regular Dynpro screens.

Read only

uwe_schieferstein
Active Contributor
0 Likes
783

Hello Andronic

I doubt that this is possible. Looking at eCATT scripting you will notice that you need to use GUI recording instead of the BDC-like TCD(Record) pattern in order to record controls like ALV grid, tree, etc.

Regards

Uwe