what is standard , sorted and hash in abap ?
Answer Posted / bighnaraj
standard int table is general standard table, sorted int
table is work on sorted algorithm, and hashed int table for
worked on hashed algorithm
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
What is collective search help? : sap abap data dictionary
What is bdc? : abap bdc
How do you find number of records present in internal table?
What is the use of buffering?
What actually happens in real-time recruitment? : sap abap hr
What are subroutines? : abap modularization
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
How memory management happens for internal tables and work areas in abap?
What are the different message types available in the abap/4 ?
In which particular scenario we use sorted table and which particular scenario we use standard table?
How are BAPI different from normal function modules?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
What is lock object ? : abap data dictionary
How to maintain lists?