Quantcast
Channel: SCN : Discussion List - SAP Fiori
Viewing all 1804 articles
Browse latest View live

TimeEntry version2 extension question

$
0
0

Hi All,

 

Question on Time Entry version2 app . I have to move the Time Assignment block on top of Entry details.

 

looks like the code is part of S31 view but not available any extensions , what are the other option I have to make this UI changes?

 

SAP Help documentation says:

 

Extension Points in Views

 

ViewExtension PointUse
S31.view.xmlextS31FormElementAccountingInfos
S31.view.xmlextS31FormElementForInputs

 

 

when I try to create extension for  view configuration replacement , extS31FormElementForInputs , I am getting the below error.

 

Our components versions:

 

 

 

Gateway: UIHR001 100 SP03

Backend: GBX01HR 600 SP03

 

Attached the screenshot.

 

Thanks

Krishna


Webide an Charts

$
0
0

Hi there,

 

I'm using webide to create an new fiori application. I managed to use viz charts, to display some charts, everything went fine. Now I want to include toolbar functionality within the charts.


After I included the following code:

<ChartContainer  id="pane13VizChartContainer">  <content>  </content>  </ChartContainer>

I get the following error:

 

https://webidetesting6107380-s0010566840trial.dispatcher.hanatrial.ondemand.com/resources/sap/m/ChartContainer.js 404 (Not Found)

and

Uncaught Error: failed to load 'sap/m/ChartContainer.js' from ../../resources/sap/m/ChartContainer.js: 404 - Not Found

 

Is there something I missed, is there no support for ChartContainer in webide or did I used a wrong implementation way for the toolbar in viz charts?

 

For the examples it works:

https://sapui5.hana.ondemand.com/sdk/explored.html#/sample/sap.suite.ui.commons.sample.ChartContainerSimpleToolbar/code

 

Thanks in advance!

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


custom fiori app dev - error while refreshing page

$
0
0

Hi,

 

Im developing a end to end custom Fiori application, Whole application is working fine without any issues.

 

But if i refreshing the page by press F5 button, its showing empty screen and throwing the below error message.

 

 

this is my index.html code

<script>

sap.ui.getCore().attachInit(function() {

new sap.m.Shell({

app: new sap.ui.core.ComponentContainer({

height : "100%",

name : "PNS_MinMaxBin_Update"

})

}).placeAt("content");

});

</script>

 

Im getting the error in component container line.

 

have any one faced this issue?

 

Pls help me to resolve this issue.

 

Regards

Yokesvaran Kumarasamy

How to extend My Inbox application to show completed/approved tasks? Is it possible?

$
0
0

Hi All,

 

We want to extend the My Inbox application in Fiori to show the tasks which have been completed/processed/approved.

 

Is it possible to achieve this? If yes, how can we go about it.

 

We would want that the user should be able to filter out them as well.

 

Please share if any information is available on this.

 

Regards,

Karan

Testing Fiori using Web Dispatcher

$
0
0

Hello, i've a issue with sap web dispatcher in Fiori. The HTTP communication is verified and working (Server reached successfully), but when i login to Fiori i see this errors

 

http://xxxxxxxxxxxxx:8050/sap/hba/r/sb/core/odata/modeler/SMART_…ELER_CREATE_KPI%27%20or%20id%20eq%20%27SAP_SB_MODELER_CREATE_EVALUATION%27 Failed to load resource: the server responded with a status of 503 (Service Unavailable)

 

Error (503, Service Unavailable) in OData response for GET "/sap/hba/r/sb/core/odata/modeler/SMART_BUSINESS.xsodata;o=HANA/Catalogs('HANA_CATALOG_MODELER')/Chips?$filter=id%20eq%20'SAP_SB_MODELER_ASSOCIATION'%20or%20id%20eq%20'SAP_SB_MODELER_AUTHORIZATION'%20or%20id%20eq%20'SAP_SB_MODELER_CONFIGURE_DRILLDOWN'%20or%20id%20eq%20'SAP_SB_MODELER_CONFIGURE_MIGRATION_TOOL'%20or%20id%20eq%20'SAP_SB_MODELER_CONFIGURE_TILE'%20or%20id%20eq%20'SAP_SB_MODELER_WORKSPACE'%20or%20id%20eq%20'SAP_SB_MODELER_CREATE_KPI'%20or%20id%20eq%20'SAP_SB_MODELER_CREATE_EVALUATION'": HTTP request failed - {"requestUri":"/sap/hba/r/sb/core/odata/modeler/SMART_BUSINESS.xsodata;o=HANA/Catalogs('HANA_CATALOG_MODELER')/Chips?$filter=id%20eq%20'SAP_SB_MODELER_ASSOCIATION'%20or%20id%20eq%20'SAP_SB_MODELER_AUTHORIZATION'%20or%20id%20eq%20'SAP_SB_MODELER_CONFIGURE_DRILLDOWN'%20or%20id%20eq%20'SAP_SB_MODELER_CONFIGURE_MIGRATION_TOOL'%20or%20id%20eq%20'SAP_SB_MODELER_CONFIGURE_TILE'%20or%20id%20eq%20'SAP_SB_MODELER_WORKSPACE'%20or%20id%20eq%20'SAP_SB_MODELER_CREATE_KPI'%20or%20id%20eq%20'SAP_SB_MODELER_CREATE_EVALUATION'","statusCode":503,"statusText":"Service Unavailable","headers":[],"body":"<html><head><title>Application Server Error</title></head><body>\r\n<H2><b>503 Service not available</b></H2><br>\r\n<hr>Wed Jan 27 10:31:14 2016\n\r\n</body></html>\r\n"} sap.ui2.srvc.ODataWrapperz

 

