RIDEPLOT04 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to map the following processes: Reversal of an entire distribution lot - in additional to all individual payment documents at end customer level, the payment at aggregated level (contract account for aggregated posting) is also reversed...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 RIDEPLOT04 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IUEEDPPLOTAALC4 - Process Distr. Lot (Rev. and Reset)
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.
Selection Text: P_PAYBL = D .
Selection Text: P_BLARTR = D .
Selection Text: P_BLARTC = D .
Selection Text: P_BLARTA = D .
Selection Text: P_AUGRDR = D .
Selection Text: P_AUGRDC = D .
Selection Text: P_AUGRDA = D .
Selection Text: P_KEYZ1 = Distribution Lot
Selection Text: P_FIKEYS = Reconcil. Key Ind. Processing
Selection Text: P_FIKEYM = Reconcil. Key Mass Reversal
Selection Text: P_AUGBR = Aggregated Payment Document
Title: Process Distribution Lot (Reversal and Reset)
Text Symbol: 011 = Further Posting Specifications
Text Symbol: 010 = Specifications for Clearing Reset
Text Symbol: 009 = Specifications for Reversal
Text Symbol: 008 = End Customer Level
Text Symbol: 007 = Aggregated Bill Level
Text Symbol: 006 = Reversal at End Customer Level
Text Symbol: 005 = Select Aggr. Payment Document for Found Distriubtion Lot
Text Symbol: 004 = Distribution Lot Selection
Text Symbol: 003 = Posting Specifications
Text Symbol: 001 = Payment Doc. Selection
INCLUDE: IEE_INV_CONSTANTS_FICA.
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = '%_00' p_program = 'RIDEPLOT04' TABLES p_exclude = gt_exclude EXCEPTIONS OTHERS = 0.
ISU_EED_PMT_PLOT_LOTREF_CLRRST CALL FUNCTION 'ISU_EED_PMT_PLOT_LOTREF_CLRRST' EXPORTING i_augbr = gv_augbr i_keyz1 = gv_keyz1 EXCEPTIONS wrong_input = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RIDEPLOT04 - Process Distribution Lot (Reversal and Reset) RIDEPLOT04 - Process Distribution Lot (Reversal and Reset) RIDEPLOT03 - Process Distribution Lot (Aggregated Payment) RIDEPLOT03 - Process Distribution Lot (Aggregated Payment) RIDEPLOT02 - Create Distribution Lot from Bill Processing RIDEPLOT02 - Create Distribution Lot from Bill Processing