What is the difference between field string and internal
table?
Answer Posted / lala
field string is just like a structure and it can have only
a single line of data.in fact field string is a structure,
but structure word only refers to data dictionary
structure,in abap this is called field string.this is the
only difference b'w structure and field string(i.e.
location).
while internal table is just like an array(in c &
c++).it can have multiple lines of data in it.
| Is This Answer Correct ? | 36 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between free and refresh?
What are logical data bases used in hr module? : abap hr
How to combine multiple order in one Delivery ( Step by Step)?
How to combine multiple billing into one RV document ( Step by Step)?
What are field groups?
What function does data dictionary perform?
Have you printed any report?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
Where do you code the hide statement?
What is netweaver???what is the relationship with ABAP?
How to split one Invoice into Multiple ( Step by Step)?
How do you use tab sets in layout sets?
What is its?