SUP 2.1.1 - Online operation (IOS app)

Hi,
I'm creating an IOS app where everything works offline (it's a sales app for SAP R3).
Every day the MBO data is refreshed (Materials, customers, etc) and the IOS app loads what it needs to work offline.
But there is a stock check operation that must be done online, calling the R3 RFC, to now the actual value. I added this operation to the materials MBO but it's behaviour is like an offline operation. How can I force this to do the operation online, I just want an error if the RFC cannot be called or the IOS device hasn't got connection.

You can try creating a separate Synchronization group for this specific service. On the synchronization group properties, you can change the synch behaviour.

Similar Messages

  • TS1398 Hi.. My internet and wifi are working on samsung phone and hp laptop but its not getting connected to iphone ipad, only skype is coming online rest all apps and safari show no internet connection. Got new linksys router WRT160NL , but situation sam

    Hi.. My internet and wifi are working on samsung phone and hp laptop but its not getting connected to iphone ipad, only skype is coming online rest all apps and safari show no internet connection. Got new linksys router WRT160NL , but situation same. Tried reboot, renew lease, forget network, reset network setting. Pls advice

    Have you tried a simple reset of your iPod to see if that helps?  To do this, press and hold both the Sleep/Wake and Home buttons together long enough for the Apple logo to appear.
    Otherwise, have you tried any of the troubleshooting mentioned in this Apple support document?
    iOS: Troubleshooting Wi-Fi networks and connections
    B-rock

  • How can i integrate Adobe Reader in my iOS App

    HI,
    I am an iOS developer and trying to read DRM files.
    So i am searching an API by which i can do the same.
    Please suggest me available APIs.
    Thanks in Advance,
    Nirmala Maurya

    Steve is correct in that there may be an Apple API to do what you want. If you care interested in finding out if Adobe is providing an API to its Reader app, the Acrobat SDK forum might have people with some knowledge. But since Apple has sandboxed iOS apps, I doubt there is any API or to allow the interApp communication you are talking about.
    However, I imagine if you are running one of Adobe's LiveCycle server products, you might be able to create an App that somehow communicates to the server to give you the sort of service you might need. So if the Acrobat SDK forum has no ideas, you might try one of the LiveCycle forums. Unless you are going to support some enterprise operation, I doubt the LiveCycle route would be cost effective.

  • "no access to the digital certificate" - Trying to export my first iOS app from Flash - Help please

    Hello
    I'm trying to export my first iOS app from flash to my desktop / on the device (Flash Pro CC, Iphone5)
    I followed the instructions on the adobe website to build an air app for iOS but on the last step it
    doesn't export the app.
    What I've done so far:
    - Apple developer account
    - creating the certificate + convert it to .p12
    - app ID / Name etc.
    - creating the provisioning profile from apple
    - iOS Air app in flash (Only Text "Hello world" with a tween)
    Now i have to load the certificates into Flash & enter a password (is it the password that
    i entered in the certificate or from my developer account/ Apple ID password? Both didn't work at the end)
    When i klick on publish in the last step than it loads a while but then i get the Error:
    "no access to the digital certificate"
    What is wrong? Can you help me please.

    Also, I should say, when I go into my phone on the computer and try to install an app, I get this message:
    Unable to start operation. Installer is already in use.
    Any ideas

  • SMP3.0 SP05 register process and reconnect in native iOS app

    Hi,
    we do this steps Getting started with SMP3 Native OData iOS apps to get a native iOS application functioning through the SAP Mobility platform version 3.0 SP05 and retrieving data from OData services.
    But we do not understand the register process completely.
    If we install the app and do the register process and retrieve the data everything is ok. A user with the ApplicationConnectionID is registered in in SMP. But if we start the app again (without a new installation) we do not register the user again an set the connection id we get in the registration process:
    [self.clientConn setApplicationConnectionID:[selfreadInPlistMitKey:@"appConnectionID"]];
    we set the encryptionKey in the manager and initialize the Cache once for the application launch.
    [EncryptionKeyManager setEncryptionKey:key withError:nil];
    But if we want to retrieve the data we get a Request Failed.
    2015-01-15 18:13:31.885 AuthTest[12663:5b07] Firing requests from DB...
    2015-01-15 18:13:31.886 AuthTest[12663:4c07] UrlString:   http://smpServerAdress:8080
    2015-01-15 18:13:31.889 AuthTest[12663:4c07] Connectivity changed...
    2015-01-15 18:13:31.889 AuthTest[12663:4c07] Detected network...
    2015-01-15 18:13:31.889 AuthTest[12663:4c07] Start queue...
    2015-01-15 18:13:31.900 AuthTest[12663:4c07] UrlString:   http://smpServerAdress:8080
    2015-01-15 18:13:31.906 AuthTest[12663:907] Request Failed
    What do we wrong? Where is the different between the request with registration an without.
    Thanks,
    André

    Hi Ali,
    thank you but this was not realy what we need. But we can now register without to use the MAFLogonScren but when we whant to open the Online Store we get this error: "OpenStore failed with network error: 401 unauthorized" Do you know what we cvan do against this error or what the reason of this error is?
    Here is the code snipped what we use:
        MAFLogonUIViewManager *logonUIViewManager = [[MAFLogonUIViewManager alloc] init];
        NSObject<MAFLogonNGPublicAPI> *logonManager= logonUIViewManager.logonManager;
        HttpConversationManager* httpConvManager = [[HttpConversationManager alloc] init];
        [[logonManager logonConfigurator] configureManager:httpConvManager];
        MAFLogonCore *lc = self.appDelegate.lc;
        MAFLogonContext *context;
        if ([lc unlockSecureStore:@"abcd1234" error:&error]) {
            context = [lc getContext:&error];
        MAFLogonRegistrationContext *regContext = context.registrationContext;
        SODataOnlineStore *onlineStore = [[SODataOnlineStore alloc]
                                          initWithURL:[NSURL URLWithString:regContext.applicationEndpointURL]
                              httpConversationManager:httpConvManager];
        [onlineStore setOnlineStoreDelegate:self];
        [onlineStore openStoreWithError:&error];

  • Packaging iOS app on Linux

    I am developing Android and iOS app with AIR (3.7, without ASC 2.0) and Flex SDK (4.6) and I've run into an issue - I am able to package Android app on Linux (it's a server), but I am unable to do that for iOS. I am aware that AIR SDK is no more supported for Linux, but I thought that when its working for Android, it should work for iOS too... :-) Well, I suppose it doesn't.
    I am pretty sure that my adt command is right (because I am able to package iOS app on my developing workspace - Win7).
    Just to have it complete, error looks like this:
    unexpected failure: Functionality not supported on : Linux
    java.lang.UnsupportedOperationException: Functionality not supported on : Linux
            at com.adobe.air.ipa.AOTCompiler.<init>(AOTCompiler.java:199)
            at com.adobe.air.ipa.IPAOutputStream.createIosBinary(IPAOutputStream.java:277)
            at com.adobe.air.ipa.IPAOutputStream.finalizeSig(IPAOutputStream.java:599)
            at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:90)
            at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:217)
            at com.adobe.air.ADT.parseArgsAndGo(ADT.java:557)
            at com.adobe.air.ADT.run(ADT.java:414)
            at com.adobe.air.ADT.main(ADT.java:464)
    Currently I see only 2 options to make it happen on server side - to use some virtual windows machine (or wine?) or to setup windows server only for iOS packaging.
    What do YOU think? Which way is better/worse? Is there some other way?
    Thank you!
    Peter

    They must be purchased separately. Reason being is the apps you use on your Mac are for the Mac OS X, the apps you use on your iPhone are optimized for iOS. Two different operating systems.
    You purchase apps for your Mac from the Mac App Store, apps for your iPhone, from the iTunes Store.

  • What iOS apps access PDF files in the cloud?

    I know Goodreader sees the cloud. What other iOS apps can see PDF files in the apple cloud?

    thelittletoad wrote:
    I know Goodreader sees the cloud. What other iOS apps can see PDF files in the apple cloud?
    The cloud is not really a single thing remember.  Cloud computing and cloud storage are just generic terms for distributed computing and/or storage on a network accessable service.  There are many "cloud" storage options:
    iCloud
    Dropbox
    Box.net
    SugarSync
    4Shared
    Google Drive
    Skydrive
    ...and the list goes on growing every day
    Many apps, like Goodreader, will work with some, many or all of these, ONCE you configure your account settings in the app itself. So you can create an account with whichever service or services you wish to use, and then start using that account to move your files to and from any and all apps that allow a connection to that service.
    I use box.net primarily to store my pdf files, and I then connect to them from GoodReader, PDF Expert or iAnnotate, not to mention QuickOffice, or Goodnotes, or Documents by Readdle or whatever app I choose to read/edit/markup the pdf in.
    You will need to download the pdf into each and every app you wish to use it in on the iPad, as with a few exceptions, apps cannot share content.  That's why you use the cloud (meaning nothing more than, online) storage as your master location for your documents.

  • Can you merge PDF in iOS app?

    CAn you merge two PDFs in the iOS app?

    Hi,
    A short answer is "no".  Sorry.
    If you subscribe to the Adobe PDF Pack online service, you can use the "Combine Files" feature to combine files and images into a single PDF file via the web interface (https://cloud.acrobat.com/combinepdf) on a desktop computer.
    Combine files to PDF
    But the "Combine Files" feature is not available in the Acrobat DC mobile for iOS or Android.  Sorry for the inconvenience.

  • Can the Macbook Air model MD760HN/B be used for developing iOS apps?

    Hi,
    I'm planning to learn iOS Apps Development and I am planning to buy the Macbook Air Model - MD760HN/B.
    My question is - Is this model fit enough to develop apps using XCode?
    The retailer says the OS is Mac OS X Mavericks, there is no version written.
    I am planning to develop using Swift Language so let me know if this is possible as well using the above stated Model Number.
    Yes, I have created an Apple Developer Account already as an iOS Developer.
    Looking forward for your valuable replies.
    I hope Mac is better than Windows (using since Windows 95) - (Hate Windows 8)
    Thanks in advance.
    Samiruddin

    This sounds to me like the MacBook Air mid-2013 model with a 13" display and core i5 processor built for sale in India.
    Yes, this should be fine for writing Swift code.
    The current Apple operating system is OS X Mavericks version 10.9.5.  If your computer comes with Mavericks installed, you can always update to the current version by opening the App Store and clicking "Updates" near the top right.

  • Unable to set up iOS app remote control

    Hello.
    Since updating to Lion and iTunes 10.4, I have been unable to connect iOS apps (on iPod/iPhone/iPad) to iTunes. In Preferences -> Devices, the option to look for remotes is gone, and replaced with the text "iTunes is not paired with any remotes". I have searched for a remedy for this issue online without results. Is there something obvious that I'm missing?
    Regards
    Snorre

    Replying to my own question: Problem solved. I went to "Settings" in the iOS Remote app and deleted the settings for my iTunes library. I noticed that Home Sharing was disabled. I re-enabled it, entered my iTunes account user name and password, and now all is well! The library is again available on all my iOS devices.
    Regards
    Snorre

  • What is the best book on developing ios apps?

    I'm a beginner looking to develop ios apps. Can someone recommend a good beginner book?

    The answer really depends upon your previous development experience, if any. If you're new to programming, or don't have any experience with C, I'd start with "Learn C on the Mac" by Dave Mark. Here it is at Safari Books Online:
    http://my.safaribooksonline.com/book/programming/c/9781430218098
    This has nothing to do with iOS, but it will lay the foundations for learning Objective-C, for which Stephen Kochan's "Programming in Objective-C" is always highly recommended. The 3rd edition just came out recently (June 2011):
    http://techbus.safaribooksonline.com/book/programming/objective-c/9780321712172
    Again, not iOS specific, but this gives you a solid foundation in the languages. I still haven't decided what is the best book for iOS app development in particular, but my favorite so far is Craig Hockenberry's "iPhone App Development: The Missing Manual":
    http://my.safaribooksonline.com/9780596809997?portal=oreilly&cid=orm-cat-readnow -9780596809997
    Hockenberry's book might be all you need if you have some C and/or Objective-C experience. And it's a good guide, in any case, in that it covers iPhone app development from start to finish, including such things as signing up for a develper account, setting up your iPhone so you can test your apps on it, and submitting your apps to the app store.

  • IOS app rejected: Adobe make it work on iOS7!

    Adobe...
    Please make Director iOS app work on iOS 7.
    Period.

    hi,
    so ive downloaded hotfix 3, recompiled. testet on ios 6, dont have 7.
    trying to send it via application loader to apple.
    Package Summary:
    1 package(s) were not uploaded because they had problems:
              /var/folders/ph/_vxwjx3j5kz2_5hlw3_q20mw0000gn/T/1234567.itmsp - Error Messages:
                        Apple's web service operation was not successful
                        Unable to authenticate the package: 1234567.itmsp
                        ERROR ITMS-9000: "This bundle is invalid. The file is not a valid application bundle." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
    can someone reproduce that?

  • Remote control of Mac via Flash iOS app

    Hi all
    I am a very trial-and-error Flash coder but have managed to create a (I think) pretty serviceable VJ system - see http://www.smashedupsoiree.com/magic-wall/
    There are two Flash movies that run concurrently on the same Mac. One is the video content itself which is displayed by a projector; the other is the Controller movie which runs on the mac laptop screen. The two movies communicate by LocalConnection. I have had some success using VNC apps on an ipad which grabs the screen from the Mac and therefore enables this Controller movie to be effectively operated as a touch screen, portable interface. However there are latency issues with VNC - not what you need for a live performance tool!
    I am considering instead developing the controller as a packaged-for-ios app to reduce the latency issues. If I do so, does anyone know how it will be able to control the flash movie running on the mac on the same network? (In the vein of these kinds of apps: http://mashable.com/2010/02/28/iphone-remote-control-apps/ )? I have read that Local Connections do not work in Packaged-for-iOS apps. Would I instead use Apple APIs? How is this done via Flash Actionscript? I would want to either control the Mac-based movie like a LocalConnection or even simulating keypresses would be fine, that I can then detect with the Mac Flash movie.
    As I mentioned before, I'm no professional coder so the whole matter is a bit blurry to me! Any pointers would be much appreciated...
    Gerred

    teamviewer is a pretty big player also works across the Internet

  • Is it permissible to offer free IOS apps backed by paid subscription services?

    Hello,
    I was wondering if it's permissible according to Apple's guidelines and standards to offer free IOS apps that interact with online services that are paid for outside of the Apple ecosystem.  Apps for Netflix and Dropbox, to name a few, seem to suggest this is perfectly reasonable.  I was hoping that someone could point me towards the appropriate standard or guideline that spells this out expliclty.
    Thanks in advance,
    Mike

    I must apologize for my reply. Somehow I read that you were looking to use a 3rd party advertising platform. I don't know where that came from.
    You can certainly connect to a non-Apple, paid service. What trips people up is that you can't have a link to sign up for said paid service. If users are able to sign up directly in the app, they must do it through the App Store. It is a very good idea to have a native login to said service as well. If you use WebKit then the website could display a "sign up now" button that would get your app rejected.
    All of the details are in the guidelines and developer agreement. You need a developer account to see them but people have posted then all over the Internet. In the developers site, they are listed right up at the top.

  • Wat is IOS:IOS apps

    Wat is IOS:IOS apps

    iOS is the operating system of iPhones, iPads and iPod touches.
    iOS apps are applications that run on iOS devices.

Maybe you are looking for

  • REQD for Fresh BAM Install 11.1.1.3.0 -Data labels missing issue

    Hi This information is relevant to anyone who is doing upgrading to 11.1.1.3.0. There are 2 options if you encounter the data labels missing on the Active Studio tab : (1) Switch to Jrockit -Edit setDomainEnv.sh in directory $MW_HOME/user_projects/do

  • How do I get my old messages from my old phone to my new phone?

    I recently got a new iPhone and I want to transfer my old text conversations to my new phone. I still have the old iPhone with me and it has all the old messages. I was wondering of there is a way to get them on my new iPhone. Please let me know. Tha

  • How do you calculate the count in before a cue start?

    Here's what I can't figure out. I have a quicktime loaded and I need to start a cue at, let's say, 1:05:07:10. I want the tempo to be, oh, 120. I arbitrarily say - this will be measure 41 but it doesn't really matter, I just need my downbeat at that

  • Lumia 610 Gprs problem - Solution found

    Hello everyone, Like many of you I also had a lot of problems with my nokia 610 connecting to the internet via grps or even 3g The idea support staff are d*** heads. And they have no idea about it. I went to the Nokia store and this what solved the p

  • Another code completion bug

    At some point during my editing the code completion system got screwed up. This has also caused the "Go to Definition" feature (holding CTRL key and hovering mouse over element where you want to see the definition for) to work incorrectly - see scree