SV Form Mode is having different values for different environment
One version of Address Book application (P01012) gives different values for different environment (PD and DV).
In PD it gives ADD_MODE (from debugger). But in DV it gives 6. I wonder where from the value 6 came ?
As far as I am aware, SV Form Mode may only take four values
ADD_MODE
BROWSE_MODE
COPY_MODE
UPDATE_MODE
Also, in my understanding, these values are set by the JDE engine.
As DV is having a wrong value, the application behavior goes strange. Where should I check to fix this issue ?