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

function to read constants from class

Former Member
0 Likes
815

Hi all,

i'd like to ask you if anybody konws a FM to read constants and their values form class?

Thank you

J

4 REPLIES 4
Read only

Former Member
0 Likes
636

try this one...

GET_CONSTANT

Read only

0 Likes
636

Hi,

i don't kown waht this FM does but it for sure doesn't import any constants from class.

Thank you

J

Read only

0 Likes
636

you can get the data from VSEOATTRIB view, instead of a fm:

the constant values will be there in the field: ATTVALUE

regards,

ravi

Read only

Former Member
0 Likes
636

Thanks a lot