Quantcast
Channel: SCN : Unanswered Discussions - SAP Fiori
Viewing all 1879 articles
Browse latest View live

How to extend and test the Fiori Standard app using Eclipse mars

$
0
0

Hello Experts,

 

I am very new to SAP Fiori and bit stuck with present requirement , the basic requirement is to add the button at the toolbar of standard My_contact app of fiori.I downloaded the app using SE38 report (/UI5/UI5_REPOSITORY_LOAD) and imported to Eclipse (mars version) by creating  new sapui5 application project. as the required extension point is not available so for POC ( Proof of concept ) i added the  code of button on the available extension point extContactPicture (which is for contact picture). uploaded the app back into Gateway system to check the result. configured the app following configuration steps like  ( lpd_cust , semantic object , launchpad designer ). i am getting the tile of my custom app over the launchpad , but its showing error " cant be loaded , try again later".

 

My Questions are:

 

Once importing the standard app code  to eclipse can we test the app over browser, i mean i configured the tomcat server and  provide our server hostname and port in Web.xml file of code . when i run the app thro eclipse->choosing server , It comes up with Blue screen which is basic theme.

so It is possible to test the app thro eclipse.

 

As many doc suggest , if the extension point is not available then we have to go for view replacement, can any one explain me what that actually means?

( i mean we need the standard functionality in the replaced view as well so we going to copy all code of standard and added our custom code too in other way it would be again standard view with extension code )

 

I downloaded the standard app into eclipse and uploaded back into gateway system without changing anything except the name ,which is also not working. can any one tell what are dependency or ids or code we have to maintain so that app would once uploaded from external system to gateway system.

 

I am from ABAP background  , would really appreciate your guidance and support .

 

Thanks and Regards

Ravneet


FAC_FINANCIAL_DOCUMENT_SRV_01 Error, - Data object 'VL_SH_FINSC_LEDGERGROUP' not found.

$
0
0

Hi!

 

I am trying to add the FAC_FINANCIAL_DOCUMENT_SRV_01 service (for Manage Journal Entries App), but i have the next message;

 

>Front-End

front.PNG

Metadata not loaded - See /IWBEP/ERROR_LOG in backend 'System Alias' - Data object 'VL_SH_FINSC_LEDGERGROUP' not found. ...

 

>/IWBEP/ERROR_LOG Back-End

back.PNG

Data object 'VL_SH_FINSC_LEDGERGROUP' not found

Message No: /IWBEP/CM_MGW_RT101

 

Any suggestion for fix this issue?

 

Regards!

Getting error while uploading UI5 project in UI5_repository

$
0
0

HI,

 

i have tried to upload SAP UI5 prsoject in UI5_repository using upload program in se38.but at the end m getting error please see following screenshot.

 

also see this code from one of those files.

 

<div class="cal-row-fluid cal-row-head calDayRow">

  <% _.each(days_name, function(name){ %>

  <div class="cal-cell1 dayName"><%= name %></div>

  <% }) %>

</div>

<div class="cal-month-box calMonthNums">

  <% for(i = 0; i < 6; i++) { %>

  <% if(cal.stop_cycling == true) break; %>

  <div class="cal-row-fluid cal-before-eventlist">

  <div class="cal-cell1 cal-cell dayNum" data-cal-row="-day1"><%= cal._day(i, day++) %></div>

  <div class="cal-cell1 cal-cell dayNum" data-cal-row="-day2"><%= cal._day(i, day++) %></div>

  <div class="cal-cell1 cal-cell dayNum" data-cal-row="-day3"><%= cal._day(i, day++) %></div>

  <div class="cal-cell1 cal-cell dayNum" data-cal-row="-day4"><%= cal._day(i, day++) %></div>

  <div class="cal-cell1 cal-cell dayNum" data-cal-row="-day5"><%= cal._day(i, day++) %></div>

  <div class="cal-cell1 cal-cell dayNum" data-cal-row="-day6"><%= cal._day(i, day++) %></div>

  <div class="cal-cell1 cal-cell dayNum" data-cal-row="-day7"><%= cal._day(i, day++) %></div>

  </div>

  <% } %>

</div>

 

 

suggest how to overcome this issue.

 

thanks

Avinash.

How to Connect CRM 7.0 EHP3 with trial HCP account by Using HANA Cloud Connector

$
0
0

Hello Experts,

 

As I'm very new to SAP Fiori. Below are my available things.

1. SAP CRM 7.0 EHP3 with SAP Netweaver 7.4 , UI FOR EHP3 FOR SAP CRM 7.0.

2. I have SAP HANA Cloud Connector 2.0  and installed on my PC

3. I have HCP Trial Account

 

My Question :

 

Will I Double-click on Start SAP HANA Cloud Connector 2.0,I'm got pop-up message "Could not open Service Manager".

 

I am from ABAP background  , would really appreciate your guidance and support .

 

Thanks and Regards

Imran

Data Connection Issue

$
0
0

Hello Experts

 

We are unable to load a catalog service into SAP WEBIDE, as we are currently connected to a gateway system from webide but unable to view services, instead a message pops up stating "catalog service unavailable" but our Netweaver system has services in it.

 

Regards

Fiori on S/4 HANA - my Inbox App - WI release purchase requisition

$
0
0

Dear all,

 

because the app "APPROVE REQUISITIONS" is not available in S/4HANA we would like to use the app "my Inbox" in order to release purchase requistions. Good news is that we can see and open the concerning work items in the app "my Inbox". The requistion can now be released by using the button "Open Task" (release transaction is being called by WebDynpro). What I am wondering: is this the only standard way the workitem (release procedure) can be handled? I tried to implement additional buttons (Approve/Reject) but they don't cause any following actions although a BAdI-Implementation of /IWWRK/BADI_WF_BEFORE_UPD_IB mentioned in thread Fiori My Inbox - Step 6. Implement the BADI for updating the decision already exists (standard implementation MM_PUR_REQ_APPROVE_ACTIONS).

 

Thanks

Sebastian

Unable to approve or Reject work item from My Inbox 2.0

$
0
0

Hello Fiori Experts

 

In My Inbox have two types work items are there and when am trying to approve or reject the work item from my Inbox getting error "Cannot process task. For more information, see the details", "User decision 000003649381 has no alternative to index 0005."  for all the work items.




error.PNG

 

Please provide your  inputs on this error.

 

Thank you.

 

Best Regards

Sri

Extend - Display GL Account line item - S4 HANA

$
0
0

Hi Experts,

 

I have a question related to S4/HANA application "Display GL Account line item". I want to extend this application. As per Fiori Library this application is not suitable to extend.

 

My questions is - Is it possible to extend "Display GL Account line item" ? If yes what is the best approach ?

 

My requirement is to add a custom field in table structure and display it on Fiori application. UI view is using "Smart Controls".

 

Kindly suggest best practices / approach to extend S4/HANA applications.

 

Thanks in advance.

 

Regards,

Abhijeet


Fiori Launchpad - Merge Groups

$
0
0

Hello,

 

We want to replace a SAP Portal solution with a Fiori Launchpad running in SAP Gateway.

 

The SAP Portal solution relies heavily on merging roles:

 

- Portal Role A provides 'Tab 1' and under this tab 'iView A'.

- Portal Role B provides also 'Tab 1' and under this tab 'iView B'.

 

If I'm assigned to Roles A and B, then in the Portal I see 'Tab 1' and under this tab 'iView A' and 'iView B'. (I.e. I don't see two separate instances of 'Tab 1').

 

We want to replicate the same concept in the Fiori Launchpad, without changing the authorizations at high-level:

 

- ABAP Role A provides 'Group 1' and under this group 'Tile A'.

- ABAP Role B provides 'Group 1' and under this group 'Tile B'.

 

Unfortunately, if I'm assigned to ABAP Roles A and B, in the Launchpad I see two separate groups (both with the same label, 'Group 1'), one contains 'Tile A' and the other one 'Tile B'.

 

Is it possible to apply a similar merging concept in the Fiori Launchpad as it was possible in the SAP Portal?

 

Thanks in advance,

 

Jon

CATALOG SERVICE UNAVAILABLE IN WEBIDE

$
0
0

Hi Experts,

 

I have configured the webide   its working fine .when i want  to create new project that time iam going for service catalog . in service catalog i am unable to see the service .please help me to resolve the issue.

 

Thanks.

Sangamesh

FIORI_ My leave request

$
0
0

Hi Experts,

 

