Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PE51 table & fields in single fields not appearing

Former Member
0 Likes
623

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

2 REPLIES 2
Read only

Former Member
0 Likes
557

Any suggestion?

Read only

0 Likes
557

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.