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: 

REGARDING DDIC

Former Member
0 Kudos

Hi Developers,

what are the events in Table maintance genrator.

Thanks&Regards,

Phani.

3 REPLIES 3

Former Member
0 Kudos

Hi ,

Please Check the followin links below

<b><REMOVED BY MODERATOR></b>

Regards

Saket Sharma

null

Message was edited by:

Alvaro Tejada Galindo

Former Member
0 Kudos

Hi,

<b>Table maintainence generator</b> is to enable the table maintenance through SM30, and to implement and validation etc on table field inputs.

Goto SE11->Utillities->table maintainence generator

In the table maintenance generator screen, we should give Authorization Group,

Function Group name (Function Group name can be same as table name),

Maintenance type can be one step or two step, usually we will create with one

step. we should give maintenance screen number. After clicking on create button,

a table maintenance generator will be created.

To check it go to SM30 . In SM30, we find display, Maintain options.

We can view the table contents by choosing Display and we can create table

entries by choosing Maintain.

Regards,

Maha

Former Member
0 Kudos

Hi

Please check this weblog and online help perhaps they may help.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-87652872...

http://help.sap.com/saphelp_nw04s/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/content.htm

Table Maintenance Generator .

sm50 is the transaction for table maintainance generator it is used to add multiple entries in to the data base throw sm54 we can create table maintainace generator and some times ita is used for transporting also.

Well the purpose of table maintainence generator is to enable the table maintenance through SM30, and to implement and validation etc on table field inputs.

SE11->Utillities->table maintainence generator

You need to enter the values of following fields:

1. Table name

2. Authorization group , and authorization object (select the suitable one )

3. Function group and package

4. Maintainence type : single or double screen maintainence view depending on the option selected.

5. Maintain screen number : you may specify a value or let the system generate one for you.

The validation code for the table entry is written in the flow logic of this screen. Even some of the fields may be made display only , by adding suitable code in the logic or directly disabling the input in table control in the layout.

>> Activate

<b>Reward if usefull</b>