SAP Reports / Programs

RMPS_DOD_DISPOSAL_REPORT_S SAP ABAP Report - DoD Disposal Reporting







RMPS_DOD_DISPOSAL_REPORT_S is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to evaluate for which objects the effective disposal date has been reached or has passed...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 RMPS_DOD_DISPOSAL_REPORT_S into the relevant SAP transactions such as SE38 or SE80


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 RMPS_DOD_DISPOSAL_REPORT_S. "Basic submit
SUBMIT RMPS_DOD_DISPOSAL_REPORT_S AND RETURN. "Return to original report after report execution complete
SUBMIT RMPS_DOD_DISPOSAL_REPORT_S 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: PACT_ACC = Accession
Selection Text: PACT_COF = Cutoff Only
Selection Text: PACT_DES = Destruction
Selection Text: PACT_EXP = Export
Selection Text: PACT_REV = Review
Selection Text: PACT_TES = Transfer to External Storage
Selection Text: PACT_TTO = Transfer to Offline
Selection Text: PCATE_ID = Category Record Identifier
Selection Text: PCUTCONF = D .
Selection Text: PCUTDATE = D .
Selection Text: PDISTYPE = Rule Type
Selection Text: PDUEDATE = Disposition Date
Selection Text: PEVTTYPE = Disposition Event
Selection Text: PFODE_ID = Folder Record Identifier
Selection Text: PLOCAT = D .
Selection Text: POBJFOLD = Folder
Selection Text: POBJRECD = Records
Selection Text: PPERMONT = D .
Selection Text: PPERYEAR = D .
Selection Text: PRMS_ID = D .
Selection Text: PTRALOC = D .
Title: DoD Disposal Reporting
Text Symbol: 001 = Object
Text Symbol: 002 = Disposition Date
Text Symbol: 003 = Disposition Schedule
Text Symbol: 004 = Action
Text Symbol: 005 = Locked
Text Symbol: 006 = Record Identifier
Text Symbol: 008 = Disposition locked
Text Symbol: 009 = Cutoff Confirmed
Text Symbol: 010 = Disposal Instruction Type
Text Symbol: 011 = Disposal Destination
Text Symbol: 012 = Medium
Text Symbol: 013 = Descriptor
Text Symbol: ACT = Disposition Action
Text Symbol: ASS = Assignment
Text Symbol: CUT = Cutoff
Text Symbol: DPL = Disposition Schedule





Text Symbol: DUE = Disposition Date
Text Symbol: EV2 = Disposition Event 2
Text Symbol: EV3 = Disposition Event 3
Text Symbol: EVT = Disposition Event
Text Symbol: OBJ = Objects
Text Symbol: OPT = Options


INCLUDES used within this REPORT RMPS_DOD_DISPOSAL_REPORT_S

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