Re: Date field not editable after ehp3 upgrade
Hi Chiru Varma, Have you debug the getter and setter methods.. i think in get_i_xx method value is taking true.plz check that. Thanks & Regards,Srinivask.
View ArticleRe: Validate entered data on iccmp_bp_detail/bupacreate at save
Hi Harish, This will certainly help. Question : i want to basically get all the fields on the screen and send them off to the brf engine for validation at the same time - will get table of errors back....
View ArticleRe: Multiple User Input in CRM UI
Hi Jotsaroop, you are right. It is possible to ,e.g. simply copy and paste a list of BPs ID in the dynamic search for accounts. This automatically creates the necessary lines in the dynamic search...
View ArticleRe: Validate entered data on iccmp_bp_detail/bupacreate at save
Hi Leah, you can use get_properties method of if_bol_bo_property_access. DATA: lo_result TYPE REF TO if_bol_bo_property_access, lv_num TYPE string, lr_msg_service TYPE...
View ArticleRe: CRM WebUI custom dropdown issue
Hi ,Could you please try to change the personalization settings of web ui. Thanks,Taity
View ArticleRe: Validate entered data on iccmp_bp_detail/bupacreate at save
hello leah, use method get_properties( IMPORTING es_attributes = <attr> ).to get all attributes at one time of entity used as also suggest above.check structure of entity and use...
View ArticleRe: CRM WebUI custom dropdown issue
with personalization settings you can show the maintained KEY in drop down as suggested by taity. Regards Harish Kumar
View ArticleRe: CRM WebUI custom dropdown issue
Hi Dominik, How did you get the value help. if it is through a search help than you need to take care of this there. If you have added a key-value pair table in Get v then you can fill the value pair...
View ArticleRe: Validate entered data on iccmp_bp_detail/bupacreate at save
Hi All, Thank you for your great elaborate responses thus far. The plot thickens - now there is an existing enhancement set and z-class (from a previous implementation) which is a subclass of the...
View ArticleRe: CRM WebUI custom dropdown issue
Hello Dominik Zapf,Check tables are normally assigned to domains of the data elements. So that would be a place to look at. Eventually the wrong check table is assigned. The countries should be in...
View ArticleIssue with End button
Hi All , I am facing an issue when ending a transaction for UI screen . Please find below the screenshot stating the issue ... Thanks ,Vaibhav
View ArticleRe: AET Table refresh and update issue
Hi Dolly,I hope you could find some sample code already available in DO_PREPARE_OUTPUT for creating empty rows and template.Try doing some analysis, it would be helpful for you to better understand....
View ArticleRe: Changing the default search for option
Hi Jotsaroop, I would like to change the default value of the drop down from one value to another value in search for field... I guess we don't have option for this to change that in technical...
View ArticleNeed to display all the t code fields as display after hitting back button
Hi All, I have a requirment in CRM Web ui..while creating the complaints we will have one button like 'Create Noti' which will create notification in ECC using transaction launcher..after creating the...
View ArticleRe: Changing the default search for option
Didn't Jotsaroop just explain what you wanted or do you need a setting like that. That is found in customizing (seen in second screenshot). Best regards, Thomas Wagner
View ArticleRe: How to make a single row as editable in a table view?
Hi Ravi, Could you please past the code .Since i did the same but when i am clicking the row level edit button it displaying all row as editable because in GET_I method written the code like if...
View ArticleRe: Changing the default search for option
Yes Thomas, I asked two questions in the tread...The field sequence in search criteria is understood..If you look at my screen on my Question ...I am looking for changing the value in Search for field...
View ArticleFacing Problem in Configuring Radio buttons
Hi, I have a requirement as follows: There are two fields:A1 - Input fieldR1 - Radio button field Now I need to display the fields as mentioned below, in ONE ROW of left Panel.I to J...
View ArticleRe: Changing the default search for option
Hi Susan, Ok..So your first question about sequencing is answered..Comming to 2nd question, Please do the following. 1. Get the view name and attribute name of the context of the "Search for "field you...
View ArticleRe: how to change web ui look and feel in crm ehp3
Hi Anish, Thanks for reply but i need color changes to be experienced by all users. regdsJitender
View Article