cancel
Showing results for 
Search instead for 
Did you mean: 

PP02: Create Qualification Management (infotype 1055) record for a job

Former Member
0 Kudos

Hi Experts,

I would like to create Infotype 1055 records via PP02 for a job (Otype: C). I'm able to create Object type 'Qualification' and Object id 'XXXXXXXX'. There is another field Proficiency which is disabled. But we do want to maintain Proficiency at this point.

When I checked the code behind the screen, I found that this field is enabled for input only when the OTYPE is 'QB' (Qualification Block).

How do I enable this in order to maintain it. Any user exit/config setting to enable it would be highly appreciated.

Regards,

Ramesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

If you use transcode PPPM instead, you can enter the proficiency for a qualification (or qualification block) for a job when creating a requirement.

Former Member
0 Kudos

Suresh/Om, Thanks for the quick replies. My screen MP105500 (screen 2000) is not available in T588M. So I thought I cannot use this method.

Gary, I do not want to use PPPM as it is difficult to manage it via BDC or LSMW and the most important thing is that PPPM creates relationships but I want to create entries in HRP1055.

Any other ideas/thoughts ? My first thoughts are to use an enhancement. But couldn't find one.

Former Member
0 Kudos

Hi,

Then, let me know the Technical details of the field.

Good Luck

Om

Former Member
0 Kudos

Om,

Here are the details:

Program: MP105500

Screen: 2000

Table Name: P1055

Field Name: CHARA

Data Element: CHARA

Screen Field: P1055-CHARA

Former Member
0 Kudos

Hi Ramesh,

Thanks for the information. Then, why don't you have these Prg in Table V_T588M.

Good Luck

Om

Former Member
0 Kudos

Thanks Om, but I'm unable to create this entry and field in V_T588M. Could you please throw some light. Do I need to create a feature. I've given the program and screen number. But how do I enter group/field name ?

suresh_datti
Active Contributor
0 Kudos

Click on new entires, fill the screen number & hit ENTER.. you should be able to see all the screen fields.. you can then use the radiobutons to change the screen attributes for these fields..

~Suresh

Former Member
0 Kudos

I gave the screen number and pressed 'Enter'. But I did not get any screen fields in the Scrn control. That is the problem.

FYI, I'm on ECC 6.

suresh_datti
Active Contributor
0 Kudos

> FYI, I'm on ECC 6.

just checked it on my ERP6.0 sandbox & like you already experienced, it is not possible to meet your reqt vai V_T588M..the source code in the include MP105520 will say it all..

May be you can think of going for a Relationship for Otype 'C' (job) to impart qua;s & thereby proficiency..

~Suresh

Former Member
0 Kudos

Hi,

I hope, that is as per the standard setting for the Screen. You can do the Screen Modification to make it as Input field in Table T588M.

Good Luck

Om

suresh_datti
Active Contributor
0 Kudos

You can check the View V_T588M vai Sm30/31 for the Module Pool Program MP105500 & see if it is possible to enable the field for input.

~Suresh