Hi ,
I am following "How To... SSO with SAP token for MBO-based apps" , can i achieve SSO with SAP token for onlie/Odata apps using same method. I presume we can.
Regards
Nidhideep Bhandari
Hi ,
I am following "How To... SSO with SAP token for MBO-based apps" , can i achieve SSO with SAP token for onlie/Odata apps using same method. I presume we can.
Regards
Nidhideep Bhandari
My deployment scenario is as follows.
The OData components are installed on an ECC 6 EhP 6.0 IDES system.
The UI components are installed on a NetWeaver 7.4 system with SAP_BASIS 740 SP 2and SAP_UI 740 SP2. This system also acts as a Gateway system.
The UI components installed on the above 7.4 are:
UIAPP001 100
UIAPP002 100
UIGIB001 100
UIHCM002 100
UIHCM003 100
UISRA002 100
I have also apply the SAP Notes according to the Fiori installation guide. After adding the service in transaction /IWFND/maint_service in the Gateway system, I tried to test the ui5_mm_po_apv service under the node /default_host/sap/bc/ui5_ui5/sap/. The browser opens up as usual and prompts me for credentials. After logging in, it displays a blank page.
I have another test scenario which has all the OData components, UI components, and the Gateway components installed on an ECC 6 EhP 6.0 IDES system. When I test the ui5_mm_po_apv service in SICF, the browser does show the UI.
I have gone through a couple of SAP Notes regarding the UI in 7.4 and they don't seem to fix the problem.
Hello ,
I am trying to seek solution for the setting on Fiori Apps .While I try to acess the catalog Admin page for Administrator from Netweaver Gateway System, it pops up the error message.
The catalog does not load up and instead presents me with the error as below. Any pointers will be highly appreciated.
PS- Activated all the services related to UI2 & UI_UI5 in Gateway system.
http://<server>:8080/sap/bc/ui5_ui5/ui2/launchpage/admin/admin.html
Please suggest.
Hi Friends,
Right now we've install SUP, gateways and configure all the steps mentioned by SAP in the Financial Fact Sheet Admin Guide, after that we've install the Mobile App and when execute it, the app ask us the Company Code ID, and let us select it from a list. After this steps (select the company code) the app do nothing, no customers or financial data.
Checking if the problem could be master data, we try to execute the standard: LWM_FIN_FACTSHEET_BADI_DEFAULT Method: GET_CUSTOMERS_OF_SALESREP
It returns the customers with relationship to my employee number.
Do you have any idea about the problem cause?
Regards,
David Faustini
Hi All,
I am working on ios application here after multiple Synchronization (three sync) i am getting Exc_bad_Access ,i know i am getting this error because of memory issues but i converted the project in ARC(automatic reference counting),but for generated code i,e Sybase control generated code is in MRC so my question is is there any memory problem in generated code i am new in SIosybase generated code please help me.
Thanks all
Hi Experts,
I am very newbie of SUP developement. Basically i am an android developer and recently i started learning SUP (Sybase Unwired Platform).
In the SAP Mobile , i heard about SAP Fiori.
Can any one let me know what exactly the SAP Fiori and What is the difference between SAP Fiori and Sybase Unwired Platform.
My appreciation for your help
Thanks,
sathish
Hi all,
Only one question.. Does Afaria currently supports SAML 2.0? SAML 2.0 is being used for Single Sign On (SSO) in Google Apps for Enterprise.
If not, can I use Afaria API to support this feature?
Thank you.
Hi,
We continue the evaluation of the SMP/SUP.
we created a simple MBO with two operations, create and update.
we have created corresponding RFC Methods in order to be able to implement these operations.
After all things were bound we still have this warning message:
"The output record of the operation "CREATE" with 'Immediately update the cache' policy does not contain the primary key columns.
I've double checked, everything looks good.
Here is a screenshot:
How one can see, Primary key column is bound.
Any ideas why we are getting this message?
Thanks in advance,
Vladimir.
Hi All,
I want to use select statement in SUP for fetch the data from ECC(SAP database).for example:
If material description is required on the base of Material, For that i want to get the detail from table
EKET.
Please suggest.
With Regards,
Rohit Chauhan
hi,
i have used connection properties for checking connection, but i didnot get connection messaged proper. can anyone please help me out?
Application application = ((AppApplication) context.getApplication()).getApp();
try
{
ConnectionProperties connectionProperties = application.getConnectionProperties();
connectionProperties.setServerName(Constants.SERVER_URL);
connectionProperties.setPortNumber(Constants.MESSAGING_PORT);
application.startConnection(60000);
int status = application.getConnectionStatus();
switch (status)
{
case ConnectionStatus.CONNECTED:
break;
case ConnectionStatus.CONNECTING:
break;
case ConnectionStatus.CONNECTION_ERROR:
break;
case ConnectionStatus.DISCONNECTED:
break;
case ConnectionStatus.DISCONNECTING://105
MobiculeLogger.showErrorLog("ServerUtility", "status of server utility : DISCONNECTING " + status);
break;
default:
break;
}
return status;
}
Hello,
I'm having some troubles trying to create and apply aplication/enterprise policies for Android.
I'm using Afaria 7 SP3 with all Android components working (Enrollment server, GCM, Package server)
Here the problems:
When i create this kind of policy i have to add the app ID to be recognized by Afaria itself and the create policy,
but when i add the ID and click update button have following image:
Even tough the policy it's created but when it's applied no change it's made in Afaria client
Message "Unable to connect - Aplication List not Available" appears.
I really don't have much trouble with this. I add my APK and it's recognized by Afaria without problems,
then i create the policy but when it's applied same message appears on Afaria Client
"Unable to connect - Aplication List not Available"
I've been searching about this and found could be something with my Package Service but Afaria Administrator says
everything is OK, i have a green point and says passed.
One last question, Afaria has the option to make an Admin Lock to a Device, when i do this in my device it becames
lock with a password that i don't know! Is this correct? Should I know that password? Where should i look for it?
Or this is correct and it's working as it should, the only way to revert this is wiping the password and deleting from the device.
I would appreciate all your help, please let me know any info you need to solve this.
Kind Regards!
Juan Carlos Gonzalez
Hi Experts,
We trying to configure syclo crm service manager application.
We are done with installation of service manager application.
Problem is though there are service orders created in CRM system,
after transmission client is showing (0) Service Orders.
Please guide
Thanks in advance
Lekhak Patil
Hi Everyone!
I have been trying to install and test a few SAP Fiori applications, but with each one I have some issues. I am using ERP system with local SAP NW Gateway (Gateway is installed on ERP - so there is no need to create RFC connection). I've installed three follows applications:
1# My travel requests - please find attached file (My Travel Requests_01) to see what the problem is.
2# My leave requests - please find attached file (My Leave Requests) to see what the problem is.
3# Approve Purchase Orders - please find attached file (Approve Purchase Orders) to see what the problem is.
It seems that something is missing, but I don't have any idea what hasn't been installed yet. I was using an Installation Guide from official SAP Fiori page.
I will be very grateful for any help you can provide!
Best Regards,
Tomasz Sobkowiak
Hi All,
I have done all the scenarios in GW server for Travel Request but when i check with my FIORI app its not giving me any data.
I have checked with my HR consultant from ERP end all the set up are maintained properly but still not able to fetch any data.
I had the same issue in Travel Expense but when we applied the Note:Note 1876135 - Travel Expense Approval : Cannot see any expenses to approve, system is running fine.
Like wise is there any Note available for Travel Request or is there any other way out to solve the same.
Hi -
I have a back end EHP6 of ECC based on NW 7.03 and a separate NW gateway server 7.02. We have deployed the UI Add-On on the gateway side while the application add-on for Sales order create/change is deployed on back end server. After applying all the required notes and activating the services when I launch the home page I get the following error;
"
013-07-31 10:46:26 Error in OData response for GET "/sap/opu/odata/UI2/PAGE_BUILDER_PERS/Pages('%2FUI2%2FLAUNCH_PAGE')": HTTP request failed Details: No service found for namespace /UI2/, name PAGE_BUILDER_PERS, version 0001 - {"requestUri":"/sap/opu/odata/UI2/PAGE_BUILDER_PERS/Pages('%2FUI2%2FLAUNCH_PAGE')","statusCode":403,"statusText":"Forbidden","headers":[],"body":"{\"error\":{\"code\":\"/IWFND/MED/170\",\"message\":{\"lang\":\"en\",\"value\":\"No service found for namespace /UI2/, name PAGE_BUILDER_PERS, version 0001\"},\"innererror\":{\"transactionid\":\"F9EFF9E2FE73F104959A005056AE003F\",\"errordetails\":[]}}}"} sap.ui2.launchpage.PageBuildingService
"
My question is - as per the followinghttp://help.sap.com/saphelp_uiaddon10/helpdata/en/5e/55f15acb5d4692b200280b41d80c5c/frameset.htmhttp://help.sap.com/saphelp_uiaddon10/helpdata/en/5e/55f15acb5d4692b200280b41d80c5c/frameset.htm
The back end ECC server has the SRA* add-on deployed for the respective appl.
I have activated /UI2/LAUNCHPAD on gateway, but the other ones haven't been installed in the system. I have deployed UI Add-on via the stack XML file - so is there a missing component on my NW gateway system that wasn't selected by Solution Manager?
Gateway Packages. (ABAP/BASIS is 702 SP 13)
GW_CORE | 200 | 0006 | SAPK-20006INGWCORE | SAP GW CORE 200 |
SAP_BW | 702 | 0013 | SAPKW70213 | SAP Business Warehouse |
UI2_700 | 100 | 0004 | SAPK-10004INUI2700 | SAP UI2 IMPL. FOR NW 7.00 |
UI2_701 | 100 | 0004 | SAPK-10004INUI2701 | SAP UI2 IMPL. FOR NW 7.01 |
UI2_702 | 100 | 0004 | SAPK-10004INUI2702 | SAP UI2 IMPL. FOR NW 7.02 |
UI2_FND | 100 | 0004 | SAPK-10004INUI2FND | SAP UI2 FOUNDATION |
UI2_SRVC | 100 | 0004 | SAPK-10004INUI2SRVC | SAP UI INTEGRATION SERVICES |
UISAPUI5 | 100 | 0004 | SAPK-10004INUISAPUI5 | SAP UI5 |
UI_INFRA | 100 | 0004 | SAPK-10004INUIINFRA | SAP UI INTEGRATION INFRASTRUCTURE |
IW_PGW | 100 | 0003 | SAPK-10003INIWPGW | Process Gateway |
WEBCUIF | 701 | 0004 | SAPK-70104INWEBCUIF | SAP Web UI Framework |
IW_BEP | 200 | 0006 | SAPK-20006INIWBEP | Backend Event Provider |
IW_CBS | 200 | 0006 | SAPK-20006INIWCBS | SAP IW CBS 200 |
IW_CNT | 200 | 0006 | SAPK-20006INIWCNT | SAP IW CNT 200 |
IW_FND | 250 | 0006 | SAPK-25006INIWFND | SAP IW FND 250 |
IW_SCS | 200 | 0006 | SAPK-20006INIWSCS | Screen Scraping |
UISRA017 | 100 | 0000 | - | HTML5 Order create (from P&A, from quote |
UISRA018 | 100 | 0000 | - | HTML5 Order status tracking (including d |
UISRA021 | 100 | 0000 | - | HTML5 Invoice (my bills) including displ |
ERP6.0 EHP6
SAP_BASIS | 731 | 0004 | SAPKB73104 | SAP Basis Component |
SAP_ABA | 731 | 0004 | SAPKA73104 | Cross-Application Component |
PI_BASIS | 731 | 0004 | SAPK-73104INPIBASIS | Basis Plug-In |
ST-PI | 2008_1_700 | 0007 | SAPKITLRD7 | SAP Solution Tools Plug-In |
IW_BEP | 200 | 0006 | SAPK-20006INIWBEP | Backend Event Provider |
IW_CBS | 200 | 0006 | SAPK-20006INIWCBS | SAP IW CBS 200 |
IW_CNT | 200 | 0006 | SAPK-20006INIWCNT | SAP IW CNT 200 |
IW_FND | 250 | 0006 | SAPK-25006INIWFND | SAP IW FND 250 |
IW_SCS | 200 | 0006 | SAPK-20006INIWSCS | Screen Scraping |
SRA017 | 600 | 0000 | - | Order create OData integration component |
SRA018 | 600 | 0000 | - | Order status tracking OData integration |
Thanks,
Raza.
We have an ECC 6.0 EhP6 system running the Embedded Gateway Scenario and are trying to demo SAP Fiori. As part of the prerequisite steps, we are checking that UI5 SP04 has been set up correctly. After logging in to the UI5 launch page, http://<host>:<port>/sap/bc/ui5_ui5/ui2/launchpage/home.html, we get a blank page with a button to "Rearrange" or "Logout".
No errors are showing up in /IWFND/ERROR_LOG. In ST22, we get the RAISE_EXCEPTION runtime error for ABAP program /UI5/CL_THEME_API=============CP. This appears every time someone logs in to the Launch Page.
From the short dump:
Information on where terminated
Termination occurred in the ABAP program "CL_HTTP_CLIENT================CP" -
in "IF_HTTP_CLIENT~RECEIVE".
The main program was "SAPMHTTP ".
In the source code you have the termination point in line 896
of the (Include) program "CL_HTTP_CLIENT================CM00I".
I've tried searching in the SAP notes and could not find a note that matches this error. Does anyone know of a solution to prevent the short dumps?
Background Info:
OData Services have been added: LAUNCHPAGE, PAGE_BUILDER_CONF, PAGE_BUILDER_CUST, PAGE_BUILDER_PERS
ICF services have been activated:
/sap/public/bc/ui5_ui5
/sap/public/bc/ui2
/sap/bc/ui2/start_up
/sap/bc/ui5_ui5/ui2/launchpage
/sap/bc/ui5_ui5/ui2/tilechips
SAP Notes have been applied:
1884623
1866303
1865210
1857070
1856299
1855865
Fiori Experts,
I have a similar issue with regards to Fiori Lauch page. I have an error :
Error in OData response for GET "/sap/opu/odata/UI2/PAGE_BUILDER_CUST/Pages?$expand=PageChipInstances/Chip&$filter=catalogId eq '/UI2/TILES_CATALOG'&$orderby=title": HTTP request failed
Details: RFC Error: Syntax error in program /UI2/CL_EDM_DP_V06_PB=========CP .
I have all the SAP Notes installed as per the Guide and I have all the required patches to support this. I also followed the thread http://scn.sap.com/thread/3396840 and installed 1884623 as this was missing.
However, I still have the same issue.
Can anyone help me on this. Its very urgent.
Regards,
Nagesh
Hello,
Can someone please explain how to completely remove the HWC application from a BB device without having to security wipe the device?
I install the HWC app through BB desktop manager and if I uninstall the application using desktop manager or manually uninstall it on the device, if i re-install the HWC app then my connection settings are still present after the install.
I would like to know how to completely remove any trace of the HWC app from the BB device so if i re-install it will prompt for the server credentials again.
Thank you
Jared
Hello All ,
While configuring the FIORI app and running the steps as mentioned in guide for SALES REP Apps , Particularly for Create Sales Order , Track Sales Order gives me error message .
Create Sales Order give me -
Pops up error message – “ No customer found for this user. Map using the business partner function “
Track Sales ORder -
Pops up Error message - "No Customers Found"
Although this BADI as provided by SAP FIORI guide is already activated and this process of creating and tracking a sales order works just fine in backend , the front end throws this error .
Any pointers will be highly appreciated.
Thanks
Sandeep