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

Data extraction from structrue

Former Member
0 Likes
555

hi

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

4 REPLIES 4
Read only

Former Member
0 Likes
529

HI GAURAV,

Read only

Former Member
0 Likes
529

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

Read only

Former Member
0 Likes
529

I dont think structures contain any data.

Tables contains data

Regards

Pratyusha

Read only

Former Member
0 Likes
529

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.