SAP Reports / Programs | Payroll | Germany | Tax(PY-DE-NT-TX) SAP PY

RPUTXCD0 SAP ABAP Report - Enter Tax ID Number







RPUTXCD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to import the tax identification numbers identified by the Federal Central Tax Office into the infotype 0012...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 RPUTXCD0 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

P01T_TXC - Update of Tax ID


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 RPUTXCD0. "Basic submit
SUBMIT RPUTXCD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTXCD0 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: P_ERRORS = Display Errors Only
Selection Text: P_FILENM = File Name Without Extension
Selection Text: P_JAHR = Start Year
Selection Text: P_LOCAL = Store Locally
Selection Text: P_PATH_L = Local Path
Selection Text: P_PATH_S = Path Server
Selection Text: P_SERVER = Application Server
Selection Text: P_TEST = Test
Selection Text: S_NUMBER = File Number
Title: Enter Tax ID Number
Text Symbol: P01 = Additional Data
Text Symbol: P03 = Read Locally
Text Symbol: P04 = Read from Server
Text Symbol: T03 = Reading of Response Files
Text Symbol: T04 = Data
Text Symbol: T05 = Log


INCLUDES used within this REPORT RPUTXCD0

INCLUDE RPUTXCD0_DATA.
INCLUDE RPUTXCD0_SELECTION_SCREEN.
INCLUDE RPUTXCD0_FORMS.


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:

HR_DEUEV_CONVERT_P0002 CALL FUNCTION 'HR_DEUEV_CONVERT_P0002' CHANGING cs_p0002 = gs_0002 EXCEPTIONS DEUEV_ERROR = 1 OTHERS = 2.

HR_DEUEV_CONVERT_P0006 CALL FUNCTION 'HR_DEUEV_CONVERT_P0006' CHANGING cs_p0006 = gs_0006 EXCEPTIONS DEUEV_ERROR = 1 OTHERS = 2.



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