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

MJBDOF06 SAP ABAP INCLUDE - Include MJBDOF06: Specifics on variable transactions







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


Text pool values


Title: Include MJBDOF06: Specifics on variable transactions


INCLUDES used within this REPORT MJBDOF06

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_VAR_ORIG_GET call function 'ISB_VAR_ORIG_GET' exporting fip_com_code = fip_com_code fip_vtnum = fip_vtnum changing fcp_var_dat = lp_var_dat fcp_result = lp_result.

ISB_VAR_ORIGKEY_GET call function 'ISB_VAR_ORIGKEY_GET' exporting fip_objnr = fip_objnr changing fcp_var_dat = lp_jbdvtdetail fcp_result = lp_result.

DEQUEUE_EJBDVTMD call function 'DEQUEUE_EJBDVTMD' exporting * MODE_JBDVTMD_LOCK = 'E' * MANDT = SY-MANDT com_code = fip_com_code vtnum = fip_vtnum * X_COM_CODE = ' ' * X_VTNUM = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' exceptions others = 1.

VAR_TRANS_MAINTAIN call function 'VAR_TRANS_MAINTAIN' exporting ip_ext_id = lp_ext_id ip_aktyp = '01' ip_xinit = 'X' * IP_XUPDTASK = 'X' * IP_XSAVE = 'X' * IP_APPLI = * IP_VARNR = * IP_OTITL = * IP_SICHT_START = ' ' exceptions no_com_code = 1 com_code_not_there = 2 no_vtnum = 3 vt_already_exists = 4 vt_not_found = 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 MJBDOF06 or its description.