‎2009 May 22 5:23 AM
Hi All,
Is any body have any idea about BDC session parallel processing , please provide me
The code as well as step to create parallel processing. I will give point if somebody
Solve my issue.
send me the useful code which I can use in BDC session for parallel processing.*
Regards
Subhasis
‎2009 May 22 6:23 AM
Hi,
BDC session uses Synchronous database update. During processing, no transaction is started until the previous transaction has been written to the database, so sessions cannot be generated in parallel.
Thanks & Regards,
Kimaya
‎2009 May 22 7:26 AM
Hi Subhasis,
It is not possible to process the BDC sessions simultaneously. At one go u can just process one session at a time. However you can minimize the load of the program (not in the case of BDC's) using parallel processing approach. Check this link :
Regards
Vishal
‎2009 May 22 7:36 AM
Hi,
BDC session method follows parallel processing ,like Synchronous processing ,nothing but no transaction is started until the previous transaction has been written in the database.
In call transaction method is asynchronous processing.
Please check below link for overview of BDC (in session method).
https://www.sdn.sap.com/irj/scn/wiki?path=/display/home/bdc&+
Regards,
Madhu
‎2009 May 22 7:37 AM
hi,
is there any way we can use parallel processing in BDC , if yes tell me the proceure as well as the code.
Regards
Subhasis
‎2009 May 22 7:45 AM
Hi,
check below link
https://www.sdn.sap.com/irj/scn/wiki?path=/display/home/bdc&+
go through above link on click BDC(ABAP development) and check ,select on Overview of BDC you know about total coding every thing .
below link for recording for particular transaction
http://www.sap-img.com/sap-download/bdcrecording.zip
Regards,
Madhu
‎2009 May 22 7:53 AM
hi
BDC Parallel processing is nothing but generate one more than session
u know session generated will be stored in SM35 tcode
select one by one session and click on process either in foreground or background
based on ur requirement.
Regards