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

How does HR determine module pool?

Former Member
0 Likes
2,053

Hello all, I have a situation where in our Development system, a different module pool is being called than in our Test system. When/Where/How is the module pool determined. This is concerning a HR transaction - PA30. Becuase of this we are getting an error because the wrong screen is being called. I found where the screen is called (table T588m) but I can't find why a different module pool is called in one instance versus another. Any help would be appreciated.

Thanks, Troy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,406

Troy,

I know there is the standard Infotype customizing which points the the module pool: IMG Path - Personnel Managment->Personnel Administration->Customizing Procedures->Infotypes->Infotypes

Select the inftotype and then go into the details. This can also in table T777D.

Maybe this will help?

Chris H.

7 REPLIES 7
Read only

Former Member
0 Likes
1,407

Troy,

I know there is the standard Infotype customizing which points the the module pool: IMG Path - Personnel Managment->Personnel Administration->Customizing Procedures->Infotypes->Infotypes

Select the inftotype and then go into the details. This can also in table T777D.

Maybe this will help?

Chris H.

Read only

0 Likes
1,406

Thanks for the info. I found table T777D during my initial debugging and it is the same in both instances. They both point to MP000800 but TST still executes MPV00800. I checked SPRO per your instructions and they are the same also. I am stumped.

Thanks for your help, Troy

Read only

0 Likes
1,406

After a little bit more digging, I found something else. I don't know how this is configured but I found another table. It is table T582V. I did a table browse for infotype 8 on this and there were some interesting entries. For instance:

MOLGA = OE or OF

INFTY = 0008

<u>VINFT = V008

DNAME = RP_V008</u>

Perhaps this will help? Not sure where to go with this. Could it have anything to do with the employee you are looking at?

Chris

Read only

0 Likes
1,406

Thanks again but they are the same in both environments. Maybe there is some code out of sync. I'm just not sure.

Thanks for all your help

Read only

0 Likes
1,406

Check the versions of the programs and see if there is an OSS note or something that was applied recently and as a result these two are different. Can you please post the error you are getting?

Read only

0 Likes
1,406

Check the versions of the programs and see if there is an OSS note or something that was applied recently and as a result these two are different. Can you please post the error you are getting?

Read only

0 Likes
1,406

Here is the error:

The family-related bonus data from IT002 has not

yet been converted

The wrong screen is being called. The screen has buttons that it shouldn't and I believe that is why it is getting the error. We don't have the bonus infotype configured. The process reads table T588M, it gets a return code of 4 but it defaults to a screen anyhow.