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
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.
Title: Include MJBDOF06: Specifics on variable transactions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.