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

Bapi for down load.

Former Member
0 Likes
322

Hi,

I need to down load the data from crm to flat file.

Is there any bapi to down load the data from crm to internal table or flat file.

What i did.

1.slect the partner number from butt00 based on query.

2.supply this number to bapi.

ALL FUNCTION 'BAPI_BUPA_ADDRESS_GETDETAIL'

EXPORTING

BUSINESSPARTNER = partner

  • ADDRESSGUID =

  • IMPORTING

ADDRESSDATA = itabemp

  • TABLES

  • BAPIADTEL =

  • BAPIADFAX =

  • BAPIADTTX =

  • BAPIADTLX =

  • BAPIADSMTP =

  • BAPIADRML =

  • BAPIADX400 =

  • BAPIADRFC =

  • BAPIADPRT =

  • BAPIADSSF =

  • BAPIADURI =

  • BAPIADPAG =

  • BAPIAD_REM =

  • BAPICOMREM =

  • ADDRESSUSAGE =

  • BAPIADVERSORG =

  • BAPIADVERSPERS =

  • RETURN =

.

is there any better method.

please suggest me.

thx

swathi

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
297

Where do you need to download it to? The pc frontend or the application server? If you want to download to frontend, use the function module GUI_DOWNLOAD. If you want to put it on the app server. Use the DATASET statements available in ABAP.

Regards,

Rich Heilman