您的位置:首页 > 大数据 > 人工智能

Create a maintenance view for SAP standard table

2017-05-12 11:00 1071 查看
转载自: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.





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.









Add the standard table





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





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)





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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  视图 标准表