Failed to load tile: Error (503, Service Unavailable) in OData response for GET "/sap/hba/r/sb/core/odata/modeler/SMART_BUSINESS.xsodata;o=HANA/Catalogs('HANA_CATALOG_MODELER')/Chips?$filter=id%20eq%20'SAP_SB_MODELER_ASSOCIATION'%20or%20id%20eq%20'SAP_SB_MODELER_AUTHORIZATION'%20or%20id%20eq%20'SAP_SB_MODELER_CONFIGURE_DRILLDOWN'%20or%20id%20eq%20'SAP_SB_MODELER_CONFIGURE_MIGRATION_TOOL'%20or%20id%20eq%20'SAP_SB_MODELER_CONFIGURE_TILE'%20or%20id%20eq%20'SAP_SB_MODELER_WORKSPACE'%20or%20id%20eq%20'SAP_SB_MODELER_CREATE_KPI'%20or%20id%20eq%20'SAP_SB_MODELER_CREATE_EVALUATION'": HTTP request failed - sap.ui2.srvc.ChipInstance({oChip:sap.ui2.srvc.Chip({sChipUrl:""}),bFullscreen:false}) sap.ushell_abap.adapters.abap.LaunchPageAdapter

 

Failed to load resource: the server responded with a status of 500 (Internal Server Error)

 

Failed to update data via service /sap/opu/odata/sap/SRA021_SRV/Summary: HTTP request failed - 500 Internal Server Error -  sap.ushell.components.tiles.applauncherdynamic.DynamicTile

 

GET http://xxxxxxxxxxxxxxxxxx:8050/sap/opu/odata/sap/SRA021_SRV/Summary 500 (Internal Server Error)

 

Failed to update data via service /sap/opu/odata/sap/SRA021_SRV/Summary: HTTP request failed - 500 Internal Server Error -  sap.ushell.components.tiles.applauncherdynamic.DynamicTile

 

------------------------------------------------

My sapwebdisp.pfl

 

wdisp/system_0 = SID=S4D, NR=00, MSHOST=xxxxxxxxx, MSPORT=8102, SRCURL=/sap/opu/odata;/sap/public/bc/;/sap/bc/, SRCSRV=*:*, SSL_ENCRYPT=0

wdisp/system_1 = SID=D00, XSSRV=xxxxxxxx:8000, PINGURL="/public/ping", SRCSRV=*:*, SRCURL=/sap/hba/;/sap/hana;/sap/opu/odata;/sap/bc;/sap/public/bc/,

 

 

What can i do to solve this? It's a privileges issue?

 

Thanks

 

regards

Submit an SAP alv report and pass the data to odata

$
0
0

Hi Experts,

 

We want to display the result of a custom developed ALV report from SAP ERP. We wrote a function module which is capable of submitting the report and get it's data from memory. We pass this data in the Tables parameterer of this function module. This modul works fine when we call it from the ERP.

 

But when we try to call this function module from the method of the oData service we dont get any data back. I assume it happens becouse it's not an internal session anymore.

 

Any ideas how can we achieve to get the data from the ALV report wihtout memory operations, or use memory operations in external sessions?

 

 

 

Any answer is appreciated.

 

Br,

David

How to identify if workflow approval has happened through Fiori

$
0
0

Hello experts,

 

We have developed a custom Fiori app for approval of non-PO invoices. This app basically allows users to approve/reject non-PO invoice work items.

We have just went live with this app in the productive landscape.

 

Is there any way using which we can identify whether approval/rejection of a particular work item has happened from the Fiori app or directly from the back end system from SBWP? Are there any logs that get generated anywhere on the front end gateway system when for e.g. a user approves a work item from the Fiori app (which in turn executes the workflow on the back end and processes the work item)? We basically want to track the usage of our custom Fiori app.

 

