Monday, December 20, 2010
REPORT ztest_notepad.
"Create table for function codes
DATA: it_exclude TYPE TABLE OF sy-ucomm.
"
PARAMETERS: r1 RADIOBUTTON GROUP gr1 USER-COMMAND uco1,
r2 RADIOBUTTON GROUP gr1.

INITIALIZATION.
"Create two buttons with function codes FCODE1 and FCODE2.
SET PF-STATUS 'MY_GUI'.

AT SELECTION-SCREEN OUTPUT.
IF r1 = 'X'.
APPEND 'FCODE1' TO it_exclude.
CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
EXPORTING
p_status  = 'MY_GUI'
TABLES
p_exclude = it_exclude.
ELSE.
REFRESH it_exclude.
ENDIF.

0 comments:

Post a Comment

Your useful comments, suggestions are appreciated.Your comments are moderated.

Followers

Contact Form

Name

Email *

Message *

Web Dynpro ABAP Book

An SAP Consultant

Follow US


Want to Contribute ?

If you are interested in writing about the new stuff you learn everyday while working, please write to the.sap.consultants@gmail.com.

Click on Contribution for more details.