cancel
Showing results for 
Search instead for 
Did you mean: 

updation problem while creating multiple objects from enterprise portal

Former Member
0 Kudos

Hi All,

From enterprise portal i am calling an RFC 'BAPI_PROJECT_MAINTAIN' to create objects .

While trying to create multiple objects simultaneously it gives error "sapuser is currently using, can't be created".

It seems like as i am creating multiple objects by calling RFC repeatedly , while the first one is not updated fully i am sending the second value to be processed.

Pl. tell me how to overcome this. Do I need to add any sleep time in EP or any other method is there in SAP to overcome this situation.

thanks

sandeep

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

ABAP side before starting creation of object locking can be done. Once one object is created completely, unlocking that objevt and creation of new object can be done.

Regards,'

Ganga.

Answers (1)

Answers (1)

Former Member
0 Kudos

use saveandwait instead of save in bapi