‎2007 Jan 17 6:26 AM
hi ,
can anyone pls detail me on TMG.....
and also how to create a t.code for my table...
thanks,
CAPC
‎2007 Jan 17 6:42 AM
To create Table maintenance genetrator,
Go to Utilities->Table maintenance generator
Then Enter Authorisation group(For eg &NC&)
Function group ( You can create function group in SE37. Here in the menu GOTO->Function group-> Create group)
Then you can select either one step or two step. Assign Screen numbers (To assign Screen numbers click on the button 'Find Scr no' . It will propose screen no:s)
Then Create.Save
Table maintenance is created.
To create Tcode, Go to Se93
Enter A tcode name
Create
Select Transaction with parametrs
Enter some transaction text.
Transaction is SM30
Check Skip initial screen
Check Inherit GUI attribtes
gui SUPPORT - Select all check boxes
Under default values, enter
NAME OF SCREEN FIELD VALUE
VIEWNAME ZTABLE NAME
UPDATE X
save it
and try to use the TCode.
‎2007 Jan 17 6:31 AM
Hi,
U have created a table..now u need to enter values into the table...this can be done only when the table has been done as Table Maintenance...This is done by utilities->table maintenance generator...once this is done, u can enter values using utilities->table contentes->create entries.
when u need to give access to users goto SE93 & create a tcode & in it attach this table name.
~~Guduri
‎2007 Jan 17 6:34 AM
Hi,
Check this link.
http://help.sap.com/saphelp_erp2005vp/helpdata/en/00/19f3055bb111d4a7600000e83dda02/frameset.htm
http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci1224044,00.html
Hope this helps.
Regards,
Priyanka.
‎2007 Jan 17 6:36 AM
Hi CAPC,
/message/2831202#2831202 [original link is broken]
<b>One step, two step in Table Maintenance Generator</b>
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.
‎2007 Jan 17 6:42 AM
To create Table maintenance genetrator,
Go to Utilities->Table maintenance generator
Then Enter Authorisation group(For eg &NC&)
Function group ( You can create function group in SE37. Here in the menu GOTO->Function group-> Create group)
Then you can select either one step or two step. Assign Screen numbers (To assign Screen numbers click on the button 'Find Scr no' . It will propose screen no:s)
Then Create.Save
Table maintenance is created.
To create Tcode, Go to Se93
Enter A tcode name
Create
Select Transaction with parametrs
Enter some transaction text.
Transaction is SM30
Check Skip initial screen
Check Inherit GUI attribtes
gui SUPPORT - Select all check boxes
Under default values, enter
NAME OF SCREEN FIELD VALUE
VIEWNAME ZTABLE NAME
UPDATE X
save it
and try to use the TCode.
‎2007 Jan 17 7:02 AM
hi capc,
for the table u hav created,
to create a t-code:
goto SE93.
give the name of the t-code u want to hav for ur table.
click create.
now click on the <b>report transaction</b> radio button(2nd option) in the window that appears.
then click enter(tick symbol)
in the next page that comes, give ur table name and also check all the three gui support options given down that page.
then click on "save" icon.
now ur t-code wil be created.
to check that, give "/n<t-code name>" in the address bar to see ur t code working.
‎2007 Jan 17 7:06 AM
hi..
u can also create t-code by going to SE80.
give the table name.
right click n select "create transaction"
then the same procedure follows as i hav mentioned in my earlier post.
*reward if my answer is useful.