I have created a file upload functionality (The format of the file is CALMONTH + other characteristics and Key figures). I had to create also a drop down box from where the 0CALMONTH is selected.
I have now to check the value from the drop down box with the one from the file.
I started with:
WHEN 'submitButton'.
CALL FUNCTION 'API_SEMBPS_VARIABLE_GETDETAIL'
IMPORTING
e_subrc = l_subrc
es_return = ls_bapiret.
Can you please tell me what should I do next?
Many thanks
Ramona