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

Error while loading OData service. Check the data source provided in the evaluation.

$
0
0

Hello Experts,

 

We are getting the above mentioned error while configuring the "CONTRACT EXPIRY" Analytical app. There is no short dump and we did not find any error in console . Please help us to solve this issue.Below is the screenshot of the error.

 

Thanks,

Manu


Image file (.png, .jpg, etc.) not working..

$
0
0

Hello Experts,

I have created a fiori application, from where i am uploading attachments. Uploaded attachments are transferred to ECC system and attaching it to GOS.

When i am uploading .pdf, .txt, .csv, it is working correctly and i am able to see when i open from GOS.

But when i upload .jpg, .png or any image file, i am not able to open from GOS and error message is showing "Windows photo viewer cant open this picture because either photo viewer does not support this file format, or you dont have latest update to photo viewer."

 

I am using below FMs in the create stream of the service.

SCMS_XSTRING_TO_BINARY

SO_FOLDER_ROOT_ID_GET

SO_OBJECT_INSERT

BINARY_RELATION_CREATE_COMMIT

BAPI_TRANSACTION_COMMIT

 

Pls. let me know how can i solve this issue. Is there any parameters we need to pass differently for image files in the above FMs.

 

Regards,

Imran.

Require steps to extend FIORI to mobile device.

$
0
0

Hello all,

 

We have S/4 business suite with SFIN installed. Front end and backend sevrer are same.

we have also installed the FIORI for SFIN and able to work with the apps in browser.

 

Our next step is to extend the usability of FIORI SFIN apps to mobile devices.

Can someone please list the steps to enable the  FIORI on mobile devices.

 

after reading through some blogs , i have understood that SAP Mobile platform server need to be installed to extend to mobile devices --- please confirm if my understanding is correct.

 

Also, please guide me through any guides if available for enabling FIORI apps on mobile through mobile browser or SAP FIORI client.

 

 

Thanks,

Sanketh.

No data in Approve Purchase order App FIORI

$
0
0

Hi All,

        Implemented MM APPS in Central HUB Deployment. Completed configuration in front end and back end system. After complete configuration NO DATA in MM Approve purchase order and Track Purchase Order apps. Configuration and  Components of front end and back end system details are given below. Please suggest solution

 

Front End System: SAP Netweaver Gateway SP 8

 

Components:

 

SAP_GWFND 740 SP 13

UIX01EAP       100 SP 8

 

Configuration:

    

1.Activated and Maintained Odata service

2.Maintained System Alias and assigned data provider to data model

3.Launchpad role are maintained in LPD_CUST

4.Checked /IWFND/ERROR_LOG no error displayed

5.Troubleshooted  Launchpad with inspect.  showing NO DATA in APPROVE  PURCHASE ORDER APP and COULD NOT OPEN APP AND TRY AGAIN LATER for TRACK PURCHASE ORDER APP. Please refer screen shot below for reference.

6.Configured and Maintained Lauchpad roles and Purchase order  roles .

 

Back End System:ECC6 EHP7

 

Components:

 

GBAPP002  600 SP 10

 

Configured standard work flow in back end system

 

maintained roles for users

 

TaskID: TS2000016 is maintained in back end system.

 

Created purchase orders are triggering to users inbox in BACK END  SYSTEM.

 

Regards,

Bhagath.

Unable To Delete the Service

$
0
0

Hi all,

 

Please suggest the solution for the following issue:

I'm trying to delete the service PAGE_BUILDER_CUST ended up with the below exception.

 

PFA.. for the screenshot of the exception.

 

 

"Exception occured while TADIR processing"

 

 

 

Regards,

Nagaraj

Shopping Cart Inquire button

$
0
0

Hi All,

 

I have configured Approve Shopping cart Fiori application and when I clicked on Inquire button ,I get below error :

 

The call of URL http://<hostname:port>/sap/bc/webdynpro/~canvas/wda/SAPSRM/WDA_L_FPM_OIF/ has been terminated due to an error.

 

Screenshot of the error is also attached with the name "Terminated_error" .

 

From the error we have understood that it calling WDA application using nwbc .

 

I just need to confirm that is it possible to call WDA standalone without redirecting to nwbc or portal.

 

Your help is highly appreciated.

 

Thanking you all in advance.

 

Regards,

Riya

FIORI Client rollout

$
0
0

Hi Friends,

 

We wanted to push the FIORI app to end users using our internal MDM (Mobile Device Management) teams.

 

We wanted to append the custom URL for FIORI and push the app to end users so that users no need to enter the URL.  I have looked yet forums and found few links like below one  for example.

 

