cancel
Showing results for 
Search instead for 
Did you mean: 

URL to an SAP CRM object

sujay_ranjan3
Participant
0 Kudos

Is there a way to create a URL for a particular object ( Business transaction or an account ) in WEB UI (CRM 7.0). We want to use this link in the emails. I was looking at BDS_BUSINESSDOCUMENT_CREA_URL, but did not have enough documentation on how it is used.

Accepted Solutions (1)

Accepted Solutions (1)

robert_kunstelj
Active Contributor
Former Member
0 Kudos

Hello,

we use this URLs already in production.

The URLS above are correct.

One Tipp:

We created a function module to create the URL.

Input is for example BP-Number

Output is the complete URL

For this purpose we created a ZTable with all the required buldingstones of the whole URL.

Hope this helps

Best regards

Manfred

Former Member
0 Kudos

Hi Manfred,

is there a table includes all elements of crm-object-type (like BP_ACCOUNT) in SAP?

kind regards

Former Member
0 Kudos

prolem solved:

SM30-> view BSPDLCV_OBJ_TYPE

Answers (3)

Answers (3)

navn_metts
Active Participant
0 Kudos

Hello,

If i want to open a opportunity view. What would be the value of object-keyname ?

And is there any table includes all elements of object-keyname?

Thanks in advance...

Former Member
0 Kudos

Hello Guys,

    I have very much similar requirement of creating a URL for an incident and posting it in a mail when the status of the incident is complete.

   When i use any of the above patterns it asks me my login credentials and then lands me on the

Home page of the assigned business role.How can i reach directly to the transaction  after logging in?

Regards

Najm

SameerAliKhan
Advisor
Advisor
0 Kudos

Can you try something like this -

https://<serverhost>:<port>/sap/crm_logon/default.htm?sap-client=001&sap-syscmd=nocookie&crm-object-type=BP_CONTACT&crm-object-action=B&crm-object-keyname=CONP_NUMBER&crm-object-value=<contact_id>

Regards,

Sameer Ali Khan

Former Member
0 Kudos

You want to email with a hyperlink to a BP? Typically you need a logon to CRM that a hyper link won't give you.

You might be able to use an adobe form to send data in an email and possibly allow updates. You need to research adobe smart forms if that would work for you.