Re: How to get dev key to develop custom program for Fiori UX (CAL)
Hi Ray, could you help us understand, why you would need to develop custom programs? What is the purpose of this exercise? Regards, Hannes
View ArticleRe: Look up script or else ?
Hi Frederic, I do not understand what do you mean by "match"... You have dimensions:ACCOUNTCUSTOMER If you want to calculate result for all customers simply don't reference CUSTOMER dimension: Script...
View ArticleRe: Nakisa structural authorization is not working in Org Chart hierarchy.
We had the same problem and adding the AUTH_CHECK parameter worked for us. - Is this documented anywhere? - What about listings and quick search? Are there similar parameters for those? Thanks,Michael
View ArticleRe: Will SAP design studio 1.4 support universe on Netezza?
I don't see this requirement specifically stated on the official roadmap at https://websmp108.sap-ag.de/~sapidb/011000358700000390622012D.pdf (SMP logon required) Would you please create an idea for...
View ArticleRe: error - string index out of range 9 in UDF
you need to change your udf like below if(str1.length() > 10) then use str1.substring(0,9) else str1.
View ArticleRe: Bex nested If condition
Hi Sourav, Please use below formula (Column1 == 0.00 AND Column2 > 0.00)*100+(Column1> 0.00 AND Column2 == 0.00)*(-100)+(Column1 <> 0.00 OR Column2 <= 0.00)*(Column1<= 0.00 OR Column2...
View ArticleRe: function module to update disconnection state in the table EDISCOBJH
Hi, have you tried with the where-used function on table EDISCOBJH? There are not too many function modules and programs using this table. Have you tried any?
View ArticleRe: SAP Business one Integration Platform
Hi, have a look here : SAP Business One Integration TechnologySAP b1if Tutorials or help documents Yatsea Li - YouTube good luck ! Pierre
View ArticleRe: SAP Download Manager Error
On your Windows My computer properties - Environment variable- in the system variables -JAVA_HOME= (Bin folder of JAVA)
View ArticleRe: Production Bill of Material --- Line Item Details Text
Lewis, Try using nested loops instead of GetFirst(). The GetFirst() behavior can be unpredictable, especially with Business Objects that can change over time. I'd suggest swapping and GetFirst() with...
View ArticleRe: (MX) Contabilidad Electrónica - RME 2014 Anexo 24
Hi Jelena Perfiljeva I try modify the standard code of: Note: My Basis give me an Auth Code and Object Code for do the modification. RPFIGLMX_EACCOUNTING_MAIN Line: 342 comment this line: i_curtp...
View ArticleRe: CO41 has configuration that you set the sort criteria profiles.
Hello Rodney As far as I know, there is no customizing for that. On transaction CO41 go to menu "edit" and "sort with field selection". BRCaetano
View ArticleRe: credit memo approval for sap workflow
Credit memo requests can, if I remember correctly, use user status as a basis for an approval workflow -raise the starting event via transaction BSVW and in the end change the user status to an...
View ArticleRe: Cuenta de usuario genera informes con datos erróneos
A qué te refieres con datos erróneos? Distintos montos en un mes o en una cuenta? O es que no puede ver ciertas columnas de meses? Pudieras darnos más detalle para poder ayudarte? Para lo segundo, está...
View ArticleRe: Subscript must be between 1 and the size of the array
Not sure that helps me much. This is a foreign concept I'm trying to work myself through (arrays). What I've arrived at right now is to place another If statement outside the original array to try and...
View ArticleRe: GRC 10.1 EAM getting Incorrect Password at Firefighter Logon
__Hi Josh, is the fire fighter a Service (user type)?If not please change this and reset the password to an Initial pw via SU01 (with the sign to create a new Password - Do not Change the intial pw...
View ArticleRe: Indexes in Process chains
Hey Joe, you may want to read up on SAP HANA documentation and presentations about the column store to get a foundation on what indexing would be used for and also why it is often not required.Also a...
View ArticleRe: Transport BEx Query from DEV to PROD - (Just the layout)
Hi!, Rama is right, you need add in your transport your elements, RK, CK.Use rsa1->transport connection ->Query elements->. RKF.CKF.Var.Structure Look your object and add right, add in your...
View ArticleRe: Query Panel not displaying in Webi
Hi Alain Lubin - I am having the exact same issues here but using the ODBC drivers is not helping/working. Can you please let me know what version of the SQL Server drivers you are using on the server...
View Article