null
US
Sign In
Sign Up for Free
Sign Up
We have detected that Javascript is not enabled in your browser. The dynamic nature of our site means that Javascript must be enabled to function properly. Please read our
terms and conditions
for more information.
Next up
Copy and Edit
You need to log in to complete this action!
Register for Free
5233180
004 - Report (SE38 / SE80)
Description
Report
No tags specified
report
sap
sap - sap
Mind Map by
Alexandre Cheung
, updated more than 1 year ago
More
Less
Created by
Alexandre Cheung
over 8 years ago
12
0
0
Resource summary
004 - Report (SE38 / SE80)
TELA
PARAMETERS
TYPE
Annotations:
PARAMETERS <P_NAME> TYPE <TABLE-FIELD>. PARAMETERS TYPE OBLIGATORY.
AS CHECKBOX
Annotations:
PARAMETERS <P_NAME> AS CHECKBOX.
RADIOBUTTON
Annotations:
PARAMETERS <P_NAME1> RADIOBUTTONGROUP <RADIOBUTTON GROUP>.
AS LISTBOX
Annotations:
PARAMETERS: COLORS TYPE C AS LISTBOX VISIBLE LENGTH 20.
CALL FUNCTION 'VRM_SET_VALUES'
TYPE-POOLS: VRM
EXAMPLE
Annotations:
REPORT ZSAPN_DROP_DOWN_SS. TYPE-POOLS: VRM. " Use type group VRM for list DATA: IT_LIST TYPE VRM_VALUES. DATA: WA_LIST TYPE VRM_VALUE. DATA: IT_VALUES TYPE TABLE OF DYNPREAD, WA_VALUES TYPE DYNPREAD. DATA: LV_SELECTED_VALUE(10) TYPE C. *--------------------------------------------------------------* *Selection-Screen *--------------------------------------------------------------* PARAMETERS: COLORS TYPE C AS LISTBOX VISIBLE LENGTH 20. "Parameter *--------------------------------------------------------------* *Initialization *--------------------------------------------------------------* INITIALIZATION. "initialize values to drop down list WA_LIST-KEY = '1'. WA_LIST-TEXT = 'Green'. APPEND WA_LIST TO IT_LIST. WA_LIST-KEY = '2'. WA_LIST-TEXT = 'Blue'. APPEND WA_LIST TO IT_LIST. WA_LIST-KEY = '3'. WA_LIST-TEXT = 'Orange'. APPEND WA_LIST TO IT_LIST. WA_LIST-KEY = '4'. WA_LIST-TEXT = 'Gray'. APPEND WA_LIST TO IT_LIST. WA_LIST-KEY = '5'. WA_LIST-TEXT = 'White'. APPEND WA_LIST TO IT_LIST. WA_LIST-KEY = '6'. WA_LIST-TEXT = 'Yellow'. APPEND WA_LIST TO IT_LIST. CALL FUNCTION 'VRM_SET_VALUES' EXPORTING ID = 'COLORS' VALUES = IT_LIST EXCEPTIONS ID_ILLEGAL_NAME = 1 OTHERS = 2. *--------------------------------------------------------------* *At Selection Screen *--------------------------------------------------------------* AT SELECTION-SCREEN ON COLORS. CLEAR: WA_VALUES, IT_VALUES. REFRESH IT_VALUES. WA_VALUES-FIELDNAME = 'COLORS'. APPEND WA_VALUES TO IT_VALUES. CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = SY-CPROG DYNUMB = SY-DYNNR TRANSLATE_TO_UPPER = 'X' TABLES DYNPFIELDS = IT_VALUES. READ TABLE IT_VALUES INDEX 1 INTO WA_VALUES. IF SY-SUBRC = 0 AND WA_VALUES-FIELDVALUE IS NOT INITIAL. READ TABLE IT_LIST INTO WA_LIST WITH KEY KEY = WA_VALUES-FIELDVALUE. IF SY-SUBRC = 0. LV_SELECTED_VALUE = WA_LIST-TEXT. ENDIF. ENDIF. *--------------------------------------------------------------* *Start of Selection *--------------------------------------------------------------* START-OF-SELECTION. WRITE:/ LV_SELECTED_VALUE.
SELECT-OPTIONS
FOR
Annotations:
SELECT-OPTIONS <SO_NAME> FOR <TABLE-FIELD>.
NO INTERVALS
Annotations:
SELECT-OPTIONS <SO_NAME> FOR <TABLE-FIELD> NO INTERVALS.
NO-EXTENSION
Annotations:
SELECT-OPTIONS <SO_NAME> FOR <TABLE-FIELD> NO-EXTENSION.
ESTRUTURA
Annotations:
SIGN OPTIONS LOW HIGH
TABLES
Annotations:
TABLES MARA.
NO-DISPLAY
Show full summary
Hide full summary
Want to create your own
Mind Maps
for
free
with GoConqr?
Learn more
.
Similar
SAP Activate Project Manager - Associate
Marcelo Terhoch
Pricing & Performance vs STK
Vitor Vilela
Seriais Área Vermelha
Robson Gonzaga
SAP Simulado
andersonsiuta
Question Words - GCSE German
lucykatewarman1227
Hitler's Rise to Power
hanalou
Deutsch Wortschatz A1C
Ericka C
The Periodic Table
Catherine Kidd
OCR AS CHEMISTRY A DEFINITIONS
awesome.lois
2.1.4 Data Representation
Lavington ICT
The Tempest Key Themes
Joe Brown
Browse Library