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

CACS_DESKTOP SAP ABAP Report - Start for Commissions Desktop







CACS_DESKTOP 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_DESKTOP into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CACSMWB - Commission Desktop


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


Text pool values


Title: Start for Commissions Desktop


INCLUDES used within this REPORT CACS_DESKTOP

INCLUDE CACS_GLOBDEF.


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_DETERMINE_CURRENT_APPL CALL FUNCTION 'CACS_DETERMINE_CURRENT_APPL' IMPORTING e_appl = appl EXCEPTIONS no_appl = 1 OTHERS = 2.

CACS_DETERMINE_CURRENT_APPL CALL FUNCTION 'CACS_DETERMINE_CURRENT_APPL' IMPORTING e_appl = appl EXCEPTIONS no_appl = 1 OTHERS = 2.

CACS_CHECK_PRODUCTIVE CALL FUNCTION 'CACS_CHECK_PRODUCTIVE' EXPORTING i_appl = appl EXCEPTIONS productive = 1 OTHERS = 2.

CACS_VERSION_HANDLING CALL FUNCTION 'CACS_VERSION_HANDLING' EXPORTING i_selection = '5' i_begin = lv_when " lv_timestamp i_tabnam = 'TCACS_ORG' i_when = lv_when TABLES cacs_back = lt_tcacs_org EXCEPTIONS obj_already_exist = 1 struc_not_read = 2 no_act_version = 3 begin_date_missed = 4 no_act_version_to_this_time = 5 end_date_missed = 6 begin_l_end = 7 OTHERS = 8.

RH_INTERNAL_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_INTERNAL_ACTIVE_WF_PLVAR' EXPORTING act_mandt = sy-mandt IMPORTING active_plvar = lv_plvar EXCEPTIONS no_active_plvar_found = 1 OTHERS = 2.

CACS_ORG_US_BP_GET CALL FUNCTION 'CACS_ORG_US_BP_GET' EXPORTING i_plvar = lv_plvar i_uname = sy-uname IMPORTING e_partner = partner EXCEPTIONS user_not_bp = 1 OTHERS = 2.

BUP_PARTNER_CHECK CALL FUNCTION 'BUP_PARTNER_CHECK' EXPORTING i_partner = partner i_rltyp = 'CACSA2' EXCEPTIONS role_not_found = 2 OTHERS = 5.

RH_MWB_START_WITH_HTMLSCREEN CALL FUNCTION 'RH_MWB_START_WITH_HTMLSCREEN' EXPORTING root_otype = 'BP' root_objid = cd_partner scenario = act_scenario.



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