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: 

Retrieving data from STRECTURES

Former Member
0 Kudos
113

Hi All,

can any body give me the way how to read data from structures,

i need to develop an ADOBE form which has to read data from a structure.

the strecture are ADDR1_DATA which holds address data, SZA1_D0100 which has telephone no and fax no.

Thanks,

Rama

3 REPLIES 3

Former Member
0 Kudos
74

Hi

You can't read data from the structures

each structure is relates to some database table in this case use the table <b>ADRC</b>

for your requirement you will get all data

if needed in se11 tcode see ADR* tables for further details

Regards

Anji

Former Member
0 Kudos
74

Hi,

Structures donot hold any data.

reward points if useful.

regards,

Vinod Samuel.

Former Member
0 Kudos
74

hi,

structures doesn't hold any data or they wont occupy any space in memory. they are only used as a reference by which u can create a internal table as the same type of dat structure. when u want to read data u have to read it from database tables onlyyy.

in ur case i think table ADRC contains the address. try read all required fields from that table into internal table.

if helpful reward some points.

with regards,

Suresh Aluri.