Application Development 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: 

plzz try to answer .

Former Member
0 Kudos

1. can somebody tell about authorization groups and why we use it in industry .

2. how can we attach the tmg to our customized table and create a transaction code for it .

3. what is the addres ..end address comand in sapscript . does it work like protect.. end protect . can we use these command only in our main window or in any other window .

1 ACCEPTED SOLUTION

Former Member
0 Kudos

is TMG Table maintenance generator if yes...

Try these links for the same.

More detail on the same can be found from these threads

http://help.sap.com/saphelp_46c/helpdata/EN/cf/21eb6e446011d189700000e8322d00/frameset.htm

http://help.sap.com/saphelp_bw30b/helpdata/en/69/c2516e4ba111d189750000e8322d00/content.htm

You can check the thread which can give you the steps as well as the general uncderstanding of the Table Maintenance and the transaction code attached to it.

Check out this weblog on table maintenance:

/people/sudheer.cheedella/blog/2006/02/20/extracting-data-in-table-maintenance

5 REPLIES 5

Former Member
0 Kudos

Rohit,

1. can somebody tell about authorization groups and why we use it in industry .

Not all users are authorized to see all the data / execute transactions. So, you create auth groups and allocate the user to a specific auth group. A auth group is a collection of roles which will authorization to do specific things only.

2. how can we attach the tmg to our customized table and create a transaction code for it .

What is TMG ??

3. what is the addres ..end address comand in sapscript . does it work like protect.. end protect . can we use these command only in our main window or in any other window .

If you have print a address of your customer / vendor in your PO / Sales order, you use this ADDRESS command. You can use it any window.

Regards,

Ravi

Note :Please mark the helpful answers

Former Member
0 Kudos

is TMG Table maintenance generator if yes...

Try these links for the same.

More detail on the same can be found from these threads

http://help.sap.com/saphelp_46c/helpdata/EN/cf/21eb6e446011d189700000e8322d00/frameset.htm

http://help.sap.com/saphelp_bw30b/helpdata/en/69/c2516e4ba111d189750000e8322d00/content.htm

You can check the thread which can give you the steps as well as the general uncderstanding of the Table Maintenance and the transaction code attached to it.

Check out this weblog on table maintenance:

/people/sudheer.cheedella/blog/2006/02/20/extracting-data-in-table-maintenance

Former Member
0 Kudos

Hi,

We dont want all to access the data. Therefore there is a need to create authorization groups and assign roles to different users..

Depending on this, the user will be able or wont be able to access the data .

Address command is used to specify address in SAPscript

Regards,

Tanveer.

Please Mark helpful answers.

Former Member
0 Kudos

tmg is table maintenance generator

Former Member
0 Kudos

Hi Rohit..

For creating table maintainence generator.

Goto SE11->open the table->Utilities->Table maintainence generator.(Also T.Code->SM30)

Table should have function group and development class.

After you have created tmg,

you can use transaction SE54 for table maintainence.

Regards,

Tanveer.

Mark helpful answers