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
what is defference between repository and non repository Object?
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
What is human resource information systems (chris)? : sap abap hr
What is static attribute
What is the structure of bdcmsgcoll? : abap bdc
What is a view? : abap data dictionary
Can you show multiple alvs on a single screen?
What is off cycle payroll run
What are the data types of the abap/4 layer? : abap data dictionary
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.
How to create a button in selection screen ?
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
What are the events driven batch jobs?
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?