Quantcast
Channel: SCN : Discussion List - SAP for Mobile
Viewing all 5806 articles
Browse latest View live

Print out from Service Manager Mobile App

$
0
0

Hi,

 

I am creating new Syclo mobile app for windows platform. I need to create the PDF file which includes the service order data when the service technician create the confirmation and store it to the device and take the print out using an external printer. Can anyone help me on this please?


Afaria access control for email

$
0
0

Hi,

 

I'm looking into the configuration of access control for email.

What i haven't understand is if a user is still able to install a third-party email app on his MDM device like Outlook for iOS and synchronize company account with it.

Is Afaria/Exchange capable of seeing the difference between this requests? 

Variance Charts

$
0
0

Hi,

 

Is this below chart is possible using the xcelsius . Is there any add ons available for the same compatible with ipad

 

Capture.PNG

 

Ben

How to integrate ESRI on the Agentry application?

$
0
0

Hi All,

 

We're trying to implement ESRI with Android agentry clients 7.05 (SMP3.0 SP5 PL1), all the information that we can find is the one in the note: 1982598 - GIS Integration Support for Mobile AddOn 6.10 but we did not find information or a guide that list the requirements(other than the ones in the note) with customization on a step by step instructions, like the one mentioned by "Stephen Kringas" or even like this post.

 

Can you help us with this? Is there a step by step for android on how to integrate the esri on the agentry client?

 

 

 

Thanks.

 

Best Regards

 

Tags edited by: Michael Appleby

How to authenticate to on-premise backend through HCPms application?

$
0
0

Hello,

 

I have created a Kapsel (SP03) based app which connects to HCPms application. I am able to register to the app using a s-user id. Thereafter, I am able retrieve data from my on-premise backend services as well.

 

How can I use my on-premise backend's user store (userid/password on the on-premise system) to authenticate?

 

Presently, I am trying with Netweaver portal. I can try using NW GW as well.

No Tiles on Launchpad - Sp10

$
0
0

Hi All,

we have configured  Four applications My Timesheet,Approve Timesheet, Track sales order,Approve purchase Order.

Currently we are implementing new Fiori infrastructure and all mandatory notes listed for sp10  are applied.

We are implementing in Embedded hub approach.

 

All roles required for the apps are assigned to user.

On Logon, initial page appears as follows.

Img1.JPG

when I try to open catalog, i cannot find any tiles to add. It shows empty.

img2.JPG

 

In Launchpad designer, All standard roles are visible .In HCM, i could  find the MyTimesheet appliction already added to Group.

img3.JPG

I do not find any error in console as well. Please help me out to display tiles.

I would be glad to get some inputs to fix the issue.

 

Thanks in advance!

Ramana

Purchasing Contract in SAP Fiori

$
0
0

Hi Experts,

 

We enabled the purchasing contract approval aplpication.But here we are not able to view the reject button in browser.Find the below screen short  for your reference.

 

 

In PO the both the buttons are available.

 

For this is there any note to be implemented.

 

 

Thanks in advance.

 

 

 

Regards,

Myil

 

Tags edited by: Michael Appleby

Agentry 7.x for Android - Complex table search column width

$
0
0

Hi,

 

In Work Manager 6.1 I have a complex table search for equipments used when creating a notification. In Agentry you can select the "Search Dialog Fields" and double clicking apparently you can define the label and the number of characters.

 

 

But then in the Android device the columns with seems almost random as you can see in the picture below. For instance the description is really short even it is defined as 40 chars. I'm using the latest Agentry client 70.6.2.48. Is there a way to control the column width? And other aspects like font size and so on? The users are not able to see the hidden description text in any way now.

 


want to know WM 6.2 with SMP 3.0 Benifits compare to Agentry 6.0.22.0

$
0
0

Hello All , We want to upgrade Aegntry Server from 6.0.22.0 to SMP 3.0 with 6.2 Workmanager . But Customer is asking what are the benefits they get if they upgrade. can you please provide suggestion for SMP 3.0 ,WM 6.2 ? Thanks & Regards , Kunal varaiya

