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: 

Can we create T-Code to a View?

Former Member
0 Kudos

Hi friends,

Can we create a transaction code to a view?

If yes, how?

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Yes,

Go to transaction SE93 and enter your new transaction code. Enter in the Tcode description and choose "Transaction with Parameters" (it shouldbe the last radio button).

Enter in the default transaction "SM30" and tick the "Skip Initial Screen" check box. Hit Enter.

Now scroll to the bottom of the screen and you will see a Table Control where you will need to enter in the values to the SM30 selection screen.

Because you hit ENTER, the program will have loaded in the Selection Screen parameters into it's memory. Hit the drop down for "Name of Screen Field" and select "VIEWNAME" and then enter in your Z Table in the "Value" column.

Now go to the next line and hit the drop down and select "UPDATE" in the "Name of Screen Field". Enter in a "X" in the value column.

Now save the transaction and there you have it.

Regards,

Omkaram.

3 REPLIES 3

Former Member
0 Kudos

Yes,

Go to transaction SE93 and enter your new transaction code. Enter in the Tcode description and choose "Transaction with Parameters" (it shouldbe the last radio button).

Enter in the default transaction "SM30" and tick the "Skip Initial Screen" check box. Hit Enter.

Now scroll to the bottom of the screen and you will see a Table Control where you will need to enter in the values to the SM30 selection screen.

Because you hit ENTER, the program will have loaded in the Selection Screen parameters into it's memory. Hit the drop down for "Name of Screen Field" and select "VIEWNAME" and then enter in your Z Table in the "Value" column.

Now go to the next line and hit the drop down and select "UPDATE" in the "Name of Screen Field". Enter in a "X" in the value column.

Now save the transaction and there you have it.

Regards,

Omkaram.

0 Kudos

Thanks a lot for the detailed explanation.

I got "The maintenace dialof is incomplete or undefined"--- I think still undefined?!

How/What to do next?

Thanks in advance!

0 Kudos

You need to create table maintaince for the table / View .

Goto SE11 =>edit View = > Utilities => Table Maintainence Generator .

Create table mainitanece screen .

Then you should be able to use the parameter transaction .