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

Fiori Launchpad inside the Fiori Client - use cordova/Kapsel plugins

$
0
0

Hi,

 

I am trying to run my SAP UI5 Applcations which use native functionality (Barcodescanner) from the Fiori Launchpad inside the Fiori Client.

However the cordova/Kapsel plugins can't be called from the Application when launched from the Fiori Launchpad.

 

When the Application URL instead of the Launchpad URL is entered inside the Fiori Client the cordova/Kapsel plugins work.

Also the navigation with the Fiori Launchpad is working.

 

 

How do I use native functionality from an Application inside the Fiori Client which is launched from the Fiori Launchpad?

 

My App is based on a component and I'm launching my App with the following URL:

/sap/bc/ui5_ui5/my_ui5_app?SAPUI5.Component=<YOUR_APP_COMPONENT_NAME>

like described here:http://help.sap.com/saphelp_uiaddon10/helpdata/en/b7/999de9e8be4fa584f99a1082830a32/content.htm


Best regards and thank you

Ralf


Team Calendar stay stuck at loding screen

$
0
0

Hey,

 

We are working on sap fiori leave request screens. It works well.

When an approver tries to see the overlap, the app trigers to "team calendar" fiori app but team calendar app stay stuck at  loading screen. When i checked logs both backend and chrome console, there is no errors and warning at all.

 

any help will be appreciated.

teee.jpg

Thanks

My Inbox scenario specific workflow not working

$
0
0

Hi,

  I've recently implemented My Inbox in Fiori. It works Ok for the all items tile, but after configuring one for a specific scenario, the dynamic tile shows the correct number of work items, but at the moment of loading the page no workitem is shown.

This is my configuration

N.GW central hub. (browser-gateway-erp)

In gateway, my task gateway service > scenario definition is as follows:

gw1.png consumer type is tablet, mobile and desktop.

gw2.png

In the ECC backend the task names and decisions are :

gw3.pnggw4.png

 

And the dynamic tile is configured as indicated on help.sap

service url /sap/opu/odata/IWPGW/TASKPROCESSING;mo;v=2/ScenarioCollection?$filter=key eq '1'

parameters: scenarioID='1' action displayInbox semantic object WorkflowTask

The tile is OK, but once I click on it, nothing is shown.

gwtile.pnggw5.png

THe allitems works OK, it reads the full workplace and shows correctly the confgured decisions.

MY Gateway is at the latest SP available

 

SAP_GWFND    740    0011

IW_PGW    100    0006

UIX01CA1    100    0005

Error: Cannot load tile, on Fiori Launch pad

$
0
0
Error: Cannot load tile, on Fiori Launch pad
Long Text

After upgrading the "SAP_UI" component to "SP12" and "UIX01EAP" to SP06

in Gateway system, we are not able to see most of the tiles and

receiving the error message "Cannot load the Tile".

 

 

After analysis we see that, there are no tiles in the existing Gateway

system under catalogs in theme Designer.

Steps for Reconstruction

* Click on the Fiori Launch pad link

* Enter User Name and password

* Tiles are not loaded.

Unable to see extended Entity in My Inbox app

$
0
0

Hi,

 

I have extended the My Inbox and this is what i did -

  • Created a new project in SEGW
  • Used the Redefine OData service option to include TASKPROCESSING v2 service.
  • Added my entity and inserted the code in the generated class. During generation, I chose the option tooverwrite the original service.
  • Registered the service with the G/W system using a normal RFC
  • While maintaining the service in G/W in the /iwfnd/maint_service transaction, I used the system Alias which points to /IWPGW/BWF s/w version

 

Now my original service works fine but does not show the added entity whereas the newly created service does not show any entities at all.

 

If I change my Alias to point to the default s/w version, I can see all entities in the newly created service but it gives a different error.

 

Any help on what could be wrong, will be highly appreciated.

How to bind Json file in view.xml

$
0
0

Hi,

 

I created custom application with component.js file and JSON file( I saved in application only)

 

in Component.js file:(I tried in veiw.controller.js file init{} method also)

var oModel = new sap.ui.model.json.JSONModel();
oModel.setJSON(this.<Json filename>);

this.getView().setModel(oModel, "JsonModel");

in .view.xml

<List id="lableID" items="{JsonModel>/<jsonfield>}">

 

But the data is not binding..?

Liquidity Forecast (sFin) Odata Activation Error

$
0
0

Hi Team,

 

I am trying to activate one of the  Liquidity Forecast (sFin App ) and i am getting an error when i try to register the Odata service PERP_FCLM_MP05_LQ_FORECAST .

 

