SAP Reports / Programs | Project System | Information System(PS-IS) SAP PS

FCNALFDT SAP ABAP INCLUDE - Project Info System: Form Routines All Overviews Detail Screens







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FCNALFDT. "Basic submit
SUBMIT FCNALFDT AND RETURN. "Return to original report after report execution complete
SUBMIT FCNALFDT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Project Info System: Form Routines All Overviews Detail Screens


INCLUDES used within this REPORT FCNALFDT

FORM FILL_INCLUDE_DYNPRO_LIST USING VALUE(BEREICH) TYPE C


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FCNALFDT or its description.