‎2011 Jun 10 6:19 PM
Hello,
I am very familiar with creating a parameter transaction to call SM30 for a specific Z-table of ours.
However, I have 14 tables that a group of users will need to maintain. Rather than create 14 different transactions in SE93, what are my options?
When creating a parameter transaction in SE93, I get the error that the field 'VIEWNAME' is used more than once. There has to be a way to achieve this with only one transaction.
Thank you very much,
Michael
‎2011 Jun 10 6:56 PM
I dont think you can create a single transaction with multiple VIEWNAME's.Options I would suggest you is create a simple report with radio buttons for each table and call the FM "VIEW_MAINTENANCE_CALL" with the viewname based on user selection and create a single transaction to the report or create transaction for each and create a Area menu with all the 14 transaction.
‎2011 Jun 10 7:57 PM
I would suggest to create maintenance view for the tables if they are related and create transaction based on that...
if you want to divide into multiple views, view cluster is also an option.
Thanks