SAP Reports / Programs

HRULAVP2_2003 SAP ABAP Report - Tax return calculated on uniform social tax







HRULAVP2_2003 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter HRULAVP2_2003 into the relevant SAP transactions such as SE38 or SE80


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 HRULAVP2_2003. "Basic submit
SUBMIT HRULAVP2_2003 AND RETURN. "Return to original report after report execution complete
SUBMIT HRULAVP2_2003 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: DATE = D .
Selection Text: FORMNAME = D .
Selection Text: IAT = Data of tax administration
Selection Text: JAT = Data of organization
Selection Text: JUP = D .
Selection Text: MNS = D .
Selection Text: NFB = Tax class UST (PFR)
Selection Text: NSF = Tax class UST (MI)
Selection Text: NSS = Tax class UST (SI)
Selection Text: NST = Tax class UST (TFOMS)
Selection Text: OLDVER = D .
Selection Text: ORG1 = D .
Selection Text: ORG2 = D .
Selection Text: ORG3 = D .
Selection Text: ORG4 = D .
Selection Text: ORG5 = D .
Selection Text: PAR = Data of parent enterprise
Selection Text: PCAT = D .
Selection Text: P_FUTPER = D .
Selection Text: P_FUTYEA = D .
Selection Text: P_YEAR = D .
Selection Text: REA = Data of executive organ
Selection Text: VAR01 = Sheet 1. Title-page
Selection Text: VAR02 = Sheet 2. Russian organization
Selection Text: VAR03 = Sheet 3. Foreign organization
Selection Text: VAR04 = Sheet 4. Natural person
Selection Text: VAR05 = Sheet 5-6. Advance payments
Selection Text: VAR07 = Sheet 7. Calculation for 0300
Selection Text: VAR08 = Sheet 8. Regressive rates
Selection Text: VAR09 = Sheet 9. Payments for invalid
Selection Text: VAR10 = Sheet 10. Note to section II
Title: Tax return calculated on uniform social tax
Text Symbol: __1 = Additional form adjustment
Text Symbol: S81 = HAVE(HAVE NOT A RIGHT)
Text Symbol: M20 = Form not found
Text Symbol: 001 = Field properties
Text Symbol: 002 = ID
Text Symbol: 003 = Data ( )





Text Symbol: 004 = Event
Text Symbol: 005 = Type
Text Symbol: 006 = = (T-transaction,P-program)
Text Symbol: 007 = Variant
Text Symbol: 008 = Alignment = (L-left, Á-centered, R-right)
Text Symbol: 009 = Info
Text Symbol: 010 = Input disabled
Text Symbol: 011 = Field source offset
Text Symbol: 012 = Other payroll run(Optional)
Text Symbol: 301 = Sheet 1. Title-page
Text Symbol: 302 = Sheet 2. Tax-payer : Russian organization
Text Symbol: 303 = Sheet 3. Tax-payer: Foreign organization
Text Symbol: 304 = Sheet 4. Tax-payer: Natural person
Text Symbol: 305 = Sheet 5-6. Annual declaration UST
Text Symbol: 306 = Sheet 7. Calculation for 0300
Text Symbol: 307 = Sheet 8. Calculation of a condition on the right of regressive rates
Text Symbol: 308 = Sheet 9. Payments for workers being invalids, included in line 200
Text Symbol: 309 = Sheet 10. Note to section II (code 200)
Text Symbol: 310 = Sheet 11. Payments for foreigners
Text Symbol: 800 = Tax Class for SI Contributions
Text Symbol: 801 = Legal Person information
Text Symbol: 802 = Organization
Text Symbol: 803 = Period
Text Symbol: 804 = Variants
Text Symbol: 805 = Staff average number
Text Symbol: 806 = Version
Text Symbol: 900 = rub
Text Symbol: DFR = Show report
Text Symbol: FRM = Form parameters
Text Symbol: M00 = Field not found!
Text Symbol: M10 = Field <


INCLUDES used within this REPORT HRULAVP2_2003

INCLUDE PLTAXRUN. " PAYROLL READING CORE
INCLUDE HRUIAVP2_2003_DAT. " MACROS & DATA
INCLUDE PULOGRU0.
INCLUDE PUSELRU0.
INCLUDE PUINIRU0.


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_RU_READ_T7RU9A





CALL FUNCTION 'HR_RU_READ_T7RU9A' EXPORTING key = r_t7ru9a TABLES RESULT = t_t7ru9a EXCEPTIONS not_found = 1 OTHERS = 2.

HR_RU_READ_T7RU9A CALL FUNCTION 'HR_RU_READ_T7RU9A' EXPORTING key = r_t7ru9a TABLES RESULT = t_t7ru9a EXCEPTIONS not_found = 1 OTHERS = 2.

HR_RU_READ_T7RU9A CALL FUNCTION 'HR_RU_READ_T7RU9A' EXPORTING key = r_t7ru9a TABLES RESULT = t_t7ru9a EXCEPTIONS not_found = 1 OTHERS = 2.

HR_RU_READ_T7RU9A CALL FUNCTION 'HR_RU_READ_T7RU9A' EXPORTING key = r_t7ru9a TABLES RESULT = t_t7ru9a EXCEPTIONS not_found = 1 OTHERS = 2.

HR_RU_DISABILITY CALL FUNCTION 'HR_RU_DISABILITY' EXPORTING sprsl = spras IMPORTING sbtxt = sbtxt CHANGING pp0004 = s0004 EXCEPTIONS not_found = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = im_text i_icon = im_icon IMPORTING e_node_key = l_parent_node_key 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 HRULAVP2_2003 or its description.