SAP Reports / Programs

RPUTXED0 SAP ABAP Report - Create Query of Tax Identification Number







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

P01T_TXE - Create Query 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 RPUTXED0. "Basic submit
SUBMIT RPUTXED0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTXED0 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_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


INCLUDES used within this REPORT RPUTXED0

INCLUDE RPUTXED0_DATA.
INCLUDE RPUTXED0_SELECTION_SCREEN.
INCLUDE RPUTXED0_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 RPUTXED0 or its description.