SAP Reports / Programs | Payroll | Austria(PY-AT) SAP PY

RPU5A1XB SAP ABAP Report - Report RPU5A1XB







RPU5A1XB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report for comparing the entries of the configured wage types (V_5A1X_B) and the percentages entered (V_5A1C_B and V_5A1C_B)...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 RPU5A1XB 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 RPU5A1XB. "Basic submit
SUBMIT RPU5A1XB AND RETURN. "Return to original report after report execution complete
SUBMIT RPU5A1XB 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: SO_AUSVA = D .
Selection Text: SO_ASVGR = D .
Selection Text: PA_DATUM = D .
Selection Text: RB_ALVL = Configurable Layout
Selection Text: RB_ALVG = Fixed Layout for Printing
Title: Report RPU5A1XB
Text Symbol: TWU = Housing Support
Text Symbol: TUV = Accident Insurance
Text Symbol: TSW = Bad Weather Compensation
Text Symbol: TPV = Pension Insurance
Text Symbol: TNB = Night Heavy Labor
Text Symbol: TLK = Ag. Workers Assoc. Contr.
Text Symbol: TKV = Health Insurance
Text Symbol: TKU = Contribution
Text Symbol: TIE = IESG Add.Cont
Text Symbol: TEF = Continued Pay
Text Symbol: TDN = Employee Contrib. [%]
Text Symbol: TDG = Employer Contrib. [%]
Text Symbol: TBV = BVA Bonus
Text Symbol: TAV = Unemployment Insurance
Text Symbol: I07 = LEVEL 2
Text Symbol: I06 = LEVEL 1
Text Symbol: I05 = SINGLE CLICK
Text Symbol: I04 = DOUBLE-CLICK
Text Symbol: I03 = COLUMN
Text Symbol: I02 = ROW


INCLUDES used within this REPORT RPU5A1XB

INCLUDE RPU5A1XB_TOP.


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_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-cprog i_internal_tabname = c_tabname_item i_structure_name = c_strucname_item * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = i_bypassing_buffer = 'X' * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = lt_fieldcat_item EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-cprog i_internal_tabname = 'GS_SVCOMP' * i_structure_name = c_strucname_header * I_CLIENT_NEVER_DISPLAY = 'X' i_inclname = 'RPU5A1XB_TOP' i_bypassing_buffer = 'X' * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = lt_fieldcat_header EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = sy-cprog * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * IS_LAYOUT = it_fieldcat = lt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' i_save = 'A' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = i_tabname_header = c_tabname_header i_tabname_item = c_tabname_item * i_structure_name_header = c_strucname_header i_structure_name_item = c_strucname_item is_keyinfo = ls_keyinfo * IS_PRINT = * IS_REPREP_ID = i_bypassing_buffer = 'X' * I_BUFFER_ACTIVE = * IR_SALV_HIERSEQ_ADAPTER = * IT_EXCEPT_QINFO = * I_SUPPRESS_EMPTY_DATA = ABAP_FALSE * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab_header = p_tab1 t_outtab_item = p_tab2 * 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 RPU5A1XB or its description.