SAP Reports / Programs

HRULAVP4_2002 SAP ABAP Report - Obligatory pension insurances declaration







HRULAVP4_2002 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 HRULAVP4_2002 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 HRULAVP4_2002. "Basic submit
SUBMIT HRULAVP4_2002 AND RETURN. "Return to original report after report execution complete
SUBMIT HRULAVP4_2002 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: AP1 = Accumulated part (I)
Selection Text: AP2 = Accumulated part (II)
Selection Text: AP3 = Accumulated part (III)
Selection Text: DATE = D .
Selection Text: FORMNAME = D .
Selection Text: IAT = Data of tax administration
Selection Text: IP1 = Insurance part (I)
Selection Text: IP2 = Insurance part (II)
Selection Text: IP3 = Insurance part (III)
Selection Text: JAT = Data of organization
Selection Text: JPF = Data of organization
Selection Text: JUP = D .
Selection Text: MNS = 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 = Category
Selection Text: PFR = 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 = D .
Selection Text: VAR02 = D .
Selection Text: VAR03 = D .
Selection Text: VAR04 = D .
Selection Text: VAR05 = D .
Selection Text: VAR06 = D .
Selection Text: VAR07 = D .
Title: Obligatory pension insurances declaration
Text Symbol: __1 = Additional form adjustment
Text Symbol: TAX = Tax administration
Text Symbol: 001 = year
Text Symbol: 002 = INCONSISTENCIES LIST
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. Insurant : Russian organization
Text Symbol: 303 = Sheet 3. Insurant : Foreign organization
Text Symbol: 304 = Sheet 4. Insurant : Natural person
Text Symbol: 305 = Sheet 5. Declaration on insurance payments
Text Symbol: 306 = Sheet 6. Calculation for 0100, 0300 and 0400 lines
Text Symbol: 307 = Sheet 7. Calculation of a condition on the right of application of regressive tariffs
Text Symbol: 308 = Reading form text...
Text Symbol: 800 = Tax Classes 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: 900 = rub
Text Symbol: FRM = Form parameters
Text Symbol: M00 = Field not found!
Text Symbol: M10 = Field <
Text Symbol: M20 = Form not found
Text Symbol: PFR = Pension Fund
Text Symbol: QU4 = for year
Text Symbol: S81 = HAVE(HAVE NOT A RIGHT)


INCLUDES used within this REPORT HRULAVP4_2002

INCLUDE: PLTAXRUN.
INCLUDE HRULAVP4_DAT. " MACROS & DATA
INCLUDE PULOGRU0.
INCLUDE PUSELRU0.


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_GET_ESN_AGE_FEATURE CALL FUNCTION 'HR_RU_GET_ESN_AGE_FEATURE' EXPORTING p0002 = p0002 IMPORTING return = esn_age.






POPUP_DISPLAY_MESSAGE CALL FUNCTION 'POPUP_DISPLAY_MESSAGE' EXPORTING msgid = 'HRPADRUREPORTS' msgty = 'W' msgno = 033.

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