Re: Issues with checkbox
Hi Laskhmanreddy, As you already know that it's a standard behavior because that field occupy the whole row hence it will activate/deactivate the checkbox even if you click on the blank space (not on...
View ArticleRe: Regarding- Activating Category Fields in tab for Service Request
Hi Atul, Hope you are doing good. Click on show configurable areas in Web ui service request.Click on the transaction area (display color would be changed).Select your configuration and make settings...
View ArticleRe: Regarding- Activating Category Fields in tab for Service Request
Hi Atul, a) titles label can be changed via basic configuration as said aboveb) I don't know if this is possible even with development help because I think service order categorization schema are...
View ArticleRe: Unable to Link Service Contract to Installed Base
Hi Atul, I'm afraid I'm not familiar with this process, but what if you select the second line "Line Card" in your third picture (instead of the ibase root level)? the system doesn't display detailed...
View ArticleRe: Hide the lines in the price details based on business role.
It got resolved using CRM_PRCIL_ENHANCEMENT. For now: It can implemented at Header and Item of the transaction. Separate 2 methods are available in enhancement spot for Header and Item Steps in Header...
View ArticleFacing problem in deleting message from WebUI
Hi, I have added a message in WebUI using CL_BSP_WD_MESSAGE_SERVICE class. However, in certain cases I want to delete that message. I tried to check for a method in the same class, but couldn't find...
View ArticleRe: want the SC to be in Display mode except one field
Hi HCL Inno, Try using the BADI : crm_order_fieldcheck_new. This should work and you can further debug the working of this BADI , as this is called under FM : CRM_ORDER_GENERAL_CHECKS_FC. /Hasan
View ArticleRe: Alert not created in SAP CRM Webui
Hi Jeff, Check for a few things in these order : 1. Is your action getting executed or even scheduling for first ? Check this in the actions tab in the lead for the traffic light ( yellow : scheduled...
View ArticleRe: Web UI Frame Description change as Work Center id?
Hi John As Andrei specified above you can either redefine the method GET_STATE_DESCRIPTION in class : CL_WCC_SLS__SALESACT_IMPL . or you can change the text( alias : CRM_UIU_BT_SALES_WCC/ACTIVITIES )...
View ArticleRe: Facing problem in deleting message from WebUI
Hi Sandeep, try to check wiith method DELETE_MESSAGES as in http://scn.sap.com/thread/1932189http://scn.sap.com/thread/3231855 Regards,Harish Kumar
View ArticleRe: Unable to Link Service Contract to Installed Base
Hi Nicolas,You were correct when I did click on line card which was the product the service contract gets linked to the product automatically through the equipment number mentioned above in the first...
View ArticleRe: Assignment Block Data in Internal Table
Hi Rohan, In this case you can refer following coding lr_current = me->typed_context-><item details COntext>->collection_wrapper->get_current( ). IF lr_current IS BOUND....
View ArticleRe: Fatal error. Invalid or unknown maintenance context object is used
Thanks Radhika, Even we hae raised this issue ( and one more issue which we are facing) to SAP. Awaiting there reply. Regards,Poonam
View ArticleRe: Assignmentblock to Link ERP documents to a CRM document
Hi, As part of SAP process, there is functionality to crate ERP orders/Quotation from CRM Opportunity only. For other process type like Service Request etc. this functionality is still not available as...
View ArticleRe: How to hide a field in web ui
Thanks for sharing this document. But, i would like to how to change Label Origin to Design layer.
View ArticleRe: Assignmentblock to Link ERP documents to a CRM document
Hi Manfred, SAP provide LORD framework for creating / changing ERP sales transaction from CRM ( where CRM is working just as frontend). But I am not sure if the usecase you have mentioned is supported...
View ArticleRe: Assignmentblock to Link ERP documents to a CRM document
Hello , Try if you are able get the invoice ID in IF_CRM_IC_ACTION_HANDLER~PROCESS_RETURN method of the transaction launcher handler class . If yes then use this id as per your requirment. Thanks and...
View ArticleRe: Z Customer field in the customer tab of BP(client) t code not visible
Hi, Below thread may help you out. http://scn.sap.com/thread/3171095 Regards,Chiru
View Articlehow to fetch proxy name of any xml message id
Hi All, I have xml message id. I need to fetch proxy name which generates that xml message. Please tell any function module or any table where i can find relationship between xml message id and proxy...
View ArticleRe: How to hide a field in web ui
You can assign your design object to the context node of the view: ThanksKumar.
View Article