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

MJBEUF01 SAP ABAP INCLUDE - FORM Routines for Report SAPMJBEU







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


Text pool values


Title: FORM Routines for Report SAPMJBEU


INCLUDES used within this REPORT MJBEUF01

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:

APPL_LOG_INIT CALL FUNCTION 'APPL_LOG_INIT' EXPORTING OBJECT = CON_PROT_OBJECT * SUBOBJECT = ' ' EXCEPTIONS OBJECT_NOT_FOUND = 1 SUBOBJECT_NOT_FOUND = 2 OTHERS = 3.

APPL_LOG_WRITE_HEADER CALL FUNCTION 'APPL_LOG_WRITE_HEADER' EXPORTING HEADER = GLOBAL_BALHDRI * IMPORTING * UPDATE_OR_INSERT = EXCEPTIONS OBJECT_NOT_FOUND = 1 SUBOBJECT_NOT_FOUND = 2 OTHERS = 3.

APPL_LOG_WRITE_DB CALL FUNCTION 'APPL_LOG_WRITE_DB' EXPORTING OBJECT = CON_PROT_OBJECT * SUBOBJECT = ' ' TABLES OBJECT_WITH_LOGNUMBER = LOC_BALNRI_TAB EXCEPTIONS OBJECT_NOT_FOUND = 1 SUBOBJECT_NOT_FOUND = 2 INTERNAL_ERROR = 3 OTHERS = 4.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = CON_NEIN TEXTLINE1 = TEXT-011 * TEXTLINE2 = ' ' TITEL = TEXT-012 * START_COLUMN = 25 * START_ROW = 6 CANCEL_DISPLAY = ' ' IMPORTING ANSWER = GLOBAL_ANSWER EXCEPTIONS OTHERS = 1.

APPL_LOG_DELETE CALL FUNCTION 'APPL_LOG_DELETE' EXPORTING OBJECT = CON_PROT_OBJECT * SUBOBJECT = ' ' EXTERNAL_NUMBER = CON_PROT_EXTNR DATE_TO = SY-DATUM TIME_TO = SY-UZEIT LOG_CLASS = '1' IMPORTING NUMBER_OF_DELETED_LOGS = LOC_ANZAHL * NUMBER_OF_NON_DELETED_LOGS = EXCEPTIONS NO_AUTHORITY = 1 OTHERS = 2.

ISB_EURO_MASTER_LOAN_CONVERT CALL FUNCTION 'ISB_EURO_MASTER_LOAN_CONVERT' EXPORTING I_BUKRS = I_BUKRS I_RANL = I_RANL I_STICHTAG = P_STICH I_NEU_WAEHRUNG = GLOBAL_EURO_WAEHRUNG * I_KZ_RUECK = ' ' EXCEPTIONS OTHERS = 1.

ISB_EURO_MASTER_LOAN_CONVERT CALL FUNCTION 'ISB_EURO_MASTER_LOAN_CONVERT' EXPORTING I_BUKRS = I_BUKRS I_RANL = I_RANL I_STICHTAG = P_STICH I_NEU_WAEHRUNG = GLOBAL_JBDOBJEUR_TAB-WWHRORG I_KZ_RUECK = CON_XON EXCEPTIONS OTHERS = 1.

EMUL_CHECK_LOAN_INCURRENCY CALL FUNCTION 'EMUL_CHECK_LOAN_INCURRENCY' EXPORTING IVDARL = global_vdarl_tab DATE = P_STICH EXCEPTIONS NO_INCURRENCY = 1 NO_ORIGINAL_CURRENCY = 2 EURO_CURRENCY = 3 ERROR_WITH_CURRENCIES = 4 OTHERS = 5.

READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING I_ARBGB = '6E' I_DTYPE = CON_ERROR I_MSGNR = '004' IMPORTING E_MSGTY = L_MSGTY.

EMUL_READ_INCURRENCY CALL FUNCTION 'EMUL_READ_INCURRENCY' EXPORTING DATE = P_STICH IMPORTING EURO_CURRENCY = GLOBAL_EURO_WAEHRUNG EXCEPTIONS NO_EURO_CURRENCY_FOUND = 1 TWO_OR_MORE_EURO_CURR_FOUND = 2 NO_INCURRENCY_FOUND = 3 OTHERS = 4.

READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING I_ARBGB = 'J2' I_DTYPE = CON_ERROR I_MSGNR = '414' IMPORTING E_MSGTY = L_MSGTY.

ISB_EURO_MASTER_LOAN_LOAD CALL FUNCTION 'ISB_EURO_MASTER_LOAN_LOAD' TABLES I_ALT_VDARL_TAB = GLOBAL_VDARL_TAB EXCEPTIONS OTHERS = 1.

APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING OBJECT = CON_PROT_OBJECT * SUBOBJECT = ' ' EXTERNAL_NUMBER = CON_PROT_EXTNR OBJECT_ATTRIBUTE = 2 SUBOBJECT_ATTRIBUTE = 2 EXTERNAL_NUMBER_ATTRIBUTE = 2 DATE_FROM = GLOBAL_BALHDRI-ALDATE TIME_FROM = GLOBAL_BALHDRI-ALTIME DATE_TO = GLOBAL_BALHDRI-ALDATE TIME_TO = GLOBAL_BALHDRI-ALTIME * TITLE_SELECTION_SCREEN = ' ' * TITLE_LIST_SCREEN = ' ' * COLUMN_SELECTION = '11112221122 ' SUPPRESS_SELECTION_DIALOG = 'X' * COLUMN_SELECTION_MSG_JUMP = '1' EXTERNAL_NUMBER_DISPLAY_LENGTH = 10 * IMPORTING * NUMBER_OF_PROTOCOLS = EXCEPTIONS NO_AUTHORITY = 1 OTHERS = 2.

APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING OBJECT = CON_PROT_OBJECT * SUBOBJECT = ' ' EXTERNAL_NUMBER = CON_PROT_EXTNR OBJECT_ATTRIBUTE = 2 SUBOBJECT_ATTRIBUTE = 2 EXTERNAL_NUMBER_ATTRIBUTE = 2 * DATE_FROM = SY-DATUM * TIME_FROM = '000000' * DATE_TO = SY-DATUM * TIME_TO = SY-UZEIT TITLE_SELECTION_SCREEN = TEXT-013 * TITLE_LIST_SCREEN = ' ' * column_selection = '11112221122 ' * SUPPRESS_SELECTION_DIALOG = ' ' * COLUMN_SELECTION_MSG_JUMP = '1' EXTERNAL_NUMBER_DISPLAY_LENGTH = 10 * IMPORTING * NUMBER_OF_PROTOCOLS = EXCEPTIONS NO_AUTHORITY = 1 OTHERS = 2.

DEQUEUE_EJBDEURO CALL FUNCTION 'DEQUEUE_EJBDEURO' EXPORTING MODE_JBDEURO = 'X' MANDT = SY-MANDT OBJNR = I_OBJNR * X_OBJNR = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' 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 MJBEUF01 or its description.