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

function group

Former Member
0 Likes
1,994

how to create a function group for table maintanence generater

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,416

It will be good to create seperate function group for your TMG, i faced problems by using existed FMG.

You can directly go to SE80 and create your FG.

regards,

  • Dj

reward for all useful asnwers.

8 REPLIES 8
Read only

Former Member
0 Likes
1,416

Hi madhvi,

It will be automatically generated when you create the table maintainace generator using SE11.

Reward points if useful.

Regards,

Atish

Read only

Former Member
0 Likes
1,416

Hi,

Definition

This indicator specifies whether it is possible to display/maintain a table/view using the maintenance tools Data Browser (transaction SE16) and table view maintenance (transactions SM30 and SM31).

The indicator can be set for database views, projection views, maintenance views, mantenance view variants, and tables (called 'Table/ View' below) using transaction SE11.

Note: The indicator is not available for help views since they are not relevant to SE54 and are used for search functions.

Usage

The indicator can have the following values:

Display/maintenance not allowed

The usage of standard table maintenance tools is not allowed.

Maintenance and display of this table/view is not possible in transaction SE16.

Transaction SE54 does not allow the generation of a maintenance dialog, which means automatically that calling transactions SM30/SM34 for this table/view is no longer possible.

Display/maintenance allowed to limited extent

Usage of standard table maintenance tools is allowed to a limited extent:

Transaction SE16 allows the display function for this table/view, but no maintenance.

Generation of a maintenance dialog for this table/view is possible through transaction SE54.

Transaction SM30 does not allow maintenance and display functions for this table/view.

Note: The generated dialog can be included in view clusters (data maintenance through transaction SM34) or called within a program through the function module View_Maintenance_Call.

Display/maintenance allowed

The usage of standard table maintenance tools is allowed:

Transaction SE16 allows the maintenance and display functions for this table/view.

Note: If an SM30 maintenance dialog exists, this is called.

Transaction SE54 allows the generation of a maintenance dialog for this table/view.

Transaction SM30 allows the display and maintenance functions for this table/view.

Note: The generated dialog can be included in view clusters (data maintenance through transaction SM34) or called through the function module View_Maintenance_Call in the same way as the transaction call SM30.

Comment

Only the last two options are offered for maintenance views and maintenance view variants. 'Display/maintenance not allowed' does not apply since maintenance views and maintenance view variants serve exclusively to generate a user interface. This is rejected in the option 'Display/maintenance not allowed'.

When the standard maintenance tools are used, the system checks the the corresponding authorizations of the user.

Regards

Suprith

Read only

Former Member
0 Likes
1,416

Hi,

No need to create Function group for Table Generator, it will assign automatically.

Thanks,

Anitha

Read only

Former Member
0 Likes
1,416

Procedure

Create a Function Group:



1.To open the Object Navigator choose from the SAP Menu Overview ® Object Navigator.

SE80


2.From the

Object Selection window select Function group

, enter ZFG_Tutorial as name of your function group, and choose Display.

3.Since the function group ZFG_Tutorial does not yet exist, the system asks you whether to create it. Confirm with Yes.

4.Enter a short description and choose Save.

5.In the window Create Object Catalog Entry choose Local object.

You created a local function group. Before it can receive function modules, you must activate it.

6.In the object list, use the right mouse button to select the function group FG_Tutorial you just created and choose Activate.

7.On the next screen choose Continue.

The function group is now active.

reward points if it is usefull

Girish

Read only

Former Member
0 Likes
1,416

hi madhvi,

to create a function group for table maintanence generator..just goto transaction se37...in menu option --> Goto --> Function Groups --> create group.

once u create a function group..then go to se11...table name > in utilities>

table maintanence generater --> enter the fuction group which u have created....

hope this may help u...

reward in case useful..

regards,

prashant

Read only

Former Member
0 Likes
1,416

hi,

goto se37

function gp: zfgroup.

then save

then define parameterss

regards

pradeep

Read only

Former Member
0 Likes
1,417

It will be good to create seperate function group for your TMG, i faced problems by using existed FMG.

You can directly go to SE80 and create your FG.

regards,

  • Dj

reward for all useful asnwers.

Read only

Former Member
0 Likes
1,416

Hi,

Create Function Group in SE80.

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

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm

http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm

/message/2831202#2831202 [original link is broken]

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,

Srilatha.