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

Former Member
0 Likes
457

hi experts

can anyone give a link to faq on BDC

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
430

use http://www.sapbrain.com

Thanks n Regards,

Priti

3 REPLIES 3
Read only

Former Member
0 Likes
431

use http://www.sapbrain.com

Thanks n Regards,

Priti

Read only

0 Likes
430

Hi,

Go through these links

<b>http://www.sap-basis-abap.com/sapabap.htm

http://www.allsaplinks.com/sapfaq.html

http://www.sap-basis-abap.com/sapab038.htm</b>;

Thanks

Vikranth Khimavath

Read only

Former Member
0 Likes
430

HI

GOOD

The Batch Input is a SAP technic that allows automating the input in transactions. It lies on a BDC (Batch Data Commands) scenario.

BDC functions:

· BDC_OPEN_GROUP : Opens a session group

· BDC_CLOSE_GROUP : Closes a session

· BDC_INSERT : Insert a BDC scenario in the session

· The ABAP statement "CALL TRANSACTION" is also called to run directly a transaction from its BDC table.

It runs the program RSBDCSUB in order to launch automatically the session. The session management is done through the transaction code SM35.

The object itself is maintanable through the transaction SE24.

BDC techniques used in programs:

1) Building a BDC table and calling a transaction,

2) Building a session and a set of BDC scenarios and keeping the session available in SM35,

3) Building a session and lauching the transaction right after closing the session.

GO THROUGH THIS LINK

http://www.planetsap.com/bdc_main_page.htm

THANKS

MRUTYUN