‎2008 Mar 12 1:37 PM
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.
‎2008 Mar 12 1:41 PM
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
‎2008 Mar 12 1:48 PM
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.
‎2008 Mar 12 2:17 PM
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??
‎2008 Mar 12 2:26 PM
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.