‎2007 May 18 4:40 AM
Hi Gurus,
Anyone knows how to write a call function to extract data from a structure table?
Your help is very much appreciated.
Thanks alot.
‎2007 May 18 4:56 AM
Hi Sue,
Structure do not hold any data??can you be more clear???
if you want to extract data from a database table, then u can just write a simple select statement
select * from ztable into table table itab
‎2007 May 18 5:02 AM
Hi,
I would like to extract Header text and notes for Scheduling Agreement.
As I know this is from a structure(from the screen), and I am not too sure of the tables.
What should I do?
Thanks a lot.
‎2007 May 18 5:02 AM
Hi,
structure doesnot hold any data. instead of it you can check the stucture in which table it is used, find the table name,use select query to extract the data u needed.
you can use where used list option to find the structure in which table it is used.
regards
siva
‎2007 May 18 7:06 AM
Hi,
I tried to check the structure using SE80 but there's many tables involved.
How should I know which is the correct table?
I would like to check for header text and notes table for Scheduling agreement.
Thanks.