RPCDCP00 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 RPCDCP00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M00_CDCP - DME Prel.Program Collective Transfer
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: WDHTI = Time
Selection Text: WDHST = Flagged Records Only
Selection Text: WDHDT = Date
Selection Text: TEST = Test Run
Selection Text: SLGART = Wage Type
Selection Text: PROTO = Log
Selection Text: PLIST = Output payment list
Selection Text: DTAKT = Determine House Bank with
Selection Text: DMECP = Determine Sender with
Selection Text: ALVVA = ALV Variant
Title: Data Medium Exchange Preliminary Program for Collective Transfers
Text Symbol: S10 = Other data
Text Symbol: S20 = Repeat Run
Text Symbol: S30 = Sender Details
Text Symbol: S40 = Output
Text Symbol: U00 = Collective transfers for period
Text Symbol: U01 = Program Run:
Text Symbol: U02 = (Test Run)
Text Symbol: U03 = (Run ID xxxxxx)
Text Symbol: U10 = Single transfers error list
Text Symbol: U20 = Collective transfers error list
Text Symbol: U30 = Log
Text Symbol: U31 = Selected Bank Transfers
Text Symbol: B01 = Payment list
Text Symbol: B02 = List of Processed Single Bank Transfers
Text Symbol: H01 = Sender:
Text Symbol: H02 = Sending Bank:
Text Symbol: H03 = Details of Sending Bank:
Text Symbol: H04 = Account Number Sender:
Text Symbol: H05 = Recipient:
Text Symbol: H06 = Recipient Bank:
Text Symbol: H07 = Bank Key Recipient:
Text Symbol: H08 = Account Number Recipient:
Text Symbol: H09 = Recipient Bank Country:
Text Symbol: H10 = Payment notes:
Text Symbol: S00 = Collective transfers executed successfully
Text Symbol: S01 = Selected Personnel Numbers
Text Symbol: S02 = Evaluated Personnel Numbers
INCLUDE RPCDCD00.
INCLUDE RPCDCI00.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCDCP00 - Data Medium Exchange Preliminary Program for Collective Transfers RPCDCP00 - Data Medium Exchange Preliminary Program for Collective Transfers RPCDCI00 - documentation and ABAP source code RPCDCD00 - documentation and ABAP source code RPCDC3D0 - documentation and ABAP source code RPCDC1I0 - documentation and ABAP source code