WPH8.1 Enterprise App distribution|SAPAfaria

$
0
0

Hello, We are using SAP AFaria 7Sp5 as our device management tool. We are successfully managing and deploying in-house enterprise apps to Android and iOS devices. Currently we have a new requirement to deploy in-house enterprise applications on the Windows phone 8.1/8 devices. We need assistance as the file extension of the apps are .appxupload /.appx and in the windows enterprise apps application policy we get a prompt as "Required XAP". Please help.

Consume SAP Odata feed in SENCHA

$
0
0

Hello folks,

                I was trying to create an ODATA feed from sap netweaver gateway and consume that data from my SENCHA application.....

 

So at first i created the entity set from Netweaver Gateway Service Builder and started that from(/iwfnd/maint_service)....then i was able to read entity sets and entity using sencha odata proxy...but the problem came at the time of posting data(Create,Update).....Chrome is saying "Failed to load resource: the server responded with a status of 403(Forbidden)"....but when i tried to create and update from Firefox Rest Extention,it's working fine....

 

so this is my code

 


Ext.define('App.model.TravelAgency', { 
    extend: 'Ext.data.Model', 
    config: { 
        fields: [ 
          { name: "ID" }, 
          { name: "Name" }, 
        ], 
        proxy: { 
            type: 'odata', 
  
url: 'http://192.168.253.114:8000/sap/opu/odata/sap/Z_DEB_TEST_SRV/Tests', 
            withCredentials: true,
       
   

}); 

Ext.application({ 
    launch: function () { 
  
var model = Ext.create('App.model.TravelAgency', {
                ID:   'ABC',
                Name: 'ABCDEFGH'
            });
  
model.save();
   

}); 

 

any plz help me guys

How do I pass BAPI Wrapper input values set in java to handler class?

$
0
0

     I am trying to pass a table of work order numbers I brought up from the device which are only connected to WorkorderReferences to the handler class where I would then try and set them into ME->GT_AUFNR_DELTA before the call is made to get the assignment type and the corresponding work orders selection queries.  Right now my numbers are only getting as far as the BAPI input values.  How do I get them to my class???

 

     I've tried setting and attribute in my class handler with an initial value of my input table value from the BAPI_WRAPPER but it says table can't be set.

 

HELP!

Custom app creation on SMP server cockpit?

$
0
0

Hi All,

 

Currently I am working on standard SWM 6.2 application running on SMP 3.0 platform. Now I want to configure custom app on management cockpit which will point to the development server.

 

Below are the steps I have performed to create the custom app.

 

1. Creation of App ID for the custom app in management cockpit

2. Changed the "DevelopmetServer value to "TRUE" in Agentry.ini

3. Deployed the standard zip under the app specific settings of the custom app created.

4. Modified the JavaBE.ini file with custom mobile application name.

5. Re zipped the files and re deployed into the server.

6. Restarted the SMP server

 

After that I have tried to connect the app with the URL ends with the name of App ID created for the custom one. But I could not able to connect to the app and got "Communications Error" in device and got "HTTP 404 not found error" from browser.

 

Could anyone please suggest the recommended steps to go with the custom app creation in management cockpit and how to set up the app to publish to the development server.

 

What would be the URL for the custom app when there are multiple Agentry applications.

 

NOTE: SMP server version is SMP 3.0 SP05

 

Kindly suggest.

 

 

Thanks in advance,

Roopa.

Ping failed while setting an OData connection for IGW service in Agentry Editor

$
0
0

Hello Experts,

 

I am trying to establish an OData connection in the Agentry Editor for the service which has been exposed via Integration Gateway but seems its not working.

 

               pingfailed.PNG

I am able to access same URI in a browser with same credentials.

Both SMP 3.0.5 server and Eclipse are on the same machine. There is no firewall involved.

I am able to see a success message if i try with publicly available service, https://sapes1.sapdevcenter.com/sap/opu/odata/IWFND/RMTSAMPLEFLIGHT/

 

     pingsucceed.PNG

 

 

What could be the reason? Any clues?

 

Regards,

JK

The remote adapter is not compatible.

$
0
0

Hi,

 

i have connected to client server and i have an error in ATE:The remote adapter is not compatible.

 

could you please let me know this.

 

 

Regards,

Raj


Agentry attachment download push on IPAD, working then not working then working...

$
0
0

Hi,

 

I'm working on Agentry work manager 6.0 and am trying to set up push attachment download.

 

The actual app will be running on an IPAD but to test the push attachment download I was trying it on my development server. Somehow I've managed to get it working three times on my Windows agentry app but somehow it has also stopped working three times. At the moment I'm kind out of clues of where to error search this issue.

 

By debugging I can tell that the push call is received by SAP. But for some reason it is not sending back anything or it is sending back but not reaching the application (except for those three occasions when it was working).

 

Any hints or clues are appreciated! Below are the specifics of our setup:

 

Work manager 6.0

Agentry client 6.1.4 (trying on a windows client 6.1.4.179)

SMP 2.3 SP03

Agentry server 6.1.3.10212

 

In Agentry.ini I've made the following changes:

[HTTPXML-2]

...

baseURL=http://localhost:9292

listenOn=9292

...

 

In JavaBE.ini:

[PUSH_LOGON]

ENABLED=true

UID=<sapid>

UPASSWORD=<password>

UPASSWORDENCODED=false

SHAREDCONNECTION=10

 

In admin config panel I changed port to 9292 (for some reason there are two entries for my server?)

 

In Agentry:

 

We created a z-version of the standard app and have made all changes accordingly in Agentry and the config panel:

 

 

 

 

 

I believe I've read every post there is on the forums to find a solution, also the troubleshooting guide and the pdf how to:s. So, please if you're going to reference those then I'd appreciate if you point me to a specific section that you believe I missed doing.

 

Thanks in advance,

Daniel

From which part of Agentry client I can get some part name "PART_CollectionName"

$
0
0

Hi,

 

I am using Open UI Framework to integreate agentry app with .Net code.

I have written a .net dll and placed in custom control folder of agentry client.

To connect Agentry I got this code from sample(provided by agentry):

FrameworkElement canvas = GetTemplateChild("PART_CollectionCanvas") as Canvas;


I am wondering from where this part "PART_CollectionCanvas" is coming.

Print out from Service Manager Mobile App

$
0
0

Hi,

 

I am creating new Syclo mobile app for windows platform. I need to create the PDF file which includes the service order data when the service technician create the confirmation and store it to the device and take the print out using an external printer. Can anyone help me on this please?

Agentry OpenUI and PART_CollectionCanvas Issue

$
0
0

Hi All,

 

I have done customization in Agentry OpenUI Sample Project "Player".

I have done some customization using C# ClassLibrary and  have placed my DLL file into CustomControls folder of WPF AgentryClient.

 

All changes are working fine but I have one doubt regards to "PART_CollectionCanvas" in MyCollectionDisplayAdapter class of sample class library.

From where this PART_CollectionCanvas is coming.


FrameworkElement canvas = GetTemplateChild("PART_CollectionCanvas") as Canvas;

 

I am trying to display list using ListView control in detail screeen. I have added listview column into the details screen with "xListView" name and have also set External class as MyCollectionDisplayAdapter.

 

I replaced "PART_CollectionCanvas" with "xListView" (name of ListView column in detail screen) but It didn't work.

 

Please let me know from where PART_CollectionCanvas  is coming so that I can do relevant changes.

 

Regards,

Kaivan Shah

Application settings push through afaria

$
0
0

Hi Expert ,

How to Push Application configuration through Afaria along with application on to iOS.

 

 

 

 

 

BR,

saurabh

Viewing all 5806 articles
Browse latest View live


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