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

RJHAABM2 SAP ABAP INCLUDE - IS-M: Subroutines for Coll. Proc. of Contract Settlement and Billing







RJHAABM2 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 RJHAABM2 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 RJHAABM2. "Basic submit
SUBMIT RJHAABM2 AND RETURN. "Return to original report after report execution complete
SUBMIT RJHAABM2 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: Subroutines for Coll. Proc. of Contract Settlement and Billing


INCLUDES used within this REPORT RJHAABM2

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_STL_BILLING_IF_SORT call function 'ISM_COA_STL_BILLING_IF_SORT' changing pt_komfk = pt_komfk.

ISPAM_GN_INVOICE_CREATE call function 'ISPAM_GN_INVOICE_CREATE' exporting in_invoice_date = fkdat in_with_posting = space in_with_enqueue = lv_flg_enqu in_tj180 = ss_tj180 tables xthead = gt_all_head xkomfk = pt_komfk xjhtfk = gt_all_fak xjhtfp = gt_all_fap xjhtfpa = gt_all_fapa yjhtfk = gt_all_yfak yjhtfp = gt_all_yfap yjhtfpa = gt_all_yfapa xkomv = gt_all_komv tt_enqobj = gt_all_enq changing io_jhtak = gs_jhtak_fak.

ISPAM_COLL_PROC_HEAD_ACTUALIZE call function 'ISPAM_COLL_PROC_HEAD_ACTUALIZE' changing cs_jhtak = ps_ak_fak.

ISPAM_PROTOCOL_ADD call function 'ISPAM_PROTOCOL_ADD' exporting in_msgid = 'JE' in_msgno = '095' in_msgty = con_information.

ISPAM_INVOICE_LIST call function 'ISPAM_INVOICE_LIST' exporting in_tj180 = ls_tj180 in_with_posting = lv_flg_post in_with_enqueue = lv_flg_post is_variant = gs_variant tables in_xthead = gt_all_head in_xjhtfk = gt_all_fak in_xjhtfp = gt_all_fap in_xjhtfpa = gt_all_fapa in_yjhtfk = gt_all_yfak in_yjhtfp = gt_all_yfap in_yjhtfpa = gt_all_yfapa in_xkomv = gt_all_komv in_enqobj = gt_all_enq changing cs_jhtak = ps_ak_fak.

ISMAM_KOMK_MAINTAIN call function 'ISMAM_KOMK_MAINTAIN' exporting in_action = con_komkm_actn_export in_caller = con_komkm_caller_pr changing io_tkomk_tab = lt_komk[].

PRICING_REFRESH call function 'PRICING_REFRESH' tables tkomk = lt_komk tkomv = gt_all_komv.

ISMAM_KOMK_MAINTAIN call function 'ISMAM_KOMK_MAINTAIN' exporting in_action = con_komkm_actn_refr_all in_caller = con_komkm_caller_pr.



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