how to sort numbers in sap-abap using internal tables
without using sort technique.
Answer Posted / anshul gupta
internal table of sorted type
the search technique is binary search
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
How can I get ascii value of any letter? Is there any function?
Explain the different types of screen keywords?
How to determine the attributes of an internal table?
What is an “on input filed” statements?
How is conversion of data types done between abap/4 & db layer?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
How to create user interfaces for lists?
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
Double click function on the lists, identifying the line selected by the user on the list?
Explain pai and pbo.
What is the difference between a pool table and a transparent table and how they are stored at the database level?
Differentiate between transparent tables, cluster tables and pooled tables
What is the difference between get and get late?
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.