cancel
Showing results for 
Search instead for 
Did you mean: 

Open crm activity with web-gui not working

gerd_hotz
Contributor
0 Kudos

Hello experts,

I want to open an acitivity in crm via web-gui.

I am able to connect to crm system and call the transaction, but

I am not able to open the activity via parameters like this:

http://ntcrm.company.de:8000/sap/bc/gui/sap/its/webgui?~TRANSACTION=CRMD_BUS2000126&20GV_OBJECT_ID=0...

I just get the activity screen where I can put my vbeln in, but I wan that system opens the

given activity.

Any ideas ?

System I use is crm 5.0 sp15.

BR Gerd

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member194364
Active Contributor
0 Kudos

Hi Gerd,

See the following WIKI:

[How to prefill fields and skip first screen with webgui? |http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=22375]

You need to use the parameter ";" between the field values rather than "&"

Regards,

Oisin

gerd_hotz
Contributor
0 Kudos

Hi,

it still does not work:

; didn't solve the problem.

I think there must be away to start an activity via webgui !

Maybe someone has somes other ideas ?

Thanks Gerd

former_member194364
Active Contributor
0 Kudos

Hi Gerd,

If you just call:

http://ntcrm.company.de:8000/sap/bc/gui/sap/its/webgui?~TRANSACTION=CRMD_BUS2000126

is this working correctly?

Regards,

Oisin

gerd_hotz
Contributor
0 Kudos

Hi Oisin,

yes this link is working correct.

The activity-window is called, but now I should give paramters in order to open

a selected activity.

Any ideas ?

BR Gerd

former_member194364
Active Contributor
0 Kudos

Hi Gerd,

I looked again at the WIKI link I posted earlier. My last post re syntax was not correct.

I think the correct syntax in your case should be:

...../webgui?~transaction=*CRMD_BUS2000126&20GV_OBJECT_ID=0000195123

The only difference from your original URL is the "*" in front of the transaction name.

("&20" is the blank space between transaction and input field value)

Regards,

Oisin

gerd_hotz
Contributor
0 Kudos

Hi,

I've tested again with the additional paramters

http://ntcrmtx.company.de:8000/sap/bc/gui/sap/its/webgui?~transaction=*CRMD_BUS2000126&20GV_OBJECT_I...

and the activity-screen is openeing, but just blank screen, not the called activity-number.

Any further ideas ?

BR Gerd

former_member194364
Active Contributor
0 Kudos

Hi Gerd,

Perhaps review the source code of that HTML page, or else get a HTTPWatch (www.httpwatch.com) trace might show if the parameters are being passed correctly?

Regards,

Oisin