Yet on another graph, where Standard table readings are considered at benchmark of 100. I used average value for all other ITAB Types to show the tentative performance gain when Using another ITAB Type other than Standard Type. Now let’s see the Poll Result Most of the participants choose...
SAP Managed Tags: ABAP Development Hi, Sorted tables are always saved correctly sorted by key. They also have a linear key, and, like standard tables, you can access them using either the table index or the key. When you use the key, the response time is in logarithmic relationship to...
My aim is to build a FM which must have as import parameters a table name , key field and date name field and export a min and max key field which can be used in a further selection . First I will test the logic on a single table using 2 routines . With help of your comments &...
SAP Managed Tags: ABAP Development hi, try that sample: REPORT zforum34 LINE-SIZE 255. PARAMETERS p_ktopl LIKE t001-ktopl. PARAMETERS p_bukrs LIKE t001-bukrs. PARAMETERS p_konto LIKE skb1-saknr. DATA: t1 TYPE i, t2 TYPE i, tmin TYPE i. DATA stab TYPE SORTED TABLE OF skb1 WITH...
The SortedList object combines the features of both the Hashtable object and the ArrayList object. A D V E R T I S E M E N T The SortedList Object The SortedList object contains items in the form of key/value pairs. A SortedList object automatically sort the items in numerical or ...
The object type ID, which consists of 2 to 4 characters, is displayed in front of the description of each object type. For example: <CA4> Interface Texts (PROG) <DOMA> Domains <TABT> Table Descriptions The worklist settings enable you to determine whether...
This topic explains the structure of a worklist that is sorted by collection, object name, object type. If two or more objects in a collection have exactly the same object name, even though they have differentobject types, then they appear together under the same node in the workli...
When we make a select in ours "Z" programs, the result of the query is sorted by primary key of table or by the index that DB2 use for execute the query. Now we are changing our database system to Oracle (and SAP version) and the result of the query isn´t sorted like DB2,...
Search Help Exit : Table appears sorted in Search Help! Go to solution Former Member 2006 Jun 23 7:42 PM 0 Kudos 679 SAP Managed Tags: ABAP Development Hi All, I have implemented a search help exit to show a custom list of objects. Unfortunately, the list gets sorted ...