Group key is not widely used but it has nice feature. Once you group the field catalog fields and you pass the group name into parameter IT_SPECIAL_GROUPS of method SET_TABLE_FOR_FIRST_DISPLAY, then in ...
... in Java would do it in few minutes. I needed some hours ( more than 10 ) to do so, but finally the first version is alive and I can share it with you.
3.What are the features of the plugin? ...
... LiveCycle Designer in separate window then it still hangs
iii. Even if the updates are frequent, then not all AiE features are available for all version of SAP. Unfortunatelly there are no SP's ...
... you want.
"! This is demo for FALV Mix Demo. It contains many features, many FALVs in one program
"! and a usage of a own screen with own container and FALV
"! done by Lukasz Pegiel for http://abapblog.com ...
... use here BAPI_CLASS_READ to read all possible characteristics and COC1_FEATURE_CHECK to get characteristic details. Importing: I_DATA TYPE REF TO DATA Changing: CT_OBJVALUESNUM TYPE TT_BAPI1003_ALLOC_VALUES_NUM ...
Now we're ready to build the data for screen output, call the update screen and then move the data back from screen to reference data. We will use here: COC1_FEATURE_CHECK to get characteristic ID ...
...
data: m_atinn type api_vali-atinn.
if i_data is initial.
raise no_data_to_change.
endif.
"get characteristic ID
call function 'COC1_FEATURE_CHECK' ...