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
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
What are field groups?
What are the page windows? How many main windows will be there in a page window?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status
What is internal payroll process? : sap abap hr
What are the types of data types in the sap abap?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
What are the disadvantages of using explicit enhancement?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
Is it possible to bring select option in module pool screens?
When to use logical database?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc