2006 Feb 01 3:30 PM
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
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
2006 Feb 01 3:36 PM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |