SAP Reports / Programs

RPUTLTU0 SAP ABAP Report - Report to test BSI TaxLocator connection







RPUTLTU0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this report to determine whether your system is configured correctly to invoke the Tax Locator executable...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 RPUTLTU0 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

PC00_M10_TXL_CFG - US: BSI TaxLocator Config Report


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 RPUTLTU0. "Basic submit
SUBMIT RPUTLTU0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTLTU0 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_DISP7 = BSI 9.0
Selection Text: P_DISP6 = BSI 8.0
Selection Text: I = Number of independent calls
Title: Report to test BSI TaxLocator connection
Text Symbol: WOR = Work only
Text Symbol: VER = BSI TaxLocator version
Text Symbol: SUC = BSI TaxLocator invoked successfully.
Text Symbol: RSC = Result of BSI TaxLocator Call
Text Symbol: RES = Residence only
Text Symbol: PRO = Processing Options
Text Symbol: NUM = Number of BSI TaxLocator Calls
Text Symbol: MES = Check Messages below:
Text Symbol: LIS = SAP Simple List output.
Text Symbol: LAT = Tax authorities and tax types are:
Text Symbol: FAL = BSI TaxLocator invoke unsuccessfull
Text Symbol: DIS = Display Options
Text Symbol: CAL = Call Options
Text Symbol: BS9 = BSI 9.0
Text Symbol: BS8 = BSI 8.0
Text Symbol: BS7 = BSI 7.0
Text Symbol: ALV = SAP List Viewer Output
Text Symbol: ALT = Tax Entries returned from TaxLocator
Text Symbol: ALM = Messages returned from TaxLocator
Text Symbol: 103 = Message Text
Text Symbol: 102 = Message Code
Text Symbol: 101 = Tax Types
Text Symbol: 100 = Tax Authorities
Text Symbol: 004 = This Report checks whether the TaxLocator configuration is correct or not


INCLUDES used within this REPORT RPUTLTU0

INCLUDE RPUTLTUG.
INCLUDE RPUTLTUS.


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_TAXLOCATOR_US_80 CALL FUNCTION 'HR_TAXLOCATOR_US_80' EXPORTING RFC_DESTINATION = 'BSI80-US-TXL' EMP_INPUT = EMPLOYEE_INPUT IMPORTING EMP_OUTPUT = EMPLOYEE_INPUT TABLES LOCATION_INPUT = LOCATION_DATA TAX_OUTPUT = TAX_DATA MSG_OUTPUT = MESSAGE_DATA EXCEPTIONS COMMUNICATION_FAILURE = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

HR_TAXLOCATOR_US_90 CALL FUNCTION 'HR_TAXLOCATOR_US_90' EXPORTING RFC_DESTINATION = 'BSI90-US-TXL' EMP_INPUT = EMPLOYEE_INPUT IMPORTING EMP_OUTPUT = EMPLOYEE_INPUT TABLES LOCATION_INPUT = LOCATION_DATA TAX_OUTPUT = TAX_DATA MSG_OUTPUT = MESSAGE_DATA EXCEPTIONS COMMUNICATION_FAILURE = 1 SYSTEM_FAILURE = 2 OTHERS = 3.



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