FICC2S00 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 FICC2S00 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.
INCLUDE FICC2I0S. " SELECTION SCREEN "WMS105598
No SAP DATABASE tables are accessed within this REPORT code!
FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'CACTT' e_dimen = p_dimen e_congr = p_congr e_rvers = p_rvers e_cacti = p_cacti e_cactt = '40' " C/I e_actvt = ld_actvt. " execute
FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'ITCLG' e_itclg = p_itclg. "STO092321
FC_COI_SYSTEM_USAGE_GET CALL FUNCTION 'FC_COI_SYSTEM_USAGE_GET' EXPORTING I_DIMEN = i_dimen IMPORTING E_USTPFLG = cs_cx57-ustpflg E_PUAFLG = cs_cx57-puaflg E_OCFLG = cs_cx57-ocflg e_gwctflg = cs_cx57-gwctflg "wms002998 e_hfsflg = cs_cx57-hfsflg. "jos160610
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.