‎2007 Apr 05 2:26 PM
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
‎2007 Apr 05 4:26 PM
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.
‎2007 Apr 05 4:26 PM
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.
‎2007 Apr 05 6:20 PM
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
‎2007 Apr 05 6:33 PM
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
‎2007 Apr 05 7:21 PM
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
‎2007 Apr 05 8:28 PM
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?
‎2007 Apr 05 8:34 PM
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?
‎2007 Apr 05 8:50 PM
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.