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

FV63A581 SAP ABAP INCLUDE - Basic Formula for Revenue Distribution







FV63A581 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for Determine condition basis and condition amount for revenue distribution You use the basis formula to determine the condition basis in revenue realization and revenue distribution...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter FV63A581 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 FV63A581. "Basic submit
SUBMIT FV63A581 AND RETURN. "Return to original report after report execution complete
SUBMIT FV63A581 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Basic Formula for Revenue Distribution


INCLUDES used within this REPORT FV63A581

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:

ISP_TJJ79_READ call function 'ISP_TJJ79_READ' exporting in_bez_typ = 'AD' in_kappl = komp-ismkapplv in_kalsm = komp-ismkalsmv in_kschl = xkomv-kschl importing out_tjj79 = ls_tjj79 exceptions no_entry_found.

ISMAM_RD_KAWRT_FOR_KSCHL_GET call function 'ISMAM_RD_KAWRT_FOR_KSCHL_GET' exporting ps_komv = hlp_xkomv importing pv_kbetr = xkomv-kbetr.

ISP_TJJ93_READ_KSCHL call function 'ISP_TJJ93_READ_KSCHL' exporting in_kappl = 'JA' in_kalsm = komk-kalsm in_kschl = xkomv-kschl importing out_tjj93 = ls_tjj93 exceptions no_entry_found.

ISMAM_RD_KBETR_FOR_ZUABE_GET call function 'ISMAM_RD_KBETR_FOR_ZUABE_GET' exporting ps_komv = hlp_xkomv pv_bktyp = lv_bktyp importing pv_kbetr = xkomv-kbetr.

ISMAM_RD_KAWRT_FOR_KSCHL_GET call function 'ISMAM_RD_KAWRT_FOR_KSCHL_GET' exporting ps_komv = hlp_xkomv importing pv_kawrt = xkwert pr_ex = lr_ex.

ISPAM_INVOICE_TRANSLATE_KSCHL call function 'ISPAM_INVOICE_TRANSLATE_KSCHL' exporting in_kappln = komk-kappl in_kalsmn = komk-kalsm in_kapplv = komp-ismkapplv in_kalsmv = komp-ismkalsmv changing io_kschl = hlp_vorg_kschl exceptions others = 1.

ISM_READ_CONDITION_FROM_XKOMV call function 'ISM_READ_CONDITION_FROM_XKOMV' exporting ii_xkomv = tkomv[] iv_knumv = hlp_knumv iv_kposn = hlp_kposn iv_kschl = hlp_vorg_kschl importing es_xkomv = ls_tkomv "WA ev_subrc = lv_rc.

ISPAM_FAKT_XKOMV_KOPIERREGEL_1 call function 'ISPAM_FAKT_XKOMV_KOPIERREGEL_1' exporting in_old_xkomv_wa = ls_tkomv * in_bez_typ = 'AD' in_kappl = komp-ismkapplv in_kalsm = komp-ismkalsmv changing io_new_xkomv_wa = hlp_xkomv io_rc = lv_rc exceptions others = 1.

ISP_GET_CONDITION_REFERENCE call function 'ISP_GET_CONDITION_REFERENCE' exporting in_xkomv_wa = hlp_xkomv in_tkomk_wa = komk in_tkomp_wa = komp importing out_rc = lv_rc changing xkomv_kwert = hlp_xkomv-kwert xkomv_kinak = hlp_xkomv-kinak xkomv_kawrt = hlp_xkomv-kawrt xkomv_kbetr = hlp_xkomv-kbetr exceptions others = 1.



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