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