ALV IDA ( ALV on SAP HANA )

preview_player
Показать описание
Playlist

SAP ABAP on HANA course :-

ABAP SAP ABAP 7.4 / 7.5 New Syntax :-

Enhancement in ABAP :-

CDS in ABAP on HANA :-
Рекомендации по теме
Комментарии
Автор

However, the ALV IDA comes with its own set of restrictions –

Handling of data that is changed during display is not supported. Data records that are removed during the display are automatically filled by empty lines.

The Data Display is restricted to a maximum of 2 billion cells.

All available operations are then executed on the entire data set

Aggregation of amount fields with currencies or quantities can be displayed when same currency or unit

Table fields of type STRING should not be used.

The ready for input status for cells is not supported in IDA ALV.

IDA-ALV programs cannot be scheduled as background jobs.

SwatiKumari-meic
Автор

What happens to ALV reports when converted to ABAP cloud / clean core? Will it need more steps now? Create RAP for odata backend then do additional BAS work for frontend?

ssga
Автор

Hi bro Thanks to your videos i have learnt so many concepts from them.
bro can you please explain o data services and oo abap concepts also it will be more helpful

AtchuthaRaoNaiduDarapu
Автор

pls make vedio on VDM. No one covers this topic in detail

MUNESHKUMAR-jukg
Автор

How to use double click event on cds view using alv ida and not on only a table or simple view ?

Anirban
Автор

why the column name declared explicitly is not getting displayed in alv ida

shubhvaish
Автор

Hi,

am getting runtime error while calling create->fullscreen( )->display( ).
am passing VBAK table to IDA class.
can you please let me know if anything wrong in below
TRY.

EXPORTING
iv_table_name = 'VBAK'
* io_gui_container =
* io_calc_field_handler =
* RECEIVING
* ro_alv_gui_table_ida =
)->fullscreen( )->display( ).
CATCH cx_salv_db_connection.
ENDTRY.

tejkumar