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

Split a BTCI folder (SM35)

Former Member
0 Likes
594

Hello friends,

I have a program that simulates FB01 t-code. It creates a session in SM35. I need to split this session into 2 or sessions depending on on the number of entries. Is it possible to dothis ?

A piece of code would really be helpful.

Thank You !!

Hello friends,

I have a program that simulates FB01 t-code. It creates a session in SM35. I need to split this session into 2 or sessions depending on on the number of entries. Is it possible to dothis ?

A piece of code would really be helpful.

Thank You !!

3 REPLIES 3
Read only

former_member376453
Contributor
0 Likes
540

Hi - not sure what exactly your requirement is. If you have three line item and you want to split this in three differnet session, in that case all the session will be unbalanced. so, i think you will not be able to post FU document.

Kuntal

Read only

Former Member
0 Likes
540

Hi Kuntal,

thank you for your reply. My program creates a session in SM35. This session contains 500 calls of FB01 for example. I need to split this session into two sessions. But i think you're right about the fact that the splited sessions will be unbalanced. That what i'm looking for. I tried to do it by coding, but i'm getting unbalanced sessions...So i was wondering if there is a FM for this...

Anyway thank for your help !!

Read only

Former Member
0 Likes
540

Solved