cancel
Showing results for 
Search instead for 
Did you mean: 

Structure..

Former Member
0 Kudos

Hello SDNs,

I am working one report. So some data has been stored in the structures. How i can retrive the data from strucuters. Please expalin the link between structures and tables. How i can i advice to developers to gettting the data from structures. Please suggest..

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi KV,

Structures are basically reusable , it can be used in any queries,

Just give the name of the structure and field and ur ABAPer can handle the rest......

Thanks,

Raja

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for prompt answer.

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

The ABAPers handle structures to manage data in a lot of interfaces (function modules, dynpros, SAPscript forms, etc...). They have data only while the report is running. If you need to know where the data is stored, go in the report to the include where de data is declared, in a lot of programs end with *TOP and it usually is the first include in the main program.

I hope this helps you

Regards,

Eduardo

Shiva_Ram
Active Contributor
0 Kudos

Hi,

Just give the structure-field name from where the data needs to be pulled.

The ABAP programer will add the structure in the coding and code to pull the data.

Regards,