Share |

Creating transaction code for table maintenance (SM30)


Allowing access to table maintenance via a custom transaction code is fairly straight forward. Once the table maintenance has been generated for a specific database table you need to create a parameter transaction which will essentially call transaction SM30 and pass the relevant details of the table you want to maintain. See below for example

Step 1 Create parameter transaction (i.e. via SE93)




Step 2 Enter transaction details.
Select the transaction radio button and enter the transaction you want to execute (In this case it is SM30). Now within the Proposed values section there are a number of values which can be setup, simply use the drop down menu to view the list. The 2 values assigned in this example are as follows:

	VIEWNAME: 	Set table name to be maintained
	UPDATE: 	Open table for update