Issue with Statuses in Checklist Functionality- Service Request
Hello All, I am only able to view two statuses for the checklist profile configured for my service request. Following are the configurations done, the item category determination is done. Next I have...
View ArticleRe: Configuring Service Level Agreements for Service Request
Hi Maddy,I am closing this thread. 1) Response Profile cannot change dynamically in the service request it is always determined using the SLA determination procedure, if the same needs to be changed...
View ArticleRe: Adding attachment block from the standard | collection is not filled
Hi Daniel,You need bind your custom component controller Context nodes from GS_CM using component controller class CL_GS_CM_BSPWDCOMPONENT_IMPL (Enhance it) method WD_USAGE_INITIALIZE for your...
View ArticleRe: How Do You Restrict The Correspondence Languages
Hi AmitIt’s the account overview page, when inputting a correspondence language there.Regards Vikas
View ArticleRe: Adding attachment block from the standard | collection is not filled
Hi Deepika, I have added it like this in the WD_USAGE_INITIALIZATION: CASE iv_usage->usage_name. WHEN 'CUATTACHCRM' OR 'CUATTACHCRM_DET'. CALL METHOD iv_usage->bind_context_node...
View ArticleRe: need correct Target Id for report logical links
why???, you are very good at searching? sorry...I couldn't ressist
View ArticleRe: Adding attachment block from the standard | collection is not filled
Hi Daniel, Try to check whether your source context node in component controller or in custom controller(u r using to bind in bind_context_node method) holds the data that you want to bind with the...
View ArticleRe: How Do You Restrict The Correspondence Languages
Hello Vikas. Language field in account overview page is a search help. Now values are coming for all language present in T002 table. You can see code for search help in GET_V method. If you want to...
View ArticleRe: Resource Planning not visible in CRM Web UI
The issue was that SRV-RPA work center was inactive in the SERVICEPRO Business Role. The issue is now fixed.
View ArticleRe: While creating F4 help , not able to navigate to outbound plug from get_v .
Thank you very much Golden G, I was desperately searching for a solution to this and your suggestion really worked for me. Changing the visibility of the outbound plug method to 'Public' eliminates...
View ArticleRe: While creating F4 help , not able to navigate to outbound plug from get_v .
Hello Naresh,Yoj mentioned right. Thrre is no need of fp_onclick event..once you will select f4 , it will call outbound plug method.Thanks,Amit
View ArticleERP Interface stopped or failed unexpectedly - RFC SLS_LORD_GET_ITEM_MULTI...
Hi All, I am facing a problem on production client, i am trying to create ERP(EHP6) quotation from CRM(7.1) opportunity, after saving the system give me the below error : ERP Interface stopped or...
View ArticleRestriction of search parameter in web ui
Hi All, I have created 2 parameter in search view that is "Material" & "Description" and it is working fine with result. Now my client requirement is to restrict search criteria like user should...
View ArticleBP_HEAD - BPHEADOVERVIEW component usage - OVERVIEW
Hi experts, In BP_HEAD - BPHEADOVERVIEW component usage - OVERVIEW, I am using view BP_DATA.CONTACTS.I want to see contact person for my BP that are individual , but the view shom me compay contact...
View ArticleRe: Restriction of search parameter in web ui
Hi, Please do this validation in DO_VALIDATE_INPUT method of the Search View and throw an appropriate message. Thanks.Rajesh.
View ArticleRe: ERP Interface stopped or failed unexpectedly - RFC...
Hi Samer, I think this could be the issue because of several reasons, one of the issue is in Dev and Q system, buffer is not checked. Whereas in production , call is done with buffer. Here it calls...
View ArticleNull pointer exception BackendObjectManagerImpl.java
Hi All, We have upgraded CRM JAVA system from 7.01 to 7.31. I have a custom enhancement on partner registration application crm~isa~web~partnerregistration application. I have made necessary changes...
View ArticleRe: BP_HEAD - BPHEADOVERVIEW component usage - OVERVIEW
Hello Lior, If you do not want to display departmnet and other company details in assignment block, you can personlize the setting in web UI by moving displayed columns to available column. Thanks,Amit
View ArticleRe: Search parameter's got disable after clear
Hi,You should not clear the search collection wrapper. you should clear Search paramenter low - high values and result collection. You can see EH_ONCLEAR event in any standard Search component . qs ?=...
View Article