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

BDC Session Parallel Processing

Former Member
0 Likes
1,172

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

6 REPLIES 6
Read only

Former Member
0 Likes
837

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

Read only

Former Member
0 Likes
837

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 :

https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_wiki&query=aggarwal&sortmode=true&sortby=cm_r...

Regards

Vishal

Read only

Former Member
0 Likes
837

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

Read only

Former Member
0 Likes
837

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

Read only

Former Member
0 Likes
837

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

Read only

Former Member
0 Likes
837

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