BW Tips & Tricks
In your normal course of work in BW you would find yourself "stuck" in certain situations unable to decide how you would move forward. Some of these situations could be because certain functions are not available in the system. Most of these situations can be easily overcome if you know some "handy" tricks. I shall discuss some of the tips and tricks which should be useful to know for a BW consultant.
ROOSOURCE issue:
Enhancements are a never ending part in a project. There would be cases where you may need to add additional field to your datasource. One common issue which has been discussed quite often is that after adding the field to the extract structure it is not available in RSO2 or via RSA6 -> edit datasource. You can call this a bug which I experienced often when I was working with R/3 4.6C and 4.7. The problem can be easily overcome if you understand the ROOSOURCE table. You need to execute this handy program and you are set to go!!
Here are the steps:
Goto R/3 -> RSO2 -> your datasource and see if the newly added fields are there. If yes, then check if the checkbox for hidden is checked. If so, then uncheck them.
Goto R/3 -> SE11/SE16 -> ROOSFIELD table and see if you see the new fields for your datasource. If you see the new fields then execute this program:
tables ROOSFIELD. Update ROOSFIELD set SELECTION = 'X' where OLTPSOURCE = '' and FIELD = ' '.
Execute the program for each of the field and check the entries in RSA6/RSO2.
One caution though: Be careful in executing this program as you need to define the where conditions of the ABAP statement correctly for datasource and the field.
Find the R/3 field for the Corresponding BW info-object and vice-versa:
This is another situation where a BW consultant is stuck trying to find exactly which BW info-object needs to be mapped for the R/3 field in the transfer rules. For such cases you need to use the tables RSOSFIELDMAP. I just checked the info-object for the R/3 field MATNR and I got the BW info-object as 0MATERIAL.
Attribute table:
I just found this by chance. One of the SDNers wanted to know the list of info-objects where a particular info-object is an attribute. You can use the table RSDBCHATR. The field is ATTRINM. (轉)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/132884/viewspace-978291/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- jQuery tips and tricksjQuery
- Sed Tips and Tricks
- Vi/Vim Tips and Tricks
- 開發者進階必備的9個Tips & Tricks!
- 擁抱RxJava(番外篇):關於RxJava的Tips & TricksRxJava
- 26個Jquery使用小技巧(jQuery tips, tricks & solutions) 薦jQuery
- Tips & Tricks Learned Releasing an Hybrid App Using Steroids.jsAPPJS
- Tricks
- PyQt TricksQT
- css tricksCSS
- SAP BW系統建立連結到BW
- Python Tricks 若干Python
- 【筆記】Tricks - 期望筆記
- BW InfoProvidersIDE
- Roles in BW ProjectsProject
- Powershell tricks::Powershell RemotingREM
- 【筆記】Tricks - 雜項筆記
- 【筆記】Tricks - 根號筆記
- BW Query RRI FilterFilter
- BW: 80% of development costsdev
- BW: How To Delete Workbookdelete
- BW標準教程
- Powershell tricks::Code Execution & Process Injection
- CMDR-05: Tricks / Walks / HooksHook
- C++刷題tricks整理C++
- BW 系統引數
- SAP BW:CUBE size 分析
- BW的Repair Full RequestAI
- Important Transaction Codes For BWImport
- SAP BW : Cannot delete DTPdelete
- Tips
- 資料競賽Tricks集錦
- The Extend Concept css-tricks.comCSS
- # 有點用的工具使用tricks
- SAP BW 學習筆記筆記
- 在SAP BW中使用javascriptJavaScript
- BW 異常事件記錄事件
- SAP BW 基礎知識