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: 

Problem in REUSE_ALV_POPUP_TO_SELECT

0 Kudos

Hi everyone,.

Im using REUSE_ALV_POPUP_TO_SELECT for displaying some delivery no.

Now i want to disable gui in that pop-up except exit button. How to do so?

Its vry urgent, Points will be rewarded

Thanks in advance

regards,

Stanley

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Stanley,

1. You Can use the <b>IT_EXCLUDING</b> field for your Requirement.

2. Create one internal table with one field.[Data type C].

3. Then append this Function codes to your Internal table.

<b>&ETA, &SS, &SC+, &OUP, &ILT, &OL0, &CRB, &CRL, &CRR, &CRE</b>

4. THEN PASS YOUR INTERNAL TABLE TO IT_EXCLUDING.

5. Check the ouput. It displays only the Cancel Button.

For clear Information

1. Go To SE37 -> enter your fm -> display.

2. Press CTRL + F4 [FM Documentation]. -> IT_EXCLUDING.

Thanks,

Reward If Helpful.

6 REPLIES 6

Former Member
0 Kudos

Hi Stanley,

1. You Can use the <b>IT_EXCLUDING</b> field for your Requirement.

2. Create one internal table with one field.[Data type C].

3. Then append this Function codes to your Internal table.

<b>&ETA, &SS, &SC+, &OUP, &ILT, &OL0, &CRB, &CRL, &CRR, &CRE</b>

4. THEN PASS YOUR INTERNAL TABLE TO IT_EXCLUDING.

5. Check the ouput. It displays only the Cancel Button.

For clear Information

1. Go To SE37 -> enter your fm -> display.

2. Press CTRL + F4 [FM Documentation]. -> IT_EXCLUDING.

Thanks,

Reward If Helpful.

0 Kudos

Hi,

Thanks for your valuable information.

I also want fcode for copy button, sort and find buttons.

waiting for your valuable reply,

regards,

Stanley

0 Kudos

hI,

SORT(Ascending) -


> &OUP

SORT(Decending) -


> &ODN

FIND -


> $SC.

Pass all the Function Codes in Capital Letters only.

Thanks,

0 Kudos

Hi,

Thanks.

Still copy and find buttons are displaying.

Where can i find Fcode for REUSE_ALV_POPUP_TO_SELECT ?

regards,

Stanley

0 Kudos

Hi,

1. Go To SE37 -> enter your fm -> display.

2. Press CTRL + F4 [FM Documentation]. -> IT_EXCLUDING

Thanks.

0 Kudos

hi,

Still cant find fcode for copy button.

Anyway thanks for your valuable information.

regards,

Stanley