cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV Grid select all while running BDC Background..

Former Member
0 Likes
650

Hi,

I'm created BDC Program with call transaction method.

When I run BDC program, all screen are handle except select all in alv grid.

My requirement is given transport unit and ship to party in the screen and click on search button , whatever result get in the screen, select all the outbound deliveries and post goods issue.

My problem was, the recorder does not catch alv grid select all.

How can I handle ALV grid select all in standard transaction /scwm/fd.

Here no short key or button for select all.

Please give me suggestions..

Regards,

Kittu..

Accepted Solutions (0)

Answers (1)

Answers (1)

kirill_smirnov
Explorer
0 Likes

Hi Kittu,

ALV grid is a control, so it requires a front-end component (SAPgui). However, when you run your batch input session, SAPgui is not available for this control. Thus said, I do not think that it is possible to use BI for this task...did you try to find a suitable BAPI/function module for this?

Kirill