SAP Reports / Programs

RSTQJH03 SAP ABAP Report - Report Writer: Translate Texts







RSTQJH03 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program lists all SAPscript texts that are assigned to Report Writer reports...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 RSTQJH03 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 RSTQJH03. "Basic submit
SUBMIT RSTQJH03 AND RETURN. "Return to original report after report execution complete
SUBMIT RSTQJH03 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: CUR_REL = Release
Selection Text: FLG_NEW = Incl. curr. translated texts
Selection Text: LANGU = Target language
Selection Text: LIB = Library
Selection Text: S_LANGU = Source language
Selection Text: T_LANGU = Target language
Title: Report Writer: Translate Texts
Text Symbol: 001 = Report Writer: Translate texts
Text Symbol: 002 = |LnNo|TTyp|Text name |Rel.| |Author |Changed by |Changed on|Tranltd on|
Text Symbol: 009 = Source language:
Text Symbol: 010 = Target language:
Text Symbol: 011 = Key:
Text Symbol: 013 = Translation current
Text Symbol: 014 = Not translated
Text Symbol: 015 = Proofread translation


INCLUDES used within this REPORT RSTQJH03

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:

REPORT_TEXT_SELECT CALL FUNCTION 'REPORT_TEXT_SELECT' EXPORTING CLIENT = SY-MANDT APPLICATION = 'FGR ' TEXT_NAME = SEL_TEXT_NAME TEXT_TYPE = '*' TABLES TEXT_HEADER = INT_RTXTH TEXT_LINES_HEADER = INT_RTXTT EXCEPTIONS NO_TEXT_FOUND = 01.

REPORT_TEXT_TRANSLATE CALL FUNCTION 'REPORT_TEXT_TRANSLATE' EXPORTING APPLICATION = 'FGR ' FROM_LANGU = S_LANGU LANGU = T_LANGU PAGE_WIDTH = 0 TEXT_NAME = TEXT_NAME TEXT_TYPE = TDID-TEXT_TYPE TRANSLATE_ONLY = 'X' EXCEPTIONS INVALID_APPLICATION = 01 INVALID_TEXT_TYPE = 02 NOTHING_CHANGED = 03.

SAVE_REPORT_TEXTS CALL FUNCTION 'SAVE_REPORT_TEXTS' EXPORTING APPLICATION = 'FGR ' LANGU = T_LANGU TEXT_NAME = TEXT_NAME TEXT_TYPE = TDID-TEXT_TYPE EXCEPTIONS INVALID_APPLICATION = 01 INVALID_TEXT_TYPE = 02.



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