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: 

Data extraction from structrue

Former Member
0 Kudos

hi

how to extract the value from structurs if no any other table field / data element is defined .

4 REPLIES 4

Former Member
0 Kudos

HI GAURAV,

Former Member
0 Kudos

HI Gaurav

Structures hold data temporarily during the runtime and will not be stored in database. So extraction is not possible.

Maybe providing more inputs on the requirement can help you in receiving better advices.

Kind Regards

Eswar

Former Member
0 Kudos

I dont think structures contain any data.

Tables contains data

Regards

Pratyusha

Former Member
0 Kudos

Hi,

Structure do not contain any data. U can only use them to hold some temporary data while running your program. You'll find the data related to this structure in 1 or more tables. Just search for the tables & get it.