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:
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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M12_DMFA_GE - Generate DMFA Temse File
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_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 =
INCLUDE RPCDMFBT.
INCLUDE RPCDMFBD.
INCLUDE RPCDMFBS.
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.