what is field string ?
& where we are using field strings?
Answer Posted / ashutosh rai
A field string is a type of variable, and is the equivalent
of a structure in the DDIC but is defined within an ABAP/4
program. Like a structure, a field string is a series of
fields grouped together under a common name. The difference
lies mainly in where the definition resides. The term
structure in R/3 applies only to a Data Dictionary object
containing a collection of fields. The term field string
applies to a collection of fields defined in an ABAP/4 program.
Two statements are usually used to define field strings in
an ABAP/4 program:
* data
* tables
The following is the syntax for defining a field string
using the data statement.
data: begin of fs1,
f1[(l)] [type t] [decimals d] [value 'xxx'],
f2[(l)] [type t] [decimals d] [value 'xxx'],
...
end of fs1.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
How can you manipulate the presentation and attributes of interactive lists?
What are the types of the programming language used in the sap abap software?
ABAP : Classical reports events name
What is collective search help? : sap abap data dictionary
What are the uses of secondary indexes?
What are Tickets in Realtime ?
Sy index and sy tabix
What are the different software packets available in the market? : sap abap hr
Explain lsmw?
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
What are the advantages and disadvantages of using views in abap programming ?
How many types of tables exist and what are they in data dictionary?
What is a help view? : abap data dictionary
What are the functional areas? User groups? and how does ABAP query work in relation to these?
What is the project you are currently working and work that you are doing