RWS41F03 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RWS41F03 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Further Processing of the Basic List + Calling Other Lists
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE'"#EC FB_OLDED EXPORTING DISPLAY = SPACE FIELDNAME = TEXT-118 TABNAME = TEXT-119 IMPORTING SELECT_VALUE = PE_VALUE TABLES FIELDS = FIELDS VALUETAB = VALUETAB.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE'"#EC FB_OLDED EXPORTING * DEFAULTOPTION = 'Y' DIAGNOSETEXT1 = TEXT1 DIAGNOSETEXT2 = TEXT2 DIAGNOSETEXT3 = TEXT3 TEXTLINE1 = TEXT4 TEXTLINE2 = TEXT5 TITEL = TITLE * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.
HELP_START CALL FUNCTION 'HELP_START' EXPORTING HELP_INFOS = HELP_INFO IMPORTING " selection = SELECT_VALUE = SELECT_VALUE TABLES DYNPSELECT = DYNPSELECT DYNPVALUETAB = DYNPVALUETAB EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWS41F03 - Further Processing of the Basic List + Calling Other Lists RWS41F02 - Functions for Displaying Details and for Further Branching RWS41F01 - Carry Out Checks and Output Basic List RWS41E01 - Handling of Events RWS40TOP - TOP Include of Program RWSORT40 RWS40PAR - documentation and ABAP source code