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: 

Inserting records infotype PA0105

former_member322327
Participant
0 Kudos

Hi everyone:

Someone knows a FM for insert into PA0105 infotype?

Thanks

Eduardo Campos.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Eduardo,

You can use

HR_INFOTYPE_OPERATION .

This function module enables you to maintain master data for employees.

Check also the following link....

http://jnpassieux.chez.tiscali.fr/info/SAP_liste_tables.php

Hope it helps .

Regrds,

J

Do Award Points if this's helpful.

Message was edited by: P079223

2 REPLIES 2

Former Member
0 Kudos

Hi Eduardo,

You can use

HR_INFOTYPE_OPERATION .

This function module enables you to maintain master data for employees.

Check also the following link....

http://jnpassieux.chez.tiscali.fr/info/SAP_liste_tables.php

Hope it helps .

Regrds,

J

Do Award Points if this's helpful.

Message was edited by: P079223

0 Kudos

Hi Eduardo,

You might find these few BAPI's usefull..

Change:

BAPI_EMPLCOMM_CHANGE

Create:

BAPI_EMPLCOMM_CREATE

You may want to look more BAPI's related to this so for that use transaction BAPI and look for object EmplCommunication.

Hope this helps,

Ville