SELECT STATEMENT| SAP ABAP TRICKS AND TIPS| STRING OPERATIONS

SAP ABAP TIPS AND TRICKS

SELECT STATEMENT| SAP ABAP TRICKS AND TIPS| STRING OPERATIONS SELECT STATEMENT 1 Select Where clauseAlways mention your conditions with the Where-clause in select statement instead of checking with check keyword in select statement. The database system can use an index (if it’s possible) then load is considerably less. 2 Select statement with Index keyword SupportFor … Read more