Application Development 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: 

FM for Value table

nisha_vinod
Advisor
Advisor
0 Kudos

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

Former Member
0 Kudos

Hi Nisha,

Check this thread for the same topic:

Regards,

Chandra Sekhar

shadow
Participant
0 Kudos

Hi,

use dis FM: DDIF_FIELDINFO_GET

uwe_schieferstein
Active Contributor
0 Kudos

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