FCNLSFIN 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 FCNLSFIN 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: Initialization List Output Form Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UNIT_OF_MEASURE_ISO_TO_SAP CALL FUNCTION 'UNIT_OF_MEASURE_ISO_TO_SAP' EXPORTING ISO_CODE = CON_ISOCODE_SEC IMPORTING SAP_CODE = G_EINHEIT_SEKUNDE EXCEPTIONS NOT_FOUND = 1.
UNIT_GET CALL FUNCTION 'UNIT_GET' EXPORTING DENOMINATOR = 1 DIMENSION = CON_DIMID_TIME NUMERATOR = 1 IMPORTING UNIT = G_EINHEIT_SEKUNDE EXCEPTIONS * UNIT_NOT_FOUND = 1. "ALRK265312
UNIT_OF_MEASURE_ISO_TO_SAP CALL FUNCTION 'UNIT_OF_MEASURE_ISO_TO_SAP' EXPORTING ISO_CODE = CON_ISOCODE_DAY IMPORTING SAP_CODE = G_EINHEIT_TAG EXCEPTIONS NOT_FOUND = 1.
UNIT_GET CALL FUNCTION 'UNIT_GET' EXPORTING DENOMINATOR = 1 DIMENSION = CON_DIMID_TIME NUMERATOR = CON_FAKTOR_TAG IMPORTING UNIT = G_EINHEIT_TAG EXCEPTIONS * UNIT_NOT_FOUND = 1. "ALRK265312
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FCNLSFIN - Project Info System: Initialization List Output Form Routines FCNLSFHI - Project Info System: Hierarchy Processing List Output Form Routines FCNLSFDM - Project Info System: Form Routines for LIS Dummy Routines List Output 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