Regards,

Saurabh


ODATA service Call Issue

$
0
0

Hello,

We have extended CRM accounts app using web IDE and added a custom field in the display view - General Data. We also extended the back end ODATA and tested the field in the Gateway Client.

 

This custom ODATA URI is added in the Descriptor Editor of the web IDE, in the Data Sources View as shown below. If I change the CRM_BUPA_ODATA to the custom service ID (ZCRM_BP_SRV), the system is not considering the new URI (/sap/opu/odata/sap/ZCRM_BP_SRV/)

 

Testing this above config, the custom field works perfectly in the web IDE, however when deployed to the back end, the system is not displaying the field value in the view.

 

 

We are having multiple ODATA service implementations activated for the CRM_BUPA_ODATA. Is this causing any issue?

 

 

In the "Add Data Source" of the manifest.json, descriptor file, what should be the "Name" & URI values? Are the values give in the above manifest.json correct?

Send Checkbox value to Backend

$
0
0

Hello,

How to send the check box value to backend ECC system.

I have defined the check box in XML view:

 

In the controller, how to set this check box Boolean flag to backend JSON Model?

 

 

Thanks,

Difference between arsrvc_spb_admn and arsrvc_upb_admn services

$
0
0

I understand that both can be used for creating catalogs. But what exactly is the difference? Would a catalog created in one service be available in the other? Can we use only one for HR renewal and Fiori?

How to pass error message from back-end R/3 system to front-end custom Fiori app.

$
0
0

Hello Experts,

 

I am developing a custom Fiori app. I have to pass error message from back-end R/3 system to my custom Fiori app by checking the table values in back-end system. If the value does not exists in the table, I have to pop up a error message in front-end. Can anyone help me with this requirement?

Failed to load Component.js: 403 - Forbidden - Fiori App Error

$
0
0

Hi All,

 

 

I am working on "MyOpportunity" Fiori App Customization. The Standard Application was working fine. But all of a sudden both the Standard and Customized Fiori "My Opportunity" Application is throwing an error like

 

GET https://webidetestingcrmopprtntyextension-xxxxxx.dispatcher.hanatrial.ondemand.com/sap/bc/ui5_ui5/sap/CRM_OPPRTNTY/Component.js 403 (Forbidden)


Uncaught Error: failed to load 'cus/crm/opportunity/CRM_OPPRTNTYExtension/Component.js' from ./Component.js: Error: failed to load 'cus/crm/opportunity/Component.js' from /sap/bc/ui5_ui5/sap/CRM_OPPRTNTY/Component.js: 403 - Forbidden



 

 

Please help me in resolving this issue.

 

 

 

 

Thanks,

Divya

How to use custom service while extending standard SAP fiori app.

$
0
0

Hi Experts ,

 

This is regarding SAP WEB IDE fiori standard app extension,

 

The requirement is to extend the  Standard App MY QUOTATIONS( SD_MYQUOTES) with one field like Long text  at header and Item level.i have done the view extension with text area by using web ide tool and created service (Z_LORD_MY_QUOTATIONS_XXXX) in the backend SAP system and i have extended the required entityset Quotation headerSet with new field.now i want to use custom service along with standard service calling in the Component.js.

How to use custom service for extend standard app. Can anyone guide me to achieve this functionality .

2016-02-03_13-46-34.png

Thanks .

 

Regards,

Sekhar.

Custom Fiori Client - without smp

$
0
0

Hello everyone. I need a Sap fiori client (android) for an official Fiori App. This app uses a barcode reader, so I think I have to make a custom Fiori client. My question is: Is it necessary to use smp? We do not contemplate acquiring smp licenses.

In any case, to generate this client in smp legally, do you require a license?

 

The only option I can think of is to create an application in Cordova/phonegap with a webview containing the app on the server. Do you think that this may be feasible? Options?


Thanks in advance


Install separate java stack on NW Gateway 7.4 SP09 ABAP system

$
0
0

Hi All Gurus,

 

 

We already have a Net weaver 7.4 Gateway ABAP server with SPS 09. Hence it is only stack we want to install the JAVA stack for the same server. As NW 7.4 SP08 above version can not install the ABAP and JAVA stack on the same SAP Server, we want to add JAVA stack for the same SAP System on the different server ie. splitting ABAP and JAVA stack for Netweaver Gateway FIORI server. Is there any documentation available for installation and post installation connectivity of ABAP and JAVA stack. As well as we want to know as this is a FIORI Server it has a Back end server as ECC 6.0. Is it required to connect the FIORI JAVA stack with backend ECC ABAP server. Kindly help us to decide the approach.

 

Thanks,

Sarang

