RSA_IDOCSEGMENT_LOST_DELETE 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 RSA_IDOCSEGMENT_LOST_DELETE 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: Delete IDoc segments that are not assigned to a transfer structure
Text Symbol: 001 = Consistency check -> OK
Text Symbol: 010 = Lost IDoc segment & being deleted
Text Symbol: 011 = Lost IDoc segment deleted
Text Symbol: 012 = Lost IDoc segment & was NOT deleted
No SAP DATABASE tables are accessed within this REPORT code!
SEGMENT_DELETE CALL FUNCTION 'SEGMENT_DELETE' EXPORTING SEGMENTTYP = L_SEGTYP * IMPORTING * RESULT = * TASK = * CHANGING * ORDER = EXCEPTIONS SEGMENT_NOT_EXISTING = 1 LOCK_ERROR = 2 DELETE_FAILED = 3 NO_AUTHORITY = 4 TRANSPORT_ERROR = 5 OTHERS = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSA_IDOCSEGMENT_LOST_DELETE - Delete IDoc segments that are not assigned to a transfer structure RSA_IDOCSEGMENT_LOST_DELETE - Delete IDoc segments that are not assigned to a transfer structure RSA_IDOCSEGMENT_BAD_DELETE - Remove incorrect IDoc segments RSA_IDOCSEGMENT_BAD_DELETE - Remove incorrect IDoc segments RSAYBADI - Release-Dependent Subroutine Pool for BADI Calls in SAPI RSAYBADI - Release-Dependent Subroutine Pool for BADI Calls in SAPI