Re: Error in Transaction Launcher
Hi Nicolas,Thank you for the document really good one, I have made the changes as suggested by you however getting the below error. Kind RegardsAtul
View ArticleRe: Error in Transaction Launcher
Hi,I think that's indeed the intended behavior with google url: you cannot embbeb it for security reasons. Try with another url, or flag the website to open in another window in...
View ArticleRe: Error in Transaction Launcher
Hi Nicolas,I did check with another url and the same does open, however with regards to google.com when you mention flag the website to open in another window in CRMC_UI_ACTIONWZ could you let me know...
View ArticleRe: Error in Transaction Launcher
Hi,I'm sorry but without further explanation on what you're trying to achieve I cannot help you further... because if you want to launch www.google.com in a separate window via transaction launcher,...
View ArticleRe: passing collection to a assignment block?
Hello satish, prateek and santosh yes I have followed the same steps. i cud get the collection through an importing variable IV_COLLECTION and the same has been checked using debugger after getting the...
View ArticleRe: Sorting and filtering open tasks on the home page
Thanks Andrei, the note 1226594 you mentioned was the one we implemented at a previous client. I couldn't find it that quick.
View ArticleRe: CRM WEBUI. fields are getting refreshed on selecting value from search help
Hi,i'm not using the se11 search help. i'm using the component usage here. RegardsSharad
View ArticleRe: CRM WEBUI. fields are getting refreshed on selecting value from search help
i'm using a component usage here. for three fields on the form view i have implemented the search help in the similar manner. when i select a value for one field the other two filed values are...
View ArticleRe: passing collection to a assignment block?
Breakpoint Not getting Triggered? How are you navigating from OVP to the View?
View ArticleRe: Creation of new BOL entity
it seems to be you are new to this concept. creating context nodes does not result in creating new entity. first of all decide whether you can achive your requirement with just value node or you need...
View ArticleRe: Not able to read updated values using 'get_related_entities'
what i meant is, just call the modify method of core class. before using the get related entities method in the on new focus method. lr_core type ref to cl_crm_bol_core. lr_core = cl_crm_bol_core...
View ArticleRe: Case : XXXXXXX refers to an object that cannot be accessed
did you write any custom code in the save event handler or enhanced that particular component.
View ArticleRe: Refresh button is not working in tree view
LOOP AT typed_context->btdocflow->node_tab INTO ls_node. lr_tree_node ?= typed_context->btdocflow->get_node_by_key( ls_node-node_key ). IF lr_tree_node IS BOUND....
View ArticleRe: UI Configuration issue
Did you try 'reset to default' ? i had such a problem and it was solved by doing this.
View ArticleRe: UI Configuration issue
Hi Nikhil, make sure the configuration loading on UI is the one you want to display.If the configuration loading is proper then try by pressing reset to default button in the...
View ArticleRe: UI Configuration issue
Thanks for your replies. It was one of the customizing TR Conflicts and got solved. It was basically modified during one of the transport. Now it i captured in a Fresh TR and transported , It looks...
View ArticleRe: Can u please send me CRM_ORDER_READ sample program easy understand...
Hi, Take a look a the standard program CRM_ORDER_READ and build your own ALV depending which information you need,. Regards, Luis
View ArticleRe: Creation of new BOL entity
Hi bkvs sk, I think you have made some simple mistakes, just refer to these links it may be helpful, https://docs.google.com/document/d/1aeAm2dUWpUIHMp0xWRqKamUntBFMe8q_IhEmPCgAizc/edit?hl=en_US...
View Article