Application Development and Automation 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: 
Read only

Batch session transaction qurey

Former Member
0 Likes
399

hi,

i am going to create a batch session with 11 thoudsand transactions for t-code FB02 mass change.

my question is :

will this have a bad performance? is there any limit for one session?

Thanks in advance

Mark

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
376

Hi:

The limit of session is set by Basis guy only just ask for it.

Where the matter of performance is concerned, it would have an issue for buffer size only otherwise its ok.

Regards

Shashi

2 REPLIES 2
Read only

Former Member
0 Likes
377

Hi:

The limit of session is set by Basis guy only just ask for it.

Where the matter of performance is concerned, it would have an issue for buffer size only otherwise its ok.

Regards

Shashi

Read only

ThomasZloch
Active Contributor
0 Likes
376

It's a standard transaction, the processing is sequentially, there is a "commit work" after each transaction, I'm not aware of a limit reg. number of transactions inside a session.

I don't expect a problem, but it will probably run for a while for 11K transactions.

Why not run it in dev or test systems first when in doubt.

Thomas