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

Maintenance View

Former Member
0 Likes
743

Hi experts,

How can I check if a Z table have a maintenance view and if not have one how can I transport it?

Thanks for the help!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
705

Hi,

Go to SM30, enter the table name and see. If there is a table maintenance created, you will see that. Else you will have to create it.

Here are the steps for how to create table maintenance -

http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20im...

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm

http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm

/message/2831202#2831202 [original link is broken]

Hope this helps.

ashish

5 REPLIES 5
Read only

Former Member
0 Likes
706

Hi,

Go to SM30, enter the table name and see. If there is a table maintenance created, you will see that. Else you will have to create it.

Here are the steps for how to create table maintenance -

http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20im...

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm

http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm

/message/2831202#2831202 [original link is broken]

Hope this helps.

ashish

Read only

Former Member
0 Likes
705

You can do a 'where used' list in views.

Rob

Read only

Former Member
0 Likes
705

Thanks!

I see in the quality environment that the table have a maintenance view but in production not. How can I check what is the number of that order of the maintenance view to pass it to production?

Read only

0 Likes
705

Version management for the view will tell you that. You can also see there which transports went where.

Rob

Read only

0 Likes
705

Hi,

Maintenance views are created in a custom development class (in order to transport to production) and are assigned to a transport request.

Get the transport request no of the maintenance view and check the transport log in SE09. This will help to see if the view is transported to Production. If not, you can request your basis team to transport to Production.

ashish