SAP Reports / Programs

RFTP_TABLE_UPLOAD SAP ABAP Report - Upload Report for Travel Planning Customizing Tables







RFTP_TABLE_UPLOAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Upload Customizing Tables for Travel Planning from a File This upload enables you to import current travel planning control data, provided for you in the SAP Service Marketplace by SAP AG, from a file into the SAP system...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 RFTP_TABLE_UPLOAD 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 RFTP_TABLE_UPLOAD. "Basic submit
SUBMIT RFTP_TABLE_UPLOAD AND RETURN. "Return to original report after report execution complete
SUBMIT RFTP_TABLE_UPLOAD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: I_TEST = Simulation
Selection Text: I_PROVID = Travel Service Providers
Selection Text: I_MODI = Only Reconcile Custom. Tables
Selection Text: I_IATA = IATA Locations
Selection Text: I_FULL = Rebuild Customizing Tables
Title: Upload Report for Travel Planning Customizing Tables
Text Symbol: P56 = Code
Text Symbol: P55 = Language
Text Symbol: P54 = No entries were deleted from TA21L1.
Text Symbol: P53 = Translate the entries manually into the logon language or create entries in additional languages.
Text Symbol: P52 = New language-dependent entries were created in TA21L1 in English and in the logon language:
Text Symbol: P51 = Language-dependent entries were created or modified (English only) in TA21L1 in English and in the logon language:
Text Symbol: P50 = Check spellings for the following entries in TA21L1, and correct them where required
Text Symbol: P44 = Number of Identical Entries:
Text Symbol: P43 = Number of Entries Changed:
Text Symbol: P42 = Number of Entries Added:
Text Symbol: P41 = The customizing tables were reconciled with the upload data
Text Symbol: P40 = The customizing tables were rebuilt from the upload data
Text Symbol: P34 = Update: Tables TA22RSS and TA22RSSY were changed as indicated in log
Text Symbol: P33 = Simulation: Tables TA22RSS and TA22RSSY were not changed
Text Symbol: P32 = Update: Table TA222RSSY Will Be Changed According To Log
Text Symbol: P31 = Simulation: Table TA22RSSY Will Not Be Changed
Text Symbol: P57 = Name
Text Symbol: S01 = IATA Locations
Text Symbol: S02 = Travel Service Providers
Text Symbol: S03 = Deutsche Bahn Train Stations
Text Symbol: S04 = Deutsche Bahn: Train Station Synonyms
Text Symbol: S05 = For Maintenance View V_TA21L
Text Symbol: S06 = For Customizing Table TA21P
Text Symbol: S07 = For Customizing Table TA22RSS
Text Symbol: S08 = For Customizing Table TA22RSSY
Text Symbol: S10 = IATA Locations (Maintenance View V_TA21L)
Text Symbol: S11 = Travel Service Providers (Customizing Table TA21P)
Text Symbol: S12 = Deutsche Bahn Train Stations (Customizing Table TA22RSS)
Text Symbol: S13 = Deutsche Bahn: Train Station Synonyms (Customizing Table TA22RSSY)
Text Symbol: S14 = IATA Locations of Inactive Airports (MaintView V_TA21L)
Text Symbol: S15 = Deutsche Bahn Train Stations NVS (Customizing Tables TA22RSS/RSSY)
Text Symbol: U01 = Upload Data Selection





Text Symbol: P22 = Update: Table TA222RSS Will Be Changed According To Log
Text Symbol: 001 = Upload Data Selection
Text Symbol: 002 = Program Parameters
Text Symbol: 010 = Database update running...
Text Symbol: 011 = File upload running...
Text Symbol: 100 = Simulation
Text Symbol: 200 = Change
Text Symbol: 203 = Total Number of IATA Code Entries Changed:
Text Symbol: 204 = Total Number of Provider Entries Changed:
Text Symbol: 205 = You do not have authorization for table maintenance!
Text Symbol: 206 = Total Number of Train Station Entries Changed:
Text Symbol: 207 = Total Number of Train Station Synonym Entries Changed:
Text Symbol: 208 = (associated train station synonym entries were changed as well)
Text Symbol: 400 = Upload Error
Text Symbol: 401 = Conversion Error
Text Symbol: 402 = Invalid Table Width
Text Symbol: 403 = No Batch Error
Text Symbol: 404 = Invalid Type
Text Symbol: 405 = Unknown Error
Text Symbol: 406 = Other Error
Text Symbol: D01 = No Entries Were Deleted
Text Symbol: D02 = Number of Deleted Entries:
Text Symbol: D03 = Number of Inconsistent Entries:
Text Symbol: L00 = Legend
Text Symbol: L01 = Added Entries
Text Symbol: L02 = Changed Entries
Text Symbol: L03 = Deleted Entries
Text Symbol: M01 = The data in the selected file cannot be interpreted.
Text Symbol: M02 = The data has errors or the wrong file was selected. Do you want to select a different file or end the program?
Text Symbol: M03 = Other File
Text Symbol: M04 = End Program
Text Symbol: N01 = No table entries were processed (identical only?)
Text Symbol: P01 = Simulation: Tables TA21L and TA21L1 Will Not Be Changed
Text Symbol: P02 = Update: Tables TA21L and TA21L1 Will Be Changed According To Log
Text Symbol: P03 = Simulation: Table TA21L was not changed
Text Symbol: P04 = Update: Table TA21L was changed according to the log
Text Symbol: P11 = Simulation: Table TA21P Will Not Be Changed
Text Symbol: P12 = Update: Table TA21P Will Be Changed According To Log
Text Symbol: P21 = Simulation: Table TA22RSS Will Not Be Changed





INCLUDES used within this REPORT RFTP_TABLE_UPLOAD

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:

No SAP FUNCTION MODULES are executed within this report code!



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