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

Re: Giving Default Class in IE01/IE02 on basis of Equipment Category

$
0
0

<REMOVED>

 

Message was edited by: Paul Meehan


Re: W2 Magnetic Media - RF record not generating

$
0
0

For some reason it did not show up in my primary searches, but I eventually found a OSS note stating when an RF record does not appear it is often related to feature UTXTM which must be mapped with tax companies and not company codes.

Re: Giving Default Class in IE01/IE02 on basis of Equipment Category

$
0
0

<REMOVED>

 

Message was edited by: Paul Meehan

Re: Screen is frozen while (re)rendering VizFrame charts

$
0
0

hi Philip,

 

it has nothing to do with multi-threading because the browser is javascript thread is just one.. the author of the link you posted also knows it.. but the principle is the same, he achieved using setInterval while my suggestion was setTimeout.

 

there is a sample I compiled for someone else, maybe it can help you: JS Bin - Collaborative JavaScript Debugging and this is the thread which this code was linked Busy Indicator issues

 

however, you forgot the most important part of my reply:

 

its either your code or SAP code.. in order to find out, forget the SAP component in question and just perform your OData call + js operations - Case the browser freezes it's your code. Case not and when you finally assign your data to the viz component it should then hang, it's SAP code.. simple.

 

have you tested if the issue does not lie within the SAP delivered code (from this viz component you are using) instead of your code?

 

comment this out:

  1. var oVizFrame = this.getView().byId("myVizChart"); 
  2. oVizFrame.setModel(sap.ui.getCore().AppContext.myModelForVizChart);

 

case the issue disappears then we know is this vizframe UI5 control that hangs your browser..



Cheers,

Dan.

Re: Giving Default Class in IE01/IE02 on basis of Equipment Category

$
0
0

<REMOVED>

 

Message was edited by: Paul Meehan

Ship Date Calculation to consider factory calendar

$
0
0

Does anyone know how/ifyou can setup the ship date calculation so that the system considers the factory calendar of the ship to location ( based on the country of that location) ?

 

Basically, we want the system to look at the factory calendar so that it doesn't consider weekends or public holidays defined in the factory calendar. I've looked at the Configurable Process Scheduling configuration and have gotten the system to look either at the transporation calendar (in the means of transport) or the time stream ID defined in the configuration, but it doesn't meet the requirement of just simply using the factory calendar of the ship to location.

.

Re: Webi Excel download wrong data

Bar Coding in B1

$
0
0

Has anybody set up Bar Coding in B1 without an add on?  If so what are the limitations?  Could you record time against a production order via a part code on a job traveler?


Re: Target url of the http request

$
0
0

Yes, I do.

 

Seems like I explained myself not clear enough, sorry.

 

The problem is as follows:

 

I use Chrome's Advanced REST Client application to test a server's functionality.

When I send request to the "original" url from the opening post, I get a desired response.

But when I send the same request from the HTML5 app from the HCP using destination, the server's  response is differs from the previous case.

 

The differences between two requests are the "Origin" and "Host" headers (basically, the request url).

 

The question is how do I fix it on the HCP's side?

Re: Integer to Binary and Binary to Hexadecimal

$
0
0

Samuel Harr wrote:

 

....Though technically that may work but I would never call SQL to do some Business logic there. ....

It may not be the best solution for your particular issue but in general I would never say never.

Samuel Harr wrote:

 

... Anyway that is bad that there is no such an Action block to do such a conversions.

 

Hopefully that will come in future release. ...

You could always share your custom Action with the forum.

 

Regards,
Christian

Re: Save spool file to directory!

$
0
0

Yes so you could have tried this suggestion already then, always mind the details:

 

jgetfile -j -s "Step 1, job 1:step1_spool1.txt" -o "\\Bmeurq2860\interfaces\outbound\GLB\Fees\LCAMS1_SPOOL.txt"

 

Regards Gerben

Crystal 2013 report loses data when View on Demand

$
0
0

We are having a problem with one of our major production reports. The report is a Crystal 2013 report and when the users are Viewing the report On Demand the report is missing data. The missing data is inconsistent, it is not always the same data that is missing when the report is run.

 

The report connects to an SAP data source using the Open SQL driver to connect directly to several SAP tables and an ABAP function module on the  source system for a data source; so the report is doing all the work for joining the tables and sorting in addition to rendering. We are running on a BI 4.1 SP5 platform.

 

We have already tried changing the viewing settings on the report so the Viewer Refresh Always Yields Current Data is checked and the Oldest on-demand data given to client setting is set to 0 seconds to try and eliminate the possibility that caching might be part of the problem.

 

When the report is Scheduled there does not seem to be any issues, it is only when the users are Viewing it on demand that there is data missing from the report; so the data seems to get to the server. So we think it must be something with the Crystal Reports 2013 Processing Server or the Crystal Reports Cache Server but we have not been able to determine where the problem is occurring.

 

This report is only run around this time of year, and there were no problems with it when it was run January-February of last year. Other than there being more data in the source system the only other major change has been the move to BI 4.1 SP5, which happened last summer (the system was on BI 4.1 SP3 when the report was run this time last year).

 

Any help or advice would be appreciated.

 

Thanks,

 

Byron Clairoux

Treasury Board Secretariat of Canada

Re: Problem in Alert Rule "0 alerts had been consumed"

$
0
0

Hi Emir,

 

Is an alert rule enabled?

Does message header of the failed message (which you can retrieve from Message Monitor) for which you expect alert to be produced, conforms to message header rules of the alert rule (which you can check in the alert rule configuration menu, View > Show Message Header Rules)? If not, adjust alert rule accordingly.

 

Regards,

Vadim

Re: B2B Inbound Multiplos emails

$
0
0

Oi, André.

 

Muito obrigada pelo retorno.

 

Revisamos a SAP Note 1583745 e realizamos o passo 3 dela:

 

 

As mensagens passaram a completar o processamento:

 

 

 

Muito obrigada mesmo pelo retorno.

Jacqueline

Re: Exception handling in MII 14.0.5 Patch 8

$
0
0

Hi, in my case, all actions after the catch are being executed.

 

I am working with MII 15.0 SP5 Patch 4 (Nov 19, 2015).

 

Any idea?


Issue with Program RIBCHECKIBINIBST

$
0
0

Hi Experts,

 

When I ran he report RIBCHECKIBINIBST to check if there are any inconsistencies in IBASE, I get the output as below.

 

Could not find any thing out of this report. Can someone help me out to understand what this check is for.

 

snap1.jpg

Re: Material Excluded for all Customers but 10

Integrating Node JS with BPC

$
0
0

Hi,

 

I would like to know if there is anyway I can integrate NodeJS with BPC.

 

It would be awesome if we can

 

Thanks.

Re: rounding error BPC BADI

$
0
0

Hi Gesh,

 

Thanks for your input. I will do similar thing in my BADI.

 

Also, I would really appreciate if you can share insight on - Integrating Node JS with BPC

 

Regards,

Devang Desai

Re: rounding error BPC BADI

Viewing all 3022 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>