Re: DSO Activation failure
Hi, I face the similar issue while activating DSO. Following are the logs from SM37: Job startedStep 001 started (program RSODSACT1, variant &0000000003486, user ID BI_ADMIN)DSO ZFITO004 is...
View ArticleDisadvantages of Line-Item Dimensions
Hello all, I know about the concept of line-item dimensions. I re-designed a cube and tested the performance. There was just one InfoObject, which was worth it to put into a line-item dimension...
View ArticleRe: Disadvantages of Line-Item Dimensions
Hi Christian, Theoretically line item dimensions contribute to a better query performance since it saves one join. However, there are many other factors and perhaps the constellation of InfoProvider,...
View ArticleRe: 0BPM* Extractors for Workflow
Hi Vinay, If you are able to find and install the DataSources, then I think you can proceed. My worry was that they were not available due to e.g. a missing ccBPM component. That is fortunately not the...
View ArticleRe: Data load through ABAP Praogram
CLEAR : dbtab.SELECT SINGLE tabname FROM dd02t INTO dbtab WHERE ddtext = 'UCMI_S_ITEM_PROP2 fuer Item'. TRY. CREATE DATA dref TYPE STANDARD TABLE of (dbtab)...
View ArticleRe: Data load through ABAP Praogram
Hi Satish, DD02T is a standard R3 Table. In your code there is a filter applied on dd02t- " WHERE ddtext = 'UCMI_S_ITEM_PROP2 fuer Item'.remove this line to get all the records to BW. Thanks,Akanksha
View ArticleRe: Data load through ABAP Praogram
But this text is a lookup from other table "/1FB/MD___8200DL". this table is present in ECC and has 12000 records but I couldn't find this table and text in BI
View ArticleRe: Data load through ABAP Praogram
Hi, If you have the same table at bw side why we do extraction of same table data.So BW won't holds that table. That's why we designed data flow and loading data to bw. Thanks
View ArticleRe: Data load through ABAP Praogram
Hi Satish,Then it is working fine I guess. Why you need all the 70K records from DD02T? Also I couldn't get your statement "couldn't find this table and text in BI" Regards,Akanksha
View ArticleRe: Data load through ABAP Praogram
So how can I get the table "/1FB/MD___8200DL" and correspnding text 'UCMI_S_ITEM_PROP2 fuer Item' to BI side raman?
View ArticleRe: Data load through ABAP Praogram
Assuming as your data source will be based on function module.then you need to implement a logic to pull text data as well. Take abap expert help and pull text as well.on same time data source need to...
View ArticleRe: Data load through ABAP Praogram
Hi Satish,I think I couldnt get your issue here, if the selection records you are not able to see, then how you are getting 20k records in BI? Can you please explain what is your issue/requirement?...
View ArticleRe: How to use PREDECESSOR_PARAMETER in DECISION process type?
Hi, Have a read of this document and see if it answers your question Using ABAP with Process Chain Decision Processes Regards, Gareth
View ArticleRe: Question related to unit conversion
What way does it look if you implement the standard 0ORD_QTY dataflow? Does it give you any hints on the way the conversion logic is used or does this have to be manually implemented in the standard...
View ArticleRe: Conversion Routine MATN1 is not working
Hi Abhi, 0MATERIAL/MATNR length is 18 only. if your material value is more than 18 then how will it shown at RSA3 as well. At info object level - have your conversion routine as MATN1? Thanks
View ArticleRe: Compatibility between ECC6 EHP0 and SAP BI
Hi Phillippe, BI Contents are downward compatible. Higher version of BI content can work with lower version of ECC system. "PlugIn" and "PlugIn Basis" are downward compatible. It means: e.g. an SAP...
View ArticleRe: Question related to unit conversion
Hi Rizwana, You need other z-object with 0BASE_UOM.Use 0MAT_UNIT infoobject, to create a conversion of PO_UNIT to 0BASE_UOM, you can use FM or check how to convert using 0MAT_UNIT in transfer rules....
View ArticleHCM-Master data load-Deleted/delimited records
We have BEx reports created on EMP, ORG, position and Job. Most of DataSource are custom and direct mapped into BW.These Master Data each has Daily Full load with filter on Object Type and we do Attr...
View ArticleRe: Disadvantages of Line-Item Dimensions
Hi Christian, I have been thinking about your question. I don't recommend defining a Line Item Dimension in your example with GTIN/EANUPC. The Dimension Table contains 8,000 distinct values, which is...
View ArticleRe: Conversion Routine MATN1 is not working
Hi Abhishek, Please check that the Material Number Format (t/code OMSL) in source system and BW correspond. Also make sure that conversion routine MATN1 is used in Characteristic 0MATERIAL. Best...
View Article