What are the types of internal tables?

Answer Posted / anuraj singh rana

Internal table are of there types:
Standard table:


Index table:
uses linear search


Sorted Table
user binary search

Hashed table : uses hash key field search.

earlier i have given declaring standard table by mistake.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is defference between repository and non repository Object?

7119


Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary

845


What is human resource information systems (chris)? : sap abap hr

724


What is static attribute

1275


What is the structure of bdcmsgcoll? : abap bdc

988


What is a view? : abap data dictionary

860


Can you show multiple alvs on a single screen?

794


What is off cycle payroll run

1988


What are the data types of the abap/4 layer? : abap data dictionary

851


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.

2010


How to create a button in selection screen ?

1689


What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr

725


In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.

1806


What are the events driven batch jobs?

779


What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?

1101