SAP Reports Question:
Download Questions PDF

How many types of Standard Internal Tables?

SAP Reports Interview Question
SAP Reports Interview Question

Answer:

- STANDARD TABLE: The key is, by default, set to NON-UNIQUE. You may not use the UNIQUE addition. - SORTED TABLE: Unlike stadard tables, sorted table have no default setting for the uniqueness attribute. If you do not specify either UNIQUE or NON-UNIQUE, the system defines a generic table type, where uniqueness is irrelevant. You can use generic types to specify the type of generic subroutine parameters. - HASHED TABLE: Hashed tables have no default setting. You must use the UNIQUE addition with hashed tables. You may not use NON-UNIQUE.

Download SAP Reports Interview Questions And Answers PDF

Previous QuestionNext Question
What is Refresh in Internal Table?Explain Check Table and Value Table?