MRSSBF20 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 MRSSBF20 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: t
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DD_GET_DD03P CALL FUNCTION 'DD_GET_DD03P' EXPORTING DEFSTATUS = 'M' LANGU = SY-LANGU * NOINCL = E03 REFRESH = H_REFRESHED STATUS = 'M' TABNAME = TABLENAME IMPORTING FIELD_NO = FIELD_NO FSTATI = FSTATI NODEF = NODEF NOTEXT = NOTEXT RSTATUS = RSTATUS TABLES DD03P_TAB = DD03P_TAB.
ENQUEUE_ESDICT CALL FUNCTION 'ENQUEUE_ESDICT' EXPORTING OBJTYPE = DDENQ-OBJTYPE OBJNAME = DDENQ-OBJNAME EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 02.
DEQUEUE_ESDICT CALL FUNCTION 'DEQUEUE_ESDICT' EXPORTING OBJTYPE = DDENQ-OBJTYPE OBJNAME = DDENQ-OBJNAME.
TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING WI_TEST_MODUS = SPACE WI_TADIR_PGMID = TADIR_TAB-PGMID WI_TADIR_OBJECT = TADIR_TAB-OBJECT WI_TADIR_OBJ_NAME = TADIR_TAB-OBJ_NAME WI_TADIR_AUTHOR = SY-UNAME WI_TADIR_DEVCLASS = IKCGR-DEVCL WI_SET_GENFLAG = IKCGR-GEN_FLAG IMPORTING ERROR_TEXT = ERR_TEXT EXCEPTIONS OTHERS = 4.
DD_TABL_COPY CALL FUNCTION 'DD_TABL_COPY' EXPORTING DST_NAME = CLIENT_INCLUDE " FORCE = ' ' " GET_STATE = 'M ' " PRID = 0 SRC_NAME = CLIENT_INCLUDE_OLD WITHTEXT = 'X' .
DD_TABL_GET CALL FUNCTION 'DD_TABL_GET' EXPORTING GET_STATE = 'M' " LANGU = SY-LANGU " PRID = 0 TABL_NAME = P_TABNAME WITHTEXT = 'X' " USE_CACHE = ' ' " TRACELEVEL = 0 IMPORTING DD02V_WA_A = DD02V_WA_A DD02V_WA_N = DD02V_WA_N DD09L_WA_A = DD09L_WA_A DD09L_WA_N = DD09L_WA_N GOT_STATE = P_GOT_STATE TABLES DD03P_TAB_A = DD03P_TAB_A DD03P_TAB_N = DD03P_TAB_N DD05M_TAB_A = DD05M_TAB_A DD05M_TAB_N = DD05M_TAB_N DD08V_TAB_A = DD08V_TAB_A DD08V_TAB_N = DD08V_TAB_N DD12V_TAB_A = DD12V_TAB_A DD12V_TAB_N = DD12V_TAB_N DD17V_TAB_A = DD17V_TAB_A DD17V_TAB_N = DD17V_TAB_N.
DD_TABL_PUT CALL FUNCTION 'DD_TABL_PUT' EXPORTING " CTRL_TABL_PUT = 'XXXXX' DD02V_WA = DD02V_WA_A DD09L_WA = DD09L_WA_A " PRID = PRID " PUT_STATE = 'N' TABL_NAME = CLIENT_INCLUDE TABLES DD03P_TAB = DD03P_TAB_A DD05M_TAB = DD05M_TAB_A DD08V_TAB = DD08V_TAB_A DD12V_TAB = DD12V_TAB_A DD17V_TAB = DD17V_TAB_A.
DD_TABL_ACT CALL FUNCTION 'DD_TABL_ACT' EXPORTING " DEVICE = 'F' " PATH = ' ' " PROTNAME = ' ' TABNAME = CLIENT_INCLUDE " TIMER_ON = ' ' " PRID = 0 " ACT_MODE = 1 IMPORTING ACT_RESULT = ACT_RESULT TABLES ACT_RES_TAB = ACT_RES_TAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.