cancel
Showing results for 
Search instead for 
Did you mean: 

Acess to ERP tables from CRM

Former Member
0 Kudos

Hi.

I am quite new to everything about erp integration in sap crm.

My first thought was to simply find a pattern to retrieve data from an erp system and show it in a crm report, just for practising a bit.

I already finished an initial upload but anyway, how can I get my original erp data displayed in crm using nothing except functional patterns and se80?

Accepted Solutions (1)

Accepted Solutions (1)

robert_kunstelj
Active Contributor
0 Kudos

On erp side create remote function call (in se37) and the on crm side call this function with DESTINATION parameter...

CALL FUNCTION 'Z_FUNCTION_ON_ERP'

DESTINATION i_destestination

EXPORTING

sometning = something

IMPORTING

subrc = err_subrc.

Former Member
0 Kudos

oh thanks, I've been on the wrong track totally

Answers (0)