cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding web dynpro and CRM

former_member8532
Participant
0 Kudos

hello all,

I am new to web dynpro for java.

I made a webdynpro application accessing bapi_po_create and po get created .

i want to know the meaning of "User interface should uses SAP CRM as the backend" .

and how can i do this.

thanks in advance.

points will be rewarded if answer is helpful

Accepted Solutions (1)

Accepted Solutions (1)

Sm1tje
Active Contributor
0 Kudos

We've done this in the past, and indeed it means that your user interface (web dynpro you are going to create) must retrieve the data from the CRM backend system using standard BAPI's or customer Remote enabled function modules (socalled RFC's).

To access the backend system you will have to set up an RFC connection with CRM system. Better have somebody from Basis team do this, he should know the (exact) settings for this like hostname, ipaddress, or possible even other settings.

Next you will have to create an RFC user in the backend, which also should better be handled by someone from basis (or someone who is familiar with RFC user).

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

User interface should uses SAP CRM as the backend

It seems to me that for all your model imports you need to connnect to your CRM system as the backend.

Regards

Ayyapparaj