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

Re: Work Status Notification for BPC 10.1 on NetWeaver

$
0
0

Hi Vadim

Same in Firefox (.

Resolution is 1600x900, error present in other resolutions too.


Re: UIComponent.js:6 Uncaught Error: No view type specified.

$
0
0

Code inside my View is as follows:-

 

 

My First View Page:-  View1.view.xml

<mvc:View xmlns:html="http://www.w3.org/1999/xhtml" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m" controllerName="StartApplication.controller.View1">

  <Page title="Welcome to First Page" id="idpage1">

  <content>

  <Button text="Click me!!" press="Click" busy="false" type="Accept"/>

  </content>

  </Page>

</mvc:View>


Code of my Second View:-  Pge2.view.xml

<mvc:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m" controllerName="StartApplication.controller.Pge2"

  xmlns:html="http://www.w3.org/1999/xhtml">

 

 

  <Page title="Welcome to Page2">

  <content>

     <Text text=" Navigation successful.."></Text>

  </content>

  </Page>

 

</mvc:View>

 

 

Code of my Controllers:-

 

My first controller :- View1.controller.js

 

sap.ui.define(["sap/ui/core/mvc/Controller"], function (Controller) {

  "use strict";

  return Controller.extend("StartApplication.controller.View1", {

  /**

  *@memberOf QuickStartApplication.controller.View1

  */

Click: function () {

//This code was generated by the layout editor.

//this.navTo("");

this.getRouter().navTo("page2");

  }

  });

});

 

Note:-  I have added any code inside Pge2.controller.js

 

 

Code inside Component.js:-

 

 

sap.ui.define([

  "sap/ui/core/UIComponent",

  "sap/ui/Device",

  "StartApplication/model/models"

], function(UIComponent, Device, models) {

  "use strict";

 

 

  return UIComponent.extend("StartApplication.Component", {

 

 

  metadata: {

  manifest: "json"

  },

 

 

  /**

  * The component is initialized by UI5 automatically during the startup of the app and calls the init method once.

  * @public

  * @override

  */

  init: function() {

  // call the base component's init function

  UIComponent.prototype.init.apply(this, arguments);

            this.getRouter().initialize();

  // set the device model

  this.setModel(models.createDeviceModel(), "device");

  }

  });

 

 

});

 

 

 

And I have made one more view with app control in it and its code is as follows(App.view.xml) :-

 

<mvc:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m" controllerName="StartApplication.controller.App"

  xmlns:html="http://www.w3.org/1999/xhtml" displayBlock="true">

  <App id="app"/>

 

 

 

</mvc:View>

 

 

And its Controller's code is as follows(App.controller.js) :-

sap.ui.define([

  "sap/ui/core/mvc/Controller"

], function(Controller) {

  "use strict";

 

 

  return Controller.extend("StartApplication.controller.App", {

 

 

onInit: function() {

 

  }

}

SAP Jco liscencing

$
0
0

Hi

 

I am trying to find the licencing Rules / Agreement for the SAPJco component that is used to connect SAP to Java and vice versa.

 

I cant seem to find any pages or downloads from this site.

 

Would really appreciate if someone could assist please.

 

Thanks Andy..

Re: how to do sorting in the list by using url

$
0
0

Seems array index issue. Can you post the code so that we can debug. Also check and post the console screenshot of line where this error is coming.

 

BR.

Re: Customizing error in work schedule rule 2 NC 51 QRGG

Re: How to kill a job in "Ready" status.

$
0
0

This suggestion is correct way to delete the job has status ready.

Re: when the status of PO will be changed from Open to Paid ?

$
0
0

Hi,

 

There is no paid status for PO.

 

Thanks

Automatic assignment of lead to Agent

$
0
0

Hi Experts,

 

Please help me to figure out a way in C4C Either Functionally Or with PDI  ,to reassign/reschedule the existing Lead to some other agent if its status is Open.

 

Thanks,

Sudha


Re: Stuff SAP could easily fix - rant / wish list

$
0
0
you are a representative of SAP

 

I am a documentation writer at SAP's ABAP language department and that's that ...

 

If you ask me if

any of those five second fixes will ever get made

in the contents of the ABAP Keyword Documentation or anything related to packages SABAPDOCU or SABAPDEMOS I say YES (happened often enough, e.g. the tree synchronization in the offline (aka portal) version of the keyword documentation was suggested in SCN by Sandra Rossi - took a bit more than 5 seconds).


But I'm not entitled to speak for the remaining 99.999 %  of SAP ...


Horst

Re: Design Studio Application - Templates

Re: How to load data in background for displaying in SAPUI5 screens?

$
0
0

Hello Venkatesh,

 

You can call your oData Service when you clicks on the back button.for example if you have a method onNavBack() which is for the back button, fire an oData Read operation.

 

Regards,

Vikash

Re: How to list the details of the Reserved quantity in MMBE?

$
0
0

hi sally,

 

 

mmbe.jpg

here place the cursor at plant level and select from the menu bar Environments->Reservations,

 

other wise as jogeswara suggested u can get the reservations from table RESB by passing material Number and corresponding plant...

Re: when the status of PO will be changed from Open to Paid ?

$
0
0

So what is the statuses for PO ?

SAP-FIORI APPS (What's wrong with the Database)?

$
0
0

Hello every one,

can anyone tell me in SAP-FIORI why Transactional Apps can run on any database,where as if you want run ANALYTICAL and FACT SHEET Apps  we need HANA DATA BASE?

why other databases didn't support ANAYLYTICAL AND FACTSHEET apps in SAP-FIORI?

what's wrong with SAP-WEB DISPATCHER?

Re: Single planned order requirement of Semi-finished & that  SFG is part of BOM of multiple line items of sale order

$
0
0

Dear Rupesh,

I couldn't get the right answer yet. Probably i am not able to make u understand my exact requirement.

I understand that using collective requirements, it will club all requirements of a material of the same date and will generate one planned order for them.

And using individual requirement, it will generate planned order against EVERY LINE ITEM of sale order. Correct me if i am wrong.

 

But my client wants that if the SFG is common among finished materials BOM and that finished materials are line items of sale order then it should club requirements of SFG against that sale order and should generate planned order  & if an-other sale order exists for the same finished materials then it should generate second planned order against requirements of second sale order! BOTH requirements from sale order are on same date

 

IF i use collective requirements indicator for SFG, system ll generate single planned order against both sale orders ( Which i dont want)

IF i use individual requirement indicator for SFG, system will generate planned order against every line item of sale order ( I want to generate planned order against clubbed requirement of line items as line items finished materials have common SFG in BOM) / PER SALE ORDER

 

Hopefully it clears you dear


Re: Insert excel file Data and display its content in SAPUI5 view

$
0
0

Hi Ayushi,

 

You can check your variable oStringResult , that what values are coming during the run time by keeping break point.Because the variable oStringResult contains all your data read from the file.

 

Regards,

Vikash

Re: SAP Disclosure : BIP Templates blank

$
0
0

Hello Marc,

 

Thanks for the reply.

We have restored the starter kit database as a separate DB and we have updated the MS SQL server up to SP03. So, currently we are using MS SQL 2012 SP03(latest according to my basis team).

At the application side, we have upgraded from SP03 to SP06.Our current SAP DM version is 10.1 SP06. But still facing the same error.

DM version.jpg

Thanks.

 

Best Regards,

Gaurav

Re: GTS Rollout compliance management

$
0
0

Hi Ravi,

 

You are right, you need to do configure Organizational elements i.e., FTO, Legal Units of China and Hong Kong and BPs to be transferred to GTS as suggested by Shrini.

 

but the Legal Regulations we create as Global Template for Embargo, SPL processes in Compliance and the same would be used here . only you need to add the countries and activate for the relevant processes(Embargo - Export, Import; SPL - Export, Import).

 

hope you are in right path, if need any assistance post your requirement. our GTS Experts/Gurus could help you.

 

Regards,

Srinivas Yellampalli

Re: Disable download option SAP Mobile Documents

$
0
0

Hi,

 

Even as reader the document is downloadable. This can't be disabled right now.

 

Regards, Ashwani Kr Sharma

Re: deployment of JAVA-Patches with SUM failed, MOPZ has downloaded malicious code

$
0
0

Hi Christoph,

 

Am facing the same issue while upgrading my PI 7.1 (Dual Stack System) to 7.4 Dual.

During Execution phase - Deploy Software Components Step i have also struck with same issue.

 

My JAVA is not getting started and am getting the below error.

 

[Thr 2460] Sun Apr 24 08:39:09 2016

F  [Thr 2460] *** LOG => Process snapshot stopped (pid 5136).

F  [Thr 2460] *** LOG => Instance state is "Deploying offline components" (STOPPING @ 0, INACTIVE).

F  [Thr 2460] *** LOG => Run level 1 completed.

F  [Thr 2460] *** LOG => Instance state is "Some processes failed" (STOPPED @ 0, INACTIVE).

I  [Thr 2460] MPI: dynamic quotas disabled.

I  [Thr 2460] MPI init, created: pipes=4000 buffers=2718 reserved=815 quota=10%, buffer size=65536, total size MB=170

I  [Thr 2460] *** ERROR => FcaInit: already initialized [fcaxxcomm.c  956]

I  [Thr 2460] *** ERROR => EvtRmMgt: Evt Mgt Table not init'd [evtnt.c      255]

I  [Thr 2460] *** ERROR => ShmDelete: Invalid shared memory Key=62. [shmnt.c      753]

I  [Thr 2460] *** ERROR => ShmCleanup: ShmDelete failed for Key:62. [shmnt.c      872]

I  [Thr 2460] *** ERROR => ShmCleanup(62) failed 1 [mpixx.c      4609]

F  ********************************************************************************

F  *** ERROR => Node 'deployment' failed with exit code 67.

F  ***

F  *** Please see section 'Failures in the 'deploying offline components' phase'

F  *** in SAP Note 1316652 for additional information and trouble shooting advice.

F  ********************************************************************************

F  [Thr 2460] *** LOG => exiting (exitcode 22002, retcode 1).

 

As you have mentioned i have deleted my sapxmltoolkit.jar from my bootstrap folder and tried starting my JAVA instance from MMC but no luck.

 

Also tried resuming back my SUM, Since JAVA is not UP am getting the same issue.

 

Can you kindly brief on what have done ?

After deleting can you list out what all required restart ?

 

Am struggling at this phase from last 3 days.

Would be great if you can help me with the detailed actions you have performed. 

Viewing all 8746 articles
Browse latest View live




Latest Images