cancel
Showing results for 
Search instead for 
Did you mean: 

How to get data from expand fields in SAP BUILD APPS?

2367835
Explorer
0 Kudos

we are having a requirement to display the expand fields' data. we have enable the required expand field( here parentNav) but unable to find a way to get the data of the field.

Could you please suggest how to get the data.

Venkat_Vyza
Active Participant
0 Kudos

When you click on Browse Real Data, do you see the details of the expand fields?

2367835
Explorer
0 Kudos

Hi Venkat

No, I can't see the details of the expand fields in browse real data.

View Entire Topic
MarcHuber
Product and Topic Expert
Product and Topic Expert
0 Kudos

yes you can use them directly in the formulas. For example the field you would like to display is called customerNumber.

You have a list item that is repeated for every item of Goal_23 and you have expanded the Goal_23 with parentNav.

The formula would then be repeated.current.parentNav.customerNumber

Best regards,
Marc

2367835
Explorer
0 Kudos

Hi Marc

Thank you so much for your quick response, really appreciate it!

I am facing issue while accessing the formula, like this way repeated.current.parentNav.customerNumber

It shows that repeated is an unknown reference.

Can you please help regarding this issue.

Best Regards

Prasad