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: 

maintain table in SM30

Former Member
0 Kudos

i've created a table using se11, then i activated the change, after that i want to input date into the table using sm30. but there have a error - incomplete or not defined. what does the message mean? Thanks!

3 REPLIES 3

former_member588853
Active Contributor
0 Kudos

HI

after creating you table..activte it..

you need to create a TMG for this table for maintaining data

No go to utinlities --> TABLE MAINTAINANCE GENERATOR.. LCick this.

you go to a different screen..

Now enter the Authorization group &NC&..

and enter Func.group (Give a new Zname)..

You TMG is ready.

Now you can go to SM30 and update the data

rewards if useful,

regards,

'Nazeer'

0 Kudos

Hi,

After making changes to your TABLE in SE11, did you also make suitable changes to your Table Maintenance Screen.

What you can do is either change the Function module corresponding to the Table maintenance generator of this Table or Delete and recreate the Table maintenance generator.

In SE11 use Uitilies->Table Maintenance Generator" option to re-create.

Regards,

Sesh

former_member198275
Active Contributor
0 Kudos

utilites>table maintainance generator>Authorization Group : ASK ur FC(For all &NC&)

Function group: Ztable name.

go to extra-->enhancement catagory>can be enhanced...

If u want that table to maintain by tcode

go to se93

give name>create>short text>Select last radio button>

transaction>>>SM30

At end...

Name of screen field value

UPDATE X

VIEWNAME Ztzblename

save