Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FM for Value table

nisha_vinod
Product and Topic Expert
Product and Topic Expert
0 Likes
508

Hello,

Is there a FM that returns the values associated to the 'Value Table' of a domain?

For eg: Say I have the domain 'CRM_IMPORTANCE' and the corresponding value table 'CRMC_OPPIMPOR'. I want the list of all values in the value table.

This is just one eg:. I want a generic FM for the same.

Could someone please help?

Thanks and Regards

Nisha

3 REPLIES 3
Read only

Former Member
0 Likes
472

Hi Nisha,

Check this thread for the same topic:

Regards,

Chandra Sekhar

Read only

shadow
Participant
0 Likes
472

Hi,

use dis FM: DDIF_FIELDINFO_GET

Read only

uwe_schieferstein
Active Contributor
0 Likes
472

Hello Nisha

You can use fm DD_DOMA_GET which is even RFC-enabled.

Alternatively you may use class CL_RECA_DDIC_DOMA (if available in your system => probably not on CRM).

Regards

Uwe