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: 

Create variable of field identifier

Former Member
0 Kudos

Hello,

how can i create a variable that has a reference to the field identifier?

So what i need is a variable from type "myOwnTable". That variable needs access to the data elements field identifier "short/middle/long".

how can i create a variable of the type from my field identifier and display it?

I need access to the short version of my data element.

best regards

1 ACCEPTED SOLUTION

PeterJonker
Active Contributor
0 Kudos

See FM WCGW_DATA_ELEMENT_TEXT_GET for inspiration.

There is enough info for you to figure it out

1 REPLY 1

PeterJonker
Active Contributor
0 Kudos

See FM WCGW_DATA_ELEMENT_TEXT_GET for inspiration.

There is enough info for you to figure it out