BW: How To Delete Workbook
To delete a workbook, use function module RRMX_WORKBOOKS_DELETE (execute using Transaction SE37 and Test).
Give the parameters workbook ID (I_WORKBOOKID) and object version (I_OBJVERS).
To get these, goto se11, table RSRWORKBOOK and get these details.
源文件 <https://forums.sme.sap.com/message.jspa?messageID=8928416>
In Bex Analyzer, first, you don't see the technical name of a workbook, you also can't delete them.
In our system, several workbooks are created from a common workbook template, and save in a folder of an user workbook role.
To save the new workbook, the old workbook need to be deleted from the Role. Then, those unused workbooks should be deleted from workbook table.
To delete the old workbooks from the role, first of all, make sure this role is a production role which would not be transported from Dev again. Then, go to pfcg — enter the role — go to the menu tab — delete the workbook from the folder.
To delete unused workbooks, go to SA38 – RSWB_ROLES_REORG — check the workbooks you want to delete and click on "Delete All". The button is a little misleading, it's called "Deselect all" in some version, and it really means "delete all selected". Also, when clicking on it, you might lost the SAPGui session temporarily. It will come back in a few seconds/minutes.
If you want to delete the query that is used by some workbooks, you can't do it through "Query Designer". In this case, t-code RSZDELETE can be used to delete the query as well as the dependent workbooks. You'll get a message when you delete the query:
Dependent Workbooks, Crystal Reports, and Views May Exist
Do you want to delete these objects from your favorites and roles?
相關文章
- How To Delete Unwanted Boot Menu Itemsdeleteboot
- Centos/RHEL :How to add,delete and display LVM tagsCentOSdeleteLVM
- 檢視BW執行狀態
- JavaScript deleteJavaScriptdelete
- URLSearchParams delete()delete
- FormData delete()ORMdelete
- How to ssh
- 異常:java.lang.NoSuchMethodError: org.apache.poi.ss.usermodel.Workbook.getCellStyleAtJavaErrorApache
- Map delete() 方法delete
- WeakMap delete() 方法delete
- WeakSet delete() 方法delete
- SQL__DELETESQLdelete
- Set delete() 方法delete
- JavaScript delete用法JavaScriptdelete
- URLSearchParams delete() 方法delete
- git delete and revertGitdelete
- MySQL Delete PHPMySqldeletePHP
- How to find dependency
- 如何在Oracle表中選擇主鍵列BWOracle
- OUTLOOK - Unable to Delete Meetingsdelete
- 740. Delete and Earndelete
- [譯] WebAssembly: How and whyWeb
- How OpenStack integrates with Ceph?
- How to Build a Cybersecurity CareerUI
- CISO之What & How
- How to Restart Qt ApplicationRESTQTAPP
- How Python list works?Python
- How to Install psql on MacSQLMac
- How to Install LibreOffice on UbuntuUbuntu
- 450-Delete Node in a BSTdelete
- 記憶體(new delete )記憶體delete
- Sanic delete()方法/函式delete函式
- 如何提高MySQL DELETE 速度MySqldelete
- jemalloc delete 出現 segmentfaultdelete
- How to make sense of Kotlin coroutinesKotlin
- How to Install ClamAV on CentOS 7CentOS
- How to change the background color for PyCharmPyCharm
- How to subscribe to GPT4?GPT
- How boltdb Write its Data?