DATA filter TYPE SORTED TABLE OF scarr-carrid WITH UNIQUE KEY table_line. filter = VALUE #( ( 'AA ' ) ( 'LH ' ) ( 'UA ' ) ). cl_demo_output=>display( FILTER #( carriers IN filter WHERE carrid = table_line ) ). Addition 1 ...
I would like to use a simple example to explain it. Consider that in an SAP Fiori app SmartTable control is used to render a table based upon CDS annotations. It also has some selection fields and some of them like Country, Region, City have dependency. We want a behavior ...
ABAP 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 methodZTSALE_HSET_GET_ENTITYSET. DATA:gt_dataTYPESTANDARD TABLE OFZTSALE_H. FIELD-SYMBOLS:<gs_data>TYPEZTSALE_H. DATA:LS_ENTITYSETLIKELINEOFET_ENTITYSET. ...