Re: Missing Detail Records in PSA When Initializing Cube (PSA not matching RSA3)
It's unlikely to be that your code is running differently in RSA3 than via InfoPackage. More likely is that standard SAP stuff is screwing things up. Btw, you must have a check that C_T_DATA is not...
View ArticleRe: Missing Detail Records in PSA When Initializing Cube (PSA not matching RSA3)
interesting, will give it a shot on Monday and report back. Thanks!
View ArticleRe: Unable to see HANA View details in Virtual InfoProvider
Hi Tapan, Please ask this question in SAP BW Powered by SAP HANA space. Regards,Vengal.
View ArticleUnable to load data from flat file
I am new to BW. I am trying to load Master data from flat file with time dependent. I have created two time dependents Designation and Salary. In Flat file I have created DateFrom and DateTo. In DateTo...
View ArticleRe: Unable to load data from flat file
Hi Chaitanya,If you are interested in trying and learning yourself. I can give you a hint. In the datasource, fields tab, there are two colmuns, Conversion and Format. Do some reasearch on what they...
View ArticleRe: Unable to see HANA View details in Virtual InfoProvider
Goto RSA1 and goto Infoprovider and go to the Extras -> Information logs -> Types/Attributes then you can see. I am not sure there is table for this info....
View ArticleData Extraction from SAP ECC using Informatica
Hello Everyone, We have a requirement to extract data from SAP ECC system and load it into Hadoop using Informatica (Version 10). Being an SAP Basis guy I have gone through the configuration guide...
View ArticleRe: Data Extraction from SAP ECC using Informatica
Hi Ashok, Let me try to answer your questions: Q1. Will Informatica extract data directly from tables or from DSOs in the ECC system?A1. A DSO is a persistent metadata object in BW. So you normally...
View ArticleRe: APD - Query as Datasource
Hello, Thanks for the replies. However, none actually helped and had to take help from SAP. SAP pointed it to the UOM conversion used in BEx. and advised some Formula & Exception aggregation...
View ArticleRe: Getting data from S_ALR_87013533, S_ALR_87013558 and S_ALR_87013560
Hey, did you manage to extract those values? Thank you
View ArticleRe: Unable to load data from flat file
Hi Are you referring in Extraction Tab. Also I see extra column is displaying with same field name while preview. For Ex. I have created Emp database with Empname, EmpDesig, Empdept, Empsalary, When I...
View ArticlePSAPBWAODS holding SAP table name
Hi All, I want to know is there any way by which, we can directly access the Tablespace PSAPBWAODS in SAP? Any table which is accesbale in SAP BW and holding oracle level information for tablespace's...
View ArticleRe: PSAPBWAODS holding SAP table name
Hi Disha, Please try t/code DBACOCKPIT. Best regards,Sander
View ArticleDynamic filter in DTP BW 7.4 ( change year for months from April to Dec)
Hi All Can you please help me writing a piece of ABAP code, which I will have to use in DTP filter? In my filter I have few restrictions, but one of them will have to be dynamic. I need to take only...
View ArticleRe: Dynamic filter in DTP BW 7.4 ( change year for months from April to Dec)
This is incorrect:l_t_range-sign = 'I'. * is integer The I indicates that the range is inclusive. If it was E then it would be everything not between low and high. Have you read...
View ArticleRe: PSAPBWAODS holding SAP table name
Hello, i am not able to access DBACOCKPIT Kindly provide some other. Do you know any table name which hold the tablespace data? regards,Disha
View ArticleRe: Dynamic filter in DTP BW 7.4 ( change year for months from April to Dec)
Hi Michal, Your DTP filter routine for 0CALMONTH could look as follows: * Local data declaration DATA: l_calmonth_low TYPE /bi0/oicalmonth, l_calmonth_high TYPE /bi0/oicalmonth, l_s_range...
View ArticleRe: PSAPBWAODS holding SAP table name
Hi Disha, Why are you not able to access t/code DBACOCKPIT? You do not have sufficient authorization or is your SAP release too low? Anyway, I believe that the data is stored in table MONI. It will...
View ArticleRe: Unable to load data from flat file
Hi Sagar,Which Time character (Info object) did you take in BW? incase if you have used 0CALDAY, then length should be 8, i.e YYYYMMDD. Regards,Hari.
View ArticleRe: Dynamic filter in DTP BW 7.4 ( change year for months from April to Dec)
Hi Sander Thanks. it is very usefull. I already spend some time and did that: l_t_range-option = 'BT'. "take only values in between as defined below l_t_range-fieldname = 'CALYEAR'....
View Article