‎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
‎2006 Feb 01 3:36 PM