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

Analysis Workspace Error after BO 4.1 Upgrade

$
0
0

Hey @ all,

 

after a Upgrade von BO 4.0 to  BO 4.1 we get an error for only one Analysis OLAP Workspace.

 

Analysis, Edition für OLAP, hat um 8:59 PM eine unerwartete Ausnahme festgestellt und musste geschlossen werden.

 

"

Analysis, edition for OLAP encountered an unexpected exception at 9:17 PM that has caused it to close.

 

The following reasons may have caused the unexpected exception:

 

•Analysis, edition for OLAP has timed out. Your workspace may have been automatically saved to your Favorites folder as an "autosave" file.

•A fatal exception has occurred. Log on again to Analysis, edition for OLAP.

 

If you repeatedly see this error, contact your administrator."

 

We only get this error for one OLAP Report. All other Analysis for OLAP reports are working fine.

 

In Logging we only get errors in the CMS Service:

 

"

|f7a1a28b-a0cd-3bd4-4afb-4c924acc9ac3|2013 11 24 20:59:17:374|+0100|Error| |  |E| |cms_Server.CentralManagementServer| 4380|3920|| |195|0|3|0|BIlaunchpad.WebApp|Server:5248:256.2724:1|BIPSDK.SessionMgr:getSession|Server:4268:23375.27353:3|cms_Server.CentralManagementServer.newService|localhost:4380:3920.175052:1|CtX7QLkD9kIvsH6qutALzNUaa2|||||||||||Failed to get session id from handle and handle is not set to bypass nor server-server discovery‑"

 

Thanks in advance


Re: Navigation between pages using Standard tile in a tile container using MVC architecture in SAPUI5

$
0
0

Hi,

 

I am not even able to see anything in the screen when I follow what you have mentioned. Any idea what may be the reason?

 

My index.html

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="X-UA-Compatible" content="IE=edge">

 

 

<script src="resources/sap-ui-core.js" id="sap-ui-bootstrap"

          data-sap-ui-libs="sap.m,sap.me,sap.ui.commons"

          data-sap-ui-theme="sap_bluecrystal">

</script>

 

 

<script>

          sap.ui.localResources("sapui5test");

 

          var page = sap.ui.view({

                    id : "idmytestview1",

                    viewName : "sapui5test.mytestview",

                    enableScrolling : false,

                    type : sap.ui.core.mvc.ViewType.JS

          });

 

 

          var app = new sap.m.App("myApp", {

                    initialPage : "idmytestview1"

          });

 

 

          app.addPage(page);

          app.placeAt("content");

 

</script>

 

 

</head>

<body class="sapUiBody" role="application">

          <div id="content"></div>

</body>

</html>

 

My view js

 

createContent : function(oController) {

                    var App = new sap.m.App({ id:"App"});

                    App.placeAt("content"); 

 

 

                    var Page = new sap.m.Page({title:"Welcome!",id:"Page",enableScrolling: false});

                    App.addPage(Page); 

 

 

                    var oContainer = new sap.m.TileContainer({});

                    Page.addContent(oContainer);

 

 

                    var T1 = new sap.m.StandardTile("Tile1",{icon :"/imgc",

                              title:"App1",

                              press:onPress

                    });

                    oContainer.addTile(T1); 

 

                    var T2 = new sap.m.StandardTile("Tile2",{icon :"/imgc",

                              title:"App2",

                    });

                    oContainer.addTile(T2);

 

 

                    function onPress(){

                              alert("before");

                              app = sap.ui.getCore().byId("myApp");

                              app.to("idView_22");

                              alert("after");

                    };

          }

 

 

My control init function

 

 

 

          onInit: function() {

                    var page1 = sap.ui.view({

                              id:"idmytestview2",

                              viewName:"sapui5test.mytestview",

                              enableScrolling: false,

                              type:sap.ui.core.mvc.ViewType.JS});

                    App.add(page1);

          },

 

Thanks and regards

Surya

Re: Check Q-INFO when create purchase order

$
0
0

Hi Anand :

 

the setting of QM control key as below

 

1111.jpg

Scheduling MCBC report as background job

$
0
0

Guys,

 

Related to my earlier post, we tried scheduling MCBC report in background... Basically, executing it for 150 odd Plants, hence 150 variants.

But, seems like we cannot schedule MCBC report in the background. It does create Selection version, which is fine but, cannot transfer the results as a spool file, can only analyse results online on the screen...

 

Is there any better way of transferring the results onto the spooler? Any OSS notes on this?

 

Regards,

Shilpa

Re: Blank Rows in Input Template

$
0
0

Hi,

 

Other option is using Inser Members from the context menu.

 

EPM insert.png

 

Thanks,

Raju

Re: Composite role transport and upgrade

$
0
0

Hi,

First of all you need to check

 

Update Existing Users/Roles

When you update a user with new SAP roles, for instance if adapted roles are shipped with a new

Support Package, the system indicates which roles need to be updated. Technically, when updating a role, the existing copied role is deleted and a new copy of the SAP role is created by the system.

Therefore, if you have manually changed any authorization values for authorization objects inyour copied roles, you need to be aware of this.

When roles need to be updated, you must at least run transaction SU25 points 2a) and 2b) .

Alternatively, follow SAP Note 368496.

 

So now you have imported the old role .

First you need to find that if sap has delivered any changes in the role.

 

27-11-2013 12-20-19 PM.png

 

If you think that sap has changed this you can check in any other system where you see this role.

 

