what is field string ?
& where we are using field strings?
Answer Posted / kartikeya bommuluri
Field strings are a special form of dynamic string, which
have all the capabilities of a dynamic string, but may also
represent a defined part of a random file buffer or a
defined part of a dynamic string.
Field strings must always be declared using LOCAL.They may
be used in the same manner as a dynamic string variable, or
they can be bound to a file buffer for an open random-
access file or a dynamic string using a corresponding FIELD
statement. Each field string occupies sixteen bytes of
memory, and requires slightly more general overhead than a
regular dynamic string variable
The TABLES statement automatically defines a field string .
they are mainly used in screen painter.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Explain the advantages of logical databases?
When value table becomes check table?
Does the external program run in the same sap luw as the caller, or in a separate one?
Table events aNd table maintains generation
How do you take care of performance issues in your ABAP programs?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
What is the difference between native sql & open sql? : abap data dictionary
What is time constraint ? : abap hr
In ALV reporting when u execute your report which event gets triggered.
hi.. sap sd is installed in my PC .i m unable to start becoz ,i have given wrong password many times and it's locked.please tell me how can i open SAP logon. tell the process at my id dst.noida@rediffmail.com please advance thanx
What is the syntax of packed number?
What is append search help? : sap abap data dictionary
Give an example of interface from your project explaining why you used it?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
How to combine multiple billing into one RV document ( Step by Step)?