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 for table maintenance - multiple tables?

Former Member
0 Likes
600

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

2 REPLIES 2
Read only

Former Member
0 Likes
439

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.

Read only

Former Member
0 Likes
439

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