my question is, Where can I change the URL for this FIORI client as global ?  Do I have some environment where I can download and change the URL?

 

is there any easy to change that URL setting and pass the app libraries to MDM team so that they can push the app.

 

 

 

Getting Started with Kapsel - Part 14 -- SAP Fiori Client (New in SP04)

 

 

Thanks

Krish

My Inbox - /IWPGW/TaskProcessing (v2) - TaskCollection is Blank

$
0
0

Experts,

 

I need your help in getting to bottom of this and finding the root cause. I am facing challenges in loading tasks in My Inbox app. My aim is to show all workitems from the SAP Inbox.


I have 10 workitems in my SAP inbox (SBWP). I can see them as part of my PO and PR approval apps, but they don't show up in My Inbox App. What am I missing?

 

LaunchPad -

Image 133.png

 

Service Configuration -

 

Image 134.png

 

System Aliases -

 

Image 135.png

 

Scenario Definition -

 

Image 136.png

 

Service Document -

 

Image 137.png

 

TaskDefinitionCollection Set -

 

Image 138.png

 

Scenario Collection -

 

Image 139.png

 

But TaskCollection is Blank -

 

Image 140.png

 

 

What did I do wrong? Please help!

 

Thanks,

Rohan


Navigation error in service CrossApplicationNavigation

$
0
0

Hello,


I want to navigate to another application from my fiori app in abap environment(bsp), and I am using


var oCrossAppNavigator = sap.ushell.Container.getService("CrossApplicationNavigation");

 

However, this line throws an error in the browser,

Uncaught TypeError: Cannot read property 'getService' of undefined

 

I have included sap.ushell in the libraries in bootstrap, but this problem persists.

 

Appreciate any suggestions on what can be the cause.

 

Thanks

Rajiv

Special Char "_" in generic key error in SPRO

$
0
0

HI All,

 

I am facing the below error while saving the configuration of custom BSP path in SPRO

Untitled.jpg

 

please guide me the way of sorting

 

Thanks

Rajesh

Loading dynamic data into Smart Table from oData service

$
0
0

Hi All,


I have  requirement to load dynamic data into smart table from an oData service. I can see some dummy data and columns are loaded from metadata. But I don't know how to load specific data from oData service response. Can some one help me on this.


Regards,

Arun.

CSRF token validation failed while deploying extended fiori application to ABAP Repository

$
0
0

HI All,

 

I have extended standard fiori approve purchase order fiori application in webide tool.I have made few changes to the extended fiori app and when i try to deploy the extended fiori application i got an error saying "cannot deploy csrf-token validation failed".Please find the screenshots attached.

 

Thank you

SFIN 1511 Fiori Roles

$
0
0

Hello !

 

We've implemented S/4 HANA 1511.

In order to use the Display GL Balances & Open & Close FI Period apps, we need roles:

 

SAP_SFIN_BC_GL_PROC_DOC

SAP_SFIN_BC_GLACCOUNTANT

 

However, these roles are not present in our system.

We're on UIAPFI70 300 SP01.

 

Backend & Frontend are on the same server.

 

As a result, we're unable to load any catalogs or see anything inside Fiori.

 

Please help advise...

 

Thanks a lot !

saba.

Approve Requisitions Error in Activation App

$
0
0

Hello Expert,

 

I have more problems with activation of tree more applications  :

 

Approve Requisitions

Approve Purchase Contracts

 

the first error message was in capture description.

Capture.JPG

 

Thanks for your help,

What is the difference between various run configurations in Fiori Web IDE?

$
0
0

I'm developing a master-detail app in SAP Fiori Web IDE 1.32.

 

There are various configurations available to run the application namely:

  • Run as Web Application
  • Run on Fiori launchpad component
  • Run on Fori sandbox
  • Run as Unit Test
  • Run on server

 

I'm using an OData to load data in my app. When I run my app as "Web application", I get mock data instead of he actual data while running it on Fiori Launchpad is fetching me the actual data present in the OData URL.

Can somebody please explain me the difference between these configurations and how they work exactly?


Fact sheets for simple finance 1503: ESH_IMG

$
0
0

Friends,

 

We have a requirement to configure few Fact and analytical sheets for Simple finance 1503 edition.  When I accessed esh_cockpit, it was not

displaying any connectors in the browser. I hope some configuration is required for connectors to pull required data.

 

 

I have enabled few settings and was not successful . I am new to this ESH_IMG settings and got stuck there. It would be helpful if anyone has any ref doc.

 

Thanks,

Vijay

BC Set /SRMNXP/PPS_EXT_FIELDS is not able to activate

$
0
0

Hi Experts,

 

masayuki_sekihara

 