Fiori App: My Leave Request - Reason Field Not Visible

$
0
0

Hi all,

 

My Leave Request App has been implemented in the Launchpad.

 

While creating Leave request it is throwing error to fill the Reason Field which is not visible...

 

Please suggest to make visible the hidden Reason Field....

 

Thanks & Regards,

Nagaraj.R

Transition from Launchpad to application sets focus on SearchField

$
0
0

Hi,

 

we have the problem that a transition from the Launchpad into our application sets the focus on the SearchField of the Master view.

 

http://i.imgur.com/JRwvLxi.png

 

It's a problem, because on mobile devices it triggers the activation of the keyboard which blocks the list view entries.

 

Any idea how to prevent that behaviour?

 

Directly entering the application is not creating this problem.

 

It's also happening in another Master/Detail application we created.

 

Across Android and iOS devices, replicated on Safari, Chrome, and Firefox.

 

Kind regards,

 

Michael

Viewing attachments in Approve Shopping Carts App

$
0
0

Hi All,

    We are implementing approve shopping carts standard app for SRM. Does the app support viewing attachments??. Kindly confirm.

 

thanks and regards,

Kumar

Errors during deployment DU

$
0
0

Hello,

 

I'm implementing several fiori apps (transactionals, analyticals....) into integrated scenario.

We've deployed the content both on hana and Backend/frontend system.

 

We want to user Cash Flow fiori app but during import of HCOHBARAPPL604 we get several errors:

 

 

 

Content error: Activation of at least one object failed

Content error: Object: sap.hba.r.sappl604.BankStatementMonitorGLPeriodInfo.calculationview ==> Error Code: 40117

Content error: Repository: Encountered an error in repository runtime extension;Model inconsistency. Create Scenario failed: ColumnTable SAPABAP1:FAGLFLEXT not found (cannot get catalog object)(calculationNode (FAGLFLEXT))The following errors occurred: Inconsistent calculation model (34011)

Content error: Object: sap.hba.r.sappl604.BankStatementMonitorGLPeriodCurr.calculationview ==> Error Code: 40117

Content error: Repository: Encountered an error in repository runtime extension;Model inconsistency. Create Scenario failed: The following errors occurred: Index does not exist;Failed to get CalcIndex '_SYS_BIC:sap.hba.r.sappl604/BankStatementMonitorGLPeriodInfo (t -1)' (2007)

Content error: Object: sap.hba.r.sappl604.BankStatementMonitorBalStatus.calculationview ==> Error Code: 40117

Content error: Repository: Encountered an error in repository runtime extension;Model inconsistency. Create Scenario failed: The following errors occurred: Index does not exist;Failed to get CalcIndex '_SYS_BIC:sap.hba.r.sappl604/BankStatementMonitorGLPeriodCurr (t -1)' (2007)

Content error: Object: sap.hba.r.sappl604.BSMInfoOverview.calculationview ==> Error Code: 40117

Content error: Repository: Encountered an error in repository runtime extension;Model inconsistency. Create Scenario failed: The following errors occurred: Index does not exist;Failed to get CalcIndex '_SYS_BIC:sap.hba.r.sappl604/BankStatementMonitorBalStatus (t -1)' (2007)

Content error: Object: sap.hba.r.sappl604.BSMOverview.calculationview ==> Error Code: 40117

Content error: Repository: Encountered an error in repository runtime extension;Model inconsistency. Create Scenario failed: The following errors occurred: Index does not exist;Failed to get CalcIndex '_SYS_BIC:sap.hba.r.sappl604/BSMInfoOverview (t -1)' (2007)

Content error: Object: sap.hba.r.sappl604.BSMOverviewQuery.calculationview ==> Error Code: 40117

Content error: Repository: Encountered an error in repository runtime extension;Model inconsistency. Create Scenario failed: The following errors occurred: Index does not exist;Failed to get CalcIndex '_SYS_BIC:sap.hba.r.sappl604/BSMOverview (t -1)' (2007)

Content error: Object: sap.hba.r.sappl604.roles.fin.CashManager.hdbrole ==> Error Code: 1000010

Content error: Invalid argument

Content error: Object: sap.hba.r.sappl604.odata.fin.kpi.xsodata ==> Error Code: 40136

Content error: Unknown view name "sap.hba.r.sappl604/BSMOverviewQuery".

Content error: Deployment of delivery unit (name: HCO_HBA_R_APPL604, vendor: sap.com, id: 7180) failed.

Content error: Import of software component versions failed.

 

We have mapped the authoring schemas to physical:

ABAP          SAPABAP1

SAP_ECC   SAPABAP1

 

How can I solve this error during deployment?

 

Regards

Viewing all 1804 articles
Browse latest View live


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