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

changing data in table

Former Member
0 Likes
479

hello experts

i have to modify the field value zcount to 2 if zsearch contains value 'yes'in the table zstatus.which is in the active state.please tell me the process of changing the values without creating program.

thanks in advence.

regards

giri.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
457

Hi,

You can modify values in the table using SM30 if table maintenance generator is maintained.

Regards.

3 REPLIES 3
Read only

Former Member
0 Likes
458

Hi,

You can modify values in the table using SM30 if table maintenance generator is maintained.

Regards.

Read only

Former Member
0 Likes
457

Hello Giri,

Create a table maintenance generator in SM30 for ur table. From there u can modify the contents.

If useful reward.

Vasanth

Read only

Former Member
0 Likes
457

U can do that using SM31 but selecting the table Zstatus

and using the option to enter condition

you can than select the field zsearch as your condition field. It will ask you for the filter value in which you can give it as Yes...

It would popup with the records from the table zstatus with zsearch as Yes...here you can change the field zcount to 2.