cancel
Showing results for 
Search instead for 
Did you mean: 

SAP gateway Service- handle fixed values and Value Table

rubin_luke3
Participant
0 Kudos

Hi Experts,

Can you please advise, how to get the domain fixed values and value table contents in OData service.

Example Domain : RDPRF for value table and SBO_STATUS for fixed values.

I am unable to find a correct answer for this query that is why I am posting this question. If its alreafy answerd by someone please redirect me to the same.

thank you in advance.

Regards,
Rubin

Accepted Solutions (1)

Accepted Solutions (1)

former_member185414
Active Contributor
0 Kudos

For all such F4/Value helps, proceed as below.

Create an Entity with two properties (Key and Value) in case no search is there on these F4/Value help. In case search is also there create an entity with three properties(Key, Value and SearchString). After that read the data from value tables via select and populate the same. In case of domain fixed values, read the data via standard Function Module - 'DDUT_DOMVALUES_GET'

Answers (0)