Hello
Try to update the table by putting the '+'
update SAPR3.UVERS set PUTSTATUS='+' where PUTSTATUS='U';
commit;
Check after that.
Cheers
RB
Hello
Try to update the table by putting the '+'
update SAPR3.UVERS set PUTSTATUS='+' where PUTSTATUS='U';
commit;
Check after that.
Cheers
RB