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

Regarding ALV GRID

Former Member
0 Likes
531

Hello Friends,

I want to display the internal table data in ALV GRID with check box field.

Then user will select the check box then I have the delete the data from database.

Can you tell me how to add new command button in ALV grid screen.

Some time i have to display the check box in unedit mode .

Some time i have to dispaly some check unedit mode and some check box edit.

According to check box selection i have to do further processing.

And how to user trigger event for further processing.

Regards

Amit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
491

you may want to have a look at those SAP demo programs:

BCALV_DEMO_HTML

BCALV_DEMO_TOOLTIP

BCALV_FULLSCREEN_DEMO

BCALV_FULLSCREEN_DEMO_CLASSIC

BCALV_GRID_DEMO

Hello Friends,

I want to display the internal table data in ALV GRID with check box field.

Then user will select the check box then I have the delete the data from database.

Can you tell me how to add new command button in ALV grid screen.

Some time i have to display the check box in unedit mode .

Some time i have to dispaly some check unedit mode and some check box edit.

According to check box selection i have to do further processing.

And how to user trigger event for further processing.

Regards

Amit

2 REPLIES 2
Read only

Former Member
0 Likes
492

you may want to have a look at those SAP demo programs:

BCALV_DEMO_HTML

BCALV_DEMO_TOOLTIP

BCALV_FULLSCREEN_DEMO

BCALV_FULLSCREEN_DEMO_CLASSIC

BCALV_GRID_DEMO

Read only

Former Member
0 Likes
491

Hi,

To add a new command button follow the following steps.

1) " In Process before output" section write < SET PF-STATUS ' PROGRAM NAME' . > and now double ckick on this PROGRAM NAME a new window will appear. In this infront of "applicaion toolbar" click on extending sign, after this a table will be shown in this in first column write the name of button you want to give and double click it,then follow the simple steps(this you can easily do),once completed , activate it , dont forget to activate it. now on executing the program you will find this button in your output.

And to give functionality to this button you have to perform coding in " Process After Input" section .