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 what is step-loop? Explain all the steps?
What are pooled tables?
Explain what are the problems in processing batch input sessions?
What are dml commands in abap?
What is the significance of the memory table ‘screen’?
How do you populate data into a multiple line field? : abap bdc
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
How do you document abap/4 programs? Do you use program documentation menu option?
What is the bitwise operator in the sap abap?
How would you set the formatting options statically and dynamically within a report?
What are the function modules used in a sap script driver program?
Explain the difference between cluster tables and pool table?
Explain the differences between sap memory and abap memory?
How does the interface between the dynpro and the abap/4 modules take place?