Re: Value help for Country Attribut - COMM_ATTRSET
Hi Manfred, You need to enhance the GET_DQUERY_DEFINITIONS method of the controller class of search view to change the field type from drop down to value help. Refer to this document for everything...
View ArticleGetting Error while Enhancing view for component BT111h_oppt
Hi, I am trying to enhance the BT111H_OPPT/OpportunityOVViewSet of component BT111h_oppt. I right clicked on this and clicked on Enhance. in the end it showed the error messages as below. * Class...
View ArticleRe: GS_CM component's attachments refresh issue
Hi Logu, I have solved myself, and here is the solution which sorked for me. at view GS_CM/DocList -> DO_PREPARE_OUTPUT IF zcl_act_global_class=>aiaitp_refresh = abap_true. CLEAR...
View ArticleRe: Getting Error while Enhancing view for component BT111h_oppt
Hi, This may be because someone had enhanced the view and then delete the enhancement, but the classes may not be deleted which causes the Error.Please check in SE80 under your package and check is...
View ArticleRe: Getting Error while Enhancing view for component BT111h_oppt
Hi Sudhansu, Please check if the below note is relevant for you. https://service.sap.com/sap/support/notes/1459450 RegardsVinod
View ArticleRe: Getting Error while Enhancing view for component BT111h_oppt
Hi Vinod, No. its not helpful in this issue. ThankSudhansu
View ArticleRe: GS_CM component's attachments refresh issue
Hi Logu, in my case data was created by calling 3rd party application(web service) and was already exists in DB, so just refreshed the data collection by executing the REFRESH method solved it..
View ArticleRe: Linking of Survey Tables in SAP CRM
Hi Kumar,Thanks for the detailed reply appreciate the same, one query with regards to the creating of the class I am thinking that the class creation needs to be done in the function module...
View ArticleRe: swithcing address fields from display mode to edit based on other field...
Hi , Are you able to get your drop down value in GS_SIMPLE_ADDR/Postal View ?If you are able to get then you can use same as you described above depending upon drop down value is filled or...
View ArticleRe: Save button
Hi Girish, It's not clear. what i understood from your requirement is that on ov page the save button should be enabled only when the views are in edit mode. is this your requirement??? If that is...
View ArticleRe: Save button
Hi Durga,,,On an Ovp i had custom AB ..up on editing the ZAB tru edit buton on the ZAB..after editing..i need to save this tru save button on OVP.
View ArticleRe: swithcing address fields from display mode to edit based on other field...
Hi Deepthi, try in this way this may help you. In the .htm initially use a flag variable and pass abap_false for the lv_displaymode so that the view will be in display mode for the first iteration, get...
View ArticleRe: swithcing address fields from display mode to edit based on other field...
Hi Hari, My drop down field is in BTPartner/PartnerEF view. Now I am able to make Address view fields editable and non editable.I dont want to make Address view editable when drop down value is...
View ArticleRe: Save button
Hi girish, Then in the Save Button event write the following code. data : lr_entity type ref to cl_crm_bol_entity, lr_coco type ref to ( your component controller ), " if you bind your...
View ArticleRe: swithcing address fields from display mode to edit based on other field...
Hi Deepthi, You can set a global static parameter of impl class of GS_SIMPLE_ADDR/Postal View when you select value in dropdown in BTPartner/PartnerEF view if there is no binding exist .And based on...
View ArticleRe: swithcing making address fields from display mode to edit based on other...
Hi,Create a static attribute in the context node of the custom field.Assign the static attribute to the parameter "value" in the getter method of the drop down.Now assign the static attribute in the...
View ArticleRe: swithcing address fields from display mode to edit based on other field...
Hi Hari, I am new to CRM.Created static attribute in BTPARTNER/PartnerEF implementation calss and trying to set the static attribute in setter method of drop down field i.e passing <nval> to...
View ArticleRe: Color change - Complete Overviewpage
Hi Gaurav,I tried with ''SET_CURRENT_SKIN' method of class 'CL_THTMLB_PERSONALIZATION' and it worked well.My requirement is to change skin dynamically with only 'GREEN colour 'based on certain...
View ArticleRe: swithcing address fields from display mode to edit based on other field...
Hi Deepthi, I think there is problem in data type you have declared and passing <nval> TYPE ANY ,thats why you are getting conversion error. I think both data types are not compatible ....
View Article