FCNALFDT 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 FCNALFDT 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 All Overviews Detail Screens
FORM FILL_INCLUDE_DYNPRO_LIST USING VALUE(BEREICH) TYPE C
No SAP DATABASE tables are accessed within this REPORT code!
CJTA_KOSTENSTELLENTEXT CALL FUNCTION 'CJTA_KOSTENSTELLENTEXT' EXPORTING KOKRS = G_PRPS-AKOKR KOSTL = G_PRPS-AKSTL IMPORTING KTEXT = KTXT EXCEPTIONS NOT_FOUND = 01.
CJTA_KOSTENSTELLENTEXT CALL FUNCTION 'CJTA_KOSTENSTELLENTEXT' EXPORTING KOKRS = G_PRPS-FKOKR KOSTL = G_PRPS-FKSTL IMPORTING KTEXT = KTXT EXCEPTIONS NOT_FOUND = 01.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = 'CNDOK' LFIELDNAME = 'ARBEL' LANGU = SY-LANGU IMPORTING DFIES_WA = DFIES EXCEPTIONS NOT_FOUND = 1 OTHERS = 3.
CNIS_LIST_POPUP CALL FUNCTION 'CNIS_LIST_POPUP' EXPORTING I_BREITE = 83 I_HOEHE = HOEHE I_FLG_HOEHE_ANPASSEN = CON_YES * I_START_COLUMN = STARTCOLUMN * I_START_ROW = STARTROW * I_END_COLUMN = ENDCOLUMN * I_END_ROW = ENDROW I_FORMNAME = 'DETAIL_WINDOW_LISTE' I_PROGNAME = 'FCNAL000'.
CNIS_SET_PF_STATUS CALL FUNCTION 'CNIS_SET_PF_STATUS' EXPORTING I_PF_STATUS = 'DETA0001' TABLES T_EXCL_FCODES = NAVI_FCODES.
CNIS_SET_PF_STATUS CALL FUNCTION 'CNIS_SET_PF_STATUS' EXPORTING I_PF_STATUS = 'DETA0001'.
CNIS_SET_PF_STATUS CALL FUNCTION 'CNIS_SET_PF_STATUS' EXPORTING I_TITLEBAR = '800' I_TITLE_1 =
.
CN_TX_PSTEXT_PROCESS * CALL FUNCTION 'CN_TX_PSTEXT_PROCESS' * EXPORTING NUMBER = G_PSTX-TXTKY * TABLES T_PSTX = DUMMY_PSTX.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = tab_name LFIELDNAME = field_name IMPORTING DFIES_WA = wa_field EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
GET_DYNPRO_LIST CALL FUNCTION 'GET_DYNPRO_LIST' EXPORTING DYNAME = PROG_NAME DYNUMB = DYNP_NUM PROCESS_ACTUAL_DYNPRO = SPACE TABLES DYNPRO_LIST = DYNPRO_LIST INCLUDE_DYNPRO_INFO = INCLUDE_DYNPRO_LIST EXCEPTIONS NO_SUCH_DYNPRO = 1 NO_INCLUDE_DYNPRO_INFOS = 2 WRONG_INCLUDE_DYNPRO_INFOS = 3.
PRINT_DYNPRO_LIST CALL FUNCTION 'PRINT_DYNPRO_LIST' EXPORTING HIDE_FORMNAME = 'DETAILBILD_HIDE' HIDE_PROGNAME = 'FCNAL000' TABLES DYNPRO_LIST = DYNPRO_LIST EXCEPTIONS LIST_EMPTY = 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.
FCNALFDT - Project Info System: Form Routines All Overviews Detail Screens FCNALFCT - Project Info System: Help Routines for Call Transactions (Background) FCNALFCD - Project Info System: Form Routines All Overviews Change Documents FCNALFCA - Project Info System: Form Routines All Overview Call & Submit FCNALFAL - Project info system: Form routines all overviews - general FCNAL000 - Project Info System: Form Pool of All Overviews