CP_CS_MAKRO is a standard ABAP INCLUDE 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 CP_CS_MAKRO into the relevant SAP transactions such as SE38 or SE80
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: General macro definitions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_SYS_PARAMS call function 'TR_SYS_PARAMS' importing systemtype = systype.
CP_CC_P_G_HANDLE_MAX_PROVIDE call function 'CP_CC_P_G_HANDLE_MAX_PROVIDE' importing e_handle_max = handle.
CP_CC_P_G_HANDLE_MAX_INCREASE call function 'CP_CC_P_G_HANDLE_MAX_INCREASE' exporting i_increment = handle_increment.
CP_CC_P_G_HANDLE_MAX_PROVIDE call function 'CP_CC_P_G_HANDLE_MAX_PROVIDE' importing e_handle_max = &1-ctrl-handle.
CP_CC_P_G_HANDLE_MAX_INCREASE call function 'CP_CC_P_G_HANDLE_MAX_INCREASE' exporting i_increment = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.