Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module HR_REORDER_FIELDS (Define the field sequence) is a standard Function Module in SAP ERP and is part of the function group HRNOA03 within the package P10PA.
Function Module | HR_REORDER_FIELDS |
Short Text | Define the field sequence |
Function Group | HRNOA03 |
Package | P10PA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DISP_ONLY | TYPE | C | The flag indicating whether updating is allowed | |
FIELD_NUM | TYPE | I | 1 | The number of fields to be displayed |
TITLE | LIKE | SY-TITLE | The title on the pop-up window |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FIELDTABIN | LIKE | Input data table | ||
HEADERTAB | LIKE | TREEMHHDR | The header table | |
RESULTTAB | LIKE | Result table |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR_ASSIGN_FIELD | Error happens when assigning to fields in input table |
FEW_COLUMN_NUM | The input table do not have enough columns |
INVALID_COLUMN_NUM | The given column number is not valid |
NOT_ENOUGH_COL_OUTPUT | The output table should have more than 2 fields |
NOT_ENOUGH_HEADER | Not enough entries in header table |