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
Below is a list of transaction codes which are relevant to this SAP report
CACSMWB - Commission Desktop
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.
Title: Start for Commissions Desktop
INCLUDE CACS_GLOBDEF.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CACS_DESKTOP - Start for Commissions Desktop CACS_DESKTOP - Start for Commissions Desktop CACS_DESIGN_CONSTANTS_UI - CACSDESIGNCONSTANTSUI CACS_DESIGN_CONSTANTS_ORIGIN - Include CACS_DESIGN_CONSTANTS CACS_DESIGN_CONSTANTS_ICONS - CACSDESIGNCONSTANTSICONS CACS_DEL_PD_INCONSIS_CONTRACTS - SHOWING INCONSISTENT CONTRACTS AND DELETING THEM