Quantcast
Channel: SCN : All Content - SAP Fiori
Viewing all 1807 articles
Browse latest View live

Suggested items for input field

$
0
0

Hi Fiori Expert,

 

Now I have a problem about the fiori suggested item. What I want to achieve is that when I input characteristic 'i' in an input field, then all items that any column includes 'i' should shows in suggestion item list.

For example, now I have value help like below for 'Created By' field.

1.PNG

And when I type an 'i', then all the User Name includes 'i' shows up.

2.PNG

But I want all the items which User Name or User ID includes 'i' shows up. Let's make it easier, when I input my User Name, I can get my User Name and ID as suggested item, also when I input my User ID, I can get the same suggested item.

Does anybody know how to achieve it?

 

Thank you and Regards,

Emily


How to validate the input value in back-end system in fiori app?

$
0
0

Dear friends,

      I create a custom fiori app to creat sale order, when I input sold-to number I want to validate it's value in my back-end system then return a bunch value of ship-to number for user to select, so any suggestion about this case or is there any example about back-end validation of the front-end input value ?

 

QQ截图20160420162607.png

 

Thanks for your sincerely answer!

Zhang

My Inbox - Date problem in "Manage My Substitute"

$
0
0

Hello Experts!

 

I'm facing one more date problem but in this time the problem is on "My Inbox".

When I confirm the new substituition period on "Manage My Substitute", the start and end date selected are changed (date - 1).

I already applied the notes related to the date issue but the problem persists.

 

Could anyone help me to solve that issue??? Masayuki SekiharaTejas Chouhansaurabh vakil

 

My Inbox --> Manage My Substitutes

 

Adding a new Substitute - From 19/April to 20 April:

 

After save, the app shows a wrong date:

 

Notes applied:

- 0002136760 Task Gateway: Standardization of output of date and time -

- 0002221151 Release Information note for SAP Fiori MyInbox 2.0

- 0002261655 Fiori request status check app shows incorrect Date

- 0002261661 Fiori Check Request Status app shows incorrect Creation Date

- 0002138062 Task Gateway: Standardization of output of date and time

- 0002121433 My Inbox: Standardization of output of date and time

 

Thanks for all!

Fiori Launchpad Designer

$
0
0

Team-

 

I would like to inform you that, I am facing problem while adding new tiles on top of Fiori Launchpad.

We created catalog Id, groupId in admin launchpad. And by using PFCG transaction I assigned roles to users.

The problem is I can able to view Group name in my Fiori Launchpad, But the tiles are not visible to my users.

 

Can anyone please tell me what to do?

 

Components:

 

SAP_UI = SP12

 

 

Regards,

Karthik A

FPM/Webdynpro fiori application is slow in internet explorer

$
0
0

Hi All,

 

There are several FPM/Webdynpro fiori applications (Manage Bank Accounts/ P&L Plan/Actual or Cost Centers Plan/Actual and etc) that once we launch it in Internal Explorer Browser, it hangs and doesn't process to load.

 

The Internal Explorer browser is kinda performing/running very slow when comparing with chrome browser and we have upgraded to IE11 and SAPUI5 1.28.32 but still the same.

 

Thank you.

 

Best Regards,

Chee Yee.

SAP Web IDE - Cannot select the system. Check the configuration for ABAP Development Tools.

$
0
0

Hi Experts,

While  doing an fiori extension project. I want connect the  WEBIDE to back end system .Completed the all configuration part in webide . while connecting  its giving an error message

" Cannot select the system. Check the configuration for ABAP Development Tools"

errors - 404 failed to load resource

and 502- bad gateway

Please check the attached documents.

Thanks.

Sangamesh

SAP FIORI my inbox synch with GRC wrok items

$
0
0

Hi All,

 

is there any difference in synching SAP GRC work items with FIORI my Inbox ?

 

I am able to synch work items from SRM and ECC but not from GRC . I followed the same steps as i did for ECC and SRM but still SAP GRC work items are not apprearing in FIORI My Inbox.

 

is there any thing I need to different configuration here?

 

 

Thanks

Krish

Fiori - My Inbox app - Manage Substitutes

$
0
0

We implemented the My Inbox Fiori app. Everything is working except for the substitution functionality. Specifically, after we press "save" after selecting a user, task group, and substitution period from the dialog window we receive an error: "User not entered."

 

