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
Below is a list of transaction codes which are relevant to this SAP report
CACSMD501 - Create Commission Case
CACSMD531 - Create Commission Case
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: BDT Call-Up - Application-Dependent
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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_BUSSTART - BDT Call-Up - Application-Dependent CACS_BUSSTART - BDT Call-Up - Application-Dependent CACS_BUPA_CREATE_FORM - CACSBUPACREATEFORM CACS_BUPA_CREATE_DATA - CACSBUPACREATEDATA CACS_BUPA_CREATE_CP - Link Existing Business Partners with HR Employees CACS_BUPA_CREATE_CP - Link Existing Business Partners with HR Employees