SAP Reports / Programs | Transaction Data Pool | Bank Components | Transaction Data Pool(IS-B-DP) SAP IS

MJBMKF01 SAP ABAP INCLUDE - erweiterte Tabellenpflege untere Ebene







MJBMKF01 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 MJBMKF01 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 MJBMKF01. "Basic submit
SUBMIT MJBMKF01 AND RETURN. "Return to original report after report execution complete
SUBMIT MJBMKF01 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 MJBMKF01

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:

FDU_ADDITIONAL_INFO_GET call function 'FDU_ADDITIONAL_INFO_GET' EXPORTING REPID = KCDSM-REPID MANDT = SY-MANDT IMPORTING ESTRC = estrc * ANWDG = * XSUETYP = TABLES TYPE_INFO = type_info * REPID_INFO = EXCEPTIONS REPID_NOT_AVAILLABLE = 1 TYPE_NOT_AVAILLABLE = 2 ANWDG_NOT_AVAILLABLE = 3 WRONG_FUNCTION_CALL = 4 OTHERS = 5.

FDU_TYPE_ADDITIONAL_INFO_GET * CALL FUNCTION 'FDU_TYPE_ADDITIONAL_INFO_GET' * EXPORTING * REPID = KCDSM-REPID * MANDT = SY-MANDT * IMPORTING * ERKRS = LP_ERKRS ** RMBER = * TYPE = DP_UETYP * EXCEPTIONS * REPID_NOT_AVAILLABLE = 1 * OTHERS = 2.

ISB_UETYPES_GET CALL FUNCTION 'ISB_UETYPES_GET' EXPORTING I_RKALRG = JBTKREG-RKALRG TABLES ET_UETYPES = WRK_UETYPES EXCEPTIONS OTHERS = 1.

ISB_FCC_EGK_KREG_SET CALL FUNCTION 'ISB_FCC_EGK_KREG_SET' EXPORTING IP_RKALRG = FIP_RKALRG EXCEPTIONS OTHERS = 1.

ISB_FCC_EGK_ERKRS_SET CALL FUNCTION 'ISB_FCC_EGK_ERKRS_SET' EXPORTING IP_ERKRS = FIP_ERKRS EXCEPTIONS OTHERS = 1.

ISB_FCC_TR_DERI_DEV_CHECK CALL FUNCTION 'ISB_FCC_TR_DERI_DEV_CHECK' EXPORTING IP_SUETYP = FIP_SUETYP EXCEPTIONS ERROR = 1 OTHERS = 2.

ISB_FCC_TR_DERI_CDFP_CHECK CALL FUNCTION 'ISB_FCC_TR_DERI_CDFP_CHECK' EXPORTING IP_SUETYP = FIP_SUETYP EXCEPTIONS ERROR = 1 OTHERS = 2.

ISB_FCC_TR_DERI_FGL_CHECK CALL FUNCTION 'ISB_FCC_TR_DERI_FGL_CHECK' EXPORTING IP_SUETYP = FIP_SUETYP EXCEPTIONS ERROR = 1 OTHERS = 2.

ISB_FCC_TR_DERI_DER_CHECK CALL FUNCTION 'ISB_FCC_TR_DERI_DER_CHECK' EXPORTING IP_SUETYP = FIP_SUETYP EXCEPTIONS ERROR = 1 OTHERS = 2.

ISB_FCC_TR_DERI_SWAP_CHECK CALL FUNCTION 'ISB_FCC_TR_DERI_SWAP_CHECK' EXPORTING IP_SUETYP = FIP_SUETYP EXCEPTIONS ERROR = 1 OTHERS = 2.

ISB_FIELD_CHOICE_CONTROL_SHOW2 CALL FUNCTION 'ISB_FIELD_CHOICE_CONTROL_SHOW2' EXPORTING IP_UETYP = FIP_SUETYP EXCEPTIONS OTHERS = 1.



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