SAP Reports / Programs | Intercompany Data Exchange | SAP Utilities | Intercompany Data Exchange(IS-U-IDE) SAP IS

RIDEPLOT05 SAP ABAP Report - Process Distribution Lot







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

IUEEDPPLOTAALC5 - Process Distribution Lot


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 RIDEPLOT05. "Basic submit
SUBMIT RIDEPLOT05 AND RETURN. "Return to original report after report execution complete
SUBMIT RIDEPLOT05 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: 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


INCLUDES used within this REPORT RIDEPLOT05

INCLUDE: IEE_INV_CONSTANTS_FICA.


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:

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)



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