cancel
Showing results for 
Search instead for 
Did you mean: 

How to get data from standard business object

raphael-l
Participant
0 Kudos

Hello everyone,

i try to develope some custom views in SAP Cloud for Customer.

I already managed to get an additional tab (Stock Data) to a standard business object (at the Customer).

My Question is now if i can get data from another standard business object.

The exact case is, that i have already the Product (with Product ID = IDH) in my Stock Data Tab and i want to select/display the Products Description from the Product business object.

Is this possible through a query in the UI Designer (see picture) or do i need to programm this in absl?

Regards,

Raphael

Accepted Solutions (1)

Accepted Solutions (1)

raphael-l
Participant
0 Kudos

Hi everyone,

if somebody has the same question one time... the answer is that this is only possible through programming.

So you have to import the BO you want and then use the Method 'retrieve'.

var instProduct = Material.Retrieve(ProductInternalID);

Raphael

Answers (0)