SAP Reports / Programs | Incentive and Commission Management (ICM)(ICM) SAP ICM

CACS_COM_NOTE_ICM1_BIBLIO SAP ABAP Report - CACSCOMNOTEICM1BIBLIO







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


INCLUDES used within this REPORT CACS_COM_NOTE_ICM1_BIBLIO

INCLUDE EMSG.
INCLUDE IEFGMAC3.


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:

CACS_GET_CONTAINER CALL FUNCTION 'CACS_GET_CONTAINER' EXPORTING id_cotyp = x_corresp-cotyp id_cokey = x_corresp-cokey IMPORTING ed_ctrtbu_id = lv_ctrtbu_id ed_appl = lv_appl et_icm_dfkkcoh = lt_icm_dfkkcoh EXCEPTIONS no_container = 1 OTHERS = 2.

CACS_GET_CONTAINER CALL FUNCTION 'CACS_GET_CONTAINER' EXPORTING id_cotyp = lv_cotyp id_cokey = lv_cokey IMPORTING ed_ctrtbu_id = lv_ctrtbu_id ed_appl = lv_appl ed_runid = lv_runid et_dfkkcoh_ref = lt_dfkkcoh_ref ed_busitime = lv_busitime ed_techtime = lv_techtime EXCEPTIONS no_container = 1 OTHERS = 2.

CACS_GET_CONTAINER CALL FUNCTION 'CACS_GET_CONTAINER' EXPORTING id_cotyp = x_corresp-cotyp id_cokey = x_corresp-cokey IMPORTING et_dfkkcoh_ref = lt_dfkkcoh_ref et_icm_dfkkcoh = lt_icm_dfkkcoh ed_appl = lv_appl ed_busitime = lv_busitime ed_techtime = lv_techtime ed_ctrtbu_id = lv_ctrtbu_id EXCEPTIONS no_container = 1 OTHERS = 2.

BUP_PARTNER_GET CALL FUNCTION 'BUP_PARTNER_GET' EXPORTING i_partner = x_corresp-gpart i_valdt = sy-datlo IMPORTING e_but000_address = y_buspartner EXCEPTIONS partner_not_found = 1 wrong_parameters = 2 internal_error = 3 OTHERS = 4.

FKKCORR_DFKKCOH_GET_CORR CALL FUNCTION 'FKKCORR_DFKKCOH_GET_CORR' EXPORTING i_cotyp = lv_cotyp i_cokey = lv_cokey IMPORTING e_dfkkcoh = ls_dfkkcoh TABLES et_dfkkcodclust = ls_dfkkcodclust EXCEPTIONS not_found = 1 OTHERS = 2.

FKKCORR_EXP_DECLUSTER CALL FUNCTION 'FKKCORR_EXP_DECLUSTER' EXPORTING i_cokey = ls_dfkkcoh-cokey it_cluster = ls_dfkkcodclust IMPORTING e_data = gv_add_data.



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