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

Re: CCLScript Window Iterator in Flex Script

$
0
0

Here is an example from the Freezer Monitoring Lite project that uses a filter for the pulsed output:

 

CREATE OUTPUT WINDOW aAverageTemperatureBySensor

PRIMARY KEY DEDUCED KEEP 60 SECONDS

AS

      SELECT

        isFreezerTemperatureReading.SensorId MACHINEID ,

  last (isFreezerTemperatureReading.ReadingDate) EVENT_TIME ,

  'TEMP' EVENT_NAME ,

  '' EVENT_DESCRIPTION ,

  string ( avg ( isFreezerTemperatureReading.Temperature ) ) EVENT_VALUE ,

  count (isFreezerTemperatureReading.Temperature) rowct 

FROM isFreezerTemperatureReading KEEP EVERY 15 ROWS PER (SensorId)

GROUP BY isFreezerTemperatureReading.SensorId ;

 

 

 

/**@SIMPLEQUERY=FILTER*/

CREATE OUTPUT STREAM FilterEveryFifteenthRow

AS SELECT

  aAverageTemperatureBySensor.MACHINEID,

  aAverageTemperatureBySensor.EVENT_TIME,

  aAverageTemperatureBySensor.EVENT_NAME,

  aAverageTemperatureBySensor.EVENT_DESCRIPTION,

  aAverageTemperatureBySensor.EVENT_VALUE

FROM aAverageTemperatureBySensor

WHERE       aAverageTemperatureBySensor.rowct = 15 ;


Re: Pivot Table in SAPUI5

$
0
0

Aidin,

 

this can be done easily with a JSON model.. you will build your JSON model and bind that to your table (instead of your Odata model)

 

hope this helps

PldOrd conversion to PrcOrd

$
0
0

Hi Friends,

 

When trying to convert PldOrds to PrcOrds, we are facing this error.

720792 has two components insides its BOM, one of which is 410859, which has only 216+180 = 396 stocks currently, out of which it had reserved  216 for the PrcOrds.

Since there is no more stocks available for 410859, it’s not able to convert the PldOrds.... Is this hypothesis correct?


3-17-2016 10-22-15 AM.jpg


When we peep inside the PrcOrd though, we see an error message too here:

 

3-17-2016 10-32-33 AM.jpg


I have read the OSS Note 550441 - FAQ: Exception messages in material requirements planning which says the following:

 

6. Question: Why does the system not display exception message '40' (Coverage not provided by master plan) anymore since Release 4.6A? Answer: Exception message '40' resulted from the calculation of the ATP quantity in Transaction MD04.The calculation of this ATP quantity is not provided anymore in Transaction MD04 from Release 4.6 since it was not an "actual" ATP quantity as in Transaction CO09, but it was calculated according to a separate logic which did not take into account certain relevant parameters.Branching to the ATP quantities now leads to Transaction CO09 which considers all MRP elements, checking rule and scope of check.This instrument should be used now, here the previous exception message '40' is equivalent to a negative, cumulated ATP quantity.In Transaction MD04 exception messages '10' and '30' from the rescheduling check can also be used to determine receipt elements that are not covered.


But I am unable to understand its relevance and the resolution for our problem.

If somebody, who might have faced similar error message could share their experiences, would be grateful.


Thanks



Re: ME21N - Exchange Rate For Price Determination

$
0
0

Hi Bijay,

 

For condition type PBXX there is no access sequences.

 

Here are the other screenshots:

 

ME23N - Header

 

PO Header.png

 

ME23N - Item Condition

 

PO Condition.png

 

Table EKKO - For creation date

 

EKKO.png

 

OB08 - Exchange rates

 

OB08.png

Regards,

 

Fernando

Re: Cannot connect to SUM on Linux

$
0
0

Hallo Jakob,

 

please check the logs of the SAP Hostagent /usr/sap/hostctrl/work/.

 

Regards

Thomas.

Re: After PPM upgrade to 6.1 the user fields are not aligned

$
0
0

Hi Saurabh,

 

did you really changed parameter to "left aligned" via WD_GLOBAL_SETTING. On your screenshots it looks like it stays "right aligned".

 

br,

Peter

Re: SAP portal trsansaction iview not open in portal content area

$
0
0

Hi Ravi,

 

I have a custom framework page.

 

I added  the iview Browse document Mode already as you describe in your blog but unafortunately the problem continues..

 

SAP.JPG

 

Thanks and regards

 

Mónica

Re: No repository is configured for import

$
0
0

Thanks for the replies Magesh and Dirk

 

I did do your suggestions. I found the problem in the logs

 

'The user Administrator does not have any access to repository STG2N  1' This was in the logs.


You see the name I made for this repository was STG2N+1 to represent the name of the environment N+1. In the log it + sign doesn't show up. I think this means that the system doesn't recognize certain special characters.

 

So I created a new repository name in the CMC without the + sign and it started to work.

 

