Re: Validations for business transaction “Lead” are not working when leaving...
Hi Kavita, First of all, you should not write the validation code in eh_onsave. Go to badi order_save and create your own implementation and it will get triggered every time. Eh_onsave will get...
View ArticleRe: Validations for business transaction “Lead” are not working when leaving...
Hi Kavita, You have to add validations in ORDER_SAVE badi implementation. You have to use check_before_save method to perform validations, in such cases data loss popup check scenario also included.If...
View ArticleRe: How to create manually a custom Field in Web UI?
HalloSrinivas. Thanks a lot. I have done all the steps and can see my field („ROI“) on UI, however it’s not bound. Please advise how to store the data in DB and make it searchable. Thanks a lot in...
View ArticleRe: How to create manually a custom Field in Web UI?
Hi Andrej, adding a custom field is 2 ways this will not store the data in your standard table this will give the data at run time...1 under any context node attribute right click create attribute...
View ArticleRe: How to create manually a custom Field in Web UI?
Hi Andrej, please check is there any relationship exists for the customer status.. if your got any relation then use that relation in your getter method. other wise check is there any function module...
View ArticleRe: Custom fields are not clearing while creating new transaction
Hello Kiran, I think the problem is related in the ON_NEW_FOCUS-method not being called. Eventually also because of missing coding in the CTXT-class. Best regards, Thomas Wagner
View ArticleRe: How to create manually a custom Field in Web UI?
Hello Srinivas, thank you for a valuable advise. I like your post “Creating a Custom field and display it in a table view”. However I got the same question raised in the comments: Why do you select...
View ArticleRe: How to create manually a custom Field in Web UI?
Hi Andrej, Actually that is my requirement in that i don't have bol model attribute so i have created field by using value node and moreover if you want to add model node we can use that also there is...
View ArticleAET field read-only / not saved in database
We have created an additional field for the Service Request using the AET Tool (connected to object SERVICE_H) and were able to add this field to view SRQM_INCIDENT_H/IncidentHeaderEF. Without any...
View ArticleRead Label text dynamically from a ZTable
Hi All, In my Web UI screen i need to show label and textboxes. Based on the business logic, have to show a set of labels and textboxes. The Labels are stored in a Ztable. How to read label text...
View ArticleMaking a field dynamically mandatory-Issue in get_p
Hi friends, I am working on a very simple requirement. I have a custom field A (drop down with 4 values). 1234 If I select the value 1 in drop down, the field B(which is again a custom drop down...
View ArticleRe: Making a field dynamically mandatory-Issue in get_p
Hi Faisel, I hope you might have checked already, just for my confirmation.Did you check in debug mode what value is coming in lv_field_active when you select value 2 in first drop down after selecting...
View ArticleRe: Making a field dynamically mandatory-Issue in get_p
Hi Dharmakasi, Thanks for coming back to this. Yes. I have checked the same and lv_field_active is getting filled with 2 and rv_value getting cleared off. However in the webUI it's still mandatory....
View ArticleRe: Making a field dynamically mandatory-Issue in get_p
Hi Faisal, Do one thing in get_p method get the entity and identify the selected value based on that put the condition according to your logic..i don't know exactly will this work or not because i...
View ArticleRe: Making a field dynamically mandatory-Issue in get_p
Hi Srinivas, ....I tried the same. Based on other field means I have to take it from the current entity only. My full code is below. WHEN if_bsp_wd_model_setter_getter~fp_input_mandatory....
View ArticleRe: Making a field dynamically mandatory-Issue in get_p
Hi Faisal, i think value which is you have passed that will vanish as u said..in first drop down ( dorp down A) create event in that capture the selected dorp down value into static variable and then...
View ArticleMethod GET_V - Value Help - Validation
Hi all, I have implemented a Custom Search Help on GET_V_ORDERED_PROD (Service Order - Product ID). I need to validate the order type to create ¿How I can Access to this information of the order?...
View ArticleUpdating one component data into another component
Hi All, I am working on one of the interaction center requirment..in that I have a component..ICCMP_BTSHEAD in that component I need to read AUI Work item data in relations ships and need to update...
View ArticleStarting a WF with Values of a Form View
Dear Community, I already searched the Community and also used Google, but I didn't find any solution for my problem. I work in bsp_wd_cmpwb and have created a Form View and a Context Node with...
View ArticleEnhance LaunchTransactionAdmin.js file of BSP component UICMP_LTX ?
HI Expert , I want to enhance LaunchTransactionAdmin.js file of UI component : UICMP_LTX . I have enhanced UICMP_LTX component but still am not able to edit & enhance LaunchTransactionAdmin.js file...
View Article