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

TMG

Former Member
0 Likes
817

hi experts,

how to allow TMG for a z table.

thanks

6 REPLIES 6
Read only

Former Member
0 Likes
786

Hi,

Go to SE11 enter table name ->change

Utilities-> Table Maintenance Generator

delete the Table maintenance by pressing delete button on menu,

then start creating it again.

Enter Auth.Group as &NC&

Enter function group < some name>

Maintenance Type -> One step

Overview screen -> some Number (1 or 2)

Press create

enter dev class and save, activate.

Go to SM 30 and check again.

Reward if useful

Regards,

Anji

Read only

Former Member
0 Likes
786

HI..

We can use table maintenance for making the creation,deletion,changing the entries easily.

We can even make use of the validations required for some fields thro' table maintenance,while creating the entry.

If some fields need to be populated automatically while creating an record in a database,we can make use of table maintenance for this purpose.

When the extended table maintenance is called, a work area is fetched from the database into an internal buffer for processing on the screen. Either all entries in the database are fetched into the work area, or the selection can be restricted in a view definition or in the calling program.

Field contents are maintained in an internal buffer, so the database is not automatically accessed after each individual record has been maintaIned. Changes made are only copied from the internal buffer to the database when save is chosen. This buffering gives the maintenance procedure a transaction orientation. This gives you the possibility of discarding changes before the database access (user-controlled "rollback") and allows consistency checks for all changed data, before it is written to the database.

FOR MORE DETAILS ON TABLE MAINTENANCE VISIT:

refer.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20im...

-


http://help.sap.com/saphelp_erp2005/helpdata/en/69/c251474ba111d189750000e8322d00/frameset.htm

If it helps reward with points

Regards Rk

Read only

Former Member
0 Likes
786

hi

good

Table Maintenance generator (SM30) generating a screen that allows you to maintain the code and description together for the system language.

In a related note, to set up a customer transaction for a Table Maintenance generated dialog, use SE80 and enter the function group used for the table maintenance dialog

go through this link.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20im...

thanks

mrutyun^

Read only

Former Member
0 Likes
786

Hi

Open your Ztable, Go to Delivery and Maintance

Here at Data browser/Table view maintance---->Choose Display /maintance allowed

Then Go to Utilities-->Select TMG-->Give Authorization group(&NC&)

give Function group(Ztest)

give maintain Screen no:

save and activate...

Thanks

sasmita

Message was edited by:

sasmita parida

Read only

Former Member
0 Likes
786

Hi shyam,

Go to T code...<b>SE54</b> for table maintanace geenrator of a Z table.

<b>Reward points if useful,</b>

Regards,

Tejas

Read only

Former Member
0 Likes
786

Hi,

1. Create the z-table.

2.Utilities--> Table Maintanence Generator.

3.Authorisation Group --> &NC&

4.Give a fn group name

5.Package

6. maintain Type one step

7.Overview screen 9000.

8.in recording routine check the 2nd radio bvutton.

SAVE.

Reward is helpful,

Regards,

Tanmay