RSESTATA 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 RSESTATA 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: Print all status records for IDoc
Text Symbol: 001 = Status records of the IDoc
Text Symbol: 002 = Direction:
Text Symbol: 003 = Log time:
Text Symbol: 004 = Time of database change:
Text Symbol: 005 = Date:
Text Symbol: 006 = Time:
Text Symbol: 007 = Status:
Text Symbol: 008 = Error message:
Text Symbol: 009 = Status code:
Text Symbol: 010 = Message of:
Text Symbol: 011 = User name:
Text Symbol: 012 = Program:
Text Symbol: 013 = Subroutine:
Text Symbol: 014 = Parameters of error message:
Text Symbol: 015 = Outbound
Text Symbol: 016 = Inbound
Text Symbol: 017 = Status record no.
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.
RSESTATA - Print all status records for IDoc RSESTATA - Print all status records for IDoc RSESTAT1 - Print a Status Record of an Intermediate Document RSESTAT1 - Print a Status Record of an Intermediate Document RSESTAFE - documentation and ABAP source code RSESTAF1 - EDI Inbound Processing (Other FORM Routines)