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 |
What is the difference between select single and select upto 1 rows?
How to debugg script?
31)Explain the User master setting for date and Time formats?
if u write a write statement after end of selection ,will that be triggered?
2 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
How do you write technical specs?
2 Answers Cap Gemini, IBM, PWC, TCS,
Give examples of transparent table?
What is Implicit and explicit enhancements.
how to create lock object
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
How do you connect to the remote server if you are working from the office for the client in remote place?
What is sequence number
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.