FCNPSFAL 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 FCNPSFAL 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: General Project System Form Routines
No INCLUDES are used within this REPORT code!
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 = 1.
CJDB_AUTHORITYCHECK_PROTOCOL CALL FUNCTION 'CJDB_AUTHORITYCHECK_PROTOCOL' EXPORTING I_AUTH_PROT = H_AUTH_PROT EXCEPTIONS OTHERS = 1.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = TABNAME LFIELDNAME = LD_LFIELDNAME LANGU = SY-LANGU IMPORTING DFIES_WA = DFIES EXCEPTIONS NOT_FOUND = 1 OTHERS = 3.
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING * DISPLAY = ' ' I_KOKRS = CN_KOKRS * POPUP = ' ' IMPORTING E_KOKRS = CN_KOKRS E_ACTION = ACTION EXCEPTIONS NOT_FOUND = 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.
FCNPSFAL - Project Info System: General Project System Form Routines FCNPS000 - Project Info System: Form Pool Project System List Output FCNPS000 - Project Info System: Form Pool Project System List Output FCNLSTOP - Project Info System: TOP Include for List Output (Test Tool) FCNLSFVS - Project Info System: Form Routines for Version Processing List Output FCNLSFUC - Project Info System: Form Routines List Output User Commands