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: 

Help in BDC Programming

Former Member
0 Kudos

Hi,

Can someone help me in BDC programming to take the output of a transaction code into a data base table or flat file.

Thanks in advance for your help.

Dibyendu

4 REPLIES 4

Former Member
0 Kudos

hi,

can u explain little bit clearly

regards

karthik

0 Kudos

Hi ,

In the R/3 side there is the TCode MB52.There I will give a selection of PLANT = 1090 and i will see the output. The requirement is that I have to take this output to a flat file . I feel BDC will help me in doing these steps i.e.

(1) Go to TCODE MB52.

(2) Give selection of Plant = 1090

(3) Transfer the Output to a flat file .

Can you please suggest whether this is possible through BDC. If yes then how ? I have intermediate level knowledge of ABAP and no knowledge of BDC programming .

Thank you for your promt query .

--Dibyendu.

0 Kudos

Hi,

It would be better if you wrote a program that selects the data and writes it out to a flat file. You really shouldn't be doing this with BDC. Try to find out which tables the data is stored on and write a program that accesses those tables and puts the data into an output file.

Gareth.

Former Member
0 Kudos

Hi,

can u be more clearwith ur question.

bcoz if a bdc is performed it will definitely hit a database table

thanks

kavitha