SAP Reports / Programs

RPCDUPB0 SAP ABAP Report - DMFA update declaration







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


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 RPCDUPB0. "Basic submit
SUBMIT RPCDUPB0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCDUPB0 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: 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


INCLUDES used within this REPORT RPCDUPB0

INCLUDE RPCDUPBT.
INCLUDE RPCDUPBD.
INCLUDE RPCDUPBS.


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