Re: Using a variable to specify contents of a specific field
Hi James, Here's what I did to get to where you want it. Create a second group based on FSD_ID. Now do a Record Sort on Question_ID. Create a formula called Initialize like: WhilePrintingRecords;...
View ArticleRe: Back-end data files
You can only get these if you do the SAP academies, please refer to my other reply for alternatives
View ArticleRe: how to install sap bpc on netweaver
That's a SAP Basis/Netweaver consultant activity so you need one to do this since it is complicated and requires previous knowledge on other domains. However the MS version you can install it easily by...
View ArticleRe: Not Understanding this code: (field-symbol) to create dynamic ALV table
Hi sami, this is ABAP syntax. ptr is defined as REF TO DATA, this means ptr does not store actual data but contains the memory address of those data. This is called a pointer to the data. ptr->* is...
View ArticleRe: Request processing failed. (XLS 000009)
Hi Obinna, Failed to get the cube from connection is a generic error message, and can be due to multiple reasons. Mostly the issue is associated with the BICS connection. To find out the exact cause I...
View ArticleWant Crosstab to display "0" value
Hi everyone, I’m trying to have my crosstab display a value of “0″ for instances when the formula returns a null value. Right now, any return of a null value is not being displayed on my crosstab and...
View ArticleRe: Flattening Dimension Hierarchy in BPC 7.5 sp15 for Netweaver
Maybe using properties on your dimension? You could use something like a LEVEL property and then using it on your report. Worst case you could manually create the input form with EVDRE functions...
View ArticleRe: How to increase signed data value by 10 using conversion file
You could also consider using DEFAULT.LGF script logic for this and using the "Run default logic" as an import option
View ArticleRe: ic elimination
You need to trigger the calculation using a script logic .LGF file referenced on you Package from the Data Manager. Delivered environment in SAP BPC has examples for this
View ArticleRe: filedrop target (web dynpro java ui)
Thanks Govardan Raj, but that page I had already seen and furthermore, it is the same as putting on help content of SNDS .I followed all the steps and I could not get it .Regards.
View ArticleRe: I need fms at line level rows(substring)
Hi,Ttry:SELECT QTY= ($[$38.21.number])FROM OSTC WHERE OSTC.Code ='TEST'Thanks,Gordon
View ArticleUsing Visual Studio 2013
Hi all, i have been using visual studio 2010 to code the xslt files, everything works fine, i mount the B1if WebDAV using netdrive and edit the files in the mounted drive.I want to do the same using...
View ArticleRe: Screen Merge using SAP SCREEN PERSONAS 2.0
Hi Steve, Sorry for late response, Thanks for your help, would wait for Personas v3 to be launched. With RegardsVishal
View ArticleRe: Connecting HANA with Excel through VBA
What kind of view do you want to insert data into exactly?If you refer to information models (e.g. analytic or calculation views) you're in bad luck as these are read-only objects. For general DB...
View ArticleRe: ADS functionality - not able to generate PDF
What error you are getting while testing program FP_PDF_ERRORMESSAGE_TEST . Try testing the same on diffrent workstations. Sometimes this kind of issues occurs due to uncompatible versions of adobe...
View ArticlePass parameter from one session to another in Personas 2.0
Hi, We have made some entries in ME21N transaction and have launched a report ME2L with using script without saving our data on ME21N. While we launch ME21N from ME2L report all previous entries which...
View ArticleRe: Target repository is not showing up for Export Jobs DS4.2
Arujun, Created User qas_UserAssigned Group AdministratorsFrom DataServices selected ds_eu_qas Repo, from security add Principles added newly created user qas_user. Screen shot below. Logged into DS...
View ArticleRe: Where I can find the alert inbox in the Pi only Java (7.4)?
Hi Alberto, You should find under PIMON (Message Monitoring). <http://<host>:<port>/pimon> --> Monitoring --> Alert Inbox <http://<host>:<port>/pimon> -->...
View ArticleRe: BAI2 current day files
Raj, You should not post to GL using the current day bank statement. Current day bank statement should be used only for cash management purposes. Having said that you can upload current day bank...
View ArticleHow to model Multiple level BOM in SAP CTM
Hi Gurus, I have a 2 PDS as follows1. FG1--> PFG12. PFG1- COMP1 Now if i were to do only material constraint planning using CTM ( assume infinite capacity), what settings do i need to make in...
View Article