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

Table maintenance dialog

Former Member
0 Likes
1,997

Hello friends,

What is the use of generate table maintenance dialog?(se11 --> Utilitys --> Table maintenance generator)

What is the use of function group in table maintenance dialog screen?

TIA

Sreekanth

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,347

hi Kanth,

check this documentation

http://help.sap.com/saphelp_nw04/helpdata/en/5a/0c88924d5911d2a5fb0000e82deaaa/frameset.htm

hope this helps

regards

Aakash Banga

12 REPLIES 12
Read only

Former Member
0 Likes
1,347

This allows you to maintain the table entries .. create/modify ..

For function group you can pass the table name ..

Read only

0 Likes
1,347

What is maintenance type --> One step and two step ?

What is Miant Screen no --> Overview screen and sinlge screen?

Read only

0 Likes
1,347

Hi,

What is maintenance type --> One step and two step - It refers to steps in creating a table value.

Ex: Two step will have two screens for creating a value.

What is Miant Screen no --> Overview screen and sinlge screen - It refers to screen nature.

Overview screen - While displaying table entries, all values will be displayed in a single screen.

sinlge screen - While displaying table entries, only single value is displayed.

Thanks..

Edited by: Sap Fan on Mar 5, 2009 8:00 AM

Edited by: Sap Fan on Mar 5, 2009 8:01 AM

Read only

0 Likes
1,347

Hi,

What is maintenance type --> One step and two step ?

One step: user will maintain data via only 1 screen and can maintain multiple records in one go

Two step: user will maintain data via 2 screens but one one record can be entered at a time

What is Miant Screen no --> Overview screen and sinlge screen?

overview screen --> screen no 1 (required for One step and two step)

single screen --> screen no 2 (required only for two step)

Edited by: Dev Parbutteea on Mar 5, 2009 8:02 AM

Read only

Former Member
0 Likes
1,348

hi Kanth,

check this documentation

http://help.sap.com/saphelp_nw04/helpdata/en/5a/0c88924d5911d2a5fb0000e82deaaa/frameset.htm

hope this helps

regards

Aakash Banga

Read only

uwe_schieferstein
Active Contributor
0 Likes
1,347

Hello

Without these maintenance dialogs no user would be able to create, change or delete entries from DB tables.

As a developer we can do this programatically.

The function group is required because all repository objects which are created during the generation (screens, function modules) are gathered together within a function group.

Regards

Uwe

Read only

former_member242255
Active Contributor
0 Likes
1,347

Table mainatainence genrattor helps you to mainatin the entires for the table like create,change,delete..

once you generate the maintainence you can go to SM30 and do the operations..

for function grioup you can give any name...

Read only

awin_prabhu
Active Contributor
0 Likes
1,347

Hi friend,

Table maintenance dialog is used for defining screen type of table while creating table entries and also for authorization purposes.

Whenever table maintenance dialog is used, modules will generated internally.

Function group field assigns these modules to specified function group

Thanks.

Read only

Former Member
0 Likes
1,347

hi,

u can maintain the screen so that values can be entered directly .u can manipulate the values.y pputting in a FG is easy to maintain and transport.

Read only

Former Member
0 Likes
1,347

1)using table maintainence we are able to insert/modify for multiple records at a time

2)using function group we can store more than one function module as a group

Read only

Former Member
0 Likes
1,347

Hi,

Table Maintenace is used to maintain the table ie. to Insert , delete...etc.

Through SM 30 we can enter the data after this Maintenance .

Function Group:- It is here where the function are done in the back ground to carry out the various maintenance work.

Thanks and Regards

Suraj

Read only

Former Member
0 Likes
1,347

Thanks