‎2006 Nov 02 6:13 PM
CAN ANYONE GUIDE ME ABT TABLE MAINTENANCE GENERATION(SM30) AND HOW PARAMETER TRANSACTION IS CREATED
THANKS IN ADVANCE.
‎2006 Nov 03 7:53 PM
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
‎2006 Nov 02 6:14 PM
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
‎2006 Nov 02 6:21 PM
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
‎2006 Nov 02 6:26 PM
DOES THE <b>PARAMETER TRANSACTION</b> RELATED TO <b>TABLE MAINTENANCE GENERATION</b> .
‎2006 Nov 02 6:32 PM
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
‎2006 Nov 03 7:48 PM
I got it but what I want to know is
where is TABLE MAINTENANCE GENERATION and parameter transaction connected ??
‎2006 Nov 03 7:51 PM
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
‎2006 Nov 03 7:53 PM
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
‎2006 Nov 03 8:19 PM