RSTXEXP3 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 RSTXEXP3 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Template report for practice task, exercise chapter 5, course CA930
Text Symbol: 001 = Error in function X
Text Symbol: 002 = Error in function X, element INTRODUCTION
Text Symbol: 003 = Error in function X, element ITEM_HEADER
Text Symbol: 004 = Error in function X, TOP element item_header
Text Symbol: 005 = Error in function X, element ITEM_LINE
Text Symbol: 006 = Error in function X, delete element ITEM_HEADER
Text Symbol: 007 = Error in function X, element CLOSING_REMARK
Text Symbol: 008 = Error in function X, element SUM
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSTXEXP3 - Template report for practice task, exercise chapter 5, course CA930 RSTXEXP3 - Template report for practice task, exercise chapter 5, course CA930 RSTXEXP2 - SAPscript: Example program for Course CA930 Chapter 5 RSTXEXP2 - SAPscript: Example program for Course CA930 Chapter 5 RSTXEXP1 - SAPscript: Sample Program for Form Printing RSTXEXP1 - SAPscript: Sample Program for Form Printing