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: 

download data by using bdc

Former Member
0 Kudos

plz any body tell me that,how to down load data by using bdc plz tell me step by step

Regards

Ram

2 REPLIES 2

Former Member
0 Kudos

Hi,

Collect all the data from the BDC in an internal table of structure BDCMSGCOLL.

Pass this internal table to the download function module

Regards,

Sankar

Former Member
0 Kudos

Hi,

<u><b>Download a file from BDC to frontend</b></u>

<u><b>If you have the data in internal table,</b></u>

Then follow the below step.

1) Create/locate the diretory in frontend using function module

TMP_GUI_CREATE_DIRECTORY

2)Using function module WS_DOWNLOAD or GUI_DOWNLOAD download to the respective directory.

<u><b>If you have data in the list format then</b></u>

1) Get the list to the internal table using function module 'LIST_TO_ASCI'.

2) Create/locate the diretory in frontend using function module

TMP_GUI_CREATE_DIRECTORY

3)Using function module WS_DOWNLOAD or GUI_DOWNLOAD download to the respective directory.

If is useful,please reward.

Regards,

Omkar.