‎2008 Jan 03 3:16 PM
hi friends,
i have a requirement,
where in i need to create a tcode and give to the client, so that,
if the client executes this tcode an already assigned ztable data must be displayed, as if,
we are going to se11 and displaying that ztable,
any clues..
thank you
‎2008 Jan 03 3:27 PM
Goto Se93,
give the Tcode name...
create
Select Option Transaction with Parameters
Give apparopriate decsription
Enter
Give Transaction = SE16
Tick skip Initial screen
Press Enter
In the default Values table (below)_:
Name of the screen field = DATABROWSE-TABLENAME
Value = <Your Table Name>...
Save the transaction...
Cheers!!!
Lokesh
‎2008 Jan 03 3:21 PM
Hi
create one view for the already existing ztable using sqvi transaction and call tht program for the so created transaction and u can solve u r problem
further if u have any quiries my mailid is mutyalasunilkumar@gmail.com
plzz reward if i am usefull to u
if u want u can come online to my yahoo id sunil_04_22@yahoo.com
if u r problem not solved i may solve over there
thanks and regards
plzz reward..
‎2008 Jan 03 3:23 PM
You can utilize SM30 "Table maintenance" to get the results.
-Cheers
‎2008 Jan 03 3:24 PM
Sanjana,
For ur requirement, U go for Module pool Programing (Se38 type Module pool).
For create Transaction Code Go to se91.
Hope it Helpful
Regards,
Shiva
‎2008 Jan 03 3:27 PM
Goto Se93,
give the Tcode name...
create
Select Option Transaction with Parameters
Give apparopriate decsription
Enter
Give Transaction = SE16
Tick skip Initial screen
Press Enter
In the default Values table (below)_:
Name of the screen field = DATABROWSE-TABLENAME
Value = <Your Table Name>...
Save the transaction...
Cheers!!!
Lokesh
‎2008 Jan 03 3:27 PM
Hello Sanjana,
You may create a program (dialog or online) around the table and attach a trasaction to the program to display the table contents.
Otherwise, you can create a table maintenance dialog (SE56) for the table. Then attach a parameter transaction (SE93) to display table contents.
Thanks,
Venu
‎2008 Jan 03 6:00 PM
hi lokesh aggarwal,
thanks a ton, your method is working,
hi prakash, i could not create a program from TMG,
hi venu, i went to se56, but dont know what to do after that.
thanks lokesh.