SAP Reports / Programs | Cross-Application Components | General Application Functions | Records and Case Management(CA-GTF-RCM) SAP CA

RMPS_DISPOSAL_OFFER SAP ABAP Report - Create Disposal Catalog and List of Providers







RMPS_DISPOSAL_OFFER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this program, you can create a disposal catalog and delete cases from the system from this catalog and/or create a list of providers for the evaluation of the cases by the central archive...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_DISPOSAL_OFFER 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

RMPSDISPOSALOFFER - Create List of Providers


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_DISPOSAL_OFFER. "Basic submit
SUBMIT RMPS_DISPOSAL_OFFER AND RETURN. "Return to original report after report execution complete
SUBMIT RMPS_DISPOSAL_OFFER 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_DATUM = D .
Selection Text: P_RMSID = Records Management System
Selection Text: P_OFFER = To Provide
Selection Text: P_DESTRY = To be Deleted
Title: Create Disposal Catalog and List of Providers
Text Symbol: 100 = Parameter
Text Symbol: 033 = Runtime: End
Text Symbol: 032 = Runtime: Start
Text Symbol: 031 = Created On
Text Symbol: 030 = Created by
Text Symbol: 029 = Subject
Text Symbol: 028 = Case Type
Text Symbol: 027 = Select Cases to be Displayed
Text Symbol: 026 = Mark Cases to be Deleted
Text Symbol: 025 = Case not in Record
Text Symbol: 023 = Retention Period: End
Text Symbol: 022 = N
Text Symbol: 018 = Y
Text Symbol: 017 = Do you really want to delete?
Text Symbol: 016 = Create List of Providers
Text Symbol: 015 = Delete Case
Text Symbol: 014 = Deselect
Text Symbol: 013 = Select Cases
Text Symbol: 012 = Deletion of Cases
Text Symbol: 011 = No Case with Status Display
Text Symbol: 010 = No Case with Status Delete
Text Symbol: 009 = Variant Sel.
Text Symbol: 006 = Record/Case
Text Symbol: 005 = Offered
Text Symbol: 004 = Display
Text Symbol: 003 = Retention Period: Start
Text Symbol: 002 = Disposal Status
Text Symbol: 001 = Selection for Disposal of Cases


INCLUDES used within this REPORT RMPS_DISPOSAL_OFFER

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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'SRMORGF4' retfield = 'LIST_VALUE' * PVALKEY = ' ' * DYNPPROG = * DYNPNR = dynprofield = 'SRMORGROL-RMSID' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = TABLES value_tab = value_tab * FIELD_TAB = return_tab = return_tab * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

BP_JOBVARIANT_SCHEDULE CALL FUNCTION 'BP_JOBVARIANT_SCHEDULE' EXPORTING title_name = 'Variantenauswahl'(009) job_name = job_name prog_name = program_name EXCEPTIONS no_such_program = 1 OTHERS = 2.



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