‎2006 Jun 08 10:30 AM
I copied view v_t001b to my own version, zv_t001b and created a table maintenance for it.
All settings in the maintenace status are the same (Access: read, change, delete and insert; Delivery Class: C; Display/Maintenance allowed)
However: in our QA (and productive) systems, v_t001b is editable, zv_t001b is not (when maintained in sm30).
After debugging, the reason is the following:
OBJH-cursetting is set to X in v_t001b, space in zv_t001b.
I tried changing the Delivery Class from C to A but that doesn't help, I assume the delivery class is taken from the table (t001b) and not from the view in any case because this does not change the values in OBJH.
Any help would be appreciated.
‎2006 Jun 08 11:14 AM
Hi Michal,
Have you done 'Table Maintainance generator' for your new view after copied from V_T001b..?
If not, you should do it for every change as it wont be automatically generated when you copy from standard views.
regards,
ram
‎2006 Jun 08 11:14 AM
Hi Michal,
Have you done 'Table Maintainance generator' for your new view after copied from V_T001b..?
If not, you should do it for every change as it wont be automatically generated when you copy from standard views.
regards,
ram
‎2006 Jun 12 7:25 AM
Solved:
For some reason, generation wasn't enough and even deleting and re-creating the screen didn't do it - it changed the values in OBJH, but one of the values, field TRANSPORT (OBJTRANSP), kept being created as '2' instead of initial. Finally, out of desperation I created a new view, changed delivery class A and created a new function group. Now it works...