Scenario: SQL trace comparison with select statement with primary index and secondary index. Step1. Go to SE11. Step2. Provide the table name ‘ZSTUDENT_DET’ and click
Category: Uncategorized
Primary & Secondary Index in ABAP open SQL
Step1. Go to SE11 open the table VBAK and click on the Indexes button. Here it shows 4 secondary index. Let’s check the property
Code Inspector
Scenario: Code Inspector is used to analyse the Syntax and the performance of the development objects. The below post describes how to create code Inspectors for
Handle Double Click on ALV by CL_SALV_TABLE Events
CLASS lcl_event_handle DEFINITION. PUBLIC SECTION. METHODS : hndl_double_click FOR EVENT double_click
Showing Symbols for each row in ALV By CL_SALV_TABLE
CLASS lcl_salv_tab DEFINITION. PUBLIC SECTION. CLASS-METHODS : main IMPORTING
Showing Icons for each row in ALV By CL_SALV_TABLE
CLASS lcl_salv_tab DEFINITION. PUBLIC SECTION. CLASS-METHODS : main IMPORTING