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
What is the difference between Check and Continue?
What is an evaluation path? : sap abap hr
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
Explain the difference between domain and data element?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
What are the types of search helps? : sap abap data dictionary
Some Realtime Objects on Bdc.
Why grouping of fields is required? What is the max no of modification groups for each field?
What is payroll driver
How to write a bdc – how do you go about it?
What are the buffering types?
What is a modification assistant?
What is a multiple line field?
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc