Answer Posted / jayati saha
IN SAP there are mainly two types of tables.
DATAbase tables - Which contains permanent data and which
are in data dictionary.
Internal tables - Which are temporary, does not contain
persistent data and does not exist in dictionary also.
Database tables are of three types.
Transparent tables
Pooled tables
Clustered tables
Internal tables are of three types.
Index tables
Sorted tables
Hash tables
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Explain how is batch input process different from processing on line?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What is the difference between commit-work and rollback-work tasks?
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
what is the exact code that shoud be implimented in sap note
Different between Interface and Abstract classes?
What is buffering in abap?
What is meant by hide area?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
What is the table buffer?
What are the different methods of bdc? : abap bdc
What are the field and chain statements?
How can we upload a text file having delimiters in to legacy system? : abap bdc
When, how and how would you control changes to standard SAP objects.
What are the layers of data description in r/3? : abap data dictionary