Your Preferred table kind for your ITAB Total of 236 people has voted for thePoll. Demo Program on ITAB Performance Before we jump into the poll result, check out the small program and its performance result. Here I’m comparing the Performance of the READ on Internal tables – Standard V...
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...
SAP Managed Tags: ABAP Development Hi Viray, <b>The different ways to fill an Internal Table:</b> <b>append&sort</b> This is the simplest one. I do appends on a standard table and then a sort. data: lt_tab type standard table of ......
If two or more objects in a collection have exactly the same object name, even though they have different object types, then they appear together under the same node in the worklist. This makes it easier for you to ensure that your translations are consistent, be...