Application Development 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: 

multiple applications in bdc

Former Member
0 Kudos

hi.. sdn experts...

how to process the multiple applications in bdc ....tell me one scenario..

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Multiple transactions can be processed in BDC by calling them seperately in your program.

One scenario can be creating an Equipment and their dependent components.

We write one BDC to create the components and another one to create the equipment.

Such a scenario comes when your client is purchasing a server along with its related components.So, the server as well as the components will have to be created into the SAP system and then the components will be linked to the server. So, there will be 3 BDCs involved.

Reward points if found useful...!

Cheers

Abhishek

3 REPLIES 3

Former Member
0 Kudos

Hi,

A simple scenario is upload of Material and its relevant stock information. SO upload of material is one process and upload of stock for those material is another process. You can use the sessions method or Batch Input method to upoload data in multiple transactions as explained above.

Cheers

VJ

Former Member
0 Kudos

sunil,

can u elaborate the question little more?

regds,

kiran

Former Member
0 Kudos

Hi,

Multiple transactions can be processed in BDC by calling them seperately in your program.

One scenario can be creating an Equipment and their dependent components.

We write one BDC to create the components and another one to create the equipment.

Such a scenario comes when your client is purchasing a server along with its related components.So, the server as well as the components will have to be created into the SAP system and then the components will be linked to the server. So, there will be 3 BDCs involved.

Reward points if found useful...!

Cheers

Abhishek