Re: BI Content for 0CRM_CLAIM
Hi, BW7.x onwards we don't need BI content activation of data source at bw side.we directly use the same one. Lets assume this is your data flow.Data source-->dso-->cube.Now your data source...
View ArticleRe: Reporting FAGLFLEXA document level data
Thanks Sander I've told the client EHP3 is required for true line item reporting from FAGLFLEXA. I had already unzipped the content for 0FI_GL_4 and this does reconcile with FAGLFLEXT ( tx...
View Article0HR_PT_2 and 0HR_PT_3 extractors - settings for time types and quotas
Hi All, we have requirement to report on annual leave and balances for the employees, therefore I wanted to use extractors HR_PT_2 and PT_3; however I'm not clear of how to set in sbiw reporting time...
View ArticleRegarding DataSource Enhancement using BADI
Dear All, I am trying to enhance the standard Master Data Data Source : 0MATERIAL_TEXT using BADI. This is the first time I am using enhancement of data source. I have followed the below steps: First I...
View ArticleRe: Regarding DataSource Enhancement using BADI
Hi Padmaja, In BADI, create a implementation and go to method DATA_TRANSFORM.write below code below and you should be good. You may have to change a little bit but this should suffice your requirement....
View ArticleProblem with 0CRM_SALES_ACT_1 to extract activities
Dear all, I try to use data source 0CRM_SALES_ACT_1 to extract activities but I found the extraction function CRM_SALES_ACT_1_MAP exclude TASKS (BUS2000125). I searched in SAP support portal and SCN...
View ArticleRe: Regarding DataSource Enhancement using BADI
Hi Padmaja, You can have a look at document Step By Step Procedure to Enhance Standard BI/BW Extractor Using BADI for a good overview of the steps with a coding example. Please also consider to...
View ArticleRe: Reporting FAGLFLEXA document level data
Hi Ian, Although I never tried it, DataSource 0FI_GL_4 (extracts indeed from BSEG) might indeed still work (in your release/SP/EhP and perhaps also beyond). However, I would recommend to upgrade to...
View ArticleRe: 0FISCPER Variable for current and previous
EPORT ZBWV_ZVR_FISCPER_PRE_CURR_PER.DATA: w_curper TYPE /bi0/oifiscper, w_preper TYPE /bi0/oifiscper, w_month(3) TYPE n, w_year(4) TYPE n, w_buper TYPE...
View ArticleRe: 0FISCPER Variable for current and previous
Hi Keith, I guess your writing as a separate ABAP Program by using hence your receiving this error. You have to place this code in DTP against to FISCPER as per your requirement. Am I correct? Thank...
View ArticleBW DataSource for the Assignment: Cost Component - Cost Element (like t/code...
Hi experts, is there a Standard DataSource to get the Assignment: Cost Component - Cost Element (like ERP t/code OKTZ)? Many thanks in advance! Best regards,Michael
View ArticleRe: BW DataSource for the Assignment: Cost Component - Cost Element (like...
Hi, please check the below data source - 0CO_OM_CCA_9may be it will help or go to the custome data source using the table funciton. -Phani.
View ArticleRe: 0FISCPER Variable for current and previous
you don't have l_t_range declared in your code...
View ArticleSAP BI DATE FORMAT
Hello Experts, I have made a flat file extractor . Flat file is coming from Another third part database. Date format in flat file is in form DD/MM/YYYY . but in BI we do not have date dormat...
View ArticleRe: activating standard dso error DDIC Object not installed
Hi while activating the DSO the active table /BI0/AFIGL_O1000 is showing error as below. error shows Table /BI0/AFIGL_O1000 could not be activated.So in SE14 the active table is not found. What...
View Article0FI_AR_04 Problem on clearing Date
Hello Expert, I have checked the problem on the forum without finding the good answer to my question. I have a document wich is cleared on R3 (with a clearing date and a clearing document) but when i...
View ArticleStandard BW Datasource for Packing Instructions
Hi BW Experts, Are there any Standard BW Datasources for Packing Instructions.The Packing Instructions data mainly resides in PACKPO, PACKKP, PACKKPS tables in SAP. If there are no Standard extractors...
View Article2LIS_03_BX data not matches with MB5B
Hi Gurus, I have run the setup table properly, no issues on that. When I run the extractor in RSA3…it matches perfectly with the MB5B transaction for most of the plants. But the problem is that for...
View ArticleRe: SAP BI DATE FORMAT
Hi, You use routine to update DATE required format Data: w_day(2) type n, w_month(2) type n, w_year(4) type n. Clear: w_day,w_month, w_year. w_day = DATE+0(2).w_month =...
View ArticleRe: Regarding DataSource Enhancement using BADI
Hi Amit, Thank you very much for your reply. I have tried the code, but not getting the data into the field. no syntax errors,no run time errors. I have debug the code. it triggers the data source, but...
View Article