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.
Followers
Popular Posts
- ABAP - ALV Report example with steps
- ABAP - Step by step tutorial on Smart Forms - Template Node
- ABAP - Sending email with pdf attachment
- SAP Adobe Form - Steps to create simple ADOBE Form and calling it from ABAP Program
- SAP ABAP - CL_ABAP_CHAR_UTILITIES class usage
- ABAP - Multiple value selection from F4 help for SELECT-OPTIONS
- Execute ABAP Report using SUBMIT statement
- ABAP - Select all or Deselect all in ALV or Check box handling in ALV
- Web Dynpro ABAP ALV - ON_CLICK event
- ABAP - Dynamic WHERE clause
0 comments:
Post a Comment
Your useful comments, suggestions are appreciated.Your comments are moderated.