RCS14I01 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 RCS14I01 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: Input Include for RCS14
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WRITE_MESSAGE CALL FUNCTION 'WRITE_MESSAGE' EXPORTING MSGTY = MSGTY MSGID = MSGID MSGNO = MSGNO MSGV1 = MSGV1 MSGV2 = MSGV2 MSGV3 = MSGV3 MSGV4 = MSGV4 MSGV5 = SPACE IMPORTING ERROR = ERROR_FLAG MESSG = MESSAGE MSGLN = MESSAGE_LENGTH.
WRITE_MESSAGE CALL FUNCTION 'WRITE_MESSAGE' EXPORTING MSGTY = MSGTY MSGID = MSGID MSGNO = MSGNO MSGV1 = MSGV1 MSGV2 = MSGV2 MSGV3 = MSGV3 MSGV4 = MSGV4 MSGV5 = SPACE IMPORTING ERROR = ERROR_FLAG MESSG = MESSAGE MSGLN = MESSAGE_LENGTH.
OBJECT_CHECK_DRAW CALL FUNCTION 'OBJECT_CHECK_DRAW' EXPORTING LANGUAGE = SY-LANGU SINGLE = 'X' IMPORTING FAULT_TEXT = TEXT1 MESSAGE_TYPE = MSGTYP TABLES OTAB = OBJTAB EXCEPTIONS OBJECT_NOT_FOUND = 4.
OBJECT_CHECK_DRAW CALL FUNCTION 'OBJECT_CHECK_DRAW' EXPORTING LANGUAGE = SY-LANGU SINGLE = 'X' IMPORTING FAULT_TEXT = TEXT1 MESSAGE_TYPE = MSGTYP TABLES OTAB = OBJTAB EXCEPTIONS OBJECT_NOT_FOUND = 4.
RETR_DOCUMENT CALL FUNCTION 'RETR_DOCUMENT' EXPORTING DYNAME_IMP = PROG DYNUMB_IMP = INCL_DYNPRO1 F_DOKAR_IMP = 'DOKAR1' F_DOKNR_IMP = 'DOKNR1' F_DOKTL_IMP = 'DOKTL1' F_DOKVR_IMP = 'DOKVR1' STEP_LOOP_ZEILE = STEPLOOP MATCHCODE_SELECTION = 'X' IMPORTING DOKAR_EXP = DOKAR1 DOKNR_EXP = DOKNR1 DOKTL_EXP = DOKTL1 DOKVR_EXP = DOKVR1 .
RETR_DOCUMENT CALL FUNCTION 'RETR_DOCUMENT' EXPORTING DYNAME_IMP = PROG DYNUMB_IMP = INCL_DYNPRO2 F_DOKAR_IMP = 'DOKAR2' F_DOKNR_IMP = 'DOKNR2' F_DOKTL_IMP = 'DOKTL2' F_DOKVR_IMP = 'DOKVR2' STEP_LOOP_ZEILE = STEPLOOP MATCHCODE_SELECTION = 'X' IMPORTING DOKAR_EXP = DOKAR2 DOKNR_EXP = DOKNR2 DOKTL_EXP = DOKTL2 DOKVR_EXP = DOKVR2 .
CONVERSION_EXIT_NUMCV_INPUT CALL FUNCTION 'CONVERSION_EXIT_NUMCV_INPUT' EXPORTING INPUT = STLAL1 IMPORTING OUTPUT = STLAL1.
CONVERSION_EXIT_NUMCV_INPUT CALL FUNCTION 'CONVERSION_EXIT_NUMCV_INPUT' EXPORTING INPUT = STLAL2 IMPORTING OUTPUT = STLAL2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.