What is the advantage of structures? How do you use them in the ABAP programs?

Adv:- GLOBAL EXISTANCE(these could be used by any other program without creating it again).

Showing Answers 1 - 4 of 4 Answers

Rambabu

  • Apr 18th, 2005
 

to define the data feilds of a table. They are very use whil deinig the internal tables with o header lines as work area

  Was this answer useful?  Yes

Vamsee Kundurthi

  • Sep 15th, 2005
 

Using a structure, user can add fields to the existing SAP database tables. Using .INCLUDE and .APPEND statements structures can be added to the database tables. Creating structures with in a structure is also possible. User can add maximum 9 structures to a database table.

  Was this answer useful?  Yes

Rajkumar Khatri

  • Mar 27th, 2006
 

Structures are used to hold data from tables during runtime of a transaction or a program. It can be applied in programs by the FIELD STRINGS.

  Was this answer useful?  Yes

sivanagalakshmi

  • Oct 3rd, 2006
 

structures:

using structures,we can retrieve the data from the database tables if it is having the same structure like database table structure

*it can hold var's of different datatypes

*we can create objects containing diff types of attributes

*even we can insert the data into the database tables if it is having the same structure

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions