2LIS_03_UM : Only needed if revaluations are carried out in Source. This data source is helpful if adjustment in material prices is done time to time otherwise it won’t extract any data.
Showing posts with label SAP BI Inventory Management. Show all posts
Showing posts with label SAP BI Inventory Management. Show all posts
All about Inventory Management.... 10 important points to consider while working with inventory management
Posted by Sharath Labels: SAP BI Inventory Management
by: Ranjit Rout
2LIS_03_UM : Only needed if revaluations are carried out in Source. This data source is helpful if adjustment in material prices is done time to time otherwise it won’t extract any data.
1. There are 3 SAP delivered transactional data sources for stock management.
2LIS_03_BX : Always needed to carry the initialization of the stocks.
2LIS_03_BF : Initialize this in source if you need historical data else an empty init can be done for this to load only future delta records. If the Source system is new then no need to do an initialization.
2LIS_03_UM : Only needed if revaluations are carried out in Source. This data source is helpful if adjustment in material prices is done time to time otherwise it won’t extract any data.
2. Check list for source system. Needs to be carried out before initialization of the above 3 data sources .
A. Table TBE11 : Maintain Entry ‘NDI’ with text ‘New Dimension Integration’ and activate the flag(Note 315880)
B. Table TPS01 : Entry should be as below(Note 315880)
PROCS – 01010001
INTERFACE - SAMPLE_PROCESS_01010001
TEXT1 – NDI Exits Active
C. Table TPS31 : Entry should be as below(Note 315880)
PROCS – 01010001
APPLK - NDI
FUNCT – NDI_SET_EXISTS_ACTIVE
D. Tcode – MCB_
In most cases you need to set the industry sector as ‘standard’. For more info please see Note 353042
E. Tcode – BF11
Set the indicator to active for the Business warehouse application entry. This entry may needs to be transported to the production system. (Note 315880)
3. After running the setup data, check the data for the fields BWVORG, BWAPPLNM, MENGE. If no data available in these fields then some setting mentioned in the above checklist are missing in R/3. Correct the issue and rerun the setup data.
4. Data staging with DSO for BX extractor is not allowed. Data should directly load from extractor to Cube only once. Choose the extraction mode as ‘Initial Non-cumulative for Non-cumulative values’ in the DTP.
5. DSO is possible for BF. If you are creating a standard DSO then choose the fields MJAHR,BWCOUNTER,MBLNR,ZEILE as key fields. Some of these fields won’t be available in the standard data source but the data source can be enhanced using LO Cockpit (LBWE) to add these fields. In addition to these other fields depending upon the DSO structure is also possible.
Note 417703 gives more info on this.
6. Point-5 is valid for UM also. The Key fields could be a combination of MJAHR,MBLNR,ZEILE,BUKRS fields. Note 581778
7. Data load to the cube should follow the below process
A. Load the BX data. Compress the request with stock marker(uncheck the marker option).
B. Load the BF and UM init data without Marker Update, as all the hitorical data of the BF and UM are already updated to the Marker while loading BX. Compress the loads without the stock maker(Check the marker option).
C. The future delta loads from BF and UM should be compressed with Stock marker(uncheck the marker option).
8. If in future the cube needs to be deleted due to some issues then the load process should also be carried out as above. (only init of BF and UM should be loaded first and then the deltas should be processed)
9. To check the data consistency of a Non cumulative cube the standard program SAP_REFPOINT_COMPLETE can be used. To check the compression status of the cube the table RSDCUBE can be refered. Before the compression of BX request, the ‘REFUPDATE’ field should be blank and after the compression the value should become ‘X’. Check Note 643687 for more info.
10. After BX data load to cube the data won’t be visible by LISTCUBE. Only after compression the data can be seen by running a query on the Non cumulative cube.
All about Inventory Management....- Marker Update, No Marker Update (BW-BCT-MM-IM)
Posted by Sharath Labels: SAP BI Inventory Managementby: Colum Cronin
Purpose
To explain the Marker Update & No Marker Update concepts within the Inventory Management.Overview
The use of Marker Update & No Marker Update is a cause of frequent confusion, which I hope to clear up with this page.Marker Update
- Updating the marker (i.e. Marker Update) is a special feature available only for noncumulative InfoCubes.
- This is done to improve the performance of the query read, especially when reading the current stock..
- It is used to reduce the time of fetching the non-cumulative key figures while reporting.
- It helps to easily get the values of previous stock quantities while reporting.
- The marker is a point in time which marks an opening stock balance.
- Data up to the marker is compressed.
No Marker Update
- The No Marker Update concept arises if the target InfoCube contains a non-cumulative key figure.
- For example, take the Material Movements InfoCube 0IC_C03 where stock quantity is a non-cumulative key figure. The process of loading the data into the cube involves in two steps:
- In the first step, one should load the records pertaining to the opening stock balance or the stock present at the time of implementation. At this time we will set marker to update (uncheck 'no marker update') so that the value of current stock quantity is stored in the marker. After that, when loading the historical movements (stock movements made previous to the time of implementing the cube) we must check marker update so that the marker should not be updated (because of these historical movements, only the stock balance / opening stock quantity has been updated; i.e. we have already loaded the present stock and the aggreagation of previous/historical data accumulates to the present data).
- After every successful delta load, we should not check marker update (we should allow to update marker) so that the changes in the stock quantity should be updated in the marker value. The marker will be updated to those records which are compressed. The marker will not be updated to those uncompressed requests. Hence for every delta load request, the request should be compressed.
Check or uncheck the Marker Option
- Compress the request with stock marker => uncheck the marker update option.
- Compress the loads without the stock marker => check the marker update option.
Relevant FAQs
- The marker isn't relevant when no data is transferred (e.g. during an delta init without data transfer).
- The marker update is just like a check point (it will give the snapshot of the stock on a particular date when it is updated).
- The request in which the opening stock (Initialization) is loaded must always be compressed WITH a marker update.
- The request in which historical material documents are contained must always be compressed WITHOUT a marker update. This is necessary because the historical material movements are already contained in the opening stock.
- Successive delta uploads must always be compressed WITH marker updates.
Related Content
Related Notes
SAP Note 643687 Compressing non-cumulative InfoCubesSAP Note 834829 Compression of BW InfoCubes without update of markers
SAP Note 745788 Non-cumulative mgmnt in BW: Verifying and correcting data
SAP Note 586163 Composite Note on SAP R/3 Inventory Management in SAP BW
Related Documentation
- 10 important points to consider while working with inventory management" blog:http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/14646
- "BI Inventory Management - Data Loading" blog:http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/906b837a-0d54-2c10-08b8-bde70337547e?QuickLink=index&overridelayout=true
All about Inventory Management - Step by Step guide to implement Inventory Management
Posted by Sharath Labels: SAP BI Inventory Management, Step by Step guide to implement Inventory Managementby: Gaurav Kanungo and Harishraju Govindaraju
Links:
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9054ac59-aac4-2d10-3d9b-df98c52b4f31?quicklink=index&overridelayout=true
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/906b837a-0d54-2c10-08b8-bde70337547e?overridelayout=true
SAP BI Inventory Management
Posted by Sharath Labels: SAP BI INTERVIEW QUESTIONS, SAP BI Inventory Management, SAP BW FAQS, SAP BW INTERVIEW QUESTIONSBy: Raj Kandula and Jitu Krishna
Source: sdn.sap.com
Hi,
Few points in Inventory Management.
BW Inventory movement cubes are initialised in two stages.
Firstly you load & compress the initial onhand stocks as of "todays" date;
secondly you load & compress the historic stock movements.
Once that's all done you do your regular delta loads to keep the info up to date.
The Marker is used as a reference point during compression to keep a running
total of what's onhand.
When you initially load "today's" onhands you UNCHECK the "No Marker Update" box, so that the marker records those stock levels.
When you load the historic stock movements you CHECK the "No Marker
Update" box, so that these movements do not affect the marker (as those
movements have already affected the current onhand level).
For the regular delta loads you UNCHECK the the "No Marker Update" box again so that the "future" movements net off the marker as they go.
Marker is used to reduce the time of fetching the non-cummulative key figures while reporting.
Refer
https://www.sdn.sap.com/irj/sdn/thread?messageID=4885115
https://www.sdn.sap.com/irj/sdn/thread?messageID=4764397
https://www.sdn.sap.com/irj/sdn/thread?messageID=4862257
https://www.sdn.sap.com/irj/sdn/thread?messageID=3254753#3254753
https://www.sdn.sap.com/irj/sdn/thread?threadID=422530
Inventory management
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/How%20to%20Handle%20Inventory%20Management%20Scenarios.pdf
How to Handle Inventory Management Scenarios in BW (NW2004)
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01e328
https://www.sdn.sap.com/irj/sdn/thread?threadID=776637&tstart=0
•• ref.to page 18 in "Upgrade and Migration Aspects for BI in SAP NetWeaver 2004s" paper
http://www.sapfinug.fi/downloads/2007/bi02/BI_upgrade_migration.pdf
Non-Cumulative Values / Stock Handling
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/93ed1695-0501-0010-b7a9-d4cc4ef26d31
Non-Cumulatives
http://help.sap.com/saphelp_nw2004s/helpdata/en/8f/da1640dc88e769e10000000a155106/frameset.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/80/1a62ebe07211d2acb80000e829fbfe/frameset.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/80/1a62f8e07211d2acb80000e829fbfe/frameset.htm
Here you will find all the Inventory Management BI Contents:
http://help.sap.com/saphelp_nw70/helpdata/en/fb/64073c52619459e10000000a114084/frameset.htm
Hope this helps.
Source: sdn.sap.com
Hi,
Few points in Inventory Management.
BW Inventory movement cubes are initialised in two stages.
Firstly you load & compress the initial onhand stocks as of "todays" date;
secondly you load & compress the historic stock movements.
Once that's all done you do your regular delta loads to keep the info up to date.
The Marker is used as a reference point during compression to keep a running
total of what's onhand.
When you initially load "today's" onhands you UNCHECK the "No Marker Update" box, so that the marker records those stock levels.
When you load the historic stock movements you CHECK the "No Marker
Update" box, so that these movements do not affect the marker (as those
movements have already affected the current onhand level).
For the regular delta loads you UNCHECK the the "No Marker Update" box again so that the "future" movements net off the marker as they go.
Marker is used to reduce the time of fetching the non-cummulative key figures while reporting.
Refer
https://www.sdn.sap.com/irj/sdn/thread?messageID=4885115
https://www.sdn.sap.com/irj/sdn/thread?messageID=4764397
https://www.sdn.sap.com/irj/sdn/thread?messageID=4862257
https://www.sdn.sap.com/irj/sdn/thread?messageID=3254753#3254753
https://www.sdn.sap.com/irj/sdn/thread?threadID=422530
Inventory management
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/How%20to%20Handle%20Inventory%20Management%20Scenarios.pdf
How to Handle Inventory Management Scenarios in BW (NW2004)
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01e328
https://www.sdn.sap.com/irj/sdn/thread?threadID=776637&tstart=0
•• ref.to page 18 in "Upgrade and Migration Aspects for BI in SAP NetWeaver 2004s" paper
http://www.sapfinug.fi/downloads/2007/bi02/BI_upgrade_migration.pdf
Non-Cumulative Values / Stock Handling
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/93ed1695-0501-0010-b7a9-d4cc4ef26d31
Non-Cumulatives
http://help.sap.com/saphelp_nw2004s/helpdata/en/8f/da1640dc88e769e10000000a155106/frameset.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/80/1a62ebe07211d2acb80000e829fbfe/frameset.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/80/1a62f8e07211d2acb80000e829fbfe/frameset.htm
Here you will find all the Inventory Management BI Contents:
http://help.sap.com/saphelp_nw70/helpdata/en/fb/64073c52619459e10000000a114084/frameset.htm
Hope this helps.
Subscribe to:
Posts (Atom)