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

MJBDDF01 SAP ABAP INCLUDE - IS-B: Markierungen für Darlehen setzen.







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

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:

ISB_SERVICES_COMPLETE CALL FUNCTION 'ISB_SERVICES_COMPLETE' TABLES SERV_ITAB = WRK_SERVICE EXCEPTIONS OTHERS = 1.

ISB_SERVICES_SAVE CALL FUNCTION 'ISB_SERVICES_SAVE' TABLES SERV_ITAB = WRK_SERVICE EXCEPTIONS ERROR_WHILE_SAVING = 1 OTHERS = 2.

ISB_BUS_OBJECT_CHECK_INIT * CALL FUNCTION 'ISB_BUS_OBJECT_CHECK_INIT' * TABLES * TP_OBJECT = WRK_OBJECT * EXCEPTIONS * ERROR_FOUND = 1 * OTHERS = 2.

ISB_BUS_OBJECT_CHECK * CALL FUNCTION 'ISB_BUS_OBJECT_CHECK' * EXPORTING * CHECK = CON_CHECK * TABLES * TP_PROT = WRK_PROT * TP_OBJECT = WRK_OBJECT * EXCEPTIONS * ERROR_FOUND = 1 * WARNING_FOUND = 2 * OTHERS = 3.

ISB_EGK_OBJECT_CHECK * CALL FUNCTION 'ISB_EGK_OBJECT_CHECK' * EXPORTING * CHECK = CON_CHECK * TABLES * TP_OBJECT = WRK_OBJECT * TP_PROT = WRK_PROT * EXCEPTIONS * ERROR_FOUND = 1 * OTHERS = 2.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = SAV_TEXT1 TEXTLINE2 = SAV_TEXT2 TITEL = SAV_TITEL IMPORTING ANSWER = SAV_POPUP_ANSWER.

ISB_SERVICES_CHECK_INIT CALL FUNCTION 'ISB_SERVICES_CHECK_INIT' * importing * checktyp = '3' TABLES SERV_ITAB = SAV_SERVICE ERROR = WRK_PROT EXCEPTIONS ERROR_FOUND = 1 OTHERS = 2.

ISB_SERVICES_CHECK CALL FUNCTION 'ISB_SERVICES_CHECK' EXPORTING CHECKTYP = '3' TABLES ERROR = WRK_PROT SERV_ITAB = SAV_SERVICE EXCEPTIONS ERROR_FOUND = 1 OTHERS = 2.

ENQUEUE_EJBDSERV CALL FUNCTION 'ENQUEUE_EJBDSERV' EXPORTING * MODE_JBDSERV = 'E' * MANDT = SY-MANDT BUKRS = JBDSERV-BUKRS RSERVI = JBDSERV-RSERVI * X_BUKRS = ' ' * X_RSERVI = ' ' * _SCOPE = '2' * _WAIT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

DEQUEUE_EJBDSERV CALL FUNCTION 'DEQUEUE_EJBDSERV' EXPORTING * MODE_JBDSERV = 'E' * MANDT = SY-MANDT BUKRS = JBDSERV-BUKRS RSERVI = JBDSERV-RSERVI * X_BUKRS = ' ' * X_RSERVI = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' EXCEPTIONS OTHERS = 1.

NUMBER_CHECK CALL FUNCTION 'NUMBER_CHECK' EXPORTING NR_RANGE_NR = '01' NUMBER = JBDSERV-RSERVI OBJECT = 'ISB_RSERVI' SUBOBJECT = JBDSERV-BUKRS * TOYEAR = '0000' IMPORTING RETURNCODE = RETURNCODE EXCEPTIONS INTERVAL_NOT_FOUND = 1 NUMBER_RANGE_NOT_EXTERN = 2 OBJECT_NOT_FOUND = 3 OTHERS = 4.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = SAV_TEXT1 TEXTLINE2 = SAV_TEXT2 TITEL = SAV_TITEL IMPORTING ANSWER = SAV_POPUP_ANSWER.



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