Substitution_Error.JPG

Error_Log.JPG

 

While debugging the TASKPROCESSING service we noticed the System User Name field is the only field not populated which eventually causes the error.

 

Has anyone encountered a similar issue?

 

Thanks!


Semantic Object Action for Extended Purchase Order application.

$
0
0

Hi All,

 

We have extended Fiori Approve Purchase Order application and now are trying to upload the application to our gateway server.

The issue we are facing is w.r.t the Semantic Object action that is to be provided to the Approve Purchase Order application in Launchpad designer.

The standard action is approve which if provided in extended app loads the standard PO application on clicking the extended tile.

 

We also had previously extended the leave application where the Semantic object action was zcreateLeaveRequest and the app is working fine.

We tried entering zapprove, approveExt etc for PO app but it fails showing the below errors.

 

Kindly help resolve.

Following is the error seen in console

PO_error.jpg

Many Thanks

Archit Wahi

Create tile for web dynpro java application

$
0
0

Hello, experts!

 

 

 

I have a problem with create tile for web dynpro java application.

 

I made next steps:

1 Created sementik in /UI2/SEMOBJ 

2 Created a panel in LPD_CUST

 

 

I have problem in step 2. When I created it I need proveded system alias. I attached screen. In help info I see sm59, but i think i need other preference.

2016-04-21 10_50_13-Change Launchpad - Role_ ZTDEPLOY Instance_ TRANSACTIONAL (RU).png

 

 

Please, help me. How I can create panel for web dynpro java if java application deploy on sap portal?

Where to find the RFCs/BAPIs behind standard SAP Fiori apps?

$
0
0

Hello,

 

How to find out which RFC/BAPI is called by an OData service in the backend? (except by tracing/debuging each service manually)

I'm looking for those RFCs/BAPIs used by standard SAP Fiori on S/4HANA On-Premise 1511 FPS01.

 

regards

Michal

Include External Javascript Library in SAPUI5

$
0
0

Hello,

 

i needed to add externel Javascript libraries into one of our Fiori applications. It took me some time to figure out how this could be achived, as eg. jQuery.sap.loadScript() didn't properly call the defined callback function. So here comes a working example - i know d3 is already included within sapui5, but i've needed another version as shipped in sapui5. This works also with other external js libraries.

 

 

jQuery.sap.registerResourcePath("d3", "../extjslib/d3");

jQuery.sap.require("d3");

 

Have a nice day & kind regards,

Michael

Purchase Orders Approved from Fiori don't update in backend

$
0
0

Hello,

We are facing a problem in the production system where FIORI app is setup for Purchase Order Approval and Tracking. A month ago we detected that users who usually approve orders through FIORI don't release the purchase order in SAP Backend.

Here I detail the analisys performed:

 

Gateway Error Log shows a backend error, no authorization for a release process.

 

2016-04-18_16-51-33.jpg

This is the error Context:

 

@3T\QCollapse                                @.ERROR_CONTEXT
..ERROR_INFONo authorization for a release process
@3T\QCollapse                                @..ERROR_RESOLUTION
...SAP_NOTESee SAP Note 1797736 for error analysis
...LINK_TO_SAP_NOTEhttps://service.sap.com/sap/support/notes/1797736
@3T\QCollapse                                @..SERVICE_INFO
...NAMESPACE/SAP/
...SERVICE_NAMEGBAPP_POAPPROVAL
...VERSION0001
...SYSTEM_ALIASPRDCLNT500
...DESTINATIONNONE
@3T\QCollapse                                @..SYSTEM_INFO
...REQUEST_ID005056931E601ED681B2F1B3B77B70B9
...REQUEST_URI/sap/opu/odata/SAP/GBAPP_POAPPROVAL;mo/ApplyDecision?sap-client=500&SAP__Origin=%27LOCAL%27&WorkitemID=%27000000020942%2
...REMOTE_ADDRESS127.0.0.1
...APPLICATION_SERVERerpprdas_PRD_01
...HUB_VERSION_INFOSystem PRD/500, NW Release 7.40, SAP_GWFND SP10, Internal GWFND Version 011
...BACKEND_VERSION_INFOSystem PRD/500, NW Release 7.40, SAP_GWFND SP10, Internal GWBEP Version 011

 

In the backend monitor I see the following in the  Application Log:

 

2016-04-18_14-52-30.jpg