You can download an upload the role in the system . So please try to find the system if you have on the same updated patch and try to download and upload it.

 

Thanks
Rishi Abrol

Re: IC Elims

$
0
0

Is it the standard consolidation package? Can you share the script being executed?

After processing the account dim, can you try validating/re-saving the script logic file before DM execution?

What version of BPC do you have, 7.5 or 10.0? and which SP?

Re: "SHIP TO PARTY NOT DEFINED FOR SALES AREA "

$
0
0

Dear Rahul

 

Problem is in customer master data.

You have entered the wrong Division , pls see the pic.

 

 

Remove this with the correct Division and you are good to go !

 

Cheers,

Salman


Re: Cannot access Enterprise Folders after SP4 upgrade (RepositoryFacadeImpl Error)

$
0
0

Hi All,

 

I am having the same issue with SAP BO BI Platform 4 Client Tools SP06. Can anybody provide a resolution ?

 

Cheers,

Anoop

Re: Question about the Function of Export Report

$
0
0

Hello Mr.Ludek

 

I  appreciate replying my question.

 

Thank you for your reply , I understand the the reason for not available changing default option 

clearly   and  will be able to consider about another solution.

 

Thank you very much!

 

Kinoshita Toshiki

PO price Change table

$
0
0

Hi Experts

 

If the PO price change from 700 USD to 900 USD ( NEt order vaule change) from which SAP table I can see the details .

 

Please advice .

 

 

Regards

Suvendu

Re: Multiple delivery Pick/PGI thru one Idoc - SHPCON/DESADV

$
0
0

You can process multiple deliveries for picking and PGI using shipment idoc SHPMNT05 /SHPCON.You need to create shipment for the required deliveries and generate output put message based on shipment.

 

In SHPMNT05 Idoc you can assign number of deliveries and you can do pick and PGI.

 

Using the delivery qualifier E1EDL18 with below filed you can do PGI.

 

 

                              CHGChange delivery (inbound)
                             DELDelete delivery (inbound and outbound)
                             PGIPost delivery goods issue (inbound)
                             ORIOriginal message (inbound and outbound)
                             CHAChange message (outbound)
                             GWTChange gross weight (inbound)
                             NWTChange net weight (inbound)
                             VOLChange volume (inbound)
PICPicking with flow records (inbound)
JITSummarized JIT call
PIDPrimary identification
INCInclude delivery in standard tour
REPReplace delivery, unconfirmed (inbound and outbound)
RPAReplace delivery confirmed (outbound)
RPRReplace delivery rejected (outbound)
                              RPAReplace delivery confirmed (outbound)
                             RPRReplace delivery rejected (outbound)
                             ORACreate delivery confirmed (outbound)
                             ORRCreate delivery rejected (outbound)
                             DLADelete delivery confirmed (outbound)
                             DLRCreate delivery rejected (outbound)
                             CWVTransfer gross weight, net weight, and volume (inbound)
____________________________________________________________________________________________________

I couldn't execute SCC7 because releases of export and import systems are not identical .

$
0
0

Hi expert,

 

I want to client import that releases of export and import systems are not identical .

I could execute transport in STMS .

But I couldn't execute SCC7 .

 

I know because releases of export and import systems are not identical .

Both system's version have to be identical .

 

But if there are some good procedure to avoid that issue , please tell me .

 

Thanks in advance .

Kazuki.

Unit of Measure Issue

$
0
0

Hi All

 

We have a integration of SAP MM and SAP sourcing. When user published the agreement from SAP Sourcing, scheduling agreement gets created in ECC. The order unit which user selects in Sourcing is EA but when the SA gets created in ECC the order unit becomes NPT.

In MMR we have maintained the order unit as EA (Base Unit of Measure is NPT) also in purchasing info record the PO price unit is EA.

Can you please advise which field is effecting this or what other setting can be done in customizing to get the value pick as EA.

In additional data, AUM is maintained with conversion.

 

Thanks in advance.

Maintenance Strategy in Maintenance Plan and Task Lists

$
0
0

Hi all,

 

Can someone please tell me what would happen if you tried to allocate a task list to a maintenance item belonging to a maintenance plan that had a different maintenance strategy?

 

Would SAP allow you to do this? Or would the maintenance plan's maintenance strategy field default to that of the task list?

 

Thank you,

 

Cameron


Sy-SPONO always 0 ?

$
0
0

Hi Experts,

 

I want to use this condition :

 

IF sy-spono is not initial.

flag = 'X'.

endif.

 

later IF FLAG = 'X'.

Perform Something.

Endif.

 

But I see SY-SPONO as always initial. its vale never changes irrespective of spool is created or not. Can anyone please explain why this happens.

 

Thanks,

Anil

Re: How to copy Header Text in Allocation Table to Vendor PO

$
0
0

I think you will create Purchase orders against Allocation table through WA08 transaction right ?.WA08 transaction will call background ME_CREATE_PO_HEADER or BAPI_PO_CREATE1 .Check with ABAP person any one works for your requirement.

Re: When trying to generate code for MBO, I can't choose the Android platform

Re: having trouble making an OData.read call from a javascript, using basic authentication

$
0
0

have you try to set

C:\Users\IXXXXXX\AppData\Local\Google\Chrome\Application\chrome.exe --disable-web-security

 

to see if it could fix the access-control-allow-origin issue

Re: Discount Rates in SUS Invoice

Viewing all 8667 articles
Browse latest View live




Latest Images