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
Below is a list of transaction codes which are relevant to this SAP report
P01T_TXC - Update of Tax ID
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: 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
INCLUDE RPUTXCD0_DATA.
INCLUDE RPUTXCD0_SELECTION_SCREEN.
INCLUDE RPUTXCD0_FORMS.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.