RIDEPLOT02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The
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
Below is a list of transaction codes which are relevant to this SAP report
IUEEDPPLOTAALC2 - Distribute Aggr. Paymnt from Billing
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_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.
INCLUDE RIDEPLOTA2.
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.