SAP Reports / Programs | Payroll | Belgium(PY-BE) SAP PY

RPCDMFB0 SAP ABAP Report - DmfA report







RPCDMFB0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to generate/update multifunctional declarations (DmfA) on a quarterly basis, containing the following information: Personal data Payroll and time data Social insurance contributions Social insurance reductions This report is used in combination with the following: DMFA TemSe viewer ( 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 RPCDMFB0 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_M12_DMFA_GE - Generate DMFA Temse File


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 RPCDMFB0. "Basic submit
SUBMIT RPCDMFB0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCDMFB0 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_ACB2A = D .
Selection Text: R_BALAN = D .
Selection Text: R_BEGDA = Begin date of period
Selection Text: R_CKHRS = D .
Selection Text: R_DATE = D .
Selection Text: R_DHRSR = D .
Selection Text: R_ENDDA = End date of period
Selection Text: R_GLBDT = D .
Selection Text: R_IPEND = Sel. date payroll
Selection Text: R_NOTFI = D .
Selection Text: R_QUART = Declaration quarter
Selection Text: R_RENBR = D .
Selection Text: R_RSZNR = D .
Selection Text: R_TEST = Test Modus
Selection Text: R_TXB2A = D .
Selection Text: R_UFORM = D .
Selection Text: R_UPALL = D .
Selection Text: R_UPDAT = D .
Selection Text: R_USFORM = User File (from appl. server)
Selection Text: R_XML = D .
Selection Text: R_YEAR = Declaration year
Title: DmfA report
Text Symbol: T40 = Workflow
Text Symbol: T30 = User exits
Text Symbol: T20 = Other
Text Symbol: T10 = Global data
Text Symbol: T02 = Generate Temse
Text Symbol: P01 = Temse:
Text Symbol: P02 = has been created.
Text Symbol: P03 = Do you want to display it?
Text Symbol: P04 = Yes
Text Symbol: P05 = No
Text Symbol: P06 = Display Temse
Text Symbol: PB1 = Display file content
Text Symbol: S01 = Period
Text Symbol: S02 = -
Text Symbol: S03 = Type of declaration
Text Symbol: S04 =





Text Symbol: S05 = Sector
Text Symbol: S06 =
Text Symbol: SC1 = Contributions
Text Symbol: SD1 = Deductions
Text Symbol: SE1 = DMFA quarter
Text Symbol: SE2 = Employer SI number
Text Symbol: SE3 = Trusteeship
Text Symbol: SR1 = Remunerations
Text Symbol: SS1 = Service
Text Symbol: ST1 = Code
Text Symbol: ST2 = Amount
Text Symbol: ST3 = Base
Text Symbol: ST4 = Days
Text Symbol: ST5 = Hours
Text Symbol: T01 = Error log


INCLUDES used within this REPORT RPCDMFB0

INCLUDE RPCDMFBT.
INCLUDE RPCDMFBD.
INCLUDE RPCDMFBS.


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