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

MJHADUOB SAP ABAP INCLUDE - IS-M/AM: Subroutines for RJHHADU Programs







MJHADUOB 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 MJHADUOB 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 MJHADUOB. "Basic submit
SUBMIT MJHADUOB AND RETURN. "Return to original report after report execution complete
SUBMIT MJHADUOB 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: Subroutines for RJHHADU Programs


INCLUDES used within this REPORT MJHADUOB

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:

FILE_GET_NAME call function 'FILE_GET_NAME' exporting client = sy-mandt logical_filename = pv_log_file operating_system = sy-opsys importing file_name = pv_phys_file exceptions file_not_found = 01.

FILE_VALIDATE_NAME call function 'FILE_VALIDATE_NAME' exporting logical_filename = pv_log_file changing physical_filename = pv_phys_file exceptions others = 4.

ISM_CONVERT_TO_NORMAL_FORM call function 'ISM_CONVERT_TO_NORMAL_FORM' exporting input = pv_avm_ex importing output = pv_avm_ex.

HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = 'NA' dokname = lv_dokname doktitle = text-ltx msg_var_1 = ps_msg-msgv1 msg_var_2 = ps_msg-msgv2 msg_var_3 = ps_msg-msgv3 msg_var_4 = ps_msg-msgv4 tables links = lt_dmy_tline.

MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = ps_msg-msgid msgty = ps_msg-msgty msgv1 = ps_msg-msgv1 msgv2 = ps_msg-msgv2 msgv3 = ps_msg-msgv3 msgv4 = ps_msg-msgv4 txtnr = ps_msg-msgno zeile = ps_line.

CONVERSION_EXIT_MCAMP_OUTPUT call function 'CONVERSION_EXIT_MCAMP_OUTPUT' exporting input = ls_rjhap-campaign importing output = lv_campaign.

ISP_SELECT_SINGLE_JJTBE call function 'ISP_SELECT_SINGLE_JJTBE' exporting beleinh = ls_rjhabpz-belegeinh msgty = con_msg_extern importing jjtbe_i = ls_jjtbe_ur.

ISP_SELECT_SINGLE_JJTBE call function 'ISP_SELECT_SINGLE_JJTBE' exporting beleinh = ls_rjhausi-plaz_be msgty = con_msg_extern importing jjtbe_i = ls_jjtbe.

ISP_SELECT_SINGLE_JJTBE call function 'ISP_SELECT_SINGLE_JJTBE' exporting beleinh = ls_rjhabpz-belegeinh msgty = con_msg_extern importing jjtbe_i = ls_jjtbe_ur.

ISP_SELECT_SINGLE_JJTBE call function 'ISP_SELECT_SINGLE_JJTBE' exporting beleinh = ls_rjhauv-plaz_be msgty = con_msg_extern importing jjtbe_i = ls_jjtbe.



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