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

MAINTENANCE GENERATOR

Former Member
0 Likes
653

hi all

i want to know what is difference between one step and two step in table maintenace generator

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
632

Look when you make the table maintenance generator one step then u will get a table control in which u can make your entries and once u press save all the entries get saved.

While in two step u make entries in screen where u have to enter each entry separately.

It is not required to make a table maintenance generator when u are entering the data through coding.

6 REPLIES 6
Read only

Former Member
0 Likes
632

Hi

in step 1 the creation of new entries and display of table enties take place in a single screen. we do operations like update create etc all in one screen

Only one maintenance screen is processed during extended table maintenance. The entries are displayed in list form on this screen.

in step 2 the creation of new entries takes place in one screen(SINGLE SCREEN) and display of all table contents in another screen(OVER VIEW SCREEN)

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.

using step1 type we can create multiple entries at a time but using step2 only one entry at a time

Regards

Divya

Read only

Former Member
0 Likes
632

Hi,

The follwoing inforamtion you can see when you press F1 function key on table maintenance generator. Please check this.

1. One-step table maintenance dialog

Table/view maintenance type key.

Use

Only one maintenance screen is processed during extended table

maintenance. The entries are displayed in list form on this screen.

2. Two step table maintenance dialog

Table or view maintenance type key.

Use

Two maintenance screens are processed during the extended table

maintenance:

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

o On the Single screen one entry is displayed. The single screen can

be called from the overview screen, by function key, for every

entry.

Read only

Former Member
0 Likes
632

Hi,

One step, two step in Table Maintenance Generator:

Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.

Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details.

Regards,

Shiva Kumar

Read only

Former Member
0 Likes
632

Hi

One Step:

In one step table maintenance generator a table control is generated, all the fields for that table are present on same screen. So u can modify or create an entry for all fields of that table in one step only.

Two step:

In two step table maintenance generator primary and important fields are placed on first screen and less important secondary fields are placed on second screen. This is preferred when table contain large number of fields or only certain fields are required to modify or create a new entry.

Regards

Sowmya

Read only

Former Member
0 Likes
633

Look when you make the table maintenance generator one step then u will get a table control in which u can make your entries and once u press save all the entries get saved.

While in two step u make entries in screen where u have to enter each entry separately.

It is not required to make a table maintenance generator when u are entering the data through coding.

Read only

Former Member
0 Likes
632

hi

actully in one step maintaince generator when go to sm30 we come across only one screen and

we give entries over here but in two step maintenance generator we enter each row of values in a new screen.

the two step maintenance is more interactive.