MII Screens versus ME SDK

Weu2019re looking at extending the ME assembly build screen that is more tailored to do bulk barcode scanning per our particular mfg process, weu2019ve done some mock up screens already in MII using pretty simple html entry screens and issuing the material to a shop order in ME, what is the optimal method for doing this, taking skill set and time out of the equation?
We believe that if we can do it through the SDK and have the screen installed as a client similar to the rich pod, then that would be the most efficient soln, as having the entry screen sitting on a MII portal would not be as robust.
We want to evaluate both, but would like to know if SAP have certain recommendations over one or the other? Any other folks have experiences when they evaluated doing one over the other?
Thanks

Hello Sean,
ME SDK is used to develop extensions that are not available in base ME release. For this purposes ME provides API to trigger base functions/processes/validations etc. Activities that are developed using SDK will be run within ME and use its security model. If you just want to create some external app that will be able to retrieve/manage data in ME database without any validations from ME side - I would assume that it can be done in MII. But it's not secure in terms of data integrity.
Regards,
Konstantin

Similar Messages

  • How to show screen design in .srf (from Screen Painter) using SDK?

    How to show screen design in .srf (from Screen Painter) using SDK?

    You need to use the LoadBatchActions method of the Application object to load .SRF files.
    John.

  • Screen Painter and SDK

    Hi,
    I've developed a form in the screen painter. I want to add the business logic from SDK. Is it possible...it should be right?
    I have a very complex form with around 20-25 edit boxes and one grid. The issues
    I have designed the form in the screen painter and am trying to access the edit boxes from SDK. the code snippets is like
    oForm = SBO_Application.Forms.GetFormByTypeAndCount("60004", 0)
    When i try to access it says form not found. sbo_appl.forms.activeform worked, but when i used
    oEdit = oForm.Items.Item("9").Specific
    in the next line, it says 9 is not a valid feild.

    Yes - this is what SP is about. You design your screen
    from SP and save it as an XML file. At this point you
    load it in B1 from your addon using the LoadBatchAction.
    You just need to change the FormID before loading it, this
    is an easy task: if you want some sample you can see the
    samples here in SDN or check the code of B1DE here on SDN
    too.
    Once it is loaded you can use all the UI SDK methods and
    properties to handle events and items in this form.

  • Customizing unlock screen (official iPhone SDK)

    Hi,
    I want to write a small application, that implements a customized unlock screen on iPhone. Is there a way to do it using standard iPhone SDK?
    Thanks a lot for a clues
    Nava

    I tried the following :
    NSError *error;
    NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
    NSString *documentsDirectory = [paths objectAtIndex:0];
    NSString *path = [documentsDirectory stringByAppendingPathComponent:@"export.csv"];
    if ([records writeToFile:path atomically:YES encoding:NSUTF8StringEncoding error:&error] == NO) {
    UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Export error" message:@"An error occured while writing the file."
    delegate:self cancelButtonTitle:@"OK" otherButtonTitles: nil];
    [alert show];
    [alert release];
    static NSString *email = @"[email protected]";
    NSString *outMailtoPath = [NSString stringWithFormat:@"mailto:%@?subject=Review&body=%@&attachment=%@", email, @"test", path, nil];
    NSURL *url = [NSURL URLWithString: [(NSString *)CFURLCreateStringByAddingPercentEscapes(NULL, (CFStringRef)outMailtoPath,NULL,NULL,kCFStringEncodingUTF8) autorelease]];
    [[UIApplication sharedApplication] openURL:url]

  • IBook screen versus Powerbook

    I own a powerbook 1ghz 12" and I'm looking to replace the screen. Do the powerbook and iBook share a screen? Can I pick one up off of one of those?

    I've been looking around for a good price and I'm not completely impressed with what I have found. Especially when you can find a 95% complete powerbook for oh twice the price as just the lcd screen The installation wont be a problem since I've completely taken apart the computer.

  • App icons on screen versus access through app store

    I have apps that I can access through the app store on my Ipad by typing in the name of the app.  The icon does not appear on my screen like the rest of my app icons do.  How do I get them onto my screen so I don't have to go through the app store each time I want to open the app?

    All of the apps you can find with Spotlight Search are on your phone.  You just haven't figured out where they are   First, a "missing" app could be on a screen you're not aware of.  Swipe to the left and check carefully until you have seen all screens.  You can tell how many by the little row of white dots just above the dock (row of icons at the bottom of the screen).  Second, a "missing" app could have accidentally been put into a group.  Look for icons that contain smaller icons.  Tap, and it will open to show you the apps within.  To bring an app out of a group, tap and hold any app until a little red circle with an "x" appears at the top left and the icons begin to shake.  Tap and hold, while you drag the app out of the group.  You can also rearrange your screens this way.

  • Application no longer assignable to a desktop in Spaces. Useable only in full screen, can't access it when not in full screen.

    This is a repost to correctly ID this as a Spaces issue. I am using a MacBook Pro with a second monitor in extended desktop. I put iMovie in full screen and when I put it back, it disappeared off of both desktops. I can see it in Spaces and I can use it in full screen. However, it is not available when not in full screen. When I drag and drop it in Spaces to a desktop, it animates off of the top of the screen versus landing on that desktop. I have tried to change the application assignment by right clicking on the iMovie Icon > Options > Assign To, but it affects nothing. I have rebooted both with the external monitor and without, I have uninstalled and reinstalled iMovie and I have tried many combinations of screen resolutions and it is still assigned somewhere other than a desktop. It appears to no longer be associated with or assignable to a desktop. Anyone have any ideas?

    Can you access iMovie without being in fullscreen when you do not have an external monitor connected? I cannot. No matter the monitor configuration, it is only accessible in full screen for me.
    I agree - it is for sure a bug.

  • Suggestion: Please make a Visual Studio Solution Explorer that is similar to Windows 8 Start Screen

    We have monitors now that are enormous and it is now the norm to develop on three or more monitors.  Yet we still try to crowd project navigation info that pleads to be fully visualized into a tiny window as if expanding it is somehow a waste of space.
    I mention Windows 8 start screen in the title of this post.  I have no particular love for the start screen except that it is a different spin on a strict hierarchical display of information.  I like that it has the objective of using all available
    screen space to present information that would otherwise be shown in a tiny corner of the screen.  So my suggestion in its most general form is for you guys to find a way to use the entire screen to allow a developer to quickly and easily navigate a large
    VS project.
    For example, even if I fully expand the Solution Explorer to take up the space of an entire monitor the top level nodes of my project take up a tiny fraction of the available screen space - I have to drill down up to 12 levels to reach my files.  And when
    I get to the point where I think I see the file I want, the higher level folders have scrolled off the screen so I loose my place in the project.
    A couple of suggestions for a new Solution Explorer:
    Edit: Make the Solution Explorer more like the Windows 8 Start screen or a file directory browser in the sense that Start Screen is a full-screen navigation screen versus a control that is primarily desigend to be docked.  If I maximize Solution Explorer
    on my monitor the MOST screen space it will use is about 20% down the left edge of my screen.  Even with 80% of my screen left EMPTY, I am clicking and clicking and scrolling and clicking and scrolling in order to navigate to where I need to be. /Edit
    Show an always-visible breadcrumb across the top of the window so the user can navigate up quickly and also maintain a sense of location within the project.
    Show folders and files horizontally and vertically.  USE THE ENTIRE WINDOW! Allow different views just as we see in Windows file explorer.
    Allow (large) user defined icons to be associated with projects, folders and files.  Instead of showing the same icon for every project in a solution, default to a unique icon.  Thats why we use icons, right?
    Allow projects and folders to have foreground/background color properties.
    "Scope to this" on the context menu is great... please add the root name on the tab.
    It would also be very helpful to display the full directory and solution name on the VS title bar to avoid confusion when working with different versions of the same project.  There are a couple add-ons that do this... why has it become necessary for add-ons.

    Hi SWheaties,
    Thanks for posting in the MSDN forum.
    You could submit this feature request: http://visualstudio.uservoice.com/forums/121579-visual-studio. The Visual Studio product
    team is listening to user voice there. You can send your idea there and people can vote. If you submit this suggestion, I hope you could post that link here, so other community members who are interested in this issue will help you vote it. If
    it gets more votes, the product team expert would think about adding it as a new feature in the future product. Thanks for your understanding.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Elements 10 Opening screen problem

    Since I have instructed E10 to open with the Organizer screen (versus the Welcome screen), I can not open the program without restarting the computer every time I want to use E10 after I exited. I can not change instructions for Welcome Screen for I can not get to it. I tried to reinstall software but it says I need to close the Welcome Screen application file which I do not know where to find . I need a software repair so I can deactivate/uninstall/install the software which I hope will solve my problem.

    Hi,
    The Welcome screen sometimes leaves a process running which causes problems on the subsequent attempts to start PSE.
    What I do (and many others do the same) is to create shortcuts directly to the organiser and the editor.
    Assuming that you are on a Windows computer, create shortcuts using the following paths (ignore the (x86) if you are on a 32 bit PC)
    Organiser : "C:\Program Files (x86)\Adobe\Elements 10 Organizer\PhotoshopElementsOrganizer.exe"
    Editor: "C:\Program Files (x86)\Adobe\Photoshop Elements 10\PhotoshopElementsEditor.exe"
    Good luck
    Brian

  • Issue with passing param's from ME POD to MII.

    I have an interesting issue.   I have a customer with POD screen in ME that has a command button to open an MII screen.   The POD screen has the workstation ID in the URL.  The MII screen needs that workstation id.    Normally I would use window.opener.location.href in javascript but Iu2019m getting a "permission denied" from IE.   So IE thinks this is a cross domain call.  Although the POD and MII pages are on different machines, they are on the same domain.
    POD url example:  (parent page)
    http://MEmachine.mydomain.com:52600/manufacturing/com/sapdev/jsp/activity/pod/PODMain.jsp?WORKSTATION=TEST_POD&OPERATION=WA_123_L&RESOURCE=WA_123_L&ACTIVITY_ID=STATION1
    MII url example: (pop up)
    http://MIImachine.mydomain.com:55500/XMII/CM/Scrap/ScrapApplet.irpt?service=Personalization&j_user=MyUser&j_password=Mypassword
    My suspicion is that although the two machines are on the same domain, the fact that they are on different ports is causing IE to think itu2019s a cross domain scripting call and forbidding it.    
    The obvious workround would be to just send the workstation name as part of the opening url call, however Iu2019m not sure if the customer will be able to do that for each workstation.
    Thoughts?

    Below is an example of passing All(NULL), Single and Multi values using Oracle DB (I think you are on Teradata, so use equivalent syntax)
    where (columnxxx in (:parameter) or least(:parameter) is null)
    Here:
    columnxxx in (:parameter) will take care passing single and multi-select
    least(:parameter) is null will take care when ALL is selected (assuming you have chosen "Pass NULL" for ALL)

  • Mobility for MII Dashboards

    Hi Experts,
    We have a requirement to built dashboards(charts and SVG's) in MII which need to be accessed using mobile devices (Iphone, tablets) which run on any OS and needs to be working in all browsers too. We are currently on SAP MII 14.0 (SP4 P7). We are planning to move ahead with development using HTML5 (will be using external libraries for charts).
    Can this be done using SAP UI5 or SAP Fiori. If yes, what would be the path forward.

    Hi Darshan.
    You can build your dashboards using SAPUI5 library controls.
    SAPUI5 has both desktop and mobile controls.
    These links will help:
    UI Development Toolkit for HTML5 Developer Center
    Making Engaging UI on SAP MII with SAPUI5
    SAPUI5 SDK - Demo Kit
    Regards,
    Rohit Negi.

  • How do I find out if I have the plastic or the glass screen

    I got my 4gb Iphone used off Craigslist and it was pretty much impeccable by the guy I purchased it from and He had it for I don't know how long.
    I have the thing for a couple weeks and the bezel gets the **** scratched out of it, the aluminum back has some scratches, these don't bother me, but I dropped the phone once and get a hairline scratch on the screen about an inch long. It has this rainbow effect, it is kinda annoying, however I only really notice it in the dark on a white or light screen.
    Is there anyway I can find out if I have the plastic screen versus the glass one?
    And do you have any suggestions for maybe repairing the scratch?
    It's shallow enough I think it could be fixed, maybe with the filler used for glasses or something.
    And any suggestions for the bezel and aluminium scratches?

    sampoop,
    All iPhone models have glass displays. There never were plastics displays.
    http://manuals.info.apple.com/enUS/iPhone_3G_Important_Product_InformationGuide.pdf
    Hope this helps,
    Raleigh

  • Change default full-screen view

    Hi All,
    In Aperture 3, the default full-screen view is not to see the "viewer" view, but rather the "browser" view.
    Is there a way to change this default? When I change to full-screen mode, it's generally to see the largest view of a picture, which is now a 2-step process.
    thanks,
    nathan

    Ernie,
    Most of the time when I'm looking to use full screen mode, I'm in the Browser view. It makes sense now that you've detailed what happens -- Browser mode in non-full-screen opens the browser mode in full-screen. That's the key. I hadn't tried to do what you described - full screen mode from the viewer view.
    It sounds like I'll have to adjust my workflow. I like working in browser mode and then going to full screen single-photo. However, it doesn't sound like it's the way the new full-screen mode works. The good thing is that the size of the thumbnails is maintained separately for non-full-screen versus full-screen. I can make the full-screen browser have larger thumbnails than my regular browser.
    thanks,
    nahan

  • [svn:fx-trunk] 12816: VideoPlayer full screen bug fix

    Revision: 12816
    Revision: 12816
    Author:   [email protected]
    Date:     2009-12-10 16:19:26 -0800 (Thu, 10 Dec 2009)
    Log Message:
    VideoPlayer full screen bug fix
    SDK-24308 - Full-screen VideoPlayer running as AIR application on dual monitor setup has white background
    If we are running on the AIR Player, then use the Screen bounds API instead.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24308
    Reviewer: Ryan
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24308
        http://bugs.adobe.com/jira/browse/SDK-24308
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoPlayer.as

  • How to disable formsetting menuitem through sdk code

    hi experts,
    I am facing bit problem while loading my udo screen ,when my screen is getting opened sap's menuitem formsetting is enable'd,My requirement is to disable the formsetting menuitem only when udo screen opens through sdk code.so,that user cannot change any of the field in the matrix.
    help would be appreciated.
    regards,
    Vijay Kumar

    Hi Vijay ,
    Try This.....
    'After Loading form
    oform=sbo_application.forms.item("ur fromid")
    sbo_application.Menus.Item("5890").Enabled = False
    Thanks
    Shafi

Maybe you are looking for

  • I have lost my app. store icon on my first gen. Ipad running IOS 4.3.3  , how do I restore the Icon ?

    Can someone tell me how to get the "App. store" Icon back on my original Ipad running IOS 4.3.3 ?

  • SuperDrive reads DVDs

    I've noticed a lot of people have drives that won't read or write DVD's but still work with CD's and CD-ROM's. I am having the opposite problem where my drive will read and write to DVD (video & data) but anytime I put in a CD-ROM, Audio CD, or Blank

  • How can I Sniff a wireless network?

    I am a consultant in the Carolinas and deal exclusively with the Cisco wirless equipment. I do alot of site surveys and installations and I usually try to scan for existing wireless AP's prior to survey start using Netstumbler or Mini-Stumbler. This

  • My Golive website fonts are changing to chinese! help!

    I have constructed a website in GoLive 2. My website works ok on my version of Safari on my computer but Ive tested it in Safari on 3 other Macs and on some of them the Helvetica sections are changing to a weird type of Chinese font. Can anyone tell

  • The Great Train Robbery iTunes Movie Is Not a Western

    This is for anyone at Apple who runs the iTunes Store download website. I was looking at your new movie downloads on offer, and I noticed a glaring error. Your download of "The Great Train Robbery (Sean Connery, Donald Sutherland, and Leslie Anne Dow