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

Data transfer in two transaction simultaneously

Former Member
0 Likes
515

Hi All,

I just wnted to know if it is possible to upload data in two different transactions simultaneously using any of the batch data transfer technique in one single run. For exmple I'm uploading material master data in MM01 and along with that i change the existing materials in MM02 in a single run.

Is it possible? if so how?

Regards,

Jayadeep.

4 REPLIES 4
Read only

Former Member
0 Likes
485

Hi,

Yes you can do this one, but you know MM01 and MM02 should have different material numbers at a time,

from the program you can call 2 call transaction statment, one is for MM01 and another one is for MM02

Regards

Sudheer

Read only

Former Member
0 Likes
485

yup u can call transaction MM01 and MM02 in a single program. The only thing is Materials used for MM02 should be already available in database else it will give error. Even after MM01 creates a material u can use MM02 for the same material.

Read only

0 Likes
485

What if i'm going for a sessions method? And how do i integrate recordings from two different transaction in one prog. Any sample code??

Read only

Former Member
0 Likes
485

Session method...

write BDC_OPEN 2 times and then BDC_INSERT 2 times and BDC_CLOSE 2 times so that 2 seesions are created and u can process the same using SM35.