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

CACS_BUSSTART SAP ABAP Report - BDT Call-Up - Application-Dependent







CACS_BUSSTART 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_BUSSTART 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

CACSMD501 - Create Commission Case
CACSMD531 - Create Commission Case


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


Text pool values


Title: BDT Call-Up - Application-Dependent


INCLUDES used within this REPORT CACS_BUSSTART

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:

BUS_CONTROL_MAIN call function 'BUS_CONTROL_MAIN' exporting i_objap = gv_objap i_aktyp = gv_aktyp i_action = gv_action i_xinit = gv_xinit i_xsave = gv_xsave i_xupdtask = gv_xupdtask i_appli_call = gv_appli_call i_varnr = gv_varnr i_otitl = gv_otitl i_sicht_start = gv_sicht_start i_xarchive = gv_xarchive i_xhelp = gv_xhelp importing e_state = e_state e_state_fcode = e_state_fcode e_chashlp = e_chashlp tables t_rltyp = gt_rltyp t_rltgr = gt_rltgr t_sicht = gt_sicht t_appli = gt_appli t_fldvl = gt_fldvl t_scrsel = gt_scrsel.

BUS_TBZ1E_SELECT_WITH_TCODE call function 'BUS_TBZ1E_SELECT_WITH_TCODE' exporting i_tcode = sy-tcode tables t_tbz1e = gt_tbz1e exceptions not_found = 1 others = 2.

BUS_CONTROL_MAIN call function 'BUS_CONTROL_MAIN' exporting i_objap = tbz1e-objap i_action = tbz1e-aktyp tables t_rltyp = gt_rltyp t_rltgr = gt_rltgr.



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