SAP Reports / Programs

RPLLHBN0 SAP ABAP Report - Master Data Overview for Infotype Fiscal Data NL (0060)







RPLLHBN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report displays the most current data from infotype Fiscal Data NL (0060) per employee...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 RPLLHBN0 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_M05_LLHB - Overview Master Data for Wage Tax


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 RPLLHBN0. "Basic submit
SUBMIT RPLLHBN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLLHBN0 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: TIJDV = Period
Selection Text: TARGR = Tax Class
Selection Text: TABEL = Tax Table Type
Selection Text: SPEC = Special Indicator
Selection Text: SOFIN = SoFi Number
Selection Text: ONKST = Special Cost Provisions
Selection Text: KDLHF = Conversion Rule
Selection Text: INKKD = Income Indicator
Selection Text: GEMBZ = SI Exemption (Consc. Reasons)
Selection Text: BTART = Special Tax Rate Indicator
Selection Text: AUSNA = Special Employee Groups
Title: Master Data Overview for Infotype Fiscal Data NL (0060)
Text Symbol: 072 = SI Exemption Consc.
Text Symbol: 071 = Spec. Cost Provision
Text Symbol: 070 = Period
Text Symbol: 069 = Table
Text Symbol: 068 = Conversion Rule Ind.
Text Symbol: 067 = Income Ind.
Text Symbol: 066 = Special EE Group
Text Symbol: 065 = Marital Status
Text Symbol: 064 = Tax Class
Text Symbol: 063 = Validity Period
Text Symbol: 062 = SoFi Number
Text Symbol: 061 = Employee
Text Symbol: 060 = Pers.No.
Text Symbol: 059 = Name
Text Symbol: 058 = Cd5
Text Symbol: 057 = Cd4
Text Symbol: 056 = Cd3
Text Symbol: 055 = Cd2
Text Symbol: 054 = Cd1
Text Symbol: 073 = Decision Indicator
Text Symbol: 074 = Authoriz.from TxInsp./diff.Sp.Rate
Text Symbol: 075 = Decis.on Deductib.Items/Ann.Amount
Text Symbol: 076 = Decision on Tax Class/Diff.Tx.Class
Text Symbol: 077 = Dec.Non-Res.TaxRate/Diff.Conv. Rule
Text Symbol: 078 = No Advantage Rule
Text Symbol: 079 = Ann.Sal.Sp.Rate [BT]





Text Symbol: 080 = Diff. Special Rate
Text Symbol: 081 = Annual Amount
Text Symbol: 082 = Amount per Period
Text Symbol: 083 = Diff. Tax Class
Text Symbol: 084 = Diff. Conv. Rule
Text Symbol: 085 = Spec. Indicator 1
Text Symbol: 086 = Spec. Indicator 2
Text Symbol: 087 = Special Indicator 3
Text Symbol: 088 = Spec. Indicator 4
Text Symbol: 089 = Special Indicator 5
Text Symbol: 090 = Dec.on Deductib.Items/Period.Amount
Text Symbol: 091 = Increased Compens. Allowance [OT]
Text Symbol: 053 = Objectn
Text Symbol: 026 = PerNo
Text Symbol: 025 = Period (from - to) :
Text Symbol: 024 = Spec. Indicator :
Text Symbol: 023 = Diff. Conv. Rule :
Text Symbol: 022 = Dec.Non-Res.TxRate:
Text Symbol: 021 = Differ. Tax Class :
Text Symbol: 020 = Decis.on Tax Class:
Text Symbol: 019 = Amount per Period :
Text Symbol: 018 = Annual Amount :
Text Symbol: 017 = Dec.onDeduct.Items:
Text Symbol: 016 = Diff. Spec. Rate :
Text Symbol: 015 = Author.frm.TxInsp.:
Text Symbol: 014 = Annual Salary SR:
Text Symbol: 013 = Cd.for Sp.tax Rate:
Text Symbol: 012 = Exemption(Consc):
Text Symbol: 011 = Income Indicator:
Text Symbol: 010 = Spec. Cost Prov.:
Text Symbol: 009 = Spec. EE Group:
Text Symbol: 008 = Period :
Text Symbol: 007 = Marital Status :
Text Symbol: 006 = Table :
Text Symbol: 005 = Tax Class :
Text Symbol: 004 = Conv. Rule Ind. :
Text Symbol: 003 = SoFi Number
Text Symbol: 002 = Valid :
Text Symbol: 052 = Spec.





Text Symbol: 051 = ConsObj
Text Symbol: 050 = TaxInspec
Text Symbol: 049 = No Advantage Rule :
Text Symbol: 048 = TaxClass
Text Symbol: 046 = NonRes
Text Symbol: 045 = Year
Text Symbol: 044 = Author.
Text Symbol: 043 = Diff
Text Symbol: 042 = Amount
Text Symbol: 041 = Decis.
Text Symbol: 040 = D
Text Symbol: 039 = Status
Text Symbol: 038 = Cl.
Text Symbol: 037 = Per
Text Symbol: 036 = re
Text Symbol: 035 = Pct.
Text Symbol: 034 = Inc.
Text Symbol: 033 = Exc.
Text Symbol: 032 = Mar.
Text Symbol: 031 = Per
Text Symbol: 030 = Tax
Text Symbol: 029 = Tab
Text Symbol: 028 = Conv.
Text Symbol: 027 = SoFiNo.


INCLUDES used within this REPORT RPLLHBN0

INCLUDE RPLLHDN0.


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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = g_status i_callback_user_command = g_user_command is_layout = g_layout it_fieldcat = g_fieldcat[] it_events = g_events is_variant = g_variant i_save = g_save i_buffer_active = 'X' IMPORTING e_exit_caused_by_caller = g_exit_caused_by_caller es_exit_caused_by_user = g_exit_caused_by_user TABLES t_outtab = tab01 EXCEPTIONS program_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 RPLLHBN0 or its description.