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

PARAMETER TRANSACTION

Former Member
0 Likes
1,362

CAN ANYONE GUIDE ME ABT TABLE MAINTENANCE GENERATION(SM30) AND HOW PARAMETER TRANSACTION IS CREATED

THANKS IN ADVANCE.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,020

Hi,

Check this link for how to create a parameter transaction..

http://www.sap-basis-abap.com/sapbs011.htm

In the view name if you give your table name..Then sap will automatically determine the corresponding program and screen..

Thanks,

Naren

Message was edited by: Narendran Muthukumaran

8 REPLIES 8
Read only

suresh_datti
Active Contributor
0 Likes
1,020

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.

~Suresh

Read only

messier31
Active Contributor
0 Likes
1,020

Hi Nagini,

Just check this for table maintenance generator..

<b><a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/a7/513477407a11d1893b0000e8323c4f/frameset.htm">Generate maintenance dialog</a></b>

Hope this helps you..

Enjoy SAP.

Pankaj Singh

Read only

Former Member
0 Likes
1,020

DOES THE <b>PARAMETER TRANSACTION</b> RELATED TO <b>TABLE MAINTENANCE GENERATION</b> .

Read only

0 Likes
1,020

Not necesssarily..

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

ie similar to how you store default values for the selection screen for a report in its variant.

~Suresh

Read only

Former Member
0 Likes
1,020

I got it but what I want to know is

where is TABLE MAINTENANCE GENERATION and parameter transaction connected ??

Read only

0 Likes
1,020

The connection is that in SE11, you use the table maintenance generator to create a maintenance program which is really a function group behind the scenes. You then use SM30 which will look for this function group automatically and call the appropriate function module which was generated, the parameter transaction is merely calling SM30 and giving the table name.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
1,021

Hi,

Check this link for how to create a parameter transaction..

http://www.sap-basis-abap.com/sapbs011.htm

In the view name if you give your table name..Then sap will automatically determine the corresponding program and screen..

Thanks,

Naren

Message was edited by: Narendran Muthukumaran

Read only

Former Member
0 Likes
1,020

THANKS..