Want to open SOLMAN_WORKCENTER Tcode in mobile device - sap-fiori

i want to open SOLMAN_WORKCENTER Tcode in mobile device.
what should i prefer web browser or FIORI client application?
Please suggest the prerequisite for this and possible solution?

The official SAP docu might be helpful:
Starting the Work Center
You can start all work centers for which you are authorized, as follows:
1) In the SAP GUI for Windows using transaction SOLMAN_WORKCENTER
2) In a Web browser using the Web Dynpro application AGS_WORKCENTER
Note
By default, the URL for calling up the Web Dynpro application (in the SAP namespace) has the following syntax:
http://< host >:< port >/sap/bc/webdynpro/sap/ags_workcenter?sap-language=< e.g.: EN>.
Do not use the Back button for navigating in your Web browser.
You can also start an individual work center directly using the corresponding Web Dynpro application. To call up the URL, for example, for Incident Management (in the SAP namespace), use the following syntax:
http://< host >:< port >/sap/bc/webdynpro/sap/ags_work_incident_man?sap-language=< e.g.: EN>
3) In SAP NetWeaver Business Client (NWBC)
Here you have the same navigation options as in the Web browser but the system arranges the UI elements differently: In NWBC, the navigation bar is vertical and the navigation area is horizontal. For more information, see SAP Library for SAP NetWeaver Business Client on SAP Help Portal at http://help.sap.com/netweaver -> SAP NetWeaver Platform -> -> Application Help -> Function-Oriented View -> UI Technologies in SAP NetWeaver -> User Interface Clients .

Related

How to check windows service status using .Net 6 web application?

I need to find a way to monitor the status of a list of Windows services over HTTP using .Net 6 web application.
All I really need to be able to do is display the service name and its status ('Started' / 'Stopped').
Any help appreciated.
You cannot get the status of a windows web service directly AFAIK. I would create a controller for that and call methods on the controller that will return the status of the specified windows service (on the specified server, if that is also a requirement).

SAP Web IDE UI5 odata saprouter

I have a SAP server with below information (must use saprouter to connect to it from afar). (3rd picture)
And i have an Odata service that i connect on LOCAL like below. (2nd picture)
Now in SAP Web IDE, i want to connect to this Odata. (1st picture)
The picture is an example to connect to Northwind Odata test server.
I need to replace the northwind odata url with my Odata url in 2nd picture.
But this url is only for local.
So how can i config this? I think it has something to do with the saprouter.
And how can i include the username and password for the Odata too?
SAP Web IDE
Odata
SAP SERVER
These are the steps you need to follow:
You need to expose your OData service in your NW system. I think this can be done in the /iwfnd/maint_services transaction. But Google it, because I am not a system administrator.
Once done you should be able to access de OData inside your internal Network like this:
Https://host:port/sap/opu/odata...
Where host:port is the full qualified domain of your NW system.
The Cloud Platform is in the cloud (obviously), this means that it is outside your private network, so you need to configure a secure tunnel to pass your firewall. This way you can access from your SCP account to your NW in your private network.
To configure this tunnel, SAP provides a great tool called "SAP Cloud Connector". You can download it from here
Google some tutorials to configure it. There are tons and it is easy.
Now configure a destination in the Cloud Platform cockpit. As I can see in the pictures you already did it for the Nortwind service, so I guess you know how to do it. The main difference will be that instead of pointing to Nortwind, it will point to your NW system thought the Cloud Connector.
Last, change the line of the manifest.json file you highlight in the first picture, so it points to the new destination.
And that's it!!

the difference between web app and web service

Suppose you want to build a web service/app to manage a PMS (property management system). It contains two resources: room, and guest. You can
* add/remove/edit a room
* add/remove/edit a guest
* assign a guest to a room
1) Can you design and implement it in Ruby on Rails, as a web app?
2) Can you design and implement it in Ruby on Rails as web services? And please describe how you plan to use rspec to test it.
I do not know the difference between web app and web service. Can somebody tell me why?
This is for web app mobile app native app and addmin panel communicate database service
web usually used for remote(this is your central database) ,suppose that you have server and you are hosting web services file 1-> you have need create web services methods (insert update delete query) 2->via server URL with web services methods you can call 3->you can get or post method

How can I consume a web service on Microsoft Dynamics NAV system from an iOS application?

I need to make an iOS application that can consume a web service on Microsoft Dynamics NAV system. The web service is given in WSDL. I tried to access the service by sending SOAP request but without success. Is there a different approach to consume a WSDL web service on a NAV system ? I am really stuck in here. I would really appreciate some help. Thank you in advance !
My suggestion in this situation is always to create a C# Web Service that will act as a bridge between NAV and your iOS application.
The Web Service use .NET so can easily pull the data from NAV, and because is a Web Service you can consume it by any platform (with SOAP or REST is your decision)

integrate quick books data into asp.net application using web connector

• I am using asp.net . I have to integrate quick books data into my asp.net application.
• In silverlight application using com objects am able to connect to QB and getting the data from that By selecting Company name from .
• But I have to do all this stuff from the iis. So using com objects it is not possible to get the data com object.
So I have chosen Web connector.
My requirement is :
I will select the company database from User interface
After that I have to get the data like : customers ,vendors.
That data I have to import into my database.
But using Web Connector : that has different scenario…
I have to select first .qwc file using this we are calling web services. From there we will get the data.
Is it possible to call the web connector through the coding…..calling web service from there…
Or is there any other solutions without selecting .qwc file
Is it possible to call the webconnector through the coding
No, the Web Connector calls your web service, not the other way around.
It can be scheduled to poll your web service every X minutes.
Or is there any other solutions without selecting .qwc file
To use the Web Connector, you go through a one-time setup process of installing the .QWC file. You only have to do that once. After you've done that, there's nothing else necessary on the end-user side of things.

Resources