We are implementing FIORI My leave request application. according to the ECC data & business requirement , we don't want to display Used, Available hours information for the absence types which has quota. can we control this displaying used hours and displaying available hours in FIORI? we don't want to go for application enhancement for this.

 

Expectation: we don't want to display used and available hours in my leave request application.

 

 

my leave request.PNG

please suggest me on this.

 

Thank you in advance.

 

Ashok

SAP Standard Fiori apps catalog

$
0
0

Hi all,

 

Usually we use this reference link "Fiori Apps Library" to discover any new apps available , apart from this link do we have any other way to find the fiori apps available in today's market since we find some applications are not available/updated in the mentioned link - for example I want to configure an app named "Create Material Master" (application as per SAP Best practices documents - J07_S4HANAX_BB_ConfigGuide_EN_XX) but I dont find this app in Fiori apps library. Please suggest a way to get key information for this app , including all the technical data we need for installation and configuration.

 

 

Regards,

Dhivya

SAP FIORI- Mobile device automatic logout is not working

$
0
0

Hi Experts,

 

We are implementing the FIORI Apps in our customer, now we're doing manual logout for user through mobile device(IOS/Android), but customer want to implement automatic logout certain time period or ticket expiration time. Why they are asking this suppose user lost his mobile device and somebody to using access FIORI Apps right.

 

Is there any option for implement this?

 

Regards

 

Karthik.M

Is it possible to Integrate SAP PERSONAS 2.0 in Fiori Launchpad?

$
0
0

Hi Experts,

 

We have designed couple of Flavors in SAP PERSONAS 2.0 for purchase requisition.

I do know its a fairly straight forward way of integrating PERSONAS 3.0 URL to Fiori Launchpad.

 

But I would like to know, Can we integrate SAP PERSONAS 2.0 in Fiori Launchpad as a new tile?

 

If yes, how can I achieve it?.


Cheers

Sabarinathan

Fiori Catalogs and Groups missing in Launchpad designer

$
0
0

Hi Everyone,

 

I have recently made a change in the FL Designer from Dev to include an app in to a Group and transported through to Test System. But for reason i am unable to see the app on the Test Launchpad but it is available in the Dev launchpad. So just to make sure if the Changes have come through to Test system, ran the Transaction /n/UI2/FLPD_CONF from the Test System But the Launchpad designer itself is completely empty!! not sure what to do now??!! can someone shed some light please?

 

 

Dev:

fiori LP desinger Dev.jpg

Test:

fiori LP desinger Test.jpg

 

cheers,

Shi


format of price in sales order fiori app

$
0
0

hi experts,

i want to change the format of price in standard fiori app


am gettting as

 

15.jpg

i want to display it as 368,750.00 INR

 

my field in Odata is

16.jpg

how to change the format

 

thanks in advance

List Box in fiori

$
0
0

Hi experts

 

can anyone tell how to code for list box in fiori...

 

as no documents are available...being new  to fiori, am unable to the exact code for controllers.

List Box in fiori

$
0
0

Hi experts

 

can anyone tell how to code for list box in fiori using odata services

 

as no documents are available...being new  to fiori, am unable to the exact code for controllers.

Using SAP WEB IDE license on HCP trial

$
0
0

Hello,

 

Does anybody using SAP WEB IDE licensed on HCP Trial. hanatrial.ondemand.com?

 

There is no SAP WEB IDE on premise license available now. Only trial.

 

We are planning to use SAP WEB IDE on cloud to support our on premise ABAP Fiori system.

 

To provide extensions to standard SAP Fiori apps, such changes text fields, hiding and so...

 

 

Thank you

Portal Fiori Launchpad Count

$
0
0

Hi All, 

 

We have enabled Portal FLP with the SC Approval tile and configured the Service URL /sap/opu/odata/gbsrm/cartapproval;v=2;mo/WorkflowTaskCollection/$count in Portal. 

Portalconfig.jpg

However the count is showing as ERROR instead of an actual count.  When look in Web Broswer's F12 Developer Tool, it is showing "Failed to update data via service sap/opu/odata/gbsrm/cartapproval;v=2;mo/WorkflowTaskCollection/$count: no handler for data - 200 OK -  sap.ushell.components.tiles.applauncherdynamic.DynamicTile".

portalerror.jpg

We are at a lost on what is wrong or where to investigate.  Thanks in advance on any tips.

Viewing all 1879 articles
Browse latest View live


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