SAP Reports / Programs | Advertising Management | SAP Media | Advertising Management(IS-M-AM) SAP IS

MJHW1FOB SAP ABAP INCLUDE - IS-M/AM: Object-Specific Editing







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


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


Text pool values


Title: IS-M/AM: Object-Specific Editing


INCLUDES used within this REPORT MJHW1FOB

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:

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.



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