cancel
Showing results for 
Search instead for 
Did you mean: 

Create support messages via BSP with URL parameters

Former Member
0 Kudos

Dear all,

we've set up the service for creating a support message via web / bsp (notif_create_bsp).

Is there a way to pass vaules for some fields like priority or category via the URL?

Right now the link looks like this:

http://host:port/sap/bc/bsp/sap/dswpnotifcreate/selfsubmit.html?sap-client=400

I tried something like this (and a few other variants) :

http://host:port/sap/bc/bsp/sap/dswpnotifcreate/selfsubmit.html?sap-client=400&priority=low

but it doesn't seem to work. Am i misspelling something or is this passing of application specific parameters not possible?

Regards

Daniel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

>

> Dear all,

>

> we've set up the service for creating a support message via web / bsp (notif_create_bsp).

> Is there a way to pass vaules for some fields like priority or category via the URL?

> Right now the link looks like this:

>

> http://host:port/sap/bc/bsp/sap/dswpnotifcreate/selfsubmit.html?sap-client=400

>

> I tried something like this (and a few other variants) :

>

> http://host:port/sap/bc/bsp/sap/dswpnotifcreate/selfsubmit.html?sap-client=400&priority=low

>

> but it doesn't seem to work. Am i misspelling something or is this passing of application specific parameters not possible?

>

> Regards

> Daniel

Dear Daniel

You cannot pass on additional parameters via the URL. The Priority and other details of the message will be worked within the message container and cannot be passed directly via the URL.

Regards

Amit

Answers (0)