Re: Links in Quotation Management
Hi Praveen,It is IUICCOND. Relsoved the issue by adding the new view to the deatisl viewset in run time repository. regards,Aruljothi A
View ArticleNew BOL relation for PointofDelivery object
Hi,I have created a new BOL Relation to Poitn of Delivery object under component ISUTON.However, when the compoennt gets loaded the new custom relation is not getting read by the standard class...
View ArticleRe: CRM WebUI Freezes
Kiran, You may want to look at the transaction SM66 after the event is executed i.e. the action that causes the screen to freeze. There may be some code that runs on infinite loop or may be some other...
View ArticleRe: Enhancing the Case search by partner
Hi Praveen, I did the same when the initial approach didn't work but could you tell me what was wrong with the first approach? After changing the GENIL component definition with a z class, is there...
View ArticleRe: Enhancing the Case search by partner
generally wont but , sap does not handle all ui components in the same way. i am not sure but what i could see in the set data method is, they are using one static method which is getting the instance...
View ArticleRe: Enhancing the Case search by partner
however i would suggest to go with initial approach you did rather than touching the standard genil component as we dont know what type effects it will give.
View ArticleProblem with get related entity of mixed node context node
Hi,In one of the tasks I have been required to output the data, which comes both from Product BOL-entity (model node) and from regular function (value node). In order to do that I defined a context...
View ArticleRe: Problem with get related entity of mixed node context node
use IF_BSP_WD_EXT_PROPERTY_ACCESS~GET_MODEL_NODE method of mixed node class and take that entity into cl_crm_bol_entity and execute get related entity method. i hope i understand this in correct way.
View ArticleRe: Problem with get related entity of mixed node context node
Thanks, I'll try this way to reach desired entity.
View ArticleRe: Problem with get related entity of mixed node context node
Hello mike, As mixed node and model node are of different classes so you can not type cast between those two. As praveen suggested first get the model node from mixed node by using...
View ArticleRe: Refresh button is not working in tree view
Hi Avi, Do not use the revert statement. Leave it commented. In your first code piece, in the place where the docflow and status buffers are refreshed, do the following. This should be done only for...
View ArticleRe: Refresh button is not working in tree view
@Arun,you are right, even i felt the same using by pass buffer options in the getter methods something not suggestible. i told it as just another way. @avii hope arun's solution will work for you.
View ArticleRe: Problem with get related entity of mixed node context node
Hi Mike, The context node that you are using is a mixed node, so from this node you need to get model node so that you can cast the entity into CL_CRM_BOL_ENTITY. Here's the sample code:DATA:...
View ArticleRe: CRM TPM - Integration with R/3, APO and BW -Documentation
HI Shreeyath,Mani.. I have the same kind of requirement ..could you please send the document to aarunkumar_abap@rediffmail.com
View Articlenavigation
hi all, i have one query. while coding for navigation first we call an outbound plug in any event handler and then we call the navigation link in the outbound plug using navigate method of view...
View ArticleError Msg when trying to add Reason Codes in Action Container
Hello All I added reason codes in action conditions was working fine,Not sure what got change now when I click the consistency button i get the below error message. -- Other problem here is I am not...
View ArticleRe: navigation
Hi Praveen, There is no difference in calling the method from either event handler or the plug method. What I think might be the reason behind having the code in Plug method in general is you can...
View ArticleRe: Error Msg when trying to add Reason Codes in Action Container
Hi, Use the operator 'CE' instead of 'EQ' when you check whether a Table contains an element. Refer Define a Condition Thanks & Best Regards,Leon
View ArticleRe: navigation
Thanks for taking pain to explain the concept. Create an event handler ( which is triggered on selecting hyperlink ) in search component, from this call outbound plug of search and from this outbound...
View Article