RSTXTRAN SAP Report - Transfer of SAPscript Texts to a Correction RSTXTRAN is a standard ABAP report available within your SAP system (depending on your version and release level). Below is the standard documentation available for this report and a few details of other objects it interacts with such as tables, function modules, includes etc. If you would like to see the full code listing simply enter the object name( RSTXTRAN ) into the relevant SAP transaction such as SE38 or SE80 SAP Documentation for program RSTXTRAN TRANSACTION CODE: ZTRANSTXT DESCRIPTION The report RSTXTRAN allows a set of SAPscript texts (or the text key) to be transferred to a correction or repair of the transport system. The name of the correction/repair can either be transferred as a report parameter, or the correction/repair can be selected later in a selection window. The text key can be qualified generically using the asterisk character (*). When the report has been executed, the list of selected texts appears. Individual texts can be deselected in this list. When the function "Continue" is executed, the final list of texts which are to be transferred is displayed. The transfer of texts to the correction/repair can now be activated by the appropriate function, and must be confirmed in a dialog box. PRECONDITION There is a correction/repair in which the selected text keys can be entered, if it is not being processed. The report can only insert text keys in It should also be noted that the report selects texts in the current client, but that the transport system generally exports texts from client 000. OUTPUT When the report has been executed, a list of the selected texts is output. Information about whether transfer to the correction/repair was possible is displayed for each text key. Reasons for failed transfer include EXAMPLE All German standard texts with the ID ST, whose names begin with SAPSCRIPT, are to be entered in the correction B20K009999. The report parameters are then assigned values as follows: Documentation extract taken from SAP system, Copyright (c) SAP AG
Includes used within report:
INCLUDE RSTXDATA. Tables used within report and the associated select statement:
Function Modules used within report and the associated call statement:
Text pool valuesSelection Text: TEXTNAME = Text key - name Selection Text: TEXTLANG = Text key - language Selection Text: TEXTID = Text key - ID Selection Text: OBJECT = Text key - object Selection Text: LOWER_CA = Text Name in Lower Case Selection Text: CORR = Name of correction Title: Transfer of SAPscript Texts to a Correction Text Symbol: 020 = No correction selected Text Symbol: 019 = Following correction was selected Text Symbol: 018 = Transfer texts to correction Text Symbol: 017 = Result of transfer to correction: Text Symbol: 016 = Texts selected for transfer to transport request: Text Symbol: 015 = Title Text Symbol: 014 = Name Text Symbol: 001 = No texts selected! Text Symbol: 002 = Number of selected texts: Text Symbol: 003 = Object transferred to Text Symbol: 004 = Error transferring to Text Symbol: 005 = Texts Text Symbol: 006 = transferred to Text Symbol: 007 = . Text Symbol: 008 = Transfer texts to a Text Symbol: 009 = correction? Text Symbol: 010 = Please select the texts to be transported: Text Symbol: 011 = Object Text Symbol: 012 = ID Text Symbol: 013 = L
|
||||||||||