RIDEPLOT05 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This function is used to process the distribution lots generated in the system...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 RIDEPLOT05 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IUEEDPPLOTAALC5 - Process Distribution Lot
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: SO_SENID = Service Provider
Selection Text: SO_RECID = Invoicing Service Provider
Selection Text: SO_KEYZ1 = Distribution Lot
Selection Text: P_ALL = Also Display Posted Lots
Title: Process Distribution Lot
Text Symbol: 020 = Do you also want to display the header data of the archived distribution lot?
Text Symbol: 019 = No
Text Symbol: 018 = Ye
Text Symbol: 017 = Reversed Distribution Lot
Text Symbol: 016 = Alloc. with Reversal
Text Symbol: 015 = Display
Text Symbol: 014 = No Allocation
Text Symbol: 013 = Allocation Incomplete
Text Symbol: 012 = Complete Allocation
Text Symbol: 011 = Lot Archived
Text Symbol: 010 = Postings Canceled
Text Symbol: 009 = Postings Running
Text Symbol: 008 = Lot Incomplete
Text Symbol: 007 = Postings Made
Text Symbol: 006 = Postprocessing Req.
Text Symbol: 005 = Postings Incomplete
Text Symbol: 004 = Postings Scheduled
Text Symbol: 003 = Closed
Text Symbol: 002 = Open
Text Symbol: 001 = Selection Parameter
INCLUDE: IEE_INV_CONSTANTS_FICA.
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING program = gv_repid restriction = gs_sscr_so_restrict EXCEPTIONS OTHERS = 0.
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = gv_applk EXCEPTIONS no_appl_selected = 1 OTHERS = 2.
ISU_EED_PMT_PLOT_LOTREF_ASKZ1N CALL FUNCTION 'ISU_EED_PMT_PLOT_LOTREF_ASKZ1N' EXPORTING ir_keyz1 = rgt_keyz1 ir_recid = rgt_recid ir_senid = rgt_senid i_lpost = p_all IMPORTING et_askz1 = gt_iueedpplotaskz1[] EXCEPTIONS not_found = 1 no_vkont = 2 dlot_deleted = 3 OTHERS = 4.
ISU_EED_PMT_PLOT_LOTREF_GEN CALL FUNCTION 'ISU_EED_PMT_PLOT_LOTREF_GEN' TABLES t_kz1 = gt_iueedpplotaskz1.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Stapel archiviert'(011) text_question = 'Do you like ...'(020)
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RIDEPLOT05 - Process Distribution Lot RIDEPLOT05 - Process Distribution Lot 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)