Re: Compliants-Issue with Note field
Duplicate thread by mistake posted this draft one..
View ArticleIssue with SAP Rule Modeler Enhancement
Hi Experts, I Working on Rule modeler,Where I need to add one BP address street field in rule policies in condition. In Rule Modeler,in context of Service request Management,I have added attribute for...
View ArticleRe: Adding Notes field in crm ui
Thanks You All..My issue is resolved..I followed the second link provided by Naveen.. Chiru, We cannot follow the approach suggested by you..as it should automatically store the text in Note section as...
View ArticleRe: Duplication Check - BP Identification Numbers
Hi Athreya, We need these duplicates to be shown along with duplicates determined with DQM, i,.e in the same popup. Something that can only happen when ADDRESS_SEARCH Badi is triggered where we...
View ArticleRe: Limit the transaction types by role
Hi Atul,Once you have created your transaction type, you can hide/display them from respective roles in following ways. 1. Lets assume you have 2 roles, front office (FO) and back Office (BO).2. Go to...
View ArticleSales activity direct creation fields showing display mode
Hi All,When I try to create direct activity creation "Account" "Contact " fields are in display mode.when i create activity through search result list "New " button "Account" and "Contact" fields are...
View Articlehideing the two or more assignment blocks in overview page
Hi, I have a Scenario. in Overview page having 10 Assignment Blocks. i want to hide 5 Assignment Blocks run time. in OVW page one Assignment block as a dropdown field. when i selected...
View ArticleRe: hideing the two or more assignment blocks in overview page
Hi 1. to hide 2 or more views you can write your logic in do_config_determination metod of the overview page. For this you need to implement 2 view configurations, based on your condition you need...
View ArticleRe: How to initialize standard component SRQM_INCIDENT_H which is navigated...
Hi Krit, what steps you done for data binding in your Z component??.Because if you are not getting data in controller , there may be issue in data binding.Regards,Harish
View ArticleRe: Custom button in CRM WEB UI transaction
Hi Rosen, If you want to add custom functionality to web UI screen(Add custom button, call custom popup with required values) ,you have to enhance required component and need to follow the normal...
View ArticleRe: F4 Help- Advanced Campaign Search
Hi, try withvalue help in the search view | SCNIf you face any problem. Let us know.. RegardsHarish Kumar
View ArticleRe: Read Only Mode Of Sales Order
Hi, if you want lock should released when you open order try to do itin DO_INIT_CONTEXT.Not very much sure,test all cases. Regards,Harish Kumar
View ArticleRe: Reading Logical link Id programatically
hi, Have you checked..http://scn.sap.com/thread/3421535 RegardsHarish Kumar
View ArticleRe: How to update a Z-table in CRM PCUI??
you can use modify statement as these works as INSERT - adds a new record to the table. If the row (key) exists, issues an error.UPDATE - updates an existing record to the table. If the row (key) does...
View ArticleRe: Trace Code in CRM
Hi, This approach seems to be silly.But it will be very helpful. As this is working perfectly in Development, Open the development and quality systems and keep the break point the event handler of the...
View ArticleRe: Dependent dropdown list does not work as expected
Hi, please add this code. wa_ddlb-key = ' '. wa_ddlb-value = ' '. APPEND wa_ddlb TO it_ddlb. CLEAR wa_ddlb.Keep a break point in the get_v method and check lt_ddlb...
View ArticleRe: How to initialize standard component SRQM_INCIDENT_H which is navigated...
Hi Harish I did not do any binding in my Z component. I just added SRQM_INCIDENT_H as a component usage. Add interface window from SRQM_INCIDENT_H to my Z component. Specified navigation from...
View ArticleRe: How to initialize standard component SRQM_INCIDENT_H which is navigated...
Hi all One thing I really need is to navigate from my zComponent to SRQM_INCIDENT_H in "NEW" mode for service request creation. Regards.Krit R.
View ArticleRe: How to sort value attribute column in Result list CRM Web UI
Hello Bharathy, Thank you for your helpful reply. Could you please tell me the BADI name, Which I need to populate data to the custom filed. I created a custom field through append structure. this...
View ArticleRe: Dependent dropdown list does not work as expected
Hi Andrea, 1. You should have the DDLB_CLICK event handler in the IMPL class in order to trigger the round trip when you select the drop down values in LOB field. It should be an empty event handler...
View Article