Translate

Thursday, 7 June 2012

Function Modules for Secondary Indexes in SAP ABAP

Indexes are using the increase the performance in retrival of data access from database. The primary key fields are key fields of the table and point to non key fields. The secondary indexes are non key fields in table.

DD_DROP_INDEX  - Deletes the index of the table 
DD_CREATE_INDEX  - Create primary and secondary index

No comments: