Skip to Content
0
Former Member
Nov 29, 2009 at 04:34 PM

Unique Applicant Number for Parallel Processing

148 Views

Hi ABAP Gurus,

my scenario: I am creating a RFC (BAPI) to create a new applicant number and update applicant master data in infotypes. This BAPI will be used in legacy system and there can be several instances of the BAPI running parallel.

I am currently using the DB table PB4004 to check the Aplicant numbers (PERNR) which are already in use and creating a unique PERNR.

Since the BAPI is running parallel, I am worried whether it will assign duplicate applicant numbers. Please help me find a good solution.

Regards,

Isuru