cancel
Showing results for 
Search instead for 
Did you mean: 

USe webUi component in Webdynpro ABAP application

Former Member
0 Kudos

Hi,

My requirement is - I have a webdynpro application displaying promotions and some other deatils in ALV . On click of a button from Webdynpro application i want to navigate to CRM - component TPMOE/overview page. Is it possible ?

There are couple of threads on sdn on how we can display a WDA application in assignment block but couldnt find any thread on my requirement.

Thanks

Madhu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member198837
Active Participant
0 Kudos

Hi Madhu,

You can launch the WEB URL of CRM WEB UI.

Eg:

http://<HOST>:<PORT>/sap/bc/bsp/sap/crm_ui_start/default.htm

If you need to open some one order document directly one click of button:

https://<HOST>:<PORT>/sap/bc/bsp/sap/crm_ui_start/default.htm?crm-object-type=<OBJECT_TYPE>&crm-object-action=<DISPLAY(B), EDIT>&crm-object-value=<DOCUMENT_NUMBE...

Regards,

Karthik.

Former Member
0 Kudos

Hi Karthik,

how would i get host/port ? if i hardcode it , i will not work once i tranport it. Is there any way to get it based on system(dev/qa/prd )?

thanks

former_member198837
Active Participant
0 Kudos

Hi,

You can get the host and port from the system you added.

host is same as the one we enter in hosts file in windows->system32 folder.

Kindly contact Admin team. They may help you on it.

Regards,

Karthik.