FCNLSFSP 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 FCNLSFSP 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: Form Routines for LIS Special List Output
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNVL_DETERMINE_FIELD CALL FUNCTION 'CNVL_DETERMINE_FIELD' IMPORTING E_TABNAME = L_TABNAME E_FIELDNAME = L_FIELDNAME EXCEPTIONS * NO_VARIABLE_LIST_LINE = 1.
CNVL_WRITE_OBJECT CALL FUNCTION 'CNVL_WRITE_OBJECT' EXPORTING I_LINTYP = CON_LINTYP_TOP I_OBJECT = OBJECT EXCEPTIONS OBJECT_NOT_FOUND = 1 FIELDS_NOT_FOUND = 2.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = 'KKHIE' FIELDNAME = 'STUFE' LANGU = SY-LANGU IMPORTING DFIES_WA = XF_DFIES TABLES "note_943889 DFIES_TAB = XF_DFIES_TAB "note_943889 EXCEPTIONS NOT_FOUND = 1 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FCNLSFSP - Project Info System: Form Routines for LIS Special List Output FCNLSFPU - Project Info System: List Output Pickup Form Routines FCNLSFOB - Project Info System: Form Routines for Object-Specific List Output FCNLSFLA - Project Info System: List Output of List Output Form Routines FCNLSFKK - Project Info System: Correct Key Figure List Output Form Routines FCNLSFIN - Project Info System: Initialization List Output Form Routines