RPUTXED0 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 create the files used to query the tax identification numbers at the Federal Central Tax Office (Elster portal)...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 RPUTXED0 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_TXE - Create Query 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_LOCAL = Store Locally
Selection Text: P_OPT = Fill Optional Fields
Selection Text: P_PATH_L = Local Path
Selection Text: P_PATH_S = Path Server
Selection Text: P_SERVER = Application Server
Selection Text: P_SKIP = Skip Existing
Selection Text: P_TEST = Test
Selection Text: P_PB_SAM = D .
Selection Text: P_TB_SAM = D .
Title: Create Query of Tax Identification Number
Text Symbol: P01 = Additional Data
Text Symbol: P02 = Information about Data Provider
Text Symbol: P03 = Store Locally
Text Symbol: P04 = Save to Server
Text Symbol: T03 = Saving of Query Files
Text Symbol: T04 = Data
Text Symbol: T05 = Log
INCLUDE RPUTXED0_DATA.
INCLUDE RPUTXED0_SELECTION_SCREEN.
INCLUDE RPUTXED0_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.
RPUTXED0 - Create Query of Tax Identification Number RPUTXED0 - Create Query of Tax Identification Number RPUTXDU0 - Correction and deletion of entries in tax and deposit interface tables RPUTXDU0 - Correction and deletion of entries in tax and deposit interface tables RPUTXCG0 - XPRA: HR GB - Report to update Infotype 0065 for tax no and tax code RPUTXCG0 - XPRA: HR GB - Report to update Infotype 0065 for tax no and tax code