SAP Reports / Programs | Risk Analysis | Bank Components | Risk Analysis(IS-B-RA) SAP IS

M_RISK_OBJECTF01 SAP ABAP INCLUDE - erweiterte Tabellenpflege untere Ebene







M_RISK_OBJECTF01 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 M_RISK_OBJECTF01 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 M_RISK_OBJECTF01. "Basic submit
SUBMIT M_RISK_OBJECTF01 AND RETURN. "Return to original report after report execution complete
SUBMIT M_RISK_OBJECTF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT M_RISK_OBJECTF01

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:

RM_RC_READ_DB_TABLES * CALL FUNCTION 'RM_RC_READ_DB_TABLES' * EXPORTING * I_IT_OBJNR = NUMBER_TABLE * TABLES * E_IT_KO = IT_JBRDBKO * E_IT_KOET = IT_JBRDBKOET * E_IT_ABEST = IT_JBRDBABEST * E_IT_OPTI = IT_JBRDBOPTI * E_IT_BEWEG = IT_JBRDBBEWEG * E_IT_FML = IT_JBRDBFML * E_IT_HIER = IT_JBRDBHIER * EXCEPTIONS * NO_INPUT = 1 * NO_CONSISTENT_OUTPUT = 2 * OTHERS = 3.

RM_RC_READ_DB_H_TABLES_W_DATE CALL FUNCTION 'RM_RC_READ_DB_H_TABLES_W_DATE' EXPORTING I_DATE = DATE I_IT_OBJNR = NUMBER_TABLE IMPORTING E_VERSION = VERSION_FLAG TABLES E_IT_KO = IT_JBRDBKO E_IT_KOET = IT_JBRDBKOET E_IT_ABEST = IT_JBRDBABEST E_IT_OPTI = IT_JBRDBOPTI E_IT_BEWEG = IT_JBRDBBEWEG E_IT_FML = IT_JBRDBFML E_IT_HIER = IT_JBRDBHIER EXCEPTIONS NO_INPUT = 1 NO_CONSISTENT_OUTPUT = 2 NO_VALID_OUTPUT = 3 OTHERS = 4.

HELP_VALUES_GET_WITH_TABLE * CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' ** EXPORTING ** CUCOL = 0 ** CUROW = 0 ** DISPLAY = ' ' ** FIELDNAME = ' ' ** TABNAME = ' ' ** NO_MARKING_OF_CHECKVALUE = ' ' ** TITLE_IN_VALUES_LIST = ' ' ** TITEL = ' ' ** SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' ** NO_CONVERSION = ' ' * IMPORTING * SELECT_VALUE = ID * TABLES * FIELDS = IT_FIELDS * VALUETAB = IT_VALUE_TABLE * EXCEPTIONS * FIELD_NOT_IN_DDIC = 1 * MORE_THEN_ONE_SELECTFIELD = 2 * NO_SELECTFIELD = 3 * OTHERS = 4.

RM_RC_DELETE_DB_TABLES CALL FUNCTION 'RM_RC_DELETE_DB_TABLES' TABLES I_IT_KO = BT_JBRDBKO I_IT_KOET = BT_JBRDBKOET I_IT_ABEST = BT_JBRDBABEST I_IT_OPTI = BT_JBRDBOPTI I_IT_BEWEG = BT_JBRDBBEWEG I_IT_FML = BT_JBRDBFML I_IT_HIER = BT_JBRDBHIER EXCEPTIONS OTHERS = 1.

RM_RC_WRITE_DB_TABLES CALL FUNCTION 'RM_RC_WRITE_DB_TABLES' * EXPORTING " Bei Angabe der Objektnummer werden * I_IT_OBJNR = OBJNR " die alten Sätze gelesen und dann TABLES " gelöscht. Dies ist nicht notwendig!

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TITLE * DIAGNOSE_OBJECT = ' ' TEXT_QUESTION = QUESTION * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING ANSWER = ANSWER * TABLES * PARAMETER = EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

RM_RC_GET_NEW_RIDXRT_OBJNR CALL FUNCTION 'RM_RC_GET_NEW_RIDXRT_OBJNR' TABLES C_IT_RTIDOBJ = IT_JBRTIDOBJ E_IT_ONR00 = IT_OBJECT EXCEPTIONS NO_INPUT = 1 ERROR_GETTING_NUMBER = 2 NOT_ENOUGH_NUMBERS = 3 OTHERS = 4.



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 M_RISK_OBJECTF01 or its description.