Dear experts,
I am facing issue in development. We created customer infoset and tested in development and moved to quality. It is working fine, but for few records it is giving error in development, we tested same scenario in quality and it is working fine in quality.
After debugging i found out that in development the SAP FM 'RH_EDITOR_GET' is returning sy-subrc as 1. on further analysis i found that
method call cl_gui_cfw=>flush is not returning value in development while in quality it is returning '##' value which is cause of error in development.
Custom code is same in both system and test data is also same. Has anyone faced any issue like this, please provide the input.
Thanks