I've tried a Replay from SAP Netweaver Application Log for the HTTP POST, but it didn't help either, it returned same information about the lack of authorization for the release process.

 

2016-04-18_15-41-23.jpg

 

 

Then I switched on the system trace to get more details on, because I got confused with the error message I see in the Gateway Log where it says the user has no authorization for a release process but in the GW App Log the error is: "The Data Service Request could not be understood due to malformed syntax".

The trace analysis didn't show any authorization error, but what I found at the exactly error time is this kernel error:

 

2016-04-18_16-55-18.jpg

 

15:58:20,365 BUFF          7 TOLE             Prog: SAPLOLEA Row: 1.522 Buffer: I SearchString SAP.DATAPROVIDER.1              3E

15:58:20,365 BUFF          1 TOLE             Prog: SAPLOLEA Row: 1.523 Buffer: I SearchString

15:58:20,365 BUFF          1 TOLE             Prog: SAPLOLEA Row: 1.528 Buffer: I SearchString

15:58:20,365 BUFF          3 TOLE             Prog: SAPLOLEA Row: 1.544 Buffer: I SearchString SAP.DATAPROVIDER.1              3E

15:58:20,365 BUFF          1 TOLE             Prog: SAPLOLEA Row: 1.545 Buffer: I SearchString

15:58:20,365 BUFF          1 TOLE             Prog: SAPLOLEA Row: 1.550 Buffer: I SearchString

15:58:20,365 CMOD            rscpLengthOfBasi Parameter:

15:58:20,365 CMOD            GetCPInfo        Parameter:

15:58:20,365 CMOD            rscpKindiOfCP    Parameter:

15:58:20,365 CMOD            GetCPInfo        Parameter:

