What is the difference between field string and internal
table?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / prasanth
Field String is nothing but a work area and it holds only
single record where as Internal table holds multiple records
Is This Answer Correct ? | 22 Yes | 2 No |
Answer / chaitanya krishna (ck)
field string is not work area , it is similar to wa and
structure . you can say field string as a data type like
structure in programing .
Is This Answer Correct ? | 2 Yes | 10 No |
Can we change the IDoc number ? if yes..How ?
I have one BADI Definition , which i have use it in multiple Implementation .Now i am calling the BADI , In which Sequence the BADI will be called ? Can i control the sequence of calling ?
2 Answers Nissan, Renault Nissan,
How to find only duplicate records from table ?
In module pool, when table controls are used the command that is written in both PBO and PAI is
What are the value tables?
Some Realtime Objects on Bdc.
What is retro active accounting
What are the steps to execute session method?
How can we decide weather we can enhance the standard Infotype or not
Name 5 custom objects that dont start with Z or Y ?
I have two structures s1 and s2 have same struture of five fields each how can u transfer data from s1 to s2
Can you use if then else, perform ..etc statements in sap script?