Таблицы смотреть в коде - дело хорошее.. Но, может, сначала спро изучить?
Расчет зарплаты: Россия-Система отчетов-Расчет заработной платы-Общие отчеты-Форма Т-54а-Определить специальные параметры
Code:
Определить специальные параметры
Use
In this IMG activity, you use parameters to determine which data the report reads and enters on the output form, T-54a.
You can enter the following parameters and parameter values for program HRUA_T54:
Parameter STEXT
You use this parameter to determine which field in Organizational Management the report reads organizational data from. You can enter the following parameter values:
01 - Technical code (HRP1002-OBJID)
02 - Short name (P1000-SHORT)
03 - Long name (P1000-STEXT)
04 - Subtype of infotype 1002 (HRP1002-SUBTY)
Parameter INSTL
Determines which data type for your company is entered on the form.
Parameter SOORT
Determines which organization type for your company is entered on the form.
Parameter DEPARTMENT_LONGNAME
This parameter determines which field the system reads to display the employee's department on the form. You can enter one of the following values:
Blank or 0: if the return value of feature PLOGI is blank, the report reads the department from the IMG activity Define Organizational Units.
If the return value of PLOGI is anything other than blank, the report reads the department from the Object infotype (1000) in Organizational Management.
1: The report reads the department from object type 'O' in the Description infotype (1002) in Organizational Management.
Parameter POSITION_LONGNAME
This parameter determines which field the system reads to display the employee's position on the form. You can enter one of the following values:
Blank or 0: if the return value of feature PLOGI is blank, the report reads the department from the IMG activity Define Positions.
If the return value of PLOGI is anything other than blank, the report reads the department from the Object infotype (1000) in Organizational Management.
2: The report reads the department from object type 'C' in the Description infotype (1002) in Organizational Management.
3: The report reads the department from object type 'S' in the Description infotype (1002) in Organizational Management.
Parameter AB_LTEXT
To display long texts for absence and quota types on the output form, enter any parameter value.
Parameter T54SUBTY0000
This parameter determines which action type from the Personnel Actions infotype (0000) the report enters as the action type in form T-54a.
Parameter T54BONSUBTY0298
This parameter determines which subtype in the Personnel Orders infotype (0298) the report reads to enter the personnel order number on form T-54a. This applies to personnel orders related to starting work, organizational transfers, termination of an employment contract, and salary changes.
Parameter T54VACSUBTY0298
You use this parameter to determine which subtype in the Personnel Orders infotype (0298) the report reads the order number for vacation orders.
Note: Since the Standard Personnel Order subtype in infotype 0298 is represented by a blank field, if you want the system to read this subtype, you enter a forward slash (/). For example, if you want the report to read the Standard Personnel Order subtype and the vacation subtype, VA, enter /VA.
Note: For the three parameters that begin with T54, you can enter more than one parameter value by separating them with a forward slash (/), for example, 01/02.
Requirements
To display long texts for absence and quota types on the output form, you have entered the required long texts in the IMG activity Enter Long Texts for Absence and Quota Types.