SAP Reports / Programs | Returnable Packaging Logistics | Industry Solution Automotive | Returnable Packaging Logistics(IS-A-RL) SAP IS

RL_REPROCESSING SAP ABAP Report - Reprocessing of returnable packaging account postings with errors







RL_REPROCESSING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Reprocessing of Returnable Packaging Account Postings with Errors When automatic or manual RP account postings are incomplete, they are saved as reprocessing records...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RL_REPROCESSING into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RL12 - Reprocess RP Account Postings


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 RL_REPROCESSING. "Basic submit
SUBMIT RL_REPROCESSING AND RETURN. "Return to original report after report execution complete
SUBMIT RL_REPROCESSING 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: S_HOL = D Exchange partner
Selection Text: S_EVTYPE = D TransactType RP acct
Selection Text: S_DOCNO = D Reference document number
Selection Text: S_DOCDT = D Reference document date
Selection Text: S_BUKRS = D Company code
Selection Text: S_USORIG = D First entered by
Selection Text: S_TNAMID = D PartTypeOfInfPartner
Selection Text: S_NAMID = D Informing partner
Selection Text: S_MJAHR = D Material doc. year
Selection Text: S_MBLNR = D Material document
Selection Text: S_MATNRX = D Returnable pkging at part
Selection Text: S_MATNR = D MatNo. of RetPack.
Selection Text: S_MANX = D External location
Selection Text: S_MANTY = D Location partner type
Selection Text: S_MAN = D Location
Selection Text: S_HOLX = D Ext. exchange partner
Selection Text: S_HOLTY = D Exch.partner part. type
Title: Reprocessing of returnable packaging account postings with errors
Text Symbol: 001 = Date first created
Text Symbol: 002 = Goods movement date
Text Symbol: SAC = Data on returnable packaging account
Text Symbol: SAD = Administrative data
Text Symbol: SRF = References and time entries
Text Symbol: XTO = to


INCLUDES used within this REPORT RL_REPROCESSING

INCLUDE RL_REPROCESSING_TOP.
INCLUDE RL_REPROCESSING_FS1.
INCLUDE RL_REPROCESSING_F01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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