SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAPscript(BC-SRV-SCR) SAP BC

RSTXLITF SAP ABAP Report - Report For Uploading ITF Format From a Dataset







RSTXLITF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for PROTECT The ITF format is used to import texts from external systems to the R/3 word processing system SAPscript...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSTXLITF into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

OMQ3 - Transfer of PO Texts


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


Text pool values


Load ITF Format From a Dataset:
Selection Text: TESTIMP = Test import without saving
Selection Text: STAT_LST = Print statistics
Selection Text: OVERWRT = Overwrite existing objects
Selection Text: DATASET = Dataset name
Selection Text: CONVTEST = Only character set conversion
Selection Text: CODEPAGE = Character set no. (code page)
Title: Report For Uploading ITF Format From a Dataset
Text Symbol: 013 = Line
Text Symbol: 014 = Statistics
Text Symbol: 015 = Number of ITF objects read:
Text Symbol: 016 = Number of ITF objects saved:
Text Symbol: 000 = $ lines were read from dataset $
Text Symbol: 001 = ERROR - error reading dataset $
Text Symbol: 002 = Data was converted from character set $ to $
Text Symbol: 003 = ERROR - character set $ is not defined
Text Symbol: 005 = ERROR - combination of parameter values used is invalid
Text Symbol: 006 = Result of the character set conversion:
Text Symbol: 007 = Save the
Text Symbol: 008 = imported data?
Text Symbol: 024 = Number of layout sets saved:
Text Symbol: 023 = Number of layout sets read:
Text Symbol: 022 = Number of styles saved:
Text Symbol: 021 = Number of styles read:
Text Symbol: 020 = Number of application texts saved:
Text Symbol: 019 = Number of application texts read:
Text Symbol: 018 = Number of standard texts saved:
Text Symbol: 026 = List of all ITF objects checked:
Text Symbol: 027 = Contents of structure TX HEAD:
Text Symbol: 100 = Object $ is not defined in table TTXOB
Text Symbol: 101 = Object $ and ID $ are not defined in table TTXID
Text Symbol: 102 = Language key $ is not defined in table T002
Text Symbol: 103 = Object $ cannot be imported in this version of RSTXLITF
Text Symbol: 104 = ERROR - ITF object cannot be imported
Text Symbol: 105 = OK - ITF object already exists
Text Symbol: 017 = Number of standard texts read:
Text Symbol: 012 = END OF TEST IMPORT - imported data was not saved
Text Symbol: 201 = WARNING: format error in date (month)





Text Symbol: 202 = WARNING: format error in date (year)
Text Symbol: 203 = WARNING: format error in time (hour)
Text Symbol: 204 = WARNING: format error in time (minute)
Text Symbol: 205 = WARNING: format error in time (second)
Text Symbol: 206 = WARNING: format error in 'STRING'
Text Symbol: 300 = WARNING: TEXT header without MAIN text
Text Symbol: 301 = WARNING: invalid line in TEXT header
Text Symbol: 108 = Object $ will not be stored in the text file
Text Symbol: 109 = ITF object was stored
Text Symbol: 110 = ERROR - a fatal error occurred when the ITF object was stored
Text Symbol: 111 = ITF object already exists and will not be overwritten
Text Symbol: 112 = Error in INIT TEXT with $ $ $ $
Text Symbol: 113 = Error in SAVE TEXT with $ $ $ $
Text Symbol: 114 = Error reading LINES, line $ not found
Text Symbol: 200 = WARNING: format error in date (day)
Text Symbol: 302 = WARNING: invalid line in FORM header
Text Symbol: 303 = WARNING: invalid line in STYLE header
Text Symbol: 304 = WARNING: MAIN text without TEXT header
Text Symbol: 305 = WARNING: in this version no import of layout sets
Text Symbol: 306 = WARNING: in this version no import of styles
Text Symbol: 307 = WARNING: invalid header type
Text Symbol: 308 = WARNING: invalid indicator in header
Text Symbol: 309 = WARNING: unknown token number - internal error
Text Symbol: 106 = OK - ITF object is new
Text Symbol: 009 = Save data
Text Symbol: 010 = END OF IMPORT - IMPORT was executed
Text Symbol: 011 = END OF IMPORT - IMPORT was NOT executed (termination by user)


INCLUDES used within this REPORT RSTXLITF

INCLUDE RSTXDATA.


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:

SYSTEM_CODEPAGE CALL FUNCTION 'SYSTEM_CODEPAGE' IMPORTING CODEPAGE = SYS_CP.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT-007 TEXTLINE2 = TEXT-008 TITEL = TEXT-009 IMPORTING ANSWER = ANSWER.

INIT_TEXT CALL FUNCTION 'INIT_TEXT' EXPORTING ID = TX_IDX_TAB-TDID LANGUAGE = TX_IDX_TAB-TDSPRAS NAME = TX_IDX_TAB-TDNAME OBJECT = TX_IDX_TAB-TDOBJECT IMPORTING HEADER = TXHEAD TABLES LINES = TXLINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING HEADER = TXHEAD SAVEMODE_DIRECT = 'X' IMPORTING NEWHEADER = TXHEAD TABLES LINES = TXLINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4.



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