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

Data Dictionary

Former Member
0 Likes
576

Hi SAP Guru's

Wat is Table Maintainance Genarator

Regards

Sai

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
554

It is created in SE55 tcode. With the use of the table maintenance generator, you can maintain values in a DDIC table manually, through the transaction SM30.

refer this link

4 REPLIES 4
Read only

Former Member
0 Likes
555

It is created in SE55 tcode. With the use of the table maintenance generator, you can maintain values in a DDIC table manually, through the transaction SM30.

refer this link

Read only

Former Member
0 Likes
554

Table Maintaince is simplfling the database table, we will not give auth to end user SM30,SM31,SE11,SE16 Transaction.

When we create Custom Table ,then we need create Table maintaince.

SE11 -> Attributes -> Select Check box for Table Maintaince Allowed

UTILITIES->Table Maintaince Genrator

Give Auth group is &NC&

Function Group -> Give Function Group ( if not Create SE80 and Activate)

Maintain screen number other than 1000.

Click on Create Button...

Now you see ur table at SM30,

Now you need to have Transaction Code for This Table

SE93 -> TCODE->Create -> Select 5th radio Button

Transaction code -> SM30 -> select Check box skip Intial Screen

Name of screen field - Table Name ( Capital Letter)

VIEW Tablename

UPDATE X

Read only

Former Member
0 Likes
554

hi,

The concept of maintanence generator is very useful...We will not give the authorization for the users with transaction codes se11,se16 etc.,

So we will create Maintanence generator by clicking the menu UTILITIES and there will be table maintanence generator..We want to configure tht with Authorization group and the function group...

Then by using sm30 we can enter the values for the tables

REWARD IF THIS IS USEFUL