With SAP NetWeaver Enhancement Package 2 you have quite a lot of options to comfortably and efficiently process strings in ABAP. There is a new operator for concatenation (operator &&), and there are a great deal of new embedded string functions like distance, condense, concat_lines_of, escape...
The order of the fields in the index is very important for the accessing speed. The first fields should be those which have constant values for a large number of selections. During selection, an index is only of use up to the first unspecified field. Only those fields that significantly r...
SAP Managed Tags: ABAP Development The DDIC is nothing but the ABAP Dictionary. The ABAP Dictionary centrally describes and manages all the data definitions used in the system. Data types Data types are the actual type definitions in the ABAP Dictionary. They allow you to define elementary type...
SAP Managed Tags: ABAP Development Hi Wane, Each entry must have a distinct combination of Client, Car ID and Car Engine ID. So if any of these fields changes, you should be able to create the entry, unless there is a secondary index and it is marked as Unique (which is probably...
As documented, "a deprecated feature in the SAP HANA platform is a feature that will be removed in a future support package stack, at the earliest one support package stack after the start of deprecation."When upgrading to SAP HANA 2.0, the deprecated status of the XS classic should be ...
ABAP Report programming, SAP-ABAP programs are either written as “Reports” or as “Dialogs”. ABAP Report programming is done when a large amount of data is