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
When will the current screen processing terminates?
What will exactly the hide statement do?
What is the difference between the exits created in M.M and S&D?
Explain what is sap script? What is the purpose of sap script? Difference between sap script and report?
What are the attributes of a field that can be activated or deactivated during runtime?
What is example class
What are the different modes of processing batch input sessions? : abap bdc
What is the client concept in sap?
What is a currency factoring technique?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
What is meant by hot spots? : abap data dictionary
How you attach search help to data element? : sap abap data dictionary
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
What is check table?
How we can retrieve data using secondary index. Explain with simple example?