cancel
Showing results for 
Search instead for 
Did you mean: 

using pcui

Former Member
0 Kudos

I would like to learn about the options of running pcui applications.

I know you can run the select.htm page from CRM_BSP_FRAME through SE80, but this option is not very user friendly and cannot be used for end-users appearantly.

I also know that you can call bsp applications from EP.But in that case you have to deal with the EP customizations first?

Is there any other way to run the PCUI, like entering an url and directly access to PCUI pages?

Thanks for your help.

Accepted Solutions (1)

Accepted Solutions (1)

former_member592670
Active Participant
0 Kudos

Hi,

When u use SE80 transaction..in select.htm on property tab u can see the URL.

Just copy pest that URL in browser and add it as "favorites".

So any time u want to see pcui page u can directly open it from "favorites".

reward points if helps

rgds

Kushal

Former Member
0 Kudos

Hi Kushal,

Thanks for your answer,

Is there any other homepage other than select.htm? You can generate portal pages from select.htm but it is not very user-friendly. End users can not use it.

Is it mandatory to use EP to have such a homepage?

former_member592670
Active Participant
0 Kudos

Hi,

In CRM BSP Frame there is another folder "Cotroller". In this folder you can find

"main .do". this also can be use.

See you pull PCUI in portal for that you have to work on roles,worksets,iviews.

In normal practise EP in required as it can be accessed from anywhere.

For makin user interface more user frendly..there is a tool called webdynpro.

You can check some documents regading webdynpro. I don't have much details abt webdynpro

OR in

SPRO>Layout of User Interface (People-Centric UI)>Application/Layout-->Blueprint Application Builder.

U can use "Blueprint Application Builder" to change the layout of screen

reward points if helps

regards

Kushal

Answers (1)

Answers (1)

Former Member
0 Kudos

All PCUI applications are BSP applications and run in the WAS (Web Application Server).

All PCUI applications can be launched with URL individually.

entrypoint.do controller in CRM_BSP_FRAME is the entry point to launch PCUI apps.

You can use the generic URL like

http://hostname.com:port/sap/bc/bsp/sap/crm_bsp_frame/entrypoint.do?appl='application name'&version=1.

Replace the application name depending on the application you would like to launch.

For Leads

http://hostname.com:port/sap/bc/bsp/sap/crm_bsp_frame/entrypoint.do?appl=CRMD_BUS2000108&version=1.

For Opportunities:

http://hostname.com:port/sap/bc/bsp/sap/crm_bsp_frame/entrypoint.do?appl=CRMD_BUS2000111&version=1.

For Account

http://hostname.com:port/sap/bc/bsp/sap/crm_bsp_frame/entrypoint.do?appl=CRMM_ACCOUNT&version=1.

For Contacts:

http://hostname.com:port/sap/bc/bsp/sap/crm_bsp_frame/entrypoint.do?appl=CRMM_CONTACT&version=1.

Thanks,

Thirumala.