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
What are the merits of its?-
Can you assign a matchcode object to a parameter? If so how?
if while coding power goes off , how to retrieve the codes?
What is a variable in the sap abap?
Explain the function module in bdc?
What are the different types of operators in the sap abap?
hi my name is amit i have passed BE(CSE) with honours(72%) in 2006 yr. i have completed SAP/ABAP training with good exposer. i need a staffing company which can provide me real time exposer in SAP R/3. so plz help me out and send any information regarding on my mail id or tele. no. 9999784331 thanks
Where the payroll results are stored
How can we send data to external programs?
Define spool request?
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
What are the domains and data element?
How does the system handle roll areas for external program components?
What are the abap/4 commands that link to a layout set?