Re: Creation of New field in Relationship block of contact page
HiYou can use get method of your value attribut. Write your logic in get method assign final value to the VALUE parameter in get method. Best regards,Dharmakasi
View ArticleRe: How to read the form view data of value node?
Hi Maren, Instead of using lr_entity ref type cl _crm_bol_entity use cl_bsp_wd_value_node. It will work. ThanksBhushan
View ArticleRe: How to create Header Text and Item view
Yes Christian, heading are hard coded.(option : for futher requirement we can maintain heading in the custom table).Instead of creating custom BOL object, can we go for the value table. please correct...
View ArticleRe: Creation of New field in Relationship block of contact page
Hi JC, The context node that you are using is a mixed node, so from this node you need to get value node so that you can cast the value into cl_bsp_wd_value_node. Here's the sample code for setter...
View ArticleWorkflow not trigger through user status
Hi Frds, I need to trigger workflow when user status is set . for this below setup i have made.t-code BSVZ , Link user status profile to event.t-code swetypv, link event to workflow.Created simple WF...
View ArticleValidations on Table View fields
Hi ALL, We want to provide Mandatory fields/validations on 3 fields in table view. Initially when the view is loaded they should be highlighted with RED mark indicating them Mandatory and if the users...
View ArticleHow to open outlook compose screen when click on email
Hi, I have created a custom web ui component for partner details., which contain the partner email ID. Now i have a requirement to open the outlook compose screen when we click on the email ID...
View ArticleRe: How to create assignment block which show DATA in TREE format
Hi. Just follow the steps described in blogCreate a Tree view display in CRM web UIIn copy of CL_BSP_WD_TREE_NODE_PROXY class just write the appropriate logic in GET_CHILDREN method. That is all. Best...
View ArticleRe: How to open outlook compose screen when click on email
Hi. Use the javascript logic... window.open('mailto:test@example.com');You can include also other parameters, e.g. predefined subject, cc, bcc and so on.Regards, Robert
View ArticleRe: Filtering My Open Task in SAP CRM based on Status, Transaction & Partner...
Check this link:Filtering My Open Tasks on Home Page, TIMES | ABAP, SAP, benX AG, … Br.
View ArticleRe: How to create assignment block which show DATA in TREE format
Thanks Robert, Krishnan, I am working on the task. Thanks you very very much. Regards,Imran
View ArticleRe: Validations on Table View fields
Hi Prasad, There are 2 requirements: First making table view fields mandatory and validations on guided navigation next button. For 1st requirement: First making table view fields mandatoryThis...
View ArticleRe: Search View with Value Node
Hi Tim Michael,have you full fill your requirement.. if not give me reply i have answer for this question.. Thanks & Regards,Srinivas
View ArticleRe: Search View with Value Node
Hi, try to refer my blog Set or Populate value nodes with value using CL_BSP_WD_VALUE_NODE TYPES: BEGIN OF str, status TYPE char20, END OF str. * * Structure of status...
View Articlehow to change help center link to our own website
hi,how to change help center link to our own website. if i click help center which i mentioned it want to go webisite which i ll give.(for ex.www.google.com) if i click help center link it want to go...
View ArticleWindow Enhancement in SAP CRM
Hi Experts, I am working on component BT110M_ACT , I have enhanced BT110M_ACT/MainWindow in Component Structure Browser.After enhancing it , I find the table BSP_WD_EXT_HIST , it is correctly...
View ArticleRe: Window Enhancement in SAP CRM
Hi Akhilesh, Go to SE80->Give the enhanced component name in bsp applications->Delete whichever you are getting error. For example, if you get the error when you try to enhance the view, remove...
View ArticleAddress number change for partner in parties Involved
Hi all, I am trying to change the address for( ADDR_NR) for Partner . I am using the function module CRM_PARTNER_MAINTAIN_SINGLE_OW. I am calling below code in ORDER_SAVE Badi. but still it is not...
View ArticleRe: how to change help center link to our own website
Hi Gopi, Follow this document to configure/change the Help Center links, alternatively you can enhance component/view CRMCMP_HDR_STD/GlobalFunctions and modify the method GET_HELP_CENTER_LINK of view...
View ArticleThe current questionnaire is not valid, therefore it cannot be changed
Hello everybody,I am trying to make some minor changes to a Survey: I select a Question,then right clik and choose "Insert Answer"Answer Category, select "4 Input Field for Date"then I write the Text:...
View Article