Hello ,
In my BOPF application I have two drop down field say dropfield1 and dropfield2. I have check in my FBI view exist class in method /BOBF/IF_FBI_VIEW_EXITINTF_RUN~ADAPT_DATA and as per that check I am defaulting one of the value in the dropfield2.
This dropfield2 which was populated dynamically through the code part needs to be retrieved in my BOPF action .The IO_READ->retrieve successfully retrieve data table (et_data) but the field which is dynamically populated is blank in the et_data. Dynamic value is one of the dropdown list value.
Where as when I manually dropdown the field dropfield2 and select a dropdown list value at that time IO_Read->Retrive returns the data table(et_data) with all the fields filled including the manually dropdown value.
Do I need any other configuration for dynamic population in LIST_GUIBB or do I wrongly default the values in ADAPT_DATA?
While debugging I can see the dynamic default dropdown value in CT_DATA of View exit as well as in Feeder class.
Let me know your thoughts and input on the issue.
Regards,
Partha