Re: Set up incoming email scenario on QC3 and take it forward till Service...
Hi Vamsi, Did you check the wiki section already? Because there is a very detailed document about ERMS setup:http://wiki.scn.sap.com/wiki/display/CRM/How+to+set+up+Threading+in+ERMS Maybe it would be...
View ArticleRe: Problem in Passing Parameter in Transaction Launcher
Hi, You're talking about transaction code VA01 (to create sales documents), but you want to display a customer... so in fact you use tcode XD03 right? And if you're sure that this customer number...
View ArticleRe: Lead Creation using BAPI_LEAD_CREATEMULTI
Hello, Please tell me how to set the STATUS and REASON for a lead While creating a Lead using BAPI_LEAD_CREATEMULTI. Can u please send sample code that how u pass value in structure. Please reply....
View ArticleMake whole quotation page Non-editable
Hi ,I want make whole quotaion page (overview page ,all assignment block, button on assinment block etc etc) non-editable based on few conditions i.e the quote should not be editable in any way .Is...
View ArticleRe: in SAP CRM SERVICE ->SERVICEPRO->SERVICE ORDER->
HI maddy , May be in SAP standards its not a problem.. but i had asked the help. its not the quantity. its product id. Bussiness: In the Web Ui, in the service professional if the user...
View ArticleRe: Assingment Block Description get truncated
Hi Manish, Can you please elaborate on where exactly you are setting this title dynamically and what is the type declaration of 'lref_view_area' and lv_title.
View ArticleRe: Assingment Block Description get truncated
Hi Rachna, I am currently setting this title in DETACH_STATIC_OVW_VIEWS of the View set IMPL class, Type Declaraction : lref_view_area TYPE REF TO bsp_dlc_ovw_assgnm, lv_title TYPE...
View ArticleRe: Assingment Block Description get truncated
Hi Manish, Type Declaraction :lref_view_area TYPE REF TO bsp_dlc_ovw_assgnm,Are you sure you have declared as given above. I am not able to find any standard class or interface with this...
View ArticleCustom Class and method not called in Action Profile
HI Experts, I have a requirement where in I have to attach the smartfrom in the document tab in Web-UI when a contract is set to a particular status. For this I have created an action using the wizard....
View ArticleWebUI error: Internet Explorer cannot display the webpage
Hi All, I am unable to execute WebUI application. The below error is displayed when I execute the tcode crm_ui. Please tell me what are the settings do i have to check to fix this issue. Please help....
View ArticleAuto population of data to fields based on other input field.
In overview screen, I have one input field "Business Partner" which contain search help. As soon as business partner selected from dropdown, the other input fields like Name, Address, City, state...
View ArticleCreate follow up with copy of order AND items in BOL
Hello experts, I want to create a follow up (service conformation) document from an order. In WebUI I get a popup which ask me which items I want to copy (after selecting create follow up button)....
View ArticleRe: Problem in Passing Parameter in Transaction Launcher
Hi vamsi, The length of the BP number you are passing should be equal to the length of it in the target system. So you need to append leading 0's to the BP Number. ThanksSan
View ArticleRe: How to remove mandatory mark on field at run time
Hi Imran, For this scenario you have to create an iterator and assign it to your view. Please check below links they will give you an idea about how to create and use iterator class. Change Property of...
View ArticleRe: Error product is locked by user
Check the below code.... *Get the Entity of BuilHeader Object CALL METHOD lr_builheader->get_related_entity EXPORTING iv_relation_name = 'BuilAddress' RECEIVING rv_result...
View ArticleRe: WebUI error: Internet Explorer cannot display the webpage
Hi Maddy Does your Hosts file contain the necessary mappings? Regards Arden
View ArticleCRM Lead is not getting qualified
Hi All, Automatic Lead Qualification is not working properly when the lead is created.If the questionnarie is edited and saved then it is set to qualify. Everything is configured as mentioned in the...
View ArticleRe: Custom Class and method not called in Action Profile
Fixed myself, I did not mention a super class for my custom class. Super class has to be - CL_SF_PROCESSING_PPF. This way we will have one inherited method EXEC_SMART_FORM in our our cutsom class.We...
View Article