Re: When choosing between Embedded or Standard?
Hi Victor, There's a lot of discussion around the two approaches and the decision should balance not just the technical part but also the complexity, flexibility and IT "independence" that the...
View ArticleRe: Need to learn SAP BPC
Hi, 1. with your BW background you can do the technical side of the BPC, you need to understand how BPC cube works and stores data, it is different to BW. If you know ABAP then that will be very...
View ArticleRe: Querying a dim's column in star join HANA view why result in entire view...
Hi Nitin first of all: please avoid emailing me directly in order to get me to look into your questions. My involvement in SCN and other forums is purely voluntarily and I actually do have a day job...
View ArticleRe: Comments in BPC EPM
Hi Rohin, Why don't you just change the employee number in your EPMSAVECOMMENT formula? Andy
View ArticleRe: Low performance for inner join on HANA
I am embarrassed to say this but I restarted the services with the commands below and it has been fixed Can't believe this could solve the issue. I think you were right Lars, there was a problem about...
View ArticleRe: When choosing between Embedded or Standard?
Hi Victor, Does your client use BW/IP at the moment?Does your client have HANA?Does your client want an IT controlled or Finance controlled BPC system? If yes to 1 and 2, and IT controlled, then use...
View ArticleRe: Preventing zero value records from getting exported, on running EXPORT...
Hi Rupali, my suggestion will be using endroutine in your transformation file to remove all the 0 signeddata in your export table. Andy
View ArticleIQ 15.4 upgrade to IQ 16.0 N-Bit FP migration with more HW RAM
My current IQ 15.4 ESD 5.3 is about over 20TB data, the HW is HP Linux with 1TB RAM already. I ran couple times of N-bit FP conversion at UAT / test env; the N-bit conversion can take over 12 hours.12...
View ArticleRe: Use of Tcode RESRBC
Hi George, Thanks for your input.Kindly check also below thread: FI Document Was Posted by Tcode RESRBC Thanks and Best Regards,Ferdie
View ArticleTotals different when Webi report gets exported to Excel SAP 4.1 sp3
Hi GuysI am having a weird issue with my Webi report where the totals for a column are different in Webi but when the same report gets exported to excel, and when I manually try to add up the nos , I...
View ArticleRe: PB Newbie - dddw style
Lars, I checked it. my mistake. ll_row = ldwc.Find ( "person_id = '10002' " , 1, ldwc.RowCount() ) It ran now. How can I make the value of person_id in the ldwc.find statementa variable(the user...
View ArticleRe: How to read PDF and XLS files into XML format by PI?
Hi Simran! Take a look at these blogs: http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/05/30/working-with-imagespdfs-in-pi-using-udf XI: Read data from PDF file in Sender Adapter | SCN...
View ArticleRe: Sp No se ejecuta cuando dan Crear, y existe un Procedimiento de Autorización
Hola ingeniero, por el momento no tengo acceso a B1 pero mientras, te puedes orientar en la siguiente discusión:SP notification y mañana te apoyo con ayuda puntual sobre tu problema. Saludos.
View ArticleRe: PB Newbie - dddw style
Depends on where you are: if it is in the itemchanged event then the data argument contains the person_id: ll_row = ldwc.Find ( 'person_id=' + data , 1 , ldwc.RowCount()) ItemChanged event happens...
View ArticleRe: How to avoid ATP check in Sales order
Prasad,You can turn off ATP checking at the requirements class (OVZG) or at the schedule line category (OVZ8). I hope you know what you are doing. Best Regards,DB49
View ArticleRe: Error in Rehire action
Check if the re-hire action is configured as a secondary action - in T529A check box field U302 may have been ticked. Un-tick this check box. This check-box should ticked only for actions performed on...
View ArticleRe: PB Newbie - CurrentRow() is unknown function name
When you script in the rowfocuschanged event the variable currentrow is available to you to use it as you wish: event rowfocuschanged (long currentrow) returns long [pbm_dwnrowchange]...
View Article