... 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' ...