SAP Reports / Programs | SAP Business Information Warehouse | Business Explorer(BW-BEX) SAP BW

MRSSBF10 SAP ABAP INCLUDE - d







MRSSBF10 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 MRSSBF10 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MRSSBF10. "Basic submit
SUBMIT MRSSBF10 AND RETURN. "Return to original report after report execution complete
SUBMIT MRSSBF10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: d


INCLUDES used within this REPORT MRSSBF10

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING * DISPLAY = 'X' FIELDNAME = H_FIELD "WKB22.02.1994

NAMETAB_GET * CALL FUNCTION 'NAMETAB_GET' * EXPORTING TABNAME = TABLENAME * LANGU = SY-LANGU * TABLES NAMETAB = TABINFO.

RKE_SEND_SELECTION_SCREEN CALL FUNCTION 'RKE_SEND_SELECTION_SCREEN' EXPORTING EINF_MEHRF = 'M' * START_COLUMN = E02 * START_ROW = E03 * TEXT_LENGTH = E04 * WINDOW_LENGTH = 20 WINDOW_TITLE = L_TEXT "wkb18.07.1994

RS_TREE_OBJECT_PLACEMENT CALL FUNCTION 'RS_TREE_OBJECT_PLACEMENT' EXPORTING OBJECT = RSSB1-OBJECT TYPE = 'SUSO' OPERATION = 'INSERT'.

RS_TREE_OBJECT_PLACEMENT CALL FUNCTION 'RS_TREE_OBJECT_PLACEMENT' EXPORTING OBJECT = RSSB1-OBJECT TYPE = 'SUSO' OPERATION = 'INSERT'.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = TEXT-A02 TEXTLINE2 = TEXT-A03 TITEL = TEXT-A01 IMPORTING ANSWER = ANSWER.

SUSR_COMMEDITCHECK CALL FUNCTION 'SUSR_COMMEDITCHECK' EXPORTING OBJECTNAME = H_TRANSOBJ TRANSOBJECTTYPE = 'O' IMPORTING RETURN_FROM_KORR = H_KORRRET.

RS_TREE_OBJECT_PLACEMENT CALL FUNCTION 'RS_TREE_OBJECT_PLACEMENT' EXPORTING OBJECT = RSSB1-OBJECT TYPE = 'SUSO' OPERATION = 'DELETE'.

DOCU_DEL CALL FUNCTION 'DOCU_DEL' EXPORTING GENERIC = ' ' ID = H_DOCUID LANGU = SY-LANGU OBJECT = H_DOCUOBJECT TYP = 'E' EXCEPTIONS RET_CODE = 1.

SUSR_COMMEDITCHECK CALL FUNCTION 'SUSR_COMMEDITCHECK' EXPORTING OBJECTNAME = TRANSOBJ TRANSOBJECTTYPE = 'O' IMPORTING RETURN_FROM_KORR = KORRET.

SUSP_SU24_DARK_INSERT_OBJLIST CALL FUNCTION 'SUSP_SU24_DARK_INSERT_OBJLIST' TABLES P_USOBX_C = H_USOBX_C_TAB * P_USOBT_C = EXCEPTIONS BAD_TYPE = 1 NAME_NOT_DEFINED = 2 TABLE_P_USOBX_C_EMPTY = 3 WRONG_OKFLAG = 4 INCONSISTENT_ENTRIES = 5 NO_ENTRIES_INSERTED = 6 INSERT_FAILED = 7 NOT_AUTHORIZED = 8 ERROR_IN_LOCK_MANAGEMENT = 9 LOCKED_BY_ANOTHER_USER = 10 OTHERS = 11.

SUSP_SU24_DARK_DELETE_OBJLIST CALL FUNCTION 'SUSP_SU24_DARK_DELETE_OBJLIST' TABLES P_USOBX_C = H_USOBX_C_TAB EXCEPTIONS BAD_TYPE = 1 NO_ENTRIES_DELETED = 2 NOT_AUTHORIZED = 3 ERROR_IN_LOCK_MANAGEMENT = 4 LOCKED_BY_ANOTHER_USER = 5 OTHERS = 6.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MRSSBF10 or its description.