ALV with IDA(ALV on HANA)-2

alv-idaSimple first ALV with IDA.

 

 

 

As a first demo on ALV with IDA let’s begin with SFLIGHT table display. The ALD with IDA can be created from ABAP perspective on HANA Studio or from the back end system GUI. The demo shows both of them.

Open HANA Studio and go to the ABAP pespective. Create a project first.

Now from the left side tree, project explorer, right click on the project and select NEW->ABAP Program

1

Provide the package, program name & description and select FINISH.

2

Now just put the code as shown below. Activate and run as ABAP Application.

cl_salv_gui_table_ida=>create( iv_table_name = ‘SFLIGHT’ )->fullscreen( )->display( ).

3

Here is the alv.

4


Also the same program can be opened in GUI and test.

5

Output ALV.

6


 

One comment

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s