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: 

Block certain Pushbuttons from ALV display

gaurav_kothari
Contributor
0 Kudos

Hi Experts,

I want to block a few of the pushbuttons(PB) in my ALV report such as the Graph PB or the ABC analysis PB.

I have used REUSE_ALV_GRID_DISPLAY. Can any one tell me the fcodes i need to pass to IT_EXCLUDING to exclude them.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

1. GOTO se41.

2. Give the program name as SAPLSALV_METADATA_STATUS

3. In the below text box give the status as SALV_TABLE_STANDARD

4. Click on display button

5. You can get all the FCODES here

7 REPLIES 7

Former Member
0 Kudos

1. GOTO se41.

2. Give the program name as SAPLSALV_METADATA_STATUS

3. In the below text box give the status as SALV_TABLE_STANDARD

4. Click on display button

5. You can get all the FCODES here

0 Kudos

Chandrasekhar,

I'm getting the following message

"Program SAPLSALV_METADATA_STATUS has not yet been created

You have entered the name of a program that does not exist."

Can you provide me with any other alternative.

0 Kudos

Hi Gaurav,

The program name is SAPLKKBL and the status is STANDARD_FULLSCREEN. What you do is copy this PF status into a PF status with program as your program name and call the PF status in your ALV grid.

Regards,

Aditya

Also Gaurav have a look at the program BCALV_TEST_FULLSCREEN_STATUS , i think it will serve your purpose.

Message was edited by:

Aditya

0 Kudos

How about the program: BCALV_TEST_GRID and status: STANDARD?

Regards,

Ravi

0 Kudos

you can select any standard report

in SE41 , give ALV and F4 , then select some standard program and checkout

0 Kudos

Thanks Guys.

Its working fine now.