FCNPSFSO 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 FCNPSFSO 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: SAP Office Project System Form Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAVE_LIST CALL FUNCTION 'SAVE_LIST' EXPORTING LIST_INDEX = LSIND_MINUS_1 TABLES LISTOBJECT = ABAPLIST EXCEPTIONS LIST_INDEX_INVALID = 1.
TABLE_COMPRESS CALL FUNCTION 'TABLE_COMPRESS' TABLES IN = ABAPLIST OUT = ALI_CONT_LISTE_HEX EXCEPTIONS COMPRESS_ERROR = 1.
SO_SOLIXTAB_TO_SOLITAB call function 'SO_SOLIXTAB_TO_SOLITAB' exporting ip_solixtab = ALI_CONT_LISTE_HEX[] importing ep_solitab = ALI_CONT_LISTE[].
TABLE_COMPRESS CALL FUNCTION 'TABLE_COMPRESS' TABLES IN = ABAPLIST_SELPROT OUT = ALI_CONT_SELPROT_HEX EXCEPTIONS COMPRESS_ERROR = 1.
SO_SOLIXTAB_TO_SOLITAB call function 'SO_SOLIXTAB_TO_SOLITAB' exporting ip_solixtab = ALI_CONT_SELPROT_HEX[] importing ep_solitab = ALI_CONT_SELPROT[].
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = FIELDNAME TABLES DD03P_TAB = L_DD03P EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.
TABLE_COMPRESS CALL FUNCTION 'TABLE_COMPRESS' TABLES IN = TABELLE OUT = COMPRESSED_TAB EXCEPTIONS COMPRESS_ERROR = 1.
FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING FIELD_RANGES = T_RANGE IMPORTING EXPRESSIONS = T_EXPR.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FCNPSFSO - Project Info System: SAP Office Project System Form Routines FCNPSFSL - Project Info System: Project System Form Routine Selection FCNPSFPU - Project Info System: Form Routines for Project System Pickup FCNPSFPR - Project Info System: Form Routines for Project System Profiles FCNPSFPF - Project Info System: Form Routines for Proj.System Portfolio Graphics FCNPSFOB - Project Info System: Form Routines for Object-Specific Project System