I think this should be a Kbase called. If you get the following error while importing with object promotion. You maybe using a special character that's not supported. In your repository name.

 

Thanks,

 

BW


Re: how to email alert when process server is in shutdown status

$
0
0

Hi Chandu,

 

I used the below code as recommended in the link.  However, we have some process servers in production that are in shutdown status most of the time.  I want to be able to exclude those from the check so an alert is not generated.

 

{

String query = "select ProcessServer.* from ProcessServer where Name <> 'System'";

String Status1 = "Shutdown";

String Status2 = "PartiallyRunning";

String Status3 = "Connecting";

String Status4 = "Unknown";

 

for (Iterator it = jcsSession.executeObjectQuery(query, null); it.hasNext();)

{

ProcessServer proc = (ProcessServer) it.next();

String ActualStatus = proc.getStatus().name();

if ((Status1.equals(ActualStatus)) || (Status2.equals(ActualStatus)) || (Status3.equals(ActualStatus)) || (Status4.equals(ActualStatus)))

}

jcsOut.println(proc.getName()+" has status "+ ActualStatus);

 

}

jcsSession.persist();

}

}

 

How would you rewrite to exclude the known process servers in status shutdown?

 

Thank you for your help!

Best Regards,

Rick

Re: UK localization

$
0
0

Hi Rinat,

 

Is this happening in all document with this Tax Code ? I mean it gives wrong result as per you in all document or it is with this document only.

 

If yes, then it must be an issue with tax Formula.

 

Thanks,

Harshal

Re: UK localization

$
0
0

Hi Rinat,

 

Please double-click on the row header of the third line in your tax setup (screenshot vatbox 2.JPG). A new table should open, with a date column and a percentage column.

 

Does this table contain more than one entry ?

 

Regards,

Johan

Re: All of the SFCs selected --- must be at the same operation %OPER% to be processed as a group (Message 16639)

$
0
0

If all SFCs in den PL are in the same route and so at the same queue (the SFCs are new?), the error doesn't make sense. I would say thats a bug, please open ticket for that. We're facing similiar issues with the API-method findSfcsForShopOrderOnOperation.

Capacity check in the storage bin

$
0
0

Dear Gurus,

 

I have one query with capacity check against the storage bin, If we activate the capacity check as per key figure either product ,packaging material 'or' both, system can check weight 'or' volume.

 

Now I want go with the volume check.

 

Here , i have cubic bins with the Edge Length = 1 foot  and volume is '1 cubic foot'.

 

If , i try to store a cylindrical shape product with base radius 0.51 foot & height 1.1 foot with the volume 0.90 ( approx)  cubic foot, system can allow as per the volume check , since product volume is less than the bin volume.

 

But, in real, that product can not fit in the bin.

 

Is there any provision to over come this kind of scenarios ?

 

Best Regards

 

C K REDDY

Re: SAPWM for Maximo - Attachment Download Issue

$
0
0

Karthik,

 

Hi. We are auditing our SCN thread and we noticed that nobody responded here.

 

We want to find out if this is still an issue?

 

Please define what you mean by:

 

" The requirement is to download a file from physical location in a remote server and open it in the default application on the mobile device. "

 

What do you mean from a remote server (Is it a Maximo backend or link)? And when you click on the link you download the document to open in a window?  Or is it a web site link?

 

Best Regards,

SAP Mobile Support Team

Re: How to use RFC_REMOTE_EXEC in NCo RFC Server?

$
0
0

Hi Milan,

 

the metadata to use for RFC_REMOTE_EXEC is available in the demo programs of NetWeaver RFC SDK. Download the SDK and check the example program rfcexec.cpp for the definition to use for the function module. You should also do checks on the command in your implementation as proposed in the sample to prevent attacks by calls to arbitrary OS commands.

 

Best regards,

Markus


Re: SAP Disclosure - Content Refresh - Asking login details

Re: Down Payment request with OBSS

$
0
0

Dear Experts,

 

Please help on above query.

 

Thank you,

 

Regards,

NoMi

Re: MRP elements (Requirements) for LTP

$
0
0

Hello Caetano,

 

On the other topic, is it possible to consider the Z table stock (dummy stock) during the MRP run with the same BADI?

 

Thanks,

Praveen

BizX

$
0
0

With our contract for Success Factors Learning we included BizX.  Which I understand now is the HCM suite.  We are wanting to get the staging instance up so that we can do some evaluation.  Who and how do I need to talk to or do to get that going?

 

Ray Zorn

United Technologies Corporation

Re: get host name and instance number from hana trial database

$
0
0

Hello Andy,

 

First you need to install cloud components in your HANA studio to connect to cloud platform

capture.png

Next select "Add Cloud System"

capture.png

Sign on with your credentials


capture.png

Please note that the account name will have trailing "trial"

 

.. and finally

Select schema in case of non-MDC and database in case of MDC

 

capture.png

You should be good to go..

 

HTH

Gopal

Viewing all 8667 articles
Browse latest View live




Latest Images