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

RSTXTLST SAP ABAP Report - Display Standard Texts in Two Different Clients







RSTXTLST 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 RSTXTLST 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 RSTXTLST. "Basic submit
SUBMIT RSTXTLST AND RETURN. "Return to original report after report execution complete
SUBMIT RSTXTLST 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: OBJEKT = Object name
Selection Text: ZIELMAND = Target Client
Selection Text: TEXTNAME = Text Name
Selection Text: TEXTID = Text ID
Selection Text: SPRACHE = Language
Selection Text: QUELMAND = Source client
Title: Display Standard Texts in Two Different Clients
Text Symbol: 035 = Invalid
Text Symbol: 034 = Language
Text Symbol: 030 = Standard text:
Text Symbol: 004 = Texts in client
Text Symbol: 003 = Standard text is not available in STXH in the client specified
Text Symbol: 002 = No differences in standard text:
Text Symbol: 001 = Not available in client
Text Symbol: 000 = %%%TXRSTXTLST
Text Symbol: 009 = No reference text
Text Symbol: 008 = Information about the standard text - differences
Text Symbol: 007 = Information about the standard text:
Text Symbol: 006 = Target Client =
Text Symbol: 005 = Source Client =


INCLUDES used within this REPORT RSTXTLST

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:

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'STXH' TABLES dfies_tab = field_attr.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid ** i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'ALV_CALLBACK' it_fieldcat = gt_fieldcat it_excluding = gt_exclude it_event_exit = gt_event TABLES t_outtab = gt_head.

REUSE_ALV_BLOCK_LIST_INIT CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT' EXPORTING i_callback_program = sy-repid it_excluding = gt_exclude.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'TLINE' i_client_never_display = space CHANGING ct_fieldcat = gt_fieldcat.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING is_layout = gd_layout it_fieldcat = gt_fieldcat i_tabname = 'TLINE' it_events = gt_events TABLES t_outtab = qlines.

REUSE_ALV_BLOCK_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY'.

REUSE_ALV_BLOCK_LIST_INIT CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT' EXPORTING i_callback_program = sy-repid it_excluding = gt_exclude.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING is_layout = gd_layout it_fieldcat = gt_fieldcat i_tabname = space it_events = gt_events i_text = ld_text TABLES t_outtab = gt_compare_head.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'TLINE' i_client_never_display = space CHANGING ct_fieldcat = gt_fieldcat.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING is_layout = gd_layout it_fieldcat = gt_fieldcat i_tabname = 'TLINE' it_events = gt_events TABLES t_outtab = qlines.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING is_layout = gd_layout it_fieldcat = gt_fieldcat i_tabname = 'TLINE' it_events = gt_events TABLES t_outtab = dlines.

REUSE_ALV_BLOCK_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY'.

REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING is_layout = gd_layout it_fieldcat = gt_fieldcat i_tabname = space it_events = gt_events i_text = ld_text TABLES t_outtab = gt_headinfo.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_comment.



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