cancel
Showing results for 
Search instead for 
Did you mean: 

E-Recruitment PD Infotype Enhancement - Length Issue

Former Member
0 Kudos

Hi,

I need to enhance PD Infotype 5103 with three fields to hold descriptions (Length should be CHAR 500).

If I use domain ‘String’ or CHAR 500, I’m getting hard error.

It is working fine when domain length is CHAR 255 (Maximum length).

Can you please guide me to achieve my requirement?

Let me know, if you need any otherinfo.

Regards,

...Naddy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

add 2 fields of char 255 and split them while saving, concatenate them while loading

Former Member
0 Kudos

Hi Andy,

Thanks for your suggestion. I'm looking for some best approach to achieve my rrquirements.

...Naddy

romanweise
Active Contributor
0 Kudos

Hi Naddy,

if you check the e-recruiting infotypes you will find out that all long texts / descriptions are not directly stored in the infotype. There is always only a pointer to the KW text in the infotype.

If you need another long text for the candidate information you should keep that data handling strategy. You will have to add a field with the type of the DESCRIPTION field already found in the infotype and an entry in table T77RCF_DOCID.

The handling for saving and reading the text can be derived from the handling of the description field in the methods MAINTAIN_CAND_WORK_EXPERIENCE and GET_CAND_WORK_EXPERIENCE of class CL_HRRCF_CANDIDATE_INFOTYPE_BL.

Best Regards

Roman

Answers (0)