SAP Reports / Programs | Controlling | Overhead Cost Controlling(CO-OM) SAP CO

FKTXTF00 SAP ABAP INCLUDE - documentation and ABAP source code







FKTXTF00 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 FKTXTF00 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 FKTXTF00. "Basic submit
SUBMIT FKTXTF00 AND RETURN. "Return to original report after report execution complete
SUBMIT FKTXTF00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT FKTXTF00

No INCLUDES are used within this REPORT code!


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:

READ_TEXT CALL FUNCTION 'READ_TEXT' "P20K103808 EXPORTING " : ID = HTEXT-TDID LANGUAGE = HTEXT-TDSPRAS NAME = HTEXT-TDNAME OBJECT = HTEXT-TDOBJECT IMPORTING HEADER = THEAD TABLES LINES = TLINETAB EXCEPTIONS ID = 1 LANGUAGE = 3 NAME = 2 NOT_FOUND = 5 OBJECT = 1 REFERENCE_CHECK = 5 " : WRONG_ACCESS_TO_ARCHIVE = 6. "P20K103808

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING ID = HTEXT-TDID LANGUAGE = HTEXT-TDSPRAS OBJECT = HTEXT-TDOBJECT NAME = HTEXT-TDNAME IMPORTING ENTRIES = SY-TFILL TABLES SELECTIONS = THEADTAB EXCEPTIONS OTHERS = 1.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = HTEXT-TDID LANGUAGE = HTEXT-TDSPRAS OBJECT = HTEXT-TDOBJECT NAME = HTEXT-TDNAME IMPORTING HEADER = THEAD TABLES LINES = TLINETAB EXCEPTIONS OTHERS = 1.

EDIT_TEXT CALL FUNCTION 'EDIT_TEXT' EXPORTING HEADER = THEAD DISPLAY = FDISPLAY IMPORTING NEWHEADER = THEAD FUNCTION = TXFUNCTION TABLES LINES = TLINETAB EXCEPTIONS OTHERS = 1.

INIT_TEXT CALL FUNCTION 'INIT_TEXT' EXPORTING ID = HTEXT-TDID LANGUAGE = HTEXT-TDSPRAS OBJECT = HTEXT-TDOBJECT NAME = HTEXT-TDNAME IMPORTING HEADER = THEAD TABLES LINES = TLINETAB EXCEPTIONS OTHERS = 1.

EDIT_TEXT CALL FUNCTION 'EDIT_TEXT' EXPORTING HEADER = THEAD DISPLAY = SPACE IMPORTING NEWHEADER = THEAD FUNCTION = TXFUNCTION TABLES LINES = TLINETAB EXCEPTIONS OTHERS = 1.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING ID = REF_HTEXT-TDID LANGUAGE = REF_HTEXT-TDSPRAS OBJECT = REF_HTEXT-TDOBJECT NAME = REF_HTEXT-TDNAME IMPORTING ENTRIES = SY-TFILL TABLES SELECTIONS = THEADTAB EXCEPTIONS OTHERS = 1.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = THEADTAB-TDID LANGUAGE = THEADTAB-TDSPRAS OBJECT = THEADTAB-TDOBJECT NAME = THEADTAB-TDNAME IMPORTING HEADER = THEAD TABLES LINES = TLINETAB EXCEPTIONS OTHERS = 1.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' "P30K103808 EXPORTING " : HEADER = THEAD * IMPORTING * FUNCTION = * NEWHEADER = TABLES LINES = TLINETAB EXCEPTIONS ID = 2 LANGUAGE = 3 NAME = 4 " : OBJECT = 5. "P30K103808

SPRACHEN_ZUM_LANGTEXT CALL FUNCTION 'SPRACHEN_ZUM_LANGTEXT' EXPORTING TDID = HTEXT-TDID TDNAME = HTEXT-TDNAME TDOBJECT = HTEXT-TDOBJECT TDSPRAS = HTEXT-TDSPRAS IMPORTING SPRACHE = SPRAS.



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 FKTXTF00 or its description.