RPCDUPB0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is triggered in the Business-to-Administration Manager (B2A) by the update declaration workflow and should not be executed separately! ..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 RPCDUPB0 into the relevant SAP transactions such as SE38 or SE80
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: R_UPPRE = Update preparation TemSe
Selection Text: R_TXB2A = D .
Selection Text: R_TEST = Test Modus
Selection Text: R_STHND = Old Data from Status Handler
Selection Text: R_RSZNR = D .
Selection Text: R_PID = PID TemSe Object
Selection Text: R_NPJUS5 =
Selection Text: R_NPJUS4 =
Selection Text: R_NPJUS3 = Person
Selection Text: R_NPJUS2 = for Natural
Selection Text: R_NPJUS1 = Justification
Selection Text: R_LSTTY = Type Old DATA
Selection Text: R_LSTTE = Old TemSe Object
Selection Text: R_JUSTI5 =
Selection Text: R_JUSTI4 =
Selection Text: R_JUSTI3 =
Selection Text: R_JUSTI2 =
Selection Text: R_JUSTI1 = Justification
Selection Text: R_DATE = D .
Selection Text: R_ACB2A = D .
Title: DMFA update declaration
Text Symbol: S02 = -
Text Symbol: S01 = Period
Text Symbol: 003 = Justification for Natural Person
Text Symbol: 002 = General
Text Symbol: 001 = Justification
INCLUDE RPCDUPBT.
INCLUDE RPCDUPBD.
INCLUDE RPCDUPBS.
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.