Quantcast
Channel: SCN: Message List
Viewing all 8667 articles
Browse latest View live

Re: Send Workflow email to User SAP Inbox with a Popup and cproject link

0
0

Hi Rick,

 

Thanks for your reply!

 

With "&VAR##&" you mean passing multiline container element directly in the description?

 

I did try passing the multiline container element lets say 'A', which holds the data to the task description like &A& but when I execute the workflow. User decision task description is blank.


Re: Raising an error message from within an Enhancement Point

0
0

Hi,

 

But the coding there and the referenced Note are very explicit as to why you cannot achieve the desired functionality at that point in processing... It is too late to attempt to validate something and return control to user from within the logic that is registering "modules" for asynchronous update; doing so may and therefore sooner or later will lead to inconsistent updates. It's difficult to suggest anything without knowing specifics, but all the validations that user should react to must happen prior to MB_POST_GOODS_MOVEMENT call - somewhere within MB_CREATE_GOODS_MOVEMENT, for example.

 

cheers

Janis

Reporte de comisiones por tipo de articulo

0
0

Buen día.

 

Saben que tengo un reporte para sacar comisiones de los vendedores y no soy muy bueno para esto de la programación, el calculo se hace sobre el total del documento, pero tengo dentro de la descripción de las lineas unos productos especiales que contienen la leyenda IQF, a los cuales les tengo que aplicar otro porcentaje para calcular su comisión, mi duda para cual les solicito su apoyo es como puedo hacer para seleccionar dentro de este mismo reporte esos productos y realizar el calculo de las mismas y que esto no afecte en caso de que la factura contenga o no alguno de estos artículos, haciéndome el desglose por las comisiones "normales" y las "especiales IQF".

 

Gracias de antemano y saludos.

 

Este es mi query con el que realizo el calculo de las comisiones "normales"

 

SELECT distinct

T0.DocNum 'Factura',

T0.DocStatus 'Estatus',

T0.DocDate 'Fecha',

T0.CardCode 'Cliente',

T0.CardName 'Nombre',

T0.DocCur 'Moneda',

T0.DocTotal 'Total Factura',

T0.PaidToDate 'Total Pagado',

T0.DocTotal* .0047697  'Comision Total',

(T0.DocTotal* .0047697) * .25  'Comision Vendedor',

(T0.DocTotal* .0047697) * 0.375  'Comision Supervisor1',

(T0.DocTotal* .0047697) * 0.375 'Comision Supervisor2',

T1.SlpName 'Vendedor',

T2.PymntGroup 'Cond. Pago',

T0.DocTotalSy 'Total USD',

T3.DocNum 'No.Doc. Pago',

T3.CashSum 'Efectivo',

T3.CreditSum 'T.Crédito',

T3.CheckSum 'Cheque',

T3.TrsfrSum 'Transf',

T0.DocTotal 'Total Pago',

T3.DocDate 'Fecha Pago'

 

 

FROM OINV T0

INNER JOIN OSLP T1 ON T0.SlpCode = T1.SlpCode

INNER JOIN OCTG T2 ON T0.GroupNum = T2.GroupNum

INNER JOIN ORCT T3 ON T0.[ReceiptNum] = T3.DocNum

INNER JOIN NNM1 T4 ON T3.Series = T4.Series

INNER JOIN RCT2 T5 ON T3.DocEntry = T5.DocNum

 

 

WHERE T3.DocDate >= '[%0]' and T3.DocDate <= '[%1]' and T1.slpname = '[%2]'

AND T3.Canceled = 'N'

ORDER BY T0.DocNum

Re: web dispatcher load balancing configuration

0
0

That config is wrong, you can have't have the same <SID> twice. You do understand that when Web Dispatcher is configured against the message server, it will get the load balancing information of all the available application servers?

Re: transaction

0
0

I'm sorry but I will have to point a few things out now:

 

1) Please post in English on SCN

 

2) If your query is not answered completely, why did you mark an answer as correct?

 

3) You second query does not seem in any way related to your first query. You should post a separate discussion for this.

 

4) You cannot expect to give a message number and expect SCN users to search the message text and the scenario triggering it. Answering questions on SCN is not a profession for people. Most people answering on SCN are pretty busy and will not have time to search for the text of your error message.

 

Now, if you can explain the scenario and the error message, someone will help you

Creation of node failed

0
0

Hi,

 

after getting started last week with BOPF by help of the information I found in this community, this week I've started creating my first real subnode.

 

But I'm not able to create a subnode on our DEV system within transaction BOPF_EWB.

I get the information message "Creation of the Node has been failed" without further information what's going wrong.

The subnode is not created within the BO but the DDIC objects entered in the wizard (combined structure, table type, db table) were created.

What could be the problem? Any ideas? I haven't found any note regarding this error.

Release is 702 with SP08 for SAP_BS_FND.

 

Thanks for help in advance

Svenja


Re: How to hide 'SAVE' button in adobe form layout

0
0

for all i know, it is not possible.

 

Thanks.

Uma

Re: SAP ABAP Search program/Function module.

0
0

Thanks kannan .

yes this is what I was looking. Sorry I will do a search in SCN next time before posting any questions.

 

Thanks

Ram


Re: SAP SD FT export licenses

0
0

more printscreens.

For the testresult, I created an ET customer who only had a valid certificate B, but not C. I expected SAP to go searching as well for certif C before resulting in "green light".

 

Looking forward to your reply!

 

KR,

Peter

Re: Mass User Management Tool for BPC version 10.0 801 Error

0
0

We got the same issue - on installing V 7.0 transport

 

Download the new version of the transport for 10

 

see the screen shot

img.png

Error -25596 when trying to connect to use the Informix Online Server native data source

0
0

Hi All,

 

We currently use a very old version on crystal (v9) and have recently downloaded the current version (14.1.1.1036) in order to investigate the effort involved in upgrading.

 

In the past we have always connected to our IBM Informix Server using the native Crystal Reports Informix Online Server data source, but all attempts with the current version of Crystal Reports are failing with error -25596.

 

The error is reported by Informix and it has this description:

-25596  The INFORMIXSERVER value is not listed in the sqlhosts file or the

Registry.

 

The default database server name that the INFORMIXSERVER environment

variable specifies must be a valid database server name in the file

$INFORMIXDIR/etc/sqlhosts on UNIX or the registry on Windows. Check

that the specified server is listed in the sqlhosts file or the

registry.

 

However, I'm of the opinion that the server is known and is configured OK (it's configured using the Informix SetNet32 application and it has resulted in this registry key being populated:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Informix\SqlHosts\prod1_devdb1 (NB: prod1_devdb1 is the name of the server I am trying to connect to).

 

I can create ODBC datasources on my PC and they work OK.  I can also run our legacy VB6 application (using the Crystal 9 COM objects) and connect using the native drivers to the Informix database.

 

My PC is running 64 bit Windows 7 Enterprise (fully patched).  Our Informix server is version 11.7 running on a SUSE server.

 

Any suggestions for where to start looking to solve this?

Re: select of date with yyyymmdd format

0
0

this might be the issue, the data is ibm I as/400, I better check there

Image in CR 2010 (13.0.2 or higher)

0
0

Hi, I would like to know if there is possible to pass the image (byte array of data) to the crystal reports? To maybe some parameter? The same as I pass some string variables.

Here is similar question: asp.net - insert image in crystal report - Stack Overflow


Keep in mind I have plenty of other data to pass to parameters (field and formula) + the picture - but how to do it?

 

 

I know I can show the image inside of CR by setting it when choosing Picture icon, but this is then the only image I can set. I would like to set image dynamically.

 

Thx in advance,

Mitja

Problem in Rough Cut Plan while displaying horizon nbr of columns

0
0

Hi Expert,

 

During the creation of Rough Cut plan for material Trx MC87, the system display only one Column.

 

I Tried to extend the period by using the the button "page Right" and "page left" but there is no  chance.

 

your support is highly suitable

Olfa

Re: select of date with yyyymmdd format

0
0

it gives a message cursor is right before the =

 

'A Number is required here' I

 

maybe related to data on the ibm I as400


Re: Problem in Rough Cut Plan while displaying horizon nbr of columns

0
0

Hi Dear,

 

should Go to trx MC79 and change the date and the period or make it all blank field

 

Re: Problem in Rough Cut Plan while displaying horizon nbr of columns

0
0

thanks for your answer

Re: WebI SP04 Patch 2 Report refresh BICS issues

0
0

Hi Matt,

 

While the symptoms are not identical the error dump and environment details are very similar and may be worth pursuing (SAP Note 1908362):

 

Symptom

  • Web Intelligence Processing Server crashes on Solaris when searching List of Values in Report level Filter
  • The WIReportServer crashes (restarts) when searching a report level filter (using the find functionality) in WebI if the WIReportServer is running on Solaris
  • This does not occur on other versions of Unix (AIX, Linux, etc)

 

Environment

  • SAP Business Intelligence 4
  • SAP BusinessObjects Enterprise
  • Web Intelligence
  • Solaris OS

 

Reproducing the Issue

  1. Create a simple WebI report via BILaunchPad where WIReportServer is running on Solaris
  2. Add a report filter on any object
  3. When adding the filter, a List of Values for that object is displayed
  4. Instead of selecting a value, type one in to the Search (make sure it is the search field, not the free value entry)
  5. After ~30 seconds, a java error occurs (stack below)
  6. The WIReportServer restarts

