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

RSTXSLST SAP ABAP Report - Display Styles in Two Different Clients







RSTXSLST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RSTXSLST 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 RSTXSLST. "Basic submit
SUBMIT RSTXSLST AND RETURN. "Return to original report after report execution complete
SUBMIT RSTXSLST 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: ZIELMAND = Target client
Selection Text: STILNAME = Style Name
Selection Text: QUELMAND = Source client
Title: Display Styles in Two Different Clients
Text Symbol: 007 = Style information - differences in style:
Text Symbol: 008 = Information from style:
Text Symbol: 009 = Character strings and paragraphs of style:
Text Symbol: 010 = %%%TXRSTXSLST
Text Symbol: 030 = Style:
Text Symbol: 031 = Active
Text Symbol: 000 = Orig.Lang.
Text Symbol: 001 = Style is not available in
Text Symbol: 002 = Client
Text Symbol: 004 = Styles in client
Text Symbol: 005 = Source Client =
Text Symbol: 006 = Target Client =
Text Symbol: 123 = New
Text Symbol: 124 = Revised
Text Symbol: 034 = Language
Text Symbol: 036 = Character strings of style:
Text Symbol: 037 = Paragraphs of style:
Text Symbol: 038 = Tabs of style:
Text Symbol: 039 = are the same in both clients
Text Symbol: 040 = To be Translated


INCLUDES used within this REPORT RSTXSLST

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:

READ_STYLE CALL FUNCTION 'READ_STYLE' EXPORTING CLIENT = QHEADER-MANDT LANGUAGE = QHEADER-TDSPRAS OLANGUAGE = QHEADER-TDOSPRAS STATUS = QHEADER-TDNAME+16(3) OSTATUS = QHEADER-TDNAME+16(3) STYLE = QHEADER-TDNAME(8) IMPORTING FOUND = LFOUND TABLES PARAGRAPHS = QLPARAGRAPHS STRINGS = QLSTRINGS TABS = QLTABS.

READ_STYLE CALL FUNCTION 'READ_STYLE' EXPORTING CLIENT = DHEADER-MANDT OLANGUAGE = DHEADER-TDOSPRAS LANGUAGE = DHEADER-TDSPRAS OSTATUS = DHEADER-TDNAME+16(3) STATUS = DHEADER-TDNAME+16(3) STYLE = DHEADER-TDNAME(8) IMPORTING FOUND = LFOUND * STYLE_HEADER = DLHEADER TABLES PARAGRAPHS = DLPARAGRAPHS STRINGS = DLSTRINGS TABS = DLTABS.

READ_STYLE CALL FUNCTION 'READ_STYLE' EXPORTING CLIENT = HEADER-MANDT LANGUAGE = HEADER-TDSPRAS OLANGUAGE = DHEADER-TDOSPRAS STATUS = HEADER-TDNAME+16(3) OSTATUS = HEADER-TDNAME+16(3) STYLE = HEADER-TDNAME(8) IMPORTING FOUND = LFOUND * STYLE_HEADER = LHEADER TABLES PARAGRAPHS = QLPARAGRAPHS STRINGS = QLSTRINGS TABS = QLTABS.

READ_STYLE CALL FUNCTION 'READ_STYLE' EXPORTING CLIENT = HEADER-MANDT LANGUAGE = HEADER-TDSPRAS OLANGUAGE = HEADER-TDOSPRAS STATUS = HEADER-TDNAME+16(3) OSTATUS = HEADER-TDNAME+16(3) STYLE = HEADER-TDNAME(8) IMPORTING FOUND = LFOUND * STYLE_HEADER = LHEADER TABLES PARAGRAPHS = DLPARAGRAPHS STRINGS = DLSTRINGS TABS = DLTABS.



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