as a developer how u will decided which internal table we will
use for requirement?
Answer Posted / sampad
Most of the time we go for standard internal table. However, where main operation is key access, Hashed internal table is most appropriate. Hashed internal tables are useful if you want to construct and use an internal table which resembles a database table or for processing large amount of table. If you are not sure about it, then go for standard internal table.
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What are extracts?
What is the tcode for sapscript forms?
What are critical issues you have faced in your project
What is meant by authorization? : sap abap hr
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
How to specify a client for database table processing?
How do you document ABAP programs? Do you use program documentation menu option?
What are matchcodes?
Can matchcode object contain ids with different update types? : abap data dictionary
What is the major difference between pool tables and transparent tables?
What are the events used in abap in the order of execution?
What are the domains and data element?
What is your approach for writing a bdc program? : abap bdc
What is the differences between structure and table in the data dictionary in abap?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?