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: 

need help to crete new button on the alv layout,

Former Member
0 Kudos
126

hi,

the given classical report was changed into alv grid.i need to create a new button on application tool bar to delete billing block.for this hw standard status will be copied into my report.

thanks in advance,

babu.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
98

Hi giri,

1. The important things are :

a) New PF-STATUS is required , say 'ABCD'.

b) Handle user_commmand

2. First of all, from Function group SALV,

copy the STANDARD gui status to your program,

from SE80, by right clicking.

3. come to your program.

start-of-selection.

SET PF-STATUS 'ABCD'.

4. Double click ABCD and activate the gui status.

4. In gui status,

add/change your own buttons

Save and activate.

regards,

amit m.

5 REPLIES 5

jayanthi_jayaraman
Active Contributor
0 Kudos
98

Hi,

Try using SE41.Copy option is available.

Former Member
0 Kudos
98

BCALV_GRID_05

BCALV_GRID_07

BCALV_TEST_FUNCTIONS

BCALV_TEST_GRID_TOOLBAR

See these programs

Regards,

Ravi

Note - Please mark all the helpful answers

Former Member
0 Kudos
99

Hi giri,

1. The important things are :

a) New PF-STATUS is required , say 'ABCD'.

b) Handle user_commmand

2. First of all, from Function group SALV,

copy the STANDARD gui status to your program,

from SE80, by right clicking.

3. come to your program.

start-of-selection.

SET PF-STATUS 'ABCD'.

4. Double click ABCD and activate the gui status.

4. In gui status,

add/change your own buttons

Save and activate.

regards,

amit m.

Former Member
0 Kudos
98

hi,

go to se41.

create a new status.

go to extras. - > adjust templete....choose list viewer.

and then u can create your own button.

santhosh

Former Member