2007 Mar 05 9:39 AM
Hi,
How do i get the list of tables & fields in PE51 (HR Forms) in single screen.
I am not getting the fields for a infotype in single fields, I have added the table & fields in PE51_checktab but still the fields are not appearing in the input help.
Regards,
Karthik.k
Hi,
How do i get the list of tables & fields in PE51 (HR Forms) in single screen.
I am not getting the fields for a infotype in single fields, I have added the table & fields in PE51_checktab but still the fields are not appearing in the input help.
Regards,
Karthik.k
2007 Mar 05 10:02 AM
2022 Nov 03 4:38 PM
If the field definition has more than 5 char, payroll journal will not display the field.
For example: if you define a structure like this:
data: begin of zcust,
field1(30),
field2(30),
end of zcust.
They will not display in PE51 form because "field1" or "field2" has greater than 5 char length. It is suggest to also use structure length ("zcust") to have 5 char length or below.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |