Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Edit field 'proficiency' T-code 'PPPM'

Former Member
0 Kudos

Hello,

I need some help. I have to edit the field "proficiency" (HRPE_PROFQ-PROFC_TEXT). This field is on t-code PPPM, but I have to do it into an abap program, so I can't do it manually with the transaction. It's need to be done daily, for several person, so it has to be automatic.

In entry I have several information from HRP1001 table. Any idea what is the link betweek HRP1001 and this field, and where should I edit the content of this field please ?

Best regard.

Yassir.

2 REPLIES 2

0 Kudos

Hi Yassir,

The value of this field is stored in table HRPAD31 (Entry having key ADATANR = HRP1001-ADATANR)

Kr,

Hicham

0 Kudos


Hi,

DO you think that 'BAPI_QUALIPROF_CHANGE' is a good solution to change the value in pppm transaction ?