a.png

 

 

We have

  • SAP SMART BUSINESS SFIN 1503 SP02 + SAP_UI 740 SP12 + SAP_BASIS 740 SP11 components installed in the front end system
  • SAP FINANCIALS 1503 SP02 (SAP_FIN 720) component installed in the back end system.
  • SAP SMART BUSINESS SFIN 1503 + SAP ANALYTICS FOUNDATION 1.0 SP02 components installed on HANA
  • HCOHBAASFIN + HCOHBARSFIN700 + HCOHBASFIN700 HANA content


I tried to generate the Easy Query in SE37 (as recommended in this discussion) but it did not solve the problem.

Do I need this Easy Query? Do you know where I can find details instructions to generate the Easy Query?

regards

 

 

PS: I have successfully activated the odata service for Cash Position (sFin App) (PERP_FCLM_MP05_CASH_POS_SRV) without Easy query generation.

My Inbox application not working

$
0
0

Hello,

 

I have followed the steps as per below documentation to implement My Inbox fiori application.

 

 

 

http://help.sap.com/fiori_bs2013/helpdata/en/41/fd595461fce630e10000000a44538d/content.htm?frameset=/en/ba/954353a531e647e10000000a441470/frameset.htm&current_toc=/en/ba/954353a531e647e10000000a441470/plain.htm&node_id=10

 

We have separate Front End server and backend servers.

 

Below components are installed on respective systems as per the guide.

 

Front End:

UIX01CA1 100 SP05

SAP IW PGW 100 SP08

SAP_GWFND 740 SP12


Backend:

It is on 740 so we have SAP_GWFND 740 SP12 already. As per the document, we do not have to install anything else.


BUT, when I tried to add the /IWPGW/TASKPROCESSING ODATA on Front end with Backend system as the alias, it was not able to find this oData.

I could see other oData which means connection is working fine.


Also, based on the Fiori Library link below, there was a backend role. But we do not see this role in the backend system as well.




I could find the oData on the Front end server and tried to activate it there and that did not work completely. By searching the forums, I could see that I have to add the backend system alias. But when I do that, I get error saying oData not found.


Can you please help me what is missing?


-Bhavik


Malformed URI literal syntax error in OData service

$
0
0

Hello experts,

 

We have developed a custom Fiori application for approving invoices. When approving/rejecting any invoice the user enters a comment in the text field within the confirmation dialog box and then submits.

 

Here we have noticed that if user enters a special character like a comma (,) in the comment, the GET_ENTITY operation that we are triggering is not getting successful and we get an error message in the browser console and also in the transaction /IWFND/ERROR_LOG in the gateway system that says

 

400 (Bad  Request) - Malformed URI literal syntax


gw_error.png

 

The URL that triggers on submitting is like below (the entered comment text is approved,from fiori, this is being set in the field Tdline):

 

/sap/opu/odata/sap/ZOT_TASKPROCESSING_SRV/TUpdateSet(IWId='000001245949',IPAction='A',Tdline='approved,from%20Fiori',FioriUpdateFlag='F')

 

If user enters the same comment text without the comma, it goes through successfully.

 

How do we handle this behavior? Is there anything specific that we have to do at the SAPUI5 code side to prevent this when special characters are entered in the comment text?

 

Regards,

Saurabh

Deploy HR Renewal App to Fiori Launchpad

$
0
0

Hello Experts,

 

Just starting out on the Fiori journey. I find it odd that SAP has 2 frameworks for deployment of UI5 applications (Fiori and HR Renewal).

 

I have 2 questions:

 

1.  Has there been any news on the convergence of SAP Fiori and HR Renewal?  Which framework is the leader?

2.  Is it possible to deploy one of the HR Renewal UI5 apps on the Fiori Launchpad (i.e. new tile...)?  If not, what is the technical constraint?

 

Thank you.

Sap Fiori installation with apps servers

$
0
0

Hi! We plan to do a new fiori installation and because the number of users that will use it is high the sizing was high (30000 saps) so we decided to use a CI and application. Could you tell me if they know of any problems with the installation using this architecture? Does it require the use of a dispatcher? I appreciate any comment or help about it.

 

Thanks!

Fiori Launchpad language issue

$
0
0

Hi All,

 

In my Fiori Launchpad screen ,only English language is maintained in language drop down though two languages(English and German) are maintained in my SAP system in SMLT tcode .

 

I did language configuration in SICF tcode.

 

Please find below screenshots for reference.


Kindly help me to find out the reason for this .

 

Thanking you in advance for you suggestions.


