cancel
Showing results for 
Search instead for 
Did you mean: 

Education Infotypes

Cynthia_Garza
Participant
0 Kudos

Are infotypes 0022 - Education and IT7404 - Education (on the Talent Management profile) linked in any way? Does the new IT7404 replace the old IT022? Is there a way to keep them synched up?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HiCynthia:

The short answer is no, they are not technically linked up in any way.

From my perspective, I would say that yes, 7404 replaces 22. The reason for this is that 7404 is an almost identical copy of 5104, the Recruiting education infotype It looks to me like SAP eventually intends for data to be captured on the Candidate Profile prior to hire, then inbounded to 7404 at time of hire.

Further, 7404 has built in functionality for end usre access from an ESS/MSS/TMS perspective, while 22 doesn't have that same capability, not to mention that 22 doesn't have as many 'major' options on each record that 7404 does, making any customization to link 22 and 7404 more complicated.

Hope that helps. Holler if it makes for any more questions.

Thanks,

Chris

Former Member
0 Kudos

Hi Chris

Thanks for sharing the info,

extentions to this questyion is ....

Is it possible to pull / Copy the data from IT7404 to IT0022 thru Dynamic action.

Does the BApi support this from Portal end?

Kindly let us know?

Thanks

Prasad

S0012445116
Explorer
0 Kudos

Hello Talent Gurus!

I hope you dont mind me piggy backing on your responses above but I would like to know if there is a way to display IT7404 in the back-end? I am also trying to understand the differences between IT22 & IT7404 including the benefits of using 7404 over IT22. Last thing, I would like to know if the data entered in IT5104 (via eRecruiting) is automatically transferred to IT7404? Please advise..

Your feedback is greatly appreciated. Thank you in advance.

Dina Hermosillo-Burrus

Barin
Product and Topic Expert
Product and Topic Expert
0 Kudos

I would agree to what chris says.

I have managed to develop a function module to pull data from infotype 22 and update to 7404.

You need to write code where function HRTMC_WRITE_POTENTIAL can help.

Refer to HRTMC_WRITE_POTENTIAL and write similar function for 7403 and 7404.

Copy the function mentioned above and change the respective structures and tables for 7404 from 7408. Make sure while calling method "insert_infty" and "modify_infty" you pass hrtnnnn_tab = lt_hrtnnnn as changing parameter where hrt7404 is the type of lt_hrtnnnn.

same will work for 7403 too, you can refer to pgm RPTMC_TP_SYNC_EDU_WE_RCF

There are some pre-requisites

Education type, field of education and education degree relatd configuration in Talent management should rely on the values available in PA. You have to make sue that these tables are synched up with t517x and t518b.

The same technique works for 7403 and 23.

thanks

Former Member
0 Kudos

Hi,

Can you share your code for the copied function module to update IT7404?

Many thanks in advance.

Answers (0)