Re: getting empty value in the field after hitting the enter.
Hi, Keep in mind the following hierarchy. Controller->context->Context_node 1- You are inside a setter of the context node so the me will be the implementation of the context node, this...
View ArticleRe: What determines order of execution of SETTER methods?
Hello Nikhs, It is not necessary to write this part of code:-- current = me->TYPED_CONTEXT->zchild_detail->collection_wrapper->get_current( ). As you can get current value by following part...
View ArticleRe: getting empty value in the field after hitting the enter.
Hello Nikhs, Please do nt write this part of code here:---- current = me->TYPED_CONTEXT->zchild_detail->collection_wrapper->get_current( ). me represents implementation class, TYPED_CONTEXT...
View ArticleRe: SAP CRM Groupware integration with Office 365 ??
Hi,I checked noteNote 1689421 - Client based Groupware Integration 10.30 - Release info.and no compatibility with Office 365 is listed.
View ArticleRe: Issue with f4 help
Hello Shakuntala, 1. Create one attribute gv_attr of static type in z_component_controller_implementation class...and set z_component_controller_implementation class=>gv_attr in get method of first...
View ArticleRe: SAP CRM Groupware integration with Office 365 ??
Where do you check the list of compatibility?
View ArticlePasting images in WebUI
Hello! The help-site for the CRM WebUI describes in http://help.sap.com/saphelp_crm700_ehp01/helpdata/en/f6/481836193747d599e26f8ad1ca6ea6/frameset.htm that it is possible to paste several forms of...
View ArticleDocument Linkage for Opportunity.
Hello Experts, In opportunity we have one of the assignment block which tells about the Documents (Quotations) linked to the Opportunities (I.E the Follow up quotations created from this...
View ArticleRe: Navigation Bar Profile Issue
Check the technical profile of that businesses role once any start up application is assigned there
View ArticleRe: Issue with f4 help
HiWhen you create object of value descriptor class I think there is one parameter for server round trip check it once
View ArticleReset selection line in PRDGENSET/MLSeteOV view on switching between products
Hi,In our system each product has a table (implemented by PRDGENSET/MLSeteOV) with lines of parameters and when you select the line you can see the details of selected parameter (implemented by...
View ArticleTrigger Action when the Date is reached
Hello All, I need to trigger an action for follow up when the document (Task) creation date + 10days is achieved. How can I define the "expression" &todays+10days& in the container editor ?or...
View ArticleRe: Trigger Action when the Date is reached
Hi Nav, what you want to do can be achieved via actions and the post processing framework (cf. http://scn.sap.com/thread/3332204). In order tor trigger an action 10 days after the creation you'll need...
View ArticleBest Practice - Some Business Transactions and one UI Component
Hi Experts, we are looking for a best practice to implement some different implementations for one ui component. Our problem: we have three (later more) different incidents based on the same...
View ArticleRe: Best Practice - Some Business Transactions and one UI Component
Hi, Good topic! I just was thinking about it. Another approach is do a exercise of architecture and build a custom enhancement spot, i'm speaking the badi's enhancement points, you can create various...
View ArticleCRMXIF_ORDER_SAVE - Problems with categories for a service request
Hello all, I developed a program which creates service request (BUS2000223 ). My problem is that Web UI doesn´t show the categories for the orders, I debugged web-UI and I noticed the orders didn´t...
View ArticleCRMXIF_ORDER_SAVE - Problems with categories for a service request
Hello all, I developed a program which creates service request (BUS2000223 ). My problem is that Web UI doesn´t show the categories for the orders, I debugged web-UI and I noticed the orders didn´t...
View ArticleRe: Web UI - How to close a window
Hi Attila, Yes, you are correct. You need to fire the outbound plug of the popup window in the triggered event when you press the button. Thanks & Best Regards,Leon
View ArticleRe: Table View does not hold data.
Hi Ashok, You may check if the data reaches the genil layer. Thanks & Best Regards,Leon
View ArticleRe: Table View does not hold data.
Hi Leon, The problem is, the value which I enter in the screen is got in the set method and it sets the value to the current. but when it comes to do_prepare_output the value is not there... So, I...
View Article