What is the advantage of structures? How do you use them in
the ABAP programs?
Answers were Sorted based on User's Feedback
Answer / bandivenkateswarlu
structure are used for temperporly stored data into the
database. it donot allocate the space and memory. it does
not have any type andy length. it do not have the primary
key have also.
Is This Answer Correct ? | 8 Yes | 3 No |
Answer / ashwinurkude
Structures are flat files they do not have underlying
DataBase for them, they have global declaration so can be
used any where.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ramanaiah
Structure is a group data fields.
It having the data in runtime only.
Structure can use at any where
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / lakshmi prasanna
A correction to answer #1 it does
not have any type andy length.
Structures do have a type and length.
Is This Answer Correct ? | 0 Yes | 0 No |
What is the full form of spro? : sap abap hr
how to design checkbox on the o/p of the list ,not on the selection screen.
Hi Everyone, Can one any explain the situation where we can exactly use the events and also explain the diff. between LIKE AND TYPE. Am new one of sap-abap. Thanks in advance Jaya DS
what are the events in lsmw?
What is interactive reporting?
how many types of interfaces are there in abap ?
What type of transport requests?
What is ABAP query?
What is Smart Forms?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
What is the Landscape in ur company?
in the event at selection-screen output we use loop screen,what is screen intenal table,structure or DB table?