Re: View Configuration
Hi! Rohan is right, but from my experiance I suggest to create as little as possible configurations. The effort for changes thereby rises considerably. Regards
View ArticleVariant configuration using third party application from CRM UI
Hi,I am in the process of designing a solution to interface with CRM UI to third party configuration tool. This configuration tool is the legacy application running at client site. Now we need to...
View ArticleRe: EDIT option not available in Tr. "genil_model_browser"
Hi Bhargavi, Make sure that your Genil class should implement interface 'IF_GENIL_APPLMODEL_PERSISTENCY' it can be done by makeing super class of genil class as 'CL_WCF_GENIL_ABSTR_COMPONENT'...
View ArticleRe: overview page creation
Hi Sai, Right click on view --> you will get option to create Overview page. Regards,Karthik.
View ArticleRe: passing collection to a assignment block?
Hi, Are you navigating Directly from Result View to a View in Overview page? Usually this error occurs in such cases, If you are doing like that, please change how you navigate. You shoud navigate to...
View ArticleRe: overview page creation
Hi Sai, You refer to this link: http://www.****************/Tutorials/CRM/OVP/Index.htm Regards
View ArticleRe: passing collection to a assignment block?
Hi SanguineOO7, may be there is some problem in the navigation your trying to do , check the business logic you have written in the inbound and outbound plugs, Remember one thing that when you...
View ArticleRe: passing collection to a assignment block?
Hi Sanguine007, Actually this kind of exception occurs when you navigate directly to view if it is in overview page. So for this follow the steps below: 1. Create an inbound plug in overview page...
View ArticleRe: EDIT option not available in Tr. "genil_model_browser"
GENIL_BOL_BROWSER is used only for browsing, means you cannot change anything here.For editing you should go for GENIL_MODEL_EDITOR transaction.
View ArticleCRM WEBUI. fields are getting refreshed on selecting value from search help
hi, I have create a rapid application and customized three fields with f4 help. I'm able to seelct the value from search help and display it on the corresponding field correctly. But the values of...
View ArticleCRM WEBUI. fields are getting refreshed on selecting value from search help
hi, I have create a rapid application and customized three fields with f4 help. I'm able to seelct the value from search help and display it on the corresponding field correctly. But the values of...
View ArticleRe: Adding attachmant component (GS_CM) to Z WebUI component
Hi man, BOR is mandatory, you can know this by looking into implementation of GS_CM.1. go to view GS_CM/DocList, double click view controller CL_GS_CM_DOCLIST_IMPL2. go to method GET_DISPLAY_MODE,...
View ArticleRe: Dropdown list not populated
if focus_bo is initial, then Btsubject parent is iniital, so check what is happening in the previous method from where on new focus is called. there might be any binding problem.
View ArticleRe: Not able to read updated values using 'get_related_entities'
hi try to use the modify method of core class before using the get related entities method in the on new focus method. can i know what is the transaction you are using and UI component name.
View ArticleError in Transaction Launcher
Hello All,I have created a transaction launcher to launch the URL for google.com through Web Ui when I click on the link in my service role the system throws the below errors. Launch Transaction...
View ArticleRe: CRM WEBUI. fields are getting refreshed on selecting value from search help
put a break point in the getter methods of remaining attributes and check inthe debugging, in the second round trip( after pressing f4 ) , how the values are coming from entities. this may give you...
View ArticleRe: Error in Transaction Launcher
Hi, In your fifth screenshot, replace ZGOOGLE by ZLAUNCH_GOOGLE. Also this document is a very good one to know:http://scn.sap.com/docs/DOC-5290Regards,Nicolas.
View ArticleRe: Error in Transaction Launcher
i think we need to do some configuration as a prerequisite for this inthe transaction CRMS_IC_CROSS_SYS. we need to add some URL. we can check in that way and also what is the message you can see when...
View Article