MJHW1FOB 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 MJHW1FOB 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: IS-M/AM: Object-Specific Editing
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISM_COA_ASS_RESET call function 'ISM_COA_ASS_RESET'.
ISM_COA_ASS_ADAPT_TO_COA_ITEM call function 'ISM_COA_ASS_ADAPT_TO_COA_ITEM' exporting ps_new_item = ls_item changing ps_coa = ps_coa exceptions cancel.
ISP_CONTRACT_FIT_TOGETHER * CALL FUNCTION 'ISP_CONTRACT_FIT_TOGETHER' * TABLES * POSITIONS = GT_POS * POS_DEL = RJHW151_DEL * CHANGING * CONTRACT = JHTVKO * FLG_UPDATE = GV_FLG_UPDATE * ZUO_INIT = GV_FLG_ZUO_INIT * CONTR_TAB_INIT = GV_FLG_XTAB_INIT * EXCEPTIONS * OTHERS = 1.
ISM_COA_MERGE * call function 'ISM_COA_MERGE' * changing * ps_coa = gs_coa-coa * pt_pos = gs_coa-item[] * flg_update = gv_flg_update * zuo_init = gv_flg_zuo_init.
ISM_COA_ASS_READ_FOR_COA call function 'ISM_COA_ASS_READ_FOR_COA' exporting ps_coa = gs_coa.
ISM_COA_ASS_IMPORT call function 'ISM_COA_ASS_IMPORT' exporting ps_tj180 = tj180 pv_flg_update = gv_flg_update tables pt_excl_func = lt_excl.
ISM_COA_MERGE_CALL call function 'ISM_COA_MERGE_CALL' changing pv_flg_update = gv_flg_update ps_t185f = ps_t185f ps_t185 = ps_t185 ps_t185v = ps_t185v ps_coa = gs_coa.
ISM_COA_EXPORT call function 'ISM_COA_EXPORT' exporting pv_vtnr = jhtvko-vtnr importing ps_coa = gs_coa.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.