SAP Reports / Programs

/SAPHT/RDRM_AGR_RECON SAP ABAP Report - Program /SAPHT/RDRM_AGR_RECON







/SAPHT/RDRM_AGR_RECON 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 /SAPHT/RDRM_AGR_RECON 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

/SAPHT/DRMAGRRECON - Agreement Reconciliation


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 /SAPHT/RDRM_AGR_RECON. "Basic submit
SUBMIT /SAPHT/RDRM_AGR_RECON AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPHT/RDRM_AGR_RECON 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: P_ERROR = Error
Selection Text: P_INPROC = Reconciliation In process
Selection Text: P_NEW = New
Selection Text: P_RECON = Reconciled
Selection Text: S_AGR = D Agreement Number
Selection Text: S_AGRIT = D Item Number
Selection Text: S_CHGDBY = D Last changed by
Selection Text: S_CHGDDT = D Changed on
Selection Text: S_CHGDTM = D Time
Selection Text: S_CRTBY = D Created by
Selection Text: S_CRTON = D Created on
Selection Text: S_CRTTM = D Time created
Selection Text: S_EFFDT = D Effective Date
Selection Text: S_IDOCR = D IDoc number
Selection Text: S_MAT = D Material
Selection Text: S_TRKPRT = D Tracking partner
Selection Text: S_WLNO = D Worklist Number
Title: Program /SAPHT/RDRM_AGR_RECON
Text Symbol: 065 = Admin Data
Text Symbol: 035 = Agreement Data
Text Symbol: 025 = Refresh
Text Symbol: 024 = Status
Text Symbol: 023 = Display Error Log
Text Symbol: 001 = Worklist Data
Text Symbol: 002 = Partner Data
Text Symbol: 003 = Material Data
Text Symbol: 004 = Worklist Status
Text Symbol: 005 = Transmission Data
Text Symbol: 006 = Agreement Data
Text Symbol: 007 = STATUS
Text Symbol: 008 = Material
Text Symbol: 009 = Comments
Text Symbol: 010 = Unsaved data exists.
Text Symbol: 011 = Do you want to save before exiting?
Text Symbol: 012 = Cancel
Text Symbol: 013 = Errors in Worklist Records
Text Symbol: 014 = Messages
Text Symbol: 015 = Worklist Record





Text Symbol: 016 = Agreement Reconciliation
Text Symbol: 017 = Error in Flush
Text Symbol: 018 = Comments
Text Symbol: 019 = Display<->Change
Text Symbol: 020 = Calculate Call-off Qty
Text Symbol: 021 = Accept MS Values
Text Symbol: 022 = Accept DR Values


INCLUDES used within this REPORT /SAPHT/RDRM_AGR_RECON

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:

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 /SAPHT/RDRM_AGR_RECON or its description.