cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI

Former Member
0 Kudos

Hello Everyone,

I have one question do we have any BAPI through which we can maintain any Info type?

Immediate responce will be appreciated.

Regards,

ARU

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

BAPI_MAINTAIN_MASTERDATA

Former Member
0 Kudos

Hi,

When I tried to execute this bapi system is giving message bapi does not exists.Regards,

ARU

Former Member
0 Kudos

Hi

Which Info type you have to maintain?

Check below BAPIs

BAPI_ADDPERSDATA_CREATE 0006

BAPI_PERSDATA_CREATE - 0002

BAPI_FAMILY_CREATE - 0021

BAPI_EMPPERSID_CREATE

~~~Ganesh Kumar K.

Former Member
0 Kudos

Hi,

Thanku for your quik response but while executing this BAP for 0002 I am getting error 184Employye/applicant is not lock yet.

Regards,

ARU

Former Member
0 Kudos

Hi,

Before using that BAPI, We need to lock that particular employee

Use the below bapi for locking the employee

BAPI_EMPLOYEE_ENQUEUE

and after the exceution of Update BAPI

Use

BAPI_EMPLOYEE_DEQUEUE

if ur facing any issues reply back

Regards,

Siva

Edited by: siva kumar on May 11, 2011 1:51 PM

Former Member
0 Kudos

Hi Shiva,

Actually I was using the same for locking the perner but I am getting error 060 Personal number could not be locked in development client.

Regards,

ARU

Former Member
0 Kudos

Hi

What is the message class and Message Id your getting in the RETURN structure?

~~~Ganesh Kumar K.