Re: Disabled Custom Fields
Hi Abhishek, The possibility of editing a block is controlled by two things:1) view group context that switches the entire block to edit and display modes 2) I-getters of each attribute, if defined,...
View ArticleRe: Set property issue
Hi Sumeet, I suspect you might have missing code in CONNECT_NODES method of the context class that connects BTAdminH to your custom dependent object. A code as follows should be available:...
View ArticleRe: GET_RELATED_ENTITY
Hi Vaibhav, To add to what has already been said so far... The get_related_entity( ) method basically gives back a BOL entity related to the BOL entity from which it is called. And depending on whether...
View ArticleRe: GET_RELATED_ENTITY
Hi John, I differ from you because when we debug and suppose we have one entity of any object then we can actually go and see the relationships of the object with other objects and then even we can...
View ArticleRe: GET_RELATED_ENTITY
Hello Vaibhav, As per my knowledge When the root objects are fetched using the get_query_result( ) method, only that result will be in the buffer but not the related data. When you use...
View ArticleRe: Disabled Custom Fields
Hello Abhi, Redefine the set_view_group_context method of your window controller and over view page for your custom component and make sure that the view_group_context is bound and in the overview page...
View ArticleRe: Disabled Custom Fields
Hello Abhi you can do it by get_i fields of attribute and also with view_group_context->set_all_editable( )..For more detail check SAP CRM WEB UI : 47.UNDERSTANDING VIEW GROUP CONTEXT and also take...
View ArticleRe: New IBase not getting generating after the BADI Implementation
Hi All, Anyone having idea on the below points, . Basically my requirement is, I have copied the standard and made into Z function module. I made the changes from line number 205 onwards, 1. While...
View ArticleRe: Set property issue
Hi Shiromani,, Thanks for the reply... Connect nodes of this context is already created by standard when we create any context nodes and bind at higher level root node. Any other suggestions... thanks...
View ArticleRe: Set property issue
Hi Sumeet, You have a custom view in which you created a context node with BOL object BTAdminH. Is this node bound to any node of custom / component controller? Regards,Shiromani
View ArticleRe: How to - Add New Search Criteria to Opportunity Search screen?
Hi Mahesh, Yes this happens because the standard search method does not know what to do with the extra criteria you are passing. You need to handle it via a BAdI. Keep an external break point in Search...
View ArticleSaved search issue with custom link
Hi all, Generally we do have one opportunity search . But according to my requirement I have added one more opportunity search for separate Opportunity type .I do have 2 different view configurations...
View ArticleRe: Field value getting disappeared in display mode
Hi, Sorry.. its not possibel for me to share screenshots. Please find few analysis below. I am using CUST_GRP5 field which is there in BTSALESSET context node. Here the issue is that, in display mode ,...
View ArticleRe: Issue with Interaction Account in Interaction center
Hi Arden, Thanks for reply. here I am showing the screen shot how it is considering the first account: This is the first a/c-1000008531 I taken. Now I cancelled this a/c by clicking on red(X) Icon....
View ArticleRe: Saved search issue with custom link
Solved my self. Below is the solution. Go to the Viewset implementation class ZL_BT111S_O_MAINVIEWSET_IMPL and call the default configuration in method DO_CONFIG_DETERMINATION . CALL METHOD...
View ArticleRe: Issue with Interaction Account in Interaction center
OK Now I see. So you may need to look at adjusting the logic around the Partner Determination procedure. If you look at the Partners linked to the Service Request what do you see? Regards Arden
View ArticleRe: DocFlow is not appearing in CRM UI
Hi Vinayak,We will have only the transaction history assignment block in web ui to check the follow up documents or sales order replicated in ECC system.Once the document is replicated successfully in...
View ArticleRe: Mixed node value help not working as expected
Hi paarul,Can you paste the Code in GET V Method.Is the attribute placed in a Table View or Header?
View ArticleRe: Product configuration tab missing in Inhouserepair order
Hi Hcl innovators, Check the run time repository of the required component,In the component usage add the BTConfiguration Component usage and write teh respective code in WD_USAGE_INITIALIZE method of...
View ArticleOpen Business Partner as a Pop-Up
Currently when I am in an order in the Web UI and I click on the hyperlink for the business partner, my system opens up the business partner in the current window and I am directed away from the order...
View Article