Java Stack from WebI Java Report Panel:

java.util.concurrent.ExecutionException: com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException: com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException: FatalException occured. The cause was : com.businessobjects.corba.generic.container.proxy.internal.DependencyFailoverCallbackImpl$FailoverFatalException: Prepare failover failed

at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:144)

at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:101)

at com.businessobjects.sdk.core.server.internal.AbstractServer.processIt(AbstractServer.java:183)

at com.businessobjects.sdk.core.server.internal.AbstractServer.process(AbstractServer.java:133)

at com.businessobjects.services.coresdk.wsgateway.GatewayPortImpl.processRequest(GatewayPortImpl.java:119)

at sun.reflect.GeneratedMethodAccessor227.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:173)

at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:89)

at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:61)

at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:75)

at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)

at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)

at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)

at java.util.concurrent.FutureTask.run(FutureTask.java:138)

at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)

at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:106)

at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:255)

at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:113)

at org.apache.cxf.transport.servlet.ServletDestination.invoke(ServletDestination.java:102)

at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:464)

at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:188)

at org.apache.cxf.transport.servlet.AbstractCXFServlet.invoke(AbstractCXFServlet.java:148)

at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:179)

at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:103)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)

at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:159)

at com.businessobjects.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:110)

at com.businessobjects.http.servlet.internal.ServletLastFilterChainElement.service(ServletLastFilterChainElement.java:30)

at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:46)

at com.businessobjects.webutil.boetrustguard.BOETrustPrepareFilter.doFilter(BOETrustPrepareFilter.java:32)

at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)

at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)

at com.businessobjects.swd.shared.tracelog.TraceLogScopeFilter.doFilter(TraceLogScopeFilter.java:38)

at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)

at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)

at com.businessobjects.sdk.actionfilter.WorkflowFilter.doFilter(WorkflowFilter.java:45)

at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)

at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)

at com.businessobjects.swd.appcontext.RequestInitFilter.doFilter(RequestInitFilter.java:26)

at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)

at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)

at com.businessobjects.http.servlet.internal.BundlePathAwareServiceHandler.serviceHelper(BundlePathAwareServiceHandler.java:235)

at com.businessobjects.http.servlet.internal.BundlePathAwareServiceHandler.service(BundlePathAwareServiceHandler.java:197)

at com.businessobjects.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:248)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

at org.eclipse.equinox.servletbridge.BridgeServlet.service(BridgeServlet.java:220)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

at com.businessobjects.pinger.TimeoutManagerFilter.doFilter(TimeoutManagerFilter.java:166)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)

at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)

at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)

at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)

at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

at java.lang.Thread.run(Thread.java:662)

Caused by: com.crystaldecisions.enterprise.ocaframework.IManagedService$ManagedServiceFatalException: FatalException occured. The cause was : com.businessobjects.corba.generic.container.proxy.internal.DependencyFailoverCallbackImpl$FailoverFatalException: Prepare failover failed

at com.crystaldecisions.enterprise.ocaframework.ManagedService.invoke(ManagedService.java:579)

at com.businessobjects.corba.generic.container.IEPlugin._IESessionProxy.processDPCommandsEx(_IESessionProxy.java:543)

at com.sap.sl.sdk.commands.ProcessDataProviderCommandEx.execute(ProcessDataProviderCommandEx.java:89)

at com.businessobjects.sdk.core.server.internal.corba.CorbaServerImpl.doProcess(CorbaServerImpl.java:79)

at com.businessobjects.sdk.core.server.internal.AbstractServer.processIt(AbstractServer.java:171)

... 61 more

Caused by: com.businessobjects.corba.generic.container.proxy.internal.DependencyFailoverCallbackImpl$FailoverFatalException: Prepare failover failed

at com.businessobjects.corba.generic.container.proxy.internal.DependencyFailoverCallbackImpl.prepareFailover(Unknown Source)

at com.crystaldecisions.enterprise.ocaframework.ManagedService.invoke(ManagedService.java:487)

... 65 more

 

 

Cause

  • The issue has been identified and logged under Problem Report ID ADAPT01684828

 

Resolution

  • This issue is corrected in BI 4.1
  • The fix cannot be back ported into BI 4.0

dashboard

0
0

Hi All,

 

       Is it possible to embed lumira dashboard to UI5,if yes how?

 

 

 

 

Thanks & Regards.

Re: Displaying multiple KPIs with different scales in Radar chart.

0
0

Hi Samantha,

Could you  please send me column mapping screenshot  .

Viewing all 8667 articles
Browse latest View live




Latest Images