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

retrieve field value Structure

0 Likes
947

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
Read only

FredericGirod
Active Contributor
896

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

Read only

Sandra_Rossi
Active Contributor
0 Likes
896

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

Read only

FredericGirod
Active Contributor
0 Likes
896

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 ?