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: 

bapi_batch_create with different username

Former Member
0 Kudos

Hi!

I use BAPI_BATCH_CREATE but I'd like to create the batch with other username instead of who is executing the program.

As I know, this BAPI has no username parameter.

Any idea.

One solution might be to create a program which calls this BAPI and SUBMIT it with user..

Thnks.

2 REPLIES 2

Former Member
0 Kudos

If you use SUBMIT with different user name, it will work.

Otherwise it will always take creators / userid of the person who runs the program.

ashish

Former Member
0 Kudos

BAPI-step by step procedure

http://www.sapgenie.com/abap/bapi/example.htm

list of all BAPI's

http://www.planetsap.com/LIST_ALL_BAPIs.htm

Rewards if useful..............

Minal