Application Development 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: 

How to change a record in table VARID

Former Member
0 Kudos

Hello everybody,

I have this point to solve. In table VARID we need to change name of an author of a variant (field VARID-ENAME) and for other authors of variants change the protection marks from 'X' to ' '.

Is there a way to do it in an elegant way (e.g. some ABAP program)?

Normally, this table is not possible to maintain.

2 REPLIES 2

Former Member
0 Kudos

Hi Maritn,

By using Update statement u can change the field VARID-ENAME value.

0 Kudos

Thank you a lot, this simple thing solved all the problem I couldn't move for about a half a day.