SAP Reports / Programs

HRUA_T54 SAP ABAP Report - Form T-54a (Russia)







HRUA_T54 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 HRUA_T54 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

HRUA_T54 - Form T-54a


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 HRUA_T54. "Basic submit
SUBMIT HRUA_T54 AND RETURN. "Return to original report after report execution complete
SUBMIT HRUA_T54 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_SOORT = D .
Selection Text: P_PRINTR = D .
Selection Text: P_NUMCPY = D .
Selection Text: P_MNGRP = D .
Selection Text: P_MNGRN = D .
Selection Text: P_INSTL = D .
Selection Text: P_FORMNA = D .
Selection Text: P_DOCDAT = D .
Selection Text: P_ACCP = D .
Selection Text: P_ACCN = D .
Selection Text: PDF_PRN = PDF Printing
Selection Text: PDF_PRE = PDF Preview
Selection Text: PDF_INT = Interactive PDF Form
Selection Text: DOL = D .
Selection Text: ALV_PRE = ALV Preview
Title: Form T-54a (Russia)
Text Symbol: TEL = tel
Text Symbol: SAB = (see above)
Text Symbol: PRN = Print Directly
Text Symbol: PDF = PDF-Based Form
Text Symbol: OUT = Output Settings
Text Symbol: MAN = Manual Entries
Text Symbol: INT = Interactive PDF-Based Form
Text Symbol: HDR = Header Data
Text Symbol: GEN = General Data
Text Symbol: DST = Specific Data
Text Symbol: AO1 = AO-1 Advance report content
Text Symbol: ALV = SAP List Viewer (ALV)
Text Symbol: 086 = Hide Output Settings
Text Symbol: 085 = Show Output Settings
Text Symbol: 084 = Hide Manual Entries
Text Symbol: 083 = Show Manual Entries
Text Symbol: 023 = Data Type
Text Symbol: 022 = in table T7RURPTCST00
Text Symbol: 021 = Organization Type
Text Symbol: 020 = There is no correct entry for
Text Symbol: 001 = Customization error in table


INCLUDES used within this REPORT HRUA_T54

INCLUDE HRUA_LF_T54_TOP.




INCLUDE HRUA_LF_COMMON_TOP.
INCLUDE HRUA_LF_T54_SEL_SCR.
INCLUDE HRUA_LF_SEL_SCR.
INCLUDE HRUA_LF_INITIALIZATION.
INCLUDE HRUA_LF_T54_INITIALIZATION.
INCLUDE HRUA_LF_AT_SELECTION_SCREEN.
INCLUDE HRUA_LF_T54_AT_SELSCR_OUT IF FOUND.
INCLUDE HRUA_LF_AT_SEL_SCREEN_OUTPUT.


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:

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING MOLGA = '33' * TRFAR = * TRFGB = * TRFKZ = * BEGDA = * ENDDA = IMPORTING WAERS = lv_waers * VALID_BEGDA = * VALID_ENDDA = * RETURN = * CURRENCY_SOURCE = * TABLES * CURRENCY_TABLE = EXCEPTIONS MOLGA_NOT_IN_T001P = 1 NO_ENTRY_FOUND_IN_TABLE_T001 = 2 NO_ENTRY_FOUND_IN_TABLE_T500P = 3 NO_ENTRY_FOUND_IN_TABLE_T500C = 4 OTHERS = 5.



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