Counters and Readings not visible - Product screen
Hello folks, We have a component PRDMP, which basically holds counters and readings that can be assigned to a vehicle. We wanted to bring them on the screen of the product(individual object) as...
View ArticleRead attribute from a different UI component
Hi, I have a requirement, where I have to read the value of 'CAT01' attribute of 'BTCATEGORYFIRST' Context node of 'Categories' view in 'BTCATEGORIES' UI component, in the DO_config_determination...
View ArticleAuto clearing the values in the fields based on f4 drop down list value.
When the user select a value from f4 drop down list the dependent fields should get cleared, can anyone please tell me how to achieve this?Example if the user select the value from the country field it...
View ArticleRe: Read attribute from a different UI component
Hello Manoj, You have to use component controller binding if you want to read data of one context node outside of the component. Please refer the below blog for binding....
View ArticleRe: Auto clearing the values in the fields based on f4 drop down list value.
Hello Rajkumar, For this scenario, you can create a sever roundtrip event in GET_P method of your country field. This method will be called once you change the value in country field. In this event...
View ArticleRe: Read attribute from a different UI component
Hi Irfan, Thanks for the reply. The BTCATEGORIES component already used in the calling component AIC_INCIDENT_H. But the context node is not exposed...
View ArticleRe: Read attribute from a different UI component
Hello Manoj, What exactly error are you getting while tried to expose the context node? Thanks,Irfan
View ArticleRe: Read attribute from a different UI component
Hello Manoj, I have checked you component BTCATEGORIES.I have noticed that there is mismatch in the structure of context node of your view(BTCATEGORYFIRST) and context node available at component...
View ArticleRe: Read attribute from a different UI component
Hi Irfan, How you can add a attribute, if you see the base entity name was different i.e.,'BTCATEGORYFIRST Base Entity BTSchemaCategory ' . But in the entity BTSchemaCategory does not having any values...
View ArticleRe: Field Masking of personal data on WebUI for HNI Customers.
Hi... Manoj, Field Level Masking in SAP CRM can be achieved via BADI: Configuration of Views where you can change properties of fields, for example, to mask them etc etc..... Path ----- > MASTER...
View ArticleBind one context node to another node.
Hi I have a requirement that need to fetch the 'SLA' context node values to the context node 'BTSRVREQUESTH 'of the same view 'AIC_INCIDENT_H/IncidentHeaderEF' from the component 'AIC_INCIDENT_H'. I...
View ArticleBind one context node to another node.
Hi I have a requirement that need to fetch the 'SLA' context node values to the context node 'BTSRVREQUESTH 'of the same view 'AIC_INCIDENT_H/IncidentHeaderEF' from the component 'AIC_INCIDENT_H'. I...
View ArticleRe: Read attribute from a different UI component
Hello Manoj, Base entity is same for both context node. BTCATEGORYFIRST is the name of context node and BTSchemaCategory is the base entity for both context node.Check the structure of BTSchemaCategory...
View ArticleRe: Field Masking of personal data on WebUI for HNI Customers.
Hi, You can use design layer for this but this will be generic. But you need to identify if the BP is required for masking or not. This can be achieved via coding only. For this you can do a generic...
View ArticleRe: SMS Reminder 1 day before Site Visit - Start Condition?
any solutions / suggestions???
View ArticleAET Related Error
Team, Created a field of type drop down and then due to requirement changes changed the same field to F4 help. But again the client asked to convert it drop down after go live. Still here the field got...
View ArticleCRM Web UI- Interact. record, org. data to show positions
In the CRM Web UI, is it possible when entering an Interaction record to show positions under the Organizational Data tab?We are currently displaying to the organizational unit but need to go one level...
View ArticleStaus change to released on header level on crmd_order item level status...
Hi Team. I have created one new transaction type ,for this transaction type if we change header status to released then automatically item level status change to released but here item level status is...
View ArticleRe: Auto clearing the values in the fields based on f4 drop down list value.
Hi Irfan, Thanks for your kind reply and very sorry for the delay. Please find the below code which i used : 1) In Get_P method of attribute. method GET_P_COUNTRY.case iv_property. when...
View ArticleRe: CRM_ORDER_DELETE does not delete salesorders with follow-up documents
Hi David, We are facing this same issue. Can you please let me know if you were able to delete mass number of opportunities/doc_flow ? Thanks & Regards,Kiran Premlal
View Article