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

Time Constrains(ABAP-HR) module

Former Member
0 Likes
644

Hi Guy's,

Please help me where exactly time constrains related information is stored(Table name).

2. Using HR_READ_INFOTYES FM it is possible to retrieve the OM related information also.

3. It is possible to add one field in standard infotypes PSHD1-structure.

Thanks,

Sai.

1 ACCEPTED SOLUTION
Read only

former_member31961
Contributor
0 Likes
612

Hi,

1. Time constaint's for infotypes is stored in the table T582A (you can check in the transaction pm01 - Infotype characteristics).

2. HR_READ_INFOTYPE cant be used to read the OM infotype, You need to use FM RH_READ_INFTY for OM infotypes.

3. You cant add the custom field in PSDH1 structure. You need to add only in structure PSnnnn (in CI_Pnnnn customer include structure).

Thanks,

Shrinivas

Hi,

1. Time constaint's for infotypes is stored in the table T582A (you can check in the transaction pm01 - Infotype characteristics).

2. HR_READ_INFOTYPE cant be used to read the OM infotype, You need to use FM RH_READ_INFTY for OM infotypes.

3. You cant add the custom field in PSDH1 structure. You need to add only in structure PSnnnn (in CI_Pnnnn customer include structure).

Thanks,

Shrinivas

3 REPLIES 3
Read only

Former Member
0 Likes
612

Hi

PA0000 check this table for time related informations

You can use append structure and edit the infotype to add one more field.

And regarding your FM pls check whether you have given the correct one:)

Regards

Divya

Read only

Former Member
0 Likes
612

Hi,

1. Table name is PA0000.

2. NO, You can't. OM has its seperate FM, They starts with RH_

3. You can add a one field by using Append structure

Regards,

anirban

Read only

former_member31961
Contributor
0 Likes
613

Hi,

1. Time constaint's for infotypes is stored in the table T582A (you can check in the transaction pm01 - Infotype characteristics).

2. HR_READ_INFOTYPE cant be used to read the OM infotype, You need to use FM RH_READ_INFTY for OM infotypes.

3. You cant add the custom field in PSDH1 structure. You need to add only in structure PSnnnn (in CI_Pnnnn customer include structure).

Thanks,

Shrinivas