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: 

Table Maintenance Generator

Former Member
0 Kudos

Hi all,

Iam working on 4.7 Can any body say me what is what is one step , 2 step , Over veiew Screen, Screen no Fields in the Table Maintenance Generator Sceen, I need help for all the fields in that screen. It will be good if send any Pdf's with screen shots for 4.7

Thanks in avdvance

Ranjith

4 REPLIES 4

Former Member
0 Kudos

When you are generating table main. you have to select one/two step based on:

<b>One step:</b> Only one maintenance screen is processed during extended table maintenance. The entries are displayed in list form on this screen.

<b>Two step:</b>Two maintenance screens are processed during the extended table maintenance:

On the Overview screen the entries are displayed in list form.

On the Single screen one entry is displayed. The single screen can be called from the overview screen, by function key, for every entry.

=====================================================

Screen no fields you can enter any numbers, its better to get the screen numbers by cikcing the proposed screen numbers buttin.

Former Member
0 Kudos

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

Regards

Alok Pathak

0 Kudos

Hi Alok Pathak,

Thank you very much for u r detailed explanation

Bye

Ranjith