cancel
Showing results for 
Search instead for 
Did you mean: 

i want to create RFC FM to enter data for employee in table pa0001

Former Member
0 Kudos

hi everyone,

i want to create either a RFC FM or a BAPI to enter employee data in table pa0001.

is there any other way to enter the employee data?

so plz help me by sending regarding RFC/BAPI creation.

thanx in advance.

from

jigar bhatt

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member188685
Active Contributor
0 Kudos

Hi,

Create a Wrapper RFC fm using the FM <b>HR_INFOTYPE_OPERATION</b>. and pass the parameters which ever you are passing to the FM HR_INFOTYPE_OPERATION inside the Wrapper RFC FM.

Regards

vijay D T T .

Former Member
0 Kudos

Hi jigar,

1. HR_INFOTYPE_OPERATION

2. This is the FM to put data

in infotype 0001 (pa0001 table)

as well as other infotypes also.

3. But this is a simple FM

(not rfc enabled)

4. For your requirement,

u can create a Z FM,

which is rfc enabled,

and inside this Z fm,

call the HR_INFOTYPE_OPEARATION

5. Also consider the parameters of this FM,

while defining your z FM.

regards,

amit m.