Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

editable view

Former Member
0 Likes
616

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
512

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

2 REPLIES 2
Read only

Former Member
0 Likes
513

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

Read only

Former Member
0 Likes
512

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...