Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

executing bapi function module in simulation mode....

Former Member
0 Kudos

I wanted to create 5000+ users in the system. I am using bapi_user_create1 to create user.Before actually creating all the users i need to simulate and see how many users will be actually created when i supply the set . Also please let me know if there are any general way of calling function modules in simulation mode without actually committing to database.

Thanks,

Kiran A.

2 REPLIES 2

Former Member
0 Kudos

Hi

I don't believe there's a BAPI for simulation what do you want to simulate?

Max

0 Kudos

max,

when I upload the file that contains data to create user how many will be created and how many will fail without updating the database.i.e i need the result of the bapi without any commit being performed.

Thanks,

Kiran A.