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
545

Hi All,

Can you explain me BDC with the help of a suitable example

Regards

Ravi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
527

Hi

Please Make It a Habit to Search Before You Post Anything That Is So Common Area Like BDC. Hundreds Of Posts Are Begging For Attention Here:

https://www.sdn.sap.com/irj/scn/advancedsearch?query=bdc&cat=sdn_all

Vishwa.

5 REPLIES 5
Read only

former_member632729
Contributor
0 Likes
527

Hi ,

BDC means Batch Data communication...

go through this link..

http://www.sap-img.com/bdc.htm

Raghunath.S

Read only

0 Likes
527

Hi

BDC we have planty of of example in sdn, u can search some forums before posting ,or else go through www.sap technical .com.

www.sap.niraj.tripod.com

cheers

venu

Read only

Former Member
0 Likes
528

Hi

Please Make It a Habit to Search Before You Post Anything That Is So Common Area Like BDC. Hundreds Of Posts Are Begging For Attention Here:

https://www.sdn.sap.com/irj/scn/advancedsearch?query=bdc&cat=sdn_all

Vishwa.

Read only

Former Member
0 Likes
527

hello,

BDC means

1. Analysis the Data. 2. Generate SAP structure. 3. Develop transfer program 4. Create sequential file. 5. Create batch input program. 6. Process batch input data.

Methods

1 .call transcation

2.session method.

and working with process sequential file

READ DATASET (reading) and TRANSFER (writing)

OPEN DTASET <dataset name> for <input output appending> in <binary text > mode at POSITION <position> MESSAGE <field>

READ DATASET <dataset name > INTO <field>

CLOSE DATASET <dataset name>

DELETE DATASET <dataset name>

TRANSFER <field> to <dataset name>

just some infromation yaar...

thank u,

santhosh

Read only

bpawanchand
Active Contributor
0 Likes
527

I think Viswa Is Right Ravi searching is the key factor to gather the inforamtion