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

CALL function to extract data from a structure table

Former Member
0 Likes
644

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.

4 REPLIES 4
Read only

Former Member
0 Likes
575

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

Read only

0 Likes
575

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.

Read only

Former Member
0 Likes
575

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

Read only

0 Likes
575

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.