we are implementing the SAP SRM Fiori Apps, part of the implementation am trying to activate the BC Set /SRMNXP/PPS_EXT_FIELDS.

the document which we are referring the configuration is SAP Note 1911004 (SRM_UI_Add-On__SP07_ConfigCookbook). Bsed on this document am configuring the SRM User Interface Add-On.

 

When am trying to activate this BC Set am getting Dump.

Dump details,

 

Short Text

    Field symbol is not assigned.

 

What happened?

    Error in the ABAP Application Program

 

    The current ABAP program "/SRMNXP/SAPLFLD_EXT" had to be terminated because it

     has

    come across a statement that unfortunately cannot be executed.

 

How to correct the error

    If the error occurs in a non-modfied SAP program, you might be able to

    find a solution in the SAP Notes system. If you have access to the SAP

    Notes system, check there first using the following keywords:

 

    "GETWA_NOT_ASSIGNED_RANGE"

    "/SRMNXP/SAPLFLD_EXT" bzw. LSVIMF17

    "VIM_CONVERT_TABKEY"

 

based on the above error correction i did not find the exact SAP Note.

 

please help us to fix this.

 

Thank You in advance.............

 

Regards,

Kiran.

Error in task Add_system

$
0
0

Hi!

 

I was executing task list in SAP_GATEWAY_ADD_SYSTEM  Gateway,  and it resulted in 3 warnings:

task warning.png

What should I do?

No Items are available; perform a search to add an item for My Shopping Cart

$
0
0

hi folks,

 

sarbjeet_singhmasayuki_sekihara

we are implementing the SRM Fiori apps, in this My Shopping Cart app ended with "No Items are available; perform a search to add an item" message.

I have checked in browser console no error found in that.

 

even am trying to search in Products search bar, still no data is loading in the app.

 

Can you please suggest me?

 

Thank You in advance.........

 

Regards,

Kiran.

Time to Tidy up existing SAP Solution Landscape before Fiori

$
0
0

Fiori is great for sure, if you have already spend years in SAP, beautiful fiori tiles will capture you in seconds no doubt. However, most of existing SAP customers are disappointed shortly after facing the cold side of reality brought by Fiori.


Fiori_demo.jpg


Many of us, unfortunately a way from standart SAP functions, this makes standard Fiori activation mission impossible or a torture. But let's take this as an opportunity and tidy up your existing SAP solution landacape. In three simple steps you can get fast results:

 

1. Review and clasify non-standard add-ons: If you want instant results, start in-line with your UX plan. I mean if you want to transform your user experience in Human Capital Management, then do not waste time in Purchasing or Sales, just start with HCM. A good way to dig is to find the reasons:

 

  • We need everything automated by SAP even if it is not brought by SAP: This is the most common reason that we distort standard SAP. Almost every user wants a robotic solution which will work for them or instead of them. This idea drives SAP/IT  teams to deliver a dream solution, however this only brings bugs, waste of resources and more support spendings. Just think, if it is so easy why SAP did not implemented this artificial intelligence wth thousands of developers and scientists.Please keep in mind that SAP is for recording business functions with seamless integration and deliver accurate  information with the help of business users, not instead of business users. So please review your pain areas under this topic and prepare a list of non-standart homemade add-ons.

 

  • We are a unique company in our Industry, SAP does not fit: Sure you are different than your competitors, that is why you suceeded, however 80% of your processes are same among your competitors. You have spend time and money in order to implement your difference of 20%, however this swept down by the rest. Just focus on implementing 80% standard functions seamless and than find ways to be different. Keep in mind the pareto rule.

 

2. Prioritize the non-standard add-ons with rate calculation: Now you have prepared your list, it is time to prioritize them. Best way is the sort them by spendings. If you have one year spending data, this will be your criteria, also replacement cost will be another operand. Just divide spendings by replacement cost and sort them by ascending. Now you have the list. Please be sure that units are same  Let me give an example: Your HCM Time Management Function is not standard and you have spend 30 mandays last year to support this homemade add-on. To replace this with standard SAP functionality will cost you appx. 50 mandays. Rate = Spendings / Replacement = 30 / 50 = 0.6 . Repeat this with other areas such as travel and expenses if non-standard. Finaly pick the biggest value as starting point.


3. Set up a project team and start immediately: Each and every day, you are loosing time, money and confidence, so do not wait. Just set up a team including business users, without real users, your transformation never ever will be successful. Please keep same team for Fiori activation if possible, this is the key sucess factor.


Fiori_demo_10.jpg


Good luck and Have a nice journey !


[Private information removed by Moderator]

Viewing all 1807 articles
Browse latest View live


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