SCENARIO:
ABAP web dynpro with UIelement for interactive form display and editing.
1- 1st Web dynpro view with IForm element, (enable option = True) so user can edit the IForm.
2- Data node for Binding has 0-n cardinality (so in IForm a dynamic table will be generated)
3- 2nd Web Dynpro View, UI FileUpload for Iform Upload.
PROBLEMS:
1 - On Upload view, I tried the the Auto-Binding combining FileUpload and UI IForm element (as sap note) but dosen't work. For now I solved the problem the old way, converted the xml from binary to string, parsed the XML and then did backward-data-binding.
2- On PDF display view, the pdf is displayed correctly and it's editable, but any other actions user tries to do on the web page don't work.
2.1 I have a (navigate back) button on the web dynpro, but once the pdf is displayed, no interaction with the web page is possible.
NOTE: when enable option = FALSE, everything works ok, but Form is no more editable.
Can't find any sap notes that solve the problem, Help needed.... 😊