‎2009 Mar 05 6:44 AM
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
‎2009 Mar 05 6:47 AM
hi Kanth,
check this documentation
http://help.sap.com/saphelp_nw04/helpdata/en/5a/0c88924d5911d2a5fb0000e82deaaa/frameset.htm
hope this helps
regards
Aakash Banga
‎2009 Mar 05 6:46 AM
This allows you to maintain the table entries .. create/modify ..
For function group you can pass the table name ..
‎2009 Mar 05 6:54 AM
What is maintenance type --> One step and two step ?
What is Miant Screen no --> Overview screen and sinlge screen?
‎2009 Mar 05 6:59 AM
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
‎2009 Mar 05 7:01 AM
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
‎2009 Mar 05 6:47 AM
hi Kanth,
check this documentation
http://help.sap.com/saphelp_nw04/helpdata/en/5a/0c88924d5911d2a5fb0000e82deaaa/frameset.htm
hope this helps
regards
Aakash Banga
‎2009 Mar 05 6:48 AM
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
‎2009 Mar 05 6:49 AM
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...
‎2009 Mar 05 6:51 AM
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.
‎2009 Mar 05 6:52 AM
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.
‎2009 Mar 05 7:11 AM
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
‎2009 Mar 05 7:11 AM
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
‎2009 Mar 05 10:59 AM