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: 

retrieve field value Structure

0 Kudos
193

Want to retrieve the value of the field ( WSET [CHAR,6] or say any other field ) from IBIPMPLA structure (structure not empty, hold entries)

Suggest any function modules or any class methods or logic codes to perform this??

3 REPLIES 3

FredericGirod
Active Contributor
142

You cannot, a structure is empty, there is no data stored in structure.

You have to find a transaction displaying this data, and use a SQL trace (using trans ST05)

Or you could check where the data element of the field is used in TABLEs

Sandra_Rossi
Active Contributor
0 Kudos
142

I don't get the question. What is the context?

FredericGirod
Active Contributor
0 Kudos
142

Display structure IBIPMPLA / Double click on Data Element WSET / Click on Data Element / Press button Where Used .. / Select only table

you will find table MPDPSD

is it this one ?