In ABAP what are the differences between table and structure in data dictionary?
Answer / chaitanya
The difference between structure and table is
a) Data can be stored physically in Table, but a structure cannot
b) Structure does not have primary key but table can have
c) Table can have the technical attribute but the structure does not have
Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between User Exit and Function Exit?
What will you use SELECT SINGLE or SELECT UPTO 1 ROWS ?
How is the table sorted when you do not specify field name and Ascending or Descending? On what criteria will the table be sorted? Do internal table have keys?
I am sending a mail from my mailbox to XYZ mailbox ,SAP PI picks up mail from xyz mail box with disclaimer - Hear my question is how to get the disclaimer?
What is the use of ‘pretty printer’?
What is the difference between a value table and a check table?
What is the difference between SY-INDEX and SY-TABIX?
There are 1000’s of IDOCs in your system and say you no longer need some of them? How will you get rid of those IDOCs?
What is the difference between Implicit Enhancements and Explicit Enhancements?
How can you format the data before write statement in the report?
What is the difference between inner joins and outer joins?
How can you debug a script form?