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-Selecting a line from ALV

Former Member
0 Kudos

Hi all,

I need to record BDC for standard transaction SMW19. While processing data through this transaction I need to select a line from ALV grid display and click on Reprocess button from ALV toolbar.

When I record these steps the select line and ALV button click do not get recorded at all. I got okcode for reprocess button through SE41. But selecting a line is still in question.

Can you please help me with the OKCODE of "SELECT ALL" or steps as in any specific key combinitation to record selecting a line from ALV output display.

Regards,

Harshada

3 REPLIES 3

former_member196490
Active Participant
0 Kudos

Try Using the 'Find' to get the record to select on the top, then the first line can always be selected by default to 'Reprocess'.

0 Kudos

Thanks for the input.

I always get a the rquired line on top...Generally it is a single line which has to be reprocessed...but not able to capture that in recording...can u pls ellaborate how do I handle this?

former_member196490
Active Participant
0 Kudos

I am not sure if it would work, but add a perform BDC_field USING 'ALV internal table - checkbox field[1]' 'X', before the ok_code execution statement