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

Error in table maintenance generator

Former Member
0 Likes
1,222

Hi,

I have created the tcode for table maintenance generator and clicked the check box 'skip initial screen'.But when I execute the transaction it is going to the initial screen and giving error as 'Enter valid value'.What would be the reason?

3 REPLIES 3
Read only

Former Member
0 Likes
589

Hi,

You should create a transaction of type Transactions with Parameters

Give the transaction as SM30. Click on Skip Initial screen.

In the name of the screen field and values you should enter 2 values as follows:-

VIEWNAME and value as your table name

UPDATE and value as X.

Regards,

Ankur Parab

Read only

0 Likes
589

Hi Ankur,

I have followed the same process.But still when I execute the transaction it is going to initial screen.

Read only

0 Likes
589

Hi ,

There could be two reason's

1. In the field UPDATE u must have given X in inverted commas like this 'X'........just give it as capital X thats it........

2.If not try and give a function group name similar to that of your view name upon creation of table maintain gen....

Please get back if its still not working