Some time ago want to engage in CRM, but the company has no environment, go to ECC directly try the transaction code, the results can open the Web page ... Excitement and went to see some of the CRM in the class, the result is not a lot of. Depressed!
Later think, can only use the framework of the UI, Hang Wda program ... (Wda service side of the default activation, not activated can self-Baidu)
OK, here are some related configurations:
UI-related service activation:
The simple point is to run t-code:crm_ui directly. See the system service path for the open web page
Http://sapdev.zhengyee.com:8000/sap/bc/bsp/sap/crm_ui_start/default.htm?sap-client=200&sap-sessioncmd=open
See this address, should know, SICF-SAP-BC-BSP-SAP (note, SAP under too many things, directly down to activate SAP (there is a level icon of the OK button))
This time run just t-code, you can open the Web page, enter the user name, password, login ... Tip " you cannot log in because you are not assigned a business role; Please contact your system administrator" God horse's.
At this time to add UI role parameters to the login User: SU01, modify the user parameters, add the parameter ' Crm_ui_profile ', the parameter value ' * ', save.
This time again to run the T-code, login can go in, will enter a selection of business role of the page, which shows the system default with the role, you can match, you can also use the standard. (not mentioned here)
So far, our UI framework even out, then how to do the WDA program, here is not nonsense, learn by yourself.
Good Wda program, how can hang to our UI framework?
1. Since ECC does not have a CRM-related BC set, it is only a detour: se11->view-' Crmv_ic_ltx_url '.
Create a new URL parameter file
With this URL parameter file, you can start doing other configuration
2. Define navigation bar parameter file: t-code:crmc_ui_nblinks
2.1) Defining a logical connection
2.2 Define the work center: (This is to be placed in the navigation bar)
2.3) define the navigation bar parameter file, select the role that need to login, here with ' ADMIN ', check, double click ' Assign work center to navigation bar parameter file ', add new entry '
Place last, fill 60 here
Save
To this, the basic end.
Now try CRM_UI:
Select Admin to assign navigation bar menu
The menu will come out ...
Double-click and the WDA program on the right is out:
OK, let's try it on your own when you are free!
CRM UI side fiddling in ECC