cancel
Showing results for 
Search instead for 
Did you mean: 

Passing the data from CRM system to ECC system

Former Member
0 Kudos

Hi gurus,

I have some application running in the CRM system. On some action it will trigger an ABAP webdynpro application in the ECC system. Now I need to get all data of that CRM application into my WDA application.

Can you help me to intregrate this situation.

Point will be given.

thanks,

Prosun

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prosun,

Read all the data that you will need from the CRM system into a STRUCTURE type variable,

if its large data then probably save it to database table, or you may just expose some function group in ABAP that reads all this CRM data onDemand.

Within Your webDynpro application then you can make this Data Available as

1. Incase of Structure : pass it as parameter to WebDynpro App URL

2. Database table : read it in the WDDOINIT( ) method of view using the data.

3. Call Function module & get the data.

Greetings

Prashant