SAP Reports / Programs

RSTLAN_IMPORT_OCS SAP ABAP Report - Import Language Parts of Support Packages







RSTLAN_IMPORT_OCS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Import Language Content of Support Packages All Support Packages delivered by SAP have been translated completely...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 RSTLAN_IMPORT_OCS 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 RSTLAN_IMPORT_OCS. "Basic submit
SUBMIT RSTLAN_IMPORT_OCS AND RETURN. "Return to original report after report execution complete
SUBMIT RSTLAN_IMPORT_OCS 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: GV_SPRAS = Import Language
Selection Text: GV_LANGV = Language vector(parallel mode)
Selection Text: GV_FORCE = Force Mode
Title: Import Language Parts of Support Packages
Text Symbol: J01 = OCS language import - batch job
Text Symbol: P10 = Add-On without language data
Text Symbol: P11 = Do you want to continue the OCS import?
Text Symbol: P20 = Stick to the sequence.
Text Symbol: P21 = You can only exclude yellow Support Packages at the start of the list.
Text Symbol: P22 = If you import a Support Package, you must also import all following Packages.
Text Symbol: P30 = Could not find all necessary files.
Text Symbol: P31 = Reduce the list to all found packages, or specify the paths
Text Symbol: P32 = to the CAR/SAPCAR archives.
Text Symbol: P40 = End of import process
Text Symbol: P41 = The Support Package language data was imported
Text Symbol: P42 = correctly. All required Support Packages have been processed and the
Text Symbol: P43 = system languages are up-to-date.
Text Symbol: P51 = You can only exclude files from the import at the end of the list.
Text Symbol: P52 = The Support Package import is incomplete. Continue the import with the missing
Text Symbol: P53 = files.
Text Symbol: P61 = The Support Package language data was imported correctly.
Text Symbol: P62 = However, not all Support Package language data has been processed.
Text Symbol: P63 = Continue the import for the missing Support Packages to make your system
Text Symbol: P64 = languages up-to-date.
Text Symbol: P70 = Import sequence broken
Text Symbol: P71 = Do you really want to import the package?
Text Symbol: R00 = Handling Repaired Objects
Text Symbol: R01 = How do you want to handle the texts of repaired objects?
Text Symbol: R10 = Overwrite
Text Symbol: R11 = Do not overwrite
Text Symbol: TPC = The tp program was called as follows:
Text Symbol: TPM = tp message:
Text Symbol: TPO = tp output:
Text Symbol: ER1 = Error when finding transport directory -> program terminates
Text Symbol: ER3 = Import error (see status line)
Text Symbol: ER4 = Error when opening file
Text Symbol: ER5 = Error when creating file
Text Symbol: ER6 = Error when writing to file





Text Symbol: ER7 = Error when reading CAR archive
Text Symbol: ER8 = Error when extracting CAR archive
Text Symbol: ER9 = Extracted PAT file does not contain the expected transport request
Text Symbol: ERA = Error when disassembling the PAT file
Text Symbol: ERB = Error when generating cofile
Text Symbol: ERC = Language not installed
Text Symbol: ERI = Error when importing language data
Text Symbol: FA1 = Not found
Text Symbol: FA2 = R3trans data file found
Text Symbol: FA3 = Correct PAT file found
Text Symbol: FA4 = You have reduced the list of required files. Are you sure about this?
Text Symbol: FA5 = Unknown PAT format. Please extract the request & with SPAM/SAINT
Text Symbol: FA7 = Correct CAR/SAR file found
Text Symbol: FA8 = Correct CAR/SAR file found in transport directory
Text Symbol: IM1 = Must be imported
Text Symbol: IM2 = shall be imported later on
Text Symbol: IM3 = Not necessary - English and German are usually complete
Text Symbol: IM4 = Translation already exists for this Support Package
Text Symbol: IM8 = No Support Packages selected
Text Symbol: IM9 = Language not in package. Language not necessary.
Text Symbol: IMS = Imported successfully
Text Symbol: IMT = Still waiting for import
Text Symbol: INF = Language Part from Support Packages
Text Symbol: IS1 = Copy CAR/SAPCAR Archive
Text Symbol: IS2 = Unpack CAR/SAPCAR Archive
Text Symbol: IS3 = Disassemble PAT File
Text Symbol: IS4 = Main Import
Text Symbol: IS5 = Directory &1, Files with Extension &2


INCLUDES used within this REPORT RSTLAN_IMPORT_OCS

INCLUDE RSTLAN_IMPORT_OCS_TOP.
INCLUDE RSTLAN_IMPORT_OCS_F01.
INCLUDE RSTLAN_IMPORT_OCS_F02.
INCLUDE RSTLAN_IMPORT_OCS_F03.
INCLUDE RSTLAN_IMPORT_OCS_O01.
INCLUDE RSTLAN_IMPORT_OCS_I01.


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:

TRINT_FI_GET_DIRECTORY_NAMES CALL FUNCTION 'TRINT_FI_GET_DIRECTORY_NAMES' IMPORTING ev_tmp_dir = gv_prog_info-trans_tmp_dir EXCEPTIONS OTHERS = 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 RSTLAN_IMPORT_OCS or its description.