cancel
Showing results for 
Search instead for 
Did you mean: 

Lead data to be uploaded in crm

Former Member
0 Kudos

Hi,

We have data regarding the Leads in our legacy system.we need to upload the same in our crm 7.0 version.Can any one tell us how we can achieve the same. we see a functional module" BAPI_LEAD_CREATEMULTI".But cant proceed further.

Please suggest a solution.

Thanks

AJ

Moderation: Locked. Please, open a new thread if you have a new question

Edited by: Joaquin Fornas on Oct 25, 2011 8:29 AM

Accepted Solutions (1)

Accepted Solutions (1)

joaquin_fornas
Active Contributor
0 Kudos

Hello

The BAPI_LEAD_CREATEMULTI is a function module which can create data from a lead. Write your own program and make here a call to the BAPI.

For more infomation, In Se37 if you enter the FM BAPI_LEAD_CREATEMULTI you will a seea button ' FM documentation' this will provide you with information on BAPI parameters which you can use depending on your business process.

Regards

Joaquin

Answers (1)

Answers (1)

Former Member
0 Kudos

HI AJ,

Have you condered using ELM to upload your lead information? It will take the lead information from a CSV flat file and create create multiple lead transactions. It works as standard with minimal setup and it can be enhanced to meet any specific requirements that you may have. Some further details are below.

http://help.sap.com/saphelp_crm70/helpdata/EN/46/3437cda38e59bde10000000a155369/content.htm

http://help.sap.com/saphelp_crm70/helpdata/EN/46/35ecab8578141de10000000a1553f6/content.htm

I hope this helps.

Regards,

David.

Edited by: David Sabharwal on Oct 24, 2011 11:53 AM

Former Member
0 Kudos

Hi,

Thanks everyone.

Can any one provide the step by step procedure for the ELM process in CRM 7.0

AJ