Skip to Content
0
Former Member
Feb 18, 2009 at 11:18 AM

Get value from BSP URL

487 Views

Hi,

We are using BSP in CRM system (Transaction CIC0)

When we call our BSP, (In CIC0) we give a header guid like following example:

"bc/bsp/sap/z_bondecommande/cic.do?header_guid=93D35A49BB19C82BE1000000C0A8AC46"

We would like to use the header guid in our BSP, but we don't know how to get the value from the URL.

doesn't work:

CALL METHOD runtime->get_url

RECEIVING

url = cic.

cic = runtime->page_url

this wil give back the URL "bc/bsp/sap/z_bondecommande/cic.do"

But how to get the header_guid out of the url???