FCNLSFAM 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 FCNLSFAM 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: Project Info System: Modify Form Routines List Output AUS_TAB
INCLUDE CN_CNIS_FILT.
No SAP DATABASE tables are accessed within this REPORT code!
CNBF_CHECK_DYNAMIC_FILTERS CALL FUNCTION 'CNBF_CHECK_DYNAMIC_FILTERS' EXPORTING I_STRUCTURE = AUS_S000 I_FLG_CHECK_INVERSE = FLG_CHECK_INVERSE I_STATUS_FIELD = G_AUSTAB_STATXT IMPORTING E_FLG_OK = AUSTAB_FLAG CHANGING C_HANDLE = L_HANDLE EXCEPTIONS OTHERS = 0. "ALRK265312
UNIT_CONVERSION_SIMPLE_CONTEXT CALL FUNCTION 'UNIT_CONVERSION_SIMPLE_CONTEXT' EXPORTING INPUT = L_FLOAT_0 UNIT_IN = CONV_FACTORS-UNIT_FROM UNIT_OUT = CONV_FACTORS-UNIT_TO IMPORTING ADD_CONST = CONV_FACTORS-F_ADD_CONST DENOMINATOR = CONV_FACTORS-F_DENOMINATOR NUMERATOR = CONV_FACTORS-F_NUMERATOR OUTPUT = L_FLOAT_0 EXCEPTIONS OTHERS = 1.
UNIT_PARAMETERS_GET CALL FUNCTION 'UNIT_PARAMETERS_GET' EXPORTING UNIT = l_DIMS_OF_UNITS-UNIT "ALRK265312 IMPORTING DIMENSION = l_DIMS_OF_UNITS-DIMID "ALRK265312 EXCEPTIONS UNIT_NOT_FOUND.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FCNLSFAM - Project Info System: Modify Form Routines List Output AUS_TAB FCNLSFAL - Project Info System: Form Routines, General List Output FCNLSF00 - Project Info System: Form Routine List Output FCNLS000 - Project Info System: Auxiliary Report Program List Output FCNLS000 - Project Info System: Auxiliary Report Program List Output FCNIFF04 - documentation and ABAP source code