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

RIDEPLOT02 SAP ABAP Report - Create Distribution Lot from Bill Processing







RIDEPLOT02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The create distribution lot from bill processing function is used if the invoicing service provider does not send a payment advice note...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 RIDEPLOT02 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

IUEEDPPLOTAALC2 - Distribute Aggr. Paymnt from Billing


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 RIDEPLOT02. "Basic submit
SUBMIT RIDEPLOT02 AND RETURN. "Return to original report after report execution complete
SUBMIT RIDEPLOT02 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_APERC = Percentage for Inv.Serv.Prov.
Selection Text: P_BLDAT = Document Date
Selection Text: P_BUDAT = Posting Date
Selection Text: P_CHPAY = Payment Allocation Variant
Selection Text: P_LOTCK = Check Distribution Lot
Selection Text: P_RUNDT = Run Date
Selection Text: P_RUNID = Run ID
Selection Text: P_RUNTM = Time
Selection Text: P_VALUT = Value Date
Selection Text: SO_AUGBR = Payment Document
Selection Text: SO_BCBLN = Aggregation Document
Selection Text: SO_OPBEL = Single Document
Selection Text: SO_RECID = Invoicing Service Provider
Selection Text: SO_SENID = Service Provider
Selection Text: SO_THPRD = Date of Bill Processing
Selection Text: SO_VKONT = Individual Contract Account
Selection Text: SO_V_GRP = Grouping Char. for Aggr. CA
Selection Text: P_VPROB = D .
Selection Text: SO_DRBEL = D .
Title: Create Distribution Lot from Bill Processing
Text Symbol: 051 = Posting Specs
Text Symbol: 050 = Grouping Char. for Aggr. CA
Text Symbol: 049 = OI Sel.
Text Symbol: 046 = Distribution Ended
Text Symbol: 001 = Run ID
Text Symbol: 002 = Proration of Aggregated Bill
Text Symbol: 003 = Print Document Selection
Text Symbol: 004 = Distribution Control
Text Symbol: 005 = Payment Document Selection
Text Symbol: 012 = Log
Text Symbol: 013 = Run Date
Text Symbol: 014 = Time
Text Symbol: 018 = Aggregation Doc.
Text Symbol: 019 = Aggr.Doc.
Text Symbol: 020 = To
Text Symbol: 022 = Contract Acct
Text Symbol: 023 = Bill Date
Text Symbol: 024 = Date of Bill Proc.





Text Symbol: 032 = Refresh
Text Symbol: 033 = Single Doc.
Text Symbol: 034 = Sender
Text Symbol: 035 = Recipient
Text Symbol: 036 = DistribtnCanceled
Text Symbol: 037 = Distribution Ended
Text Symbol: 040 = Not All Copied
Text Symbol: 041 = Not All Closed
Text Symbol: 042 = Not All Posted
Text Symbol: 043 = Distrbtn Running


INCLUDES used within this REPORT RIDEPLOT02

INCLUDE RIDEPLOTA2.


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 = repid restriction = wa_sscr_so_restrict EXCEPTIONS OTHERS = 0.

ISU_EED_PMT_PLOT_THI_TRANSFER CALL FUNCTION 'ISU_EED_PMT_PLOT_THI_TRANSFER' EXPORTING i_iueedpplotatadm = wa_iueedpplotatadm TABLES t_iueedpplotatadm1 = t_iueedpplotatadm1.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.



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