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
Below is a list of transaction codes which are relevant to this SAP report
HRUA_T54 - Form T-54a
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.
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
INCLUDE HRUA_LF_T54_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.