Re: Data issue with excel download in table view for queries and complaints
Hi Swathi, If you have written any code in GET_XXX method for displaying the Custom fields, the values of the fields will not be downloaded to excel. You can implement CRM_BADI_RF_Q1O_READ BAdi to...
View ArticleRe: will the value node affect the controller binding?
Hello Ashok , Adding value attributes to existing model node will not affect in context node binding.But you should take care when you are accessing the values...
View ArticleRe: ERROR : CX_SY_REF_IS_INITIAL - Dereferencing of the NULL reference
Hi Leon , I didn't do any enhancements, view is standard one only. How does it differs ?
View ArticleRe: will the value node affect the controller binding?
Hi, Well I wouldn't do it for the same reasons I said in this blog: http://scn.sap.com/community/crm/webclient-ui-framework/blog/2013/05/07/adding-new-element-to-context-node-in-sap-crm-using-abap...
View ArticleRe: ERROR : CX_SY_REF_IS_INITIAL - Dereferencing of the NULL reference
Hi Kalyan, Try to load the component by ignoring the enhancement set . You will come to know whether the error because of enhancement or not. For ignoring the enhancement follow the stepsGo to...
View ArticleIntegrate Assignment Block from different Enhancement Set
Hello, I would like to know if the following is possible: I created a new Assignment Block on an Solution Manager 7.1 system. On our internal system we use that block in Incidents. But there are other...
View ArticleRe: Static Navigation
Hi Girish, Static navigation is through plugs. We will define outbound, inbound plugs and then we will create a navigation link. This is how we do the static navigation. In dynamic navigation there...
View ArticleView Inside View
Yes ,I dont have any Requirement.. when view set is doing the job..y dont we maintain an attribute in view so that it can handle another view instance.Thanxs and regards..
View ArticleEdit column inside of table view context node
Hi, SAP CRM Community I need to add two additional attributes to PRIOQR/SearchResult view. One of them is a text field and the second one is a dropdown pick-list. User should be able to type some text...
View ArticleRe: Edit column inside of table view context node
Hi Mike, In general, Search result list will not be put into Edit mode as Query Result Object is a display-only object. so generally we use the header components to modify instead of the search...
View ArticleRe: Search Result View
In my case I don't want to write or edit BOL's query results, the only thing I need is to add ability to write a comment near the selected item and when user press the button we pass all the data...
View ArticleRe: Search Result View
In your comment you mentioned: «Implemented the "configTable" tags & set "allRowsEditable = "TRUE"", the view is editable now… Disabled the search result attributes from GET_I_* methods.». Can you...
View ArticleRe: Edit column inside of table view context node
Hi,Thanks for the link, it's exactly about my case. I posted an additional question in the thread, you gave me. Here a direct link to the question:https://scn.sap.com/message/14199120#14199120
View ArticleRe: one order Function Modules..................
Hi Ravichand, These function modules are used to Read, Update & Save a One Order Document. I would suggest you to go trough the SAP Press Book CRM Technical Principles & Programming by Stephen...
View ArticleRe: Use of Model node and Value node.........
Hi Ravichand, We have three types of nodes Model Node - Only Model Attribute possibleMixed Node - Model and Value Attributes possibleValue Node - Only Value Attributes possible When a value attribute...
View ArticleRe: Edit column inside of table view context node
And if possible try to use AET to meet your requirement. That would enhance everything with out any issues to you in future. I am not able to understand your use case exactly because I am not able to...
View ArticleRe: Edit column inside of table view context node
Hi Mike Yes you are right at everything mentioned above. Check my other post as well. DDLB field is added trough AET - > this tool will enhance all the structures for us. check the video link I...
View ArticleRe: Search Result View
Hi Naveen, I am also facing same requirement, I did the same what you have writeen . still my result list is not coming in Edit mode. <chtmlb:configTable xml = "<%= lv_xml...
View ArticleRe: Edit column inside of table view context node
It's a nice idea to store the value in some temp storage, I'll check this.About «but what happens when the product is re opened next time, you don't need to retrieve the values back?», no, I don't need...
View Article