SAP Reports / Programs

RPCDTPC0 SAP ABAP Report - Preprogram: DME for Non-Recurring Payments for Swiss Pension Funds







RPCDTPC0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to prepare and make 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 RPCDTPC0 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

PC00_M02_CDTPC0 - Preprogram: DME for NrP PS CH


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 RPCDTPC0. "Basic submit
SUBMIT RPCDTPC0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCDTPC0 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: SPVALQST = WHT Value Type
Selection Text: SPTREEDT = Tree (Details)
Selection Text: SPTREE = Tree (Summary)
Selection Text: SPTESTMO = Test Run
Selection Text: SPREDTA = Prepare DME
Selection Text: SPLIST = List
Selection Text: SPDTA = Post DME
Selection Text: SOKASSE = Pension Fund
Selection Text: SOEMZVL = NrP Value Type
Selection Text: SODTAVL = DTA Value Type
Title: Preprogram: DME for Non-Recurring Payments for Swiss Pension Funds
Text Symbol: L13 = No Persons Processed
Text Symbol: L12 = Initial Run for DME launched on
Text Symbol: L11 = Total Processed Infotype 3230 Records
Text Symbol: L10 = Infotype 3230 Records Processed with Errors
Text Symbol: L09 = Successfully Processes Infotype 3230 Records
Text Symbol: L08 = Total Processed Personnel Numbers
Text Symbol: L07 = Personnel Numbers Processed with Errors
Text Symbol: L06 = Successfully Processed Personnel Numbers
Text Symbol: L05 = Statistics
Text Symbol: L04 = Simulation Launched
Text Symbol: L03 = Messages
Text Symbol: L02 = Personnel Numbers to Process
Text Symbol: L14 = General Messages
Text Symbol: M01 = General Messages:
Text Symbol: O01 = Account No.
Text Symbol: O02 = NrP:
Text Symbol: O03 = DME:
Text Symbol: O04 = WHT:
Text Symbol: O05 = IT :
Text Symbol: PER = Personnel No.
Text Symbol: PK1 = Restriction of Processing
Text Symbol: PK2 = Other Data
Text Symbol: PK3 = Proc.
Text Symbol: PK4 = Log
Text Symbol: DT1 = Doc. No.
Text Symbol: DT2 = Clt
Text Symbol: DT3 = Transfer Time





Text Symbol: DT4 = Z
Text Symbol: DT5 = Po
Text Symbol: DT6 = Bank
Text Symbol: DT7 = Account(Sender)
Text Symbol: DT8 = Amount
Text Symbol: DT9 = Val.Typ
Text Symbol: DTA = Value Type Desc.
Text Symbol: DTB = Recipient Key
Text Symbol: DTC = Recipient (Line 1)
Text Symbol: DTD = PstCd
Text Symbol: DTE = Cty
Text Symbol: DTF = Cry
Text Symbol: DTG = BNo
Text Symbol: DTH = Account (Rec)
Text Symbol: DTI = IBAN
Text Symbol: DTJ = Note to Payee
Text Symbol: DTK = Recipient (Line 2)
Text Symbol: EM1 = PDate
Text Symbol: EM2 = SeqNo
Text Symbol: EM3 = VaDte
Text Symbol: EM4 = PoNum
Text Symbol: EM5 = Val.
Text Symbol: EM6 = Amount
Text Symbol: EM7 = DME Status
Text Symbol: EM8 = Fund
Text Symbol: EM9 = Amt from WHT
Text Symbol: EMA = Withhldng Tax
Text Symbol: EMB = Curr.
Text Symbol: IT1 = IT DME Stat
Text Symbol: IT2 = IT DME Status
Text Symbol: IT3 = Status of DME Posting of Value Type in IT
Text Symbol: L01 = For NrP Posting DME Posting Generate on


INCLUDES used within this REPORT RPCDTPC0

INCLUDE RPCDTPC0_TOP.
INCLUDE RPCDTPC0_SCREEN.
INCLUDE RPCDTPC0_P01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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