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

table data

Former Member
0 Likes
756

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
728

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

6 REPLIES 6
Read only

Former Member
0 Likes
728

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..

Read only

Former Member
0 Likes
728

You can utilize SM30 "Table maintenance" to get the results.

-Cheers

Read only

Former Member
0 Likes
728

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

Read only

Former Member
0 Likes
729

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

Read only

Former Member
0 Likes
728

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

Read only

Former Member
0 Likes
728

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.