Deploying a kapsel offline app without HANA cloud

$
0
0

Hi,

 

We have created a kapsel offline app which works perfectly when we run it through the WEB IDE as a web application. We do not have HANA Cloud and would like to deploy it using the ABAP repository. We donot have SMP either. Is it possible? We need the cordova plug ins bar code scanner to work

 

Thanks

Amina

Custom theme does not load

$
0
0

Hello,

 

We are facing an unusual issue on our Fiori Launchpad. We have created a custom theme using the Theme Designer. This theme has been transported into our QA and PROD boxes using /ui5/theme_tool. We have also defaulted this theme for all users using the parameter THEME from transaction /UI2/NWBC_CFG_CUST.

 

Now when a user logs in, a weird screen is shown to them instead of the theme that has been defaulted. The screenshot of this is attached. The Http trace shows the library.css file is not loading for some reason.

 

However, once the user goes into User Preferences and chooses the custom theme, it loads properly. It continues to load correctly even after the user logs off - so the issue is only for the initial login.

 

I have an SAP incident open but whenever SAP logs in using the WTS that has been provided to them, the theme loads properly. We have also tried a bunch of server side cache clearing reports(below) as well as clearing the cache of the browser but nothing has helped.

 

/UI2/DELETE_CACHE_AFTER_IMP

/UI2/DELETE_CACHE

/UI2/CHIP_SYNCHRONIZE_CACHE

 

Any ideas Masayuki Sekihara?

Any document for Fiori app version update?

$
0
0

Hi

 

Do we have any documentation or link to follow, if a customer wants to update their Fiori app say from  My Timesheet Version 1 to My Timesheet Version 2?

 

Regards

Senthil


Approve Supplier invoices - cannot get data

$
0
0

Hi Expert,

 

I try to set Approve Supplier Invoices(Fiori).

However I cannot get data from back-end system.

 

I completed to do these configuration.

1, Set Company code to SPRO> Materials Management under Start of the navigation pathLogistics Invoice VerificationNext navigation stepApps for Logistics Invoice VerificationNext navigation stepApprove Supplier InvoicesNext navigation stepDefine Settings Dependent on Company CodesEnd of the navigation path.

 

2, Add task TS20000881 to SPRO> Materials Management under Start of the navigation pathLogistics Invoice VerificationNext navigation stepApps for Logistics Invoice VerificationNext navigation stepApprove Supplier InvoicesNext navigation stepSpecify Workflow Task IDs

 

I guess my workflow setting is wrong, but I have no idea...

 

Are there any tasks to use Approve Supplier Invoices app?


Thank you

My Inbox Filter By: Task Type

$
0
0

Hello,

 

In My Inbox I have a list of Task Types to filer by when I click on the filter icon > Task Type:

  • Add Attachment for Rejection
  • Approval Process
  • Approval of WIP adjustment(s)
  • Approval of billing instruction(s)
  • Approval of expense(s)
  • Change Part Appraisal
  • Decision about PReq in Internet
  • Decision about PReq in Internet
  • Notification - Unbilled provision(s)
  • Notification of new Billing Instruction
  • Process Leave Request by Employe

 

My question is how do I remove some of these from the list? Is there a place I can set which task types I want to see?

 

Also "Decision about PReq in Internet" appears twice. Any ideas why?

 

I would also like to edit the text of some of them. Is this possible?

 

Regards

Jared

PTARQ framework?

$
0
0

Hi Team,

 

My client want to enhance the changes with the help of SAP fiori apps.(My Benefits/Leave Management).

 

I have installed eclipse Juno and installed, SAP Fiori tooltip, UI5 plug in.

 

I am going to start using Ver 2 (as per the requirement) and enhance it with the help of Extension point.

 

Bit confused, Where to start and how to start as i am new to the fiori Development.

 

Let me know the start and step by step guidelines.

 

thanks,

Veera P

Launch BO Reports via Fiori Launchpad

$
0
0

Hi,

 

I would like to know if anyone has had any experience trying to launch BO Reports (Crystal reports/WebI) via SAP Fiori Launchpad. I know there are option to configure BO reports in LPD_CUST. I also know its possible to launch Bex Query using EQMANAGER Tcode using Application Type - URL in LPD_CUST

 

Thanks,

Murali

Standalone URL of a Kapsel App gives a blank page

$
0
0

Hi ,

 

We are trying to execute stand alone url of a kapsel app deployed to a ABAP UI repository. It gives a blank page and the JAVA console shows a toolbar element error. Any idea why?

 

Thanks.

Viewing all 1804 articles
Browse latest View live


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