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

Creating a parameter transaction

Former Member
0 Likes
2,141

Hi All,

Can any one tell me how to create a parameter transaction of ztable?

Tnx,

Joe

1 ACCEPTED SOLUTION
Read only

venkat_o
Active Contributor
4 REPLIES 4
Read only

venkat_o
Active Contributor
Read only

jaideepsharma
Active Contributor
0 Likes
2,105

Hi,

GO to se93. Enter transaction name you want to create. Press on create button and choose option Transaction with parameters.

Enter SM30 in transaction and tick check box skip initial screen. Enter following details in bottom under default values.

Name of Screen Values

UPDATE X

VIEWNAME Your table name.

KR Jaideep,

Read only

Former Member
0 Likes
2,105

Hi Joe,

Goto t-code se93.

Enter transaction name you wanted to create.

Press create button and choose the option Transaction with parameters.

Enter SM30 in transaction and tick check box skip initial screen.

Type the below details in bottom of the screen under default values.

Name of Screen Values

UPDATE - X

VIEWNAME - <Your table name>

Hope this clue will help you

-Sujatha

Read only

Former Member
0 Likes
2,105

Hi,

Parameter transactions allow you to preassign values to fields on the initial screen of a transaction.

To create a parameter transaction, use the Transaction Maintenance transaction (SE93). Once you have entered a transaction code and short description, choose transaction type Transaction with parameters (Parameter transaction).

You can hide the initial screen of a parameter transaction if you have specified values for all of its fields.

Have a look to dis link[link|http://www.sapdev.co.uk/tips/tips_tabmaint_tcode.htm]

regards,

Archana

Edited by: Archana Kumari on Aug 28, 2009 1:37 PM