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

ALV grid

Former Member
0 Likes
371

Hi,

I could display the report details in grid display.One column in the grid display is check box. Now the question is when any one of the check boxes is checked , then it should call a bapi.For this what to do?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
353

hi,

Plz go through this link.

[;

This will really help you.

Reward if Helpful.

Sumit Agarwal

Hi,

I could display the report details in grid display.One column in the grid display is check box. Now the question is when any one of the check boxes is checked , then it should call a bapi.For this what to do?

2 REPLIES 2
Read only

Former Member
0 Likes
353

Check the method CHECK_CHANGED_DATA of class CL_GUI_ALV_GRID. this event to check if the data in that field is changed.. if changed do the bapi call, with the coresponding row data.

Also another option is after checking all the required records u can use a button in the application tool bar to pass the value to a bapi.

Read only

Former Member
0 Likes
354

hi,

Plz go through this link.

[;

This will really help you.

Reward if Helpful.

Sumit Agarwal