Create a maintenance view for SAP standard table

来源:互联网 发布:java笔试题 编辑:程序博客网 时间:2024/06/07 20:05

转载自:https://blogs.sap.com/2014/06/19/create-a-maintenance-view-for-sap-standard-table/


This blog post is a common hint for the situations described in Table Maintenance Generator for /SAPSRM/SC_TP

If you try to create a maintenance dialog directly – you’ll get following error message.

/wp-content/uploads/2014/06/scr000_479678.png

You will not be able to create a view maintenance dialog with Z* function group.

Here is a trick, how to avoid this error message. All you need is to create a Z-maintenance view for the standard table. So go to SE11 and create a new view.

/wp-content/uploads/2014/06/scr001_479679.png

/wp-content/uploads/2014/06/scr002_479680.png

Add the standard table

/wp-content/uploads/2014/06/scr003_479687.png

Save the maint. view to the Z-packаge.

/wp-content/uploads/2014/06/scr004_479688.png

If You get the error by activation of the maintenance view, which says “Package Z-blah-blah-blah does not have sufficient use access” – you’ll just need to add a /SAPSRM/PDO interface to your package (where you saved the maintenance view)

/wp-content/uploads/2014/06/scr005_479689.png

After that you will be able to generate a maintenance program for your newly created maintenance view.

Data will be writte to SAP standard table.

P.S.:  English language is not my native language, and any person is not insured from mistakes and typing errors. If you have found an error in the text, please let me know – I’ll correct the post.

P.P.S.: If you have some ideas, how to correct/improve this post – please don’t hesitate to leave a comment.


0 0
原创粉丝点击