2007 Oct 26 7:24 AM
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
2007 Oct 26 7:27 AM
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
2007 Oct 26 7:28 AM
Hi,
Structures donot hold any data.
reward points if useful.
regards,
Vinod Samuel.
2007 Oct 26 7:36 AM
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.