cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Field Text from Custom Field and Logic on PO App

BH2408
Active Contributor
0 Kudos
325

Hello Together, 

I have created the Custom Field on PO business Context and Add to the Manage Purchase Order App. 

In additional I have implemented the Custom Entity for F4 of the above Custom field and added with @Consumption Value help Definition. 

I am able to see the F4 and values are getting as per business logic with the help of the ABAP Class however I am missing the Description. 

Select the F4 Value, Laptop then it should show the value like

       Windows Laptop(Lv_xp_123) and I am getting only LV_XP_123. 

In the Custom Entity , I have used the Semantic Text and assigned in the Association and F4 also. Since it is standard Fiori , it is not showing. 

Can someone throw light on this , if they experienced anything like this on Custom Fields. 

Thanks and Regards,

Bharani 

View Entire Topic
junwu
SAP Champion
SAP Champion
0 Kudos

I think you need to add this to the id field in your valuehelp cds @ObjectModel.text.element: [ 'YOURDESCRIPTIONFIELDFORTHATID' ]

BH2408
Active Contributor
0 Kudos
Hi Junwu,
BH2408
Active Contributor
0 Kudos
Hi Junwu, Thank you for your reply. When we are using the ObjectModel Text ,it is creating additional field in the Custom Field with VH. And it is also throwing an error about the Association.