cancel
Showing results for 
Search instead for 
Did you mean: 

Is There Any Feature That Links Infotype 7 And 8

Former Member
0 Kudos

Hi everyone

I want to know that is there any feature that links between infotype 7 and 8??

And can anyone tell me the transaction code to see the annual salary report??

Accepted Solutions (0)

Answers (3)

Answers (3)

ChrisSolomon
Active Contributor
0 Kudos

Too funny! I had this same conversation with a client today! haha

the "old" way....ie. using PA30 for example.....yes, feature DFINF is used to "see" if IT0008 is linked to IT0007....and ONLY in that direction 0008->0007...there is nothing that says "if change on IT0007, then make sure IT0008 is in sync".

the "new" way....using the "new" decoupled infotype framework (DCIF), the standard class for IT0008 does NOT check feature DFINF....it just auto-magically uses IT0007 to "propose" cap. utilization and hour/period values....which it actually should if you think about it....why would you NOT want them to match?!?! If not, it would likely mean their schedule is not correct. But anyways....yes....the "new" way is different.

jagan_gunja
Active Contributor
0 Kudos

Feature DFINF: by placing an X for return value for an infotype like IT 0: it will copy default values from PD for the related object.

For example, if the feature has an X for IT 8, the default values from the employee's position for pay scale type & area, etc are shown when you insert a IT 8 record.  You can change any default value provided it is valid.  See the help text enclosed for the feature DFINF.

There is no feature for IT 7 / 8 relationship.  A personnel action (e.g., hire, org re-assignment) may include these two infotypes.  In maintaining IT 8, the maintenance module may obtain the data from IT 7 (like annual hrs, employment percent) to create fields - Cap.util percentage, hours per pay period.

You may have user code in includes LXPADU01 / 02 which are used by user exit functions.   Here you may have field validations, defaults, or values calculated/created for one infotype based on other infotypes values for the validity period.

S_PH0_48000513 is an adhoc query as Scott mentioned.  You can select a suitable infoset, ensure user group is created and assigned to you. Then create a query as you need.

However this may not give you all the data that you need.

You may create a spreadsheet with the above output

Then with other queries, wage type reporter, SE16 output, etc, create further spreadsheets.

Import the spreadsheets into MS Access (database).  Here you can link the data with keys like pers.no., position, org unit, etc and obtain reports as you need.  It would require some skills in SQL or queries.

Former Member
0 Kudos

I believe the feature you are looking for is DFINF.  You would need to maintain an X in both 0007 and 0008.  Once maintained, it will take cap, utilization level and working hours from 0007 and default them in 0008.

As far as an annual salary report, I guess it depends on whether you are looking by specific employee or in mass.  Regardless, the easiest way would be by creating an Ad Hoc Report via transaction code S_PH0_48000513.

Hope this helps!