Hi,
In Project Builder CJ20N user can switch between display mode and change mode with toggle button. Furthermore, in Settings > Options they can specify which mode is called up, when they start processing in the Project Builder.
I have added a new customer-specific field in table PROJ Project Definition with SAP enhancement CNEX0006. I have created a new subscreen, and I have placed this new field in that subscreen.
My problem is that when I am in display mode, my new field should be "display only", but it's not. Should I investigate the GUI Status SYST-UCOMM (SY-UCOMM) to find out whether I am in display mode or not? Or is there a better way to find out the mode? How you have implemented this check in your code?
SAP note 522581 User-defined fields are not displayed tells that <i>SAP does not influence the fields on the user-defined screen also in display mode. That is, the readiness for input status in a user-defined module in PBO must be controlled in XCN1</i>.
How can I find whether I am in display mode or not?
Thanks for you help in advance.
Regards,
Jarmo