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

multiple applications in bdc

Former Member
0 Likes
521

hi.. sdn experts...

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
491

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
Read only

Former Member
0 Likes
491

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

Read only

Former Member
0 Likes
491

sunil,

can u elaborate the question little more?

regds,

kiran

Read only

Former Member
0 Likes
492

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