15:58:20,365 User            @(#) $Id: //bas/ Row: 2.359  Comment: rscpe__error 32 at rscpu86r.c(13;213) "dest buffer overflow" (,)

15:58:20,365 User            @(#) $Id: //bas/ Row: 2.359  Comment: rscpe__error 32 at rscpc   (20;12369) "convert output buffer over

 

Any idea what is the reason or which buffer refers the overflow?

in iphone 6 customer list overlap with master view in track sales

$
0
0

hi team

 

we extended the Track Sales Order app ,when we launch it from iphone6 and try to open the customer list getting overlapped with master view as belowoverlapp screen issue.png

 

please give your words upon it

How to manually change the background image of Fiori launchpad in HANA

$
0
0

Hi experts,

 

How we can manually change the background image of Fiori launchpad in HANA ?

 

I tried to import a custom theme and use it my appsite in Fiori, but it is not working as expected. Only way I have to achieve this is by manually changing the background image via the index.html of Fiori launchpad.

 

Please provide some suggestions.


"Error - found in negative cache" for Component.js

$
0
0

Hi Experts,

 

I've created my own sandbox in Eclipse to test and extend Standard Fiori apps.

 

I've downloaden and uploaded a standard Fiori app (CRM_MYCONT) to my Eclipse workspace.

 

After that, I did the appconfig, the configuration of the proxy and the installation of the tomcatserver.

 

This all works fine.

 

So when I go to:

 

http://localhost:8080/CRM_MYCONT/test-resources/sap/ushell/shells/sandbox/fioriSandbox.html

 

I can see my Fiori luanchpad, with the CRM_MYCONT app:

 

Clipboard01.jpg

 

When I click on the tile, I get the message that the app doesn't work:

 

Clipboard01.jpg

 

In the javaconsole:

 

Failed to load resource: the server responded with a status of 404 (Not Found)

http://localhost:8080/CRM_MYCONT/resources/sap-ui-core.js Failed to load resource: the server responded with a status of 404 (Not Found)send @ sap-ui-core.js:27

sap-ui-core.js:80 2016-04-18 11:45:11 registerResourcePath ('cus/crm/mycontacts', '/CRM_MYCONT/') -  sap.ui.ModuleSystem

2http://localhost:8080/CRM_MYCONT/resources/sap-ui-core.js Failed to load resource: the server responded with a status of 404 (Not Found)send @ sap-ui-core.js:27

sap-ui-core.js:80 2016-04-18 11:45:11 registerResourcePath ('cus/crm/mycontacts', '/CRM_MYCONT/') -  sap.ui.ModuleSystem

sap-ui-core.js:80 2016-04-18 11:45:11 Application initialization failed due to an Exception:

Error: found in negative cache: 'cus/crm/mycontacts/Component.js' from /CRM_MYCONT/Component.js: 404 - Not Found

    at a1 (http://localhost:8080/CRM_MYCONT/resources/sap-ui-core.js:80:15688)

    at Object.jQuery.sap.require (http://localhost:8080/CRM_MYCONT/resources/sap-ui-core.js:80:19389)

    at g (http://localhost:8080/CRM_MYCONT/resources/sap-ui-core.js:144:57068)

    at Function.sap.ui.component.load (http://localhost:8080/CRM_MYCONT/resources/sap-ui-core.js:144:57886)

    at Object.sap.ui.component (http://localhost:8080/CRM_MYCONT/resources/sap-ui-core.js:144:56721)

    at j (http://localhost:8080/CRM_MYCONT/resources/sap/ushell/components/container/ApplicationContainer.js:2:3214)

    at u (http://localhost:8080/CRM_MYCONT/resources/sap/ushell/components/container/ApplicationContainer.js:2:8411)

    at w (http://localhost:8080/CRM_MYCONT/resources/sap/ushell/components/container/ApplicationContainer.js:2:8815)

    at Object.sap.ui.core.Control.extend.renderer [as render] (http://localhost:8080/CRM_MYCONT/resources/sap/ushell/components/container/ApplicationContainer.js:2:12081)

    at R.renderControl (http://localhost:8080/CRM_MYCONT/resources/sap-ui-core.js:144:140482) -  z @ sap-ui-core.js:80

sap-ui-core.js:80 2016-04-18 11:45:11 Error - found in negative cache: 'cus/crm/mycontacts/Component.js' from /CRM_MYCONT/Component.js: 404 - Not Found z @ sap-ui-core.js:80

sap-ui-core.js:80 2016-04-18 11:45:11 App kon niet worden geopend; probeer het later opnieuw -  z @ sap-ui-core.js:80

Layout.js:1 Uncaught TypeError: Cannot read property 'appendChild' of null

 

It looks like the Component.js can not be found.

 

But:

 

Clipboard01.jpg

 

it's there...

 

What can be the problem?

 

KR,

 

Andy

fiori app connect backend system: failed to load 'sap/m/toolbar.js'

$
0
0

Dear friends,

        I create a fiori app in web IDE, then I import it to eclipse to deploy the application to my gateway system, but when I open the index.html file run on ABAP service form my gateway system, it have many problem,first I use this path to load the recourse: resources/sap-ui-core.js   but it have error :  sap is not defind. So I use this instead, so it can enter the index page. but when I nav to another page, it have another error, I am very confuse by the lib I load,how can I load the lib successfully!

 

failed to load 'sap/m/toolbar.js' from https://sapui5.hana.ondemand.com/resources/sap/m/toolbar.js: 0 - NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'https://sapui5.hana.ondemand.com/resources/sap/m/toolbar.js'

 

 

<script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"

  id="sap-ui-bootstrap"

  data-sap-ui-libs="sap.m,sap.ushell, sap.collaboration"

  data-sap-ui-resourceroots='{"Demo": "./"}'

  data-sap-ui-compatVersion="edge"

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

</script>

 

 

Thanks for your sincerely answer!

Zhang

OData filter in Fiori Master Detail Application

$
0
0

Hi Experts,

 

My requirement is to display the Master page data(ID, Customer Name) based on a specific CustomerID in the Service URL. So far I have created the master detail application and have tried the filter code in Master view.xml page.

Still I am not able to filter the Master page. Please provide your valuable suggestions.

 

 

Thanks,

Srinivasan

The Following error occurred: No Handler for Data

$
0
0

Hi,

 

I was making a read function for my oDatamodel, but after running my application i get this error when i check my console in Chrome:

The following problem occurred: no handler for data -

 

This is the function which contains the read function. For some extra information i am using the sap.ui.model.odata.v2.ODataModel for this application.

 

 

  _downloadFile: function() {  var oModel = this.getView().getModel();  var selectedDocument = this.getView().getBindingContext().getObject();  var sRead ="/PDFSet(MyDocKey='',SCObjid='',AcadYear='',AcadPeriod='',Cokey='"+selectedDocument.Cokey+"',Cotyp='"+selectedDocument.Cotyp+"')/$value";  oModel.read(sRead, {    success: function(oData, oResponse){        console.log(".. oModel.read success: " + oData.results.length);        console.log(oData);        console.log(oResponse);     },    error: function(oError){      console.log(".. oModel.read failed");      var errorObj1 = JSON.parse(oError.responseText);        console.log(errorObj1);    }
});  }

I hope you can help me figure out what i am missing or doing wrong.


Kind Regards,


Arun


DUMP CX_SY_DYNAMIC_OSQL_SEMANTICS In Approve Service Entry Sheet App

$
0
0

Hi gurus, I'm implementing the approve service entry sheet app, it is working fine for some users(specially with SAP_ALL) but for some other users I'm getting the following dump (in the backend).

 

CX_SY_DYNAMIC_OSQL_SEMANTICS in pogram   CL_MM_SES_APPROVE_SELECT======CP.

 

It is happening in the follow select statement

 

 

*     account assignments for all service lines in a SES => based on ESLH to get all service lines


       SELECT  eskl~packno AS packno,

             eskl~introw AS introw,

             eskl~numkn AS zekkn,

             eskn~kostl AS kostl,

             eskn~vbeln AS vbeln,

             eskn~vbelp AS vbelp,

             eskn~anln1 AS anln1,

             eskn~aufnr AS aufnr,

             eskn~ps_psp_pnr AS ps_psp_pnr,

             eskn~nplnr AS nplnr,

             anla~txt50 AS anla_text,

             essr~knttp AS knttp,

             t163i~knttx AS knttx,

             prps~poski AS poski,

             prps~post1 AS post1,

             aufk~ktext AS aufnr_text,

             cskt~ktext AS cost_center_text,

             eskl~wproz AS distribution_percentage,

             eskl~menge AS distribution_quantity,

             esll~meins AS distribution_unit,

             eskn~sakto AS gl_account,

             skat~txt20 AS gl_account_description

        FROM eslh

        INNER JOIN eskl ON eslh~packno = eskl~packno

        LEFT OUTER JOIN esll ON esll~packno = eskl~packno AND esll~introw = eskl~introw

        LEFT OUTER JOIN essr ON essr~packno = eslh~hpackno "#EC CI_BUFFJOIN

        LEFT OUTER JOIN eskn ON eskn~packno = essr~lblni AND eskn~zekkn = eskl~zekkn

        LEFT OUTER JOIN t163i ON t163i~knttp = essr~knttp AND t163i~spras = @sy-langu

        LEFT OUTER JOIN ekpo ON essr~ebeln = ekpo~ebeln AND essr~ebelp = ekpo~ebelp

        LEFT OUTER JOIN t001 ON t001~bukrs = ekpo~bukrs

        LEFT OUTER JOIN skat ON skat~ktopl = t001~ktopl AND skat~saknr = eskn~sakto AND skat~spras = @sy-langu

        LEFT OUTER JOIN anla ON anla~bukrs = ekpo~bukrs AND anla~anln1 = eskn~anln1 AND anla~anln2 = eskn~anln2 AND eskn~anln1 <> @space

        LEFT OUTER JOIN prps ON prps~pspnr = eskn~ps_psp_pnr AND eskn~ps_psp_pnr <> @space

        LEFT OUTER JOIN aufk ON aufk~aufnr = eskn~aufnr AND eskn~aufnr <> @space

        LEFT OUTER JOIN cskt_csks AS cskt ON cskt~kokrs = eskn~kokrs AND cskt~kostl = eskn~kostl AND cskt~datbi >= @sy-datum AND cskt~datab <= @sy-datum AND cskt~spras = @sy-langu UP TO 1 ROWS

        INTO CORRESPONDING FIELDS OF TABLE @et_accounts

        WHERE eslh~hpackno = @iv_package_number AND (lv_authority_check). "eskl~introw = @iv_line_number.

 

In class CL_MM_SES_APPROVE_SELECT Method ->IF_MM_SES_APPROVE_SELECT~SELECT_SES_ACCOUNTS

 

I think its about something related to authorizations, because for users with SAP_ALL error does not happen, but I've applied all required roles about this app, I really do not know why it happens.

 

OBS: This error occurs when user clicks on header area (to open item info).

 

Help will be very appreciated.

 

Thanks

Viewing all 1807 articles
Browse latest View live


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