'Gateway Hands-on sessions' program for partners

Dear all,
we've announced, through this blog /people/henrique.pinto/blog/2011/04/07/gateway-hands-on-sessions-for-partners-by-coil, the launch of the "Gateway Hands-on sessions" program for partners, by the SAP Co-Innovation Lab (COIL).
This is a global program for the enablement of partners that wish to develop/prototype mobile or web applications that consume SAP backend functionalities through RESTful services developed/published on Gateway.
The program has 2 engagement models (explained in the blog), each of them associated to a specific fee.
In a nutshell, the program includes a one or two-day workshop on Gateway, to be realized in each of the worldwide COIL locations (Bangalore, India; Palo Alto, USA; São Paulo, Brazil; Tokyo, Japan; and Walldorf, Germany), access to a development/test environment for up to 3 months, and the technical support of COIL & Gateway development teams, there including recurring feedback conference calls to follow-up on the project progress.
If you want more information about the program, visit the forementioned blog and/or send an email to coil at sap.com.
Best regards,
Henrique.
SAP Co-Innovation Lab São Paulo

thanks

Similar Messages

  • BDC Program - Session Method For Add and Edit Data

    Hi,
    How to write a BDC program (For Session Method) to upload Sales Order Data (VA01) and at the same
    time to modify the data if the Order exists?
    Thanks
    Murthy

    Hi,
    go to SHDB
            Create a project and recording the Va01 and then u write the code for That recording.

  • Regarding 'Expert Empowerment Sessions for Partners'

    Thread is virtually unreadable. Can you please repost as html with working links?

    Dear Cindy,
    Thank you for pointing this out.
    The thread is repaired.
    Please check again on Expert Empowerment Sessions for Partners
    Thank you and best regards,
    Susanne

  • Need upload program for Vendor master partners (XK02)

    Hello Experts,
    I need to write data uplaod program for XK02 for vendor master Partner functions. ( Basically we created some custom partner functions and attach it to many existing vendors ).
    So kindly advice me which is the suitable upload method for this.
    1) There is no BAPI available for editing vendors.
    2) BDC is not possible because the Vendor partner screen is having table control and some records are already filled. (No of row not fixed).
    Is there any IDOC available or any standard input pgm?
    Please give suggestion.
    Thanks and rgds,
    Anand

    Hi,
    You can use LSMW --> Vendor Master which supports bothe XK01 and XK02.
    This is a standard Batch input program (RFBIKR00). Look at this program documentation for more info.
    Regards
    Sudhir Atluru

  • Please  Help me How write the BDC program for the MIGO inbound Delivery

    Please help me how to write bdc program for the MIGO Inbound Delivery in 4.7EE Version. Please help me.
    Not in LSMW.  Required call transaction or Session Method. Please help me.
    Mohan

    Run transaction BAPI . Select Logistics Execution/Shipping/InboundDelivery/SaveReplica.. You can use function module BAPI_INB_DELIVERY_SAVEREPLICA in your ABAP program.

  • Window Server communications from outside of session allowed for root

    Hi ,
    When I am running the following program, i got the exception as
    49:wasp.corp.apple.com_kevinli:/ngs/app/giat/src/java/chart> java MyFrame
    kCGErrorRangeCheck : Window Server communications from outside of session allowed for root and console user only
    Exception in thread "main" java.lang.InternalError: Can't connect to window server - not enough permissions.
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
    at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
    at java.awt.Component.<clinit>(Component.java:506)
    at MyFrame.<clinit>(MyFrame.java:6)
    import java.awt.*;
    import javax.swing.*;
    public class MyFrame
    public static JFrame f = new JFrame();
    public static void main(String[] args)
    JFrame.setDefaultLookAndFeelDecorated(true);
    f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    //Add the ubiquitous "Hello World" label.
    JLabel label = new JLabel("Hello World");
    f.getContentPane().add(label);
    //Display the window.
    f.pack();
    f.setVisible(true);
    Please send a reply on this.
    with regards,
    Mohan

    Seth,
    you may also install the latest update (10.4.6) using the combo file from apple.com.
    Mihalis.
    Dual G5 @ 2GHz   Mac OS X (10.4.6)  

  • How can I change the default program for the external applications editor?

    I have read the on line directions for this and it reads "select a file type in the left pane."   I do not see where this is in the left pane.  All I see in the left pane is "Browser start pages" and a "How do I " Pane.  Nothing with file types.

    Hello,
    Welcome to Adobe Forums.
    In order to change the default program for the external applications editor. Please follow the steps as mentioned below.
    Click on Edit menu then choose preferences.
    Once the preferences dialog box open.
    click on file editors.
    On the Left pane you will find all the file types which you want to edit .
    On the right hand side you will find the editors for that specific file type.
    If you want to add any other application you need to click on + symbol at the top of right pane.
    Select the path of that application which you want to apply.
    clcik on open.
    If you want to make it primay you can click make primary option available at the right hand top. For more detials please check the screenshot below.
    Regards,
    Rajeev

  • One mapping program for three diferent enviroments

    Hello there,
    I have developed a scenario in which an rfc requests a web service trough XI. In the process a BPM is involved together with some XSLT mappings.
         R3->XI->WebService
    The Web service request message looks like follows:
    <?xml version="1.0" encoding="UTF-8"?>
    <cem:Z_ORDER_SEARCH xmlns:cem="http://XXXXXXXX/yyyyyyyyyyyy">
         <messageStructure/>
    </cem:Z_ORDER_SEARCH>
    Where "http://XXXXXXXX/yyyyyyyyyyyy" Is the web service destination.
    Everything works fine, but as I have to manage three different environments for Development, Quality and Production I need three different versions of the XSL mapping since destinations are not the same for Dev, Qlty and Production environments.
    I found out that I can get information of the sender using runtime parameters as follows:
    <xsl:param name="SenderSystem">
    I would like to evaluate this information to determine the target URL destination.
    If the sender is the development sender then the URL target is the development destination and so on.
    I tried the following code:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"
    xmlns:cemDev="http://developmentDestination"
    xmlns:cemQlty="http://qualityDestination"
    xmlns:cemPrd="http://productionDestination"
    xmlns:cem=""
    <xsl:namespace-alias stylesheet-prefix="cem" result-prefix="cemDev"/>
    <xsl:template match="/">
         <cem:mappingProgram/>
    </xsl:template>
    </xsl:stylesheet>
    This works all right, but I cannot insert code to evaluate the destination.
    On the other hand, this code is not valid:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"
    xmlns:cemDev="http://developmentDestination"
    xmlns:cemQlty="http://qualityDestination"
    xmlns:cemPrd="http://productionDestination"
    xmlns:cem="">
    <xsl:param name="SenderSystem"/>
         <xsl:choose>
              <xsl:when test="string($SenderSystem) = 'PRODUCTION'">
                   <xsl:namespace-alias stylesheet-prefix="cem" result-prefix="cemPrd"/>
              </xsl:when>
              <xsl:when test="string($SenderSystem) = 'QUALITY'">
                   <xsl:namespace-alias stylesheet-prefix="cem" result-prefix="cemQlty"/>
              </xsl:when>
              <xsl:otherwise>
                   <xsl:namespace-alias stylesheet-prefix="cem" result-prefix="cemDev"/>
              </xsl:otherwise>
         </xsl:choose>
         <xsl:template match="/">
              <cem:mappingProgram/>
         </xsl:template>
    </xsl:stylesheet>
    Neither this one:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"
    xmlns:cemDev="http://developmentDestination"
    xmlns:cemQlty="http://qualityDestination"
    xmlns:cemPrd="http://productionDestination"
    xmlns:cem="">
            <xsl:param name="SenderSystem"/>
            <xsl:template match="/">
         <xsl:choose>
              <xsl:when test="string($SenderSystem) = 'PRODUCTION'">
                   <xsl:namespace-alias stylesheet-prefix="cem" result-prefix="cemPrd"/>
              </xsl:when>
              <xsl:when test="string($SenderSystem) = 'QUALITY'">
                   <xsl:namespace-alias stylesheet-prefix="cem" result-prefix="cemQlty"/>
              </xsl:when>
              <xsl:otherwise>
                   <xsl:namespace-alias stylesheet-prefix="cem" result-prefix="cemDev"/>
              </xsl:otherwise>
         </xsl:choose>
         <cem:mappingProgram/>
          </xsl:template>
    </xsl:stylesheet>
    I tried this other code, which is obviously not valid:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:template match="/">
              <xsl:param name="SenderSystem"/>
              <xsl:choose>
                   <xsl:when test="string($SenderSystem) = 'PRODUCTION'">
                        <cem:Z_ORDER_SEARCH xmlns:cem="http://productionDestination">
                   </xsl:when>
                   <xsl:when test="string($SenderSystem) = 'QUALITY'">
                        <cem:Z_ORDER_SEARCH xmlns:cem="http://qualityDestination">
                   </xsl:when>
                   <xsl:otherwise>
                        <cem:Z_ORDER_SEARCH xmlns:cem="http://developmentDestination">
                   </xsl:otherwise>
              </xsl:choose>
         <cem:mappingProgram/>
    </cem:Z_ORDER_SEARCH>               
         </xsl:template>
    </xsl:stylesheet>
    So the only way I found to make it works is like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:template match="/">
              <xsl:param name="SenderSystem"/>
              <xsl:choose>
                   <xsl:when test="string($SenderSystem) = 'PRODUCTION'">
                        <cem:Z_ORDER_SEARCH xmlns:cem="http://productionDestination">
         <cem:mappingProgram/>
                        </cem:Z_ORDER_SEARCH>
                   </xsl:when>
                   <xsl:when test="string($SenderSystem) = 'QUALITY'">
                        <cem:Z_ORDER_SEARCH xmlns:cem="http://qualityDestination">
         <cem:mappingProgram/>
                        </cem:Z_ORDER_SEARCH>
                   </xsl:when>
                   <xsl:otherwise>
                        <cem:Z_ORDER_SEARCH xmlns:cem="http://developmentDestination">
         <cem:mappingProgram/>
                        </cem:Z_ORDER_SEARCH>               
                   </xsl:otherwise>
              </xsl:choose>
         </xsl:template>
    </xsl:stylesheet>
    Unfortunately this doesn’t solve my problem, because I need to reproduce the mapping program three times in the document.
    Any ideas, or suggestions how to manage one mapping program for the three different environments?
    Thanks a lot in advance, Raú

    Hi there,
    I just found one way of getting this done. It may not be the better waw, but I post it in case it is helpfull.
    <?xml version="1.0" encoding="utf-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
         <!-- Sender System at runtime-->
         <xsl:param name="senderSystem"/>
         <!-- SenderSystem constants (development addressed by default)-->
         <xsl:variable name="qualitySenderSystem" select="'WHATEVERTHENAMEOFTHEQUALITYSENDERSYSTEM'"/>
         <xsl:variable name="productionSenderSystem" select="'WHATEVERTHENAMEOFTHEPRODUCTIONSENDERSYSTEM'"/>
         <!-- Mapping program template to be called-->
         <xsl:template name="mappingProgram" match="/">
              <!-- MAPPING PROGRAM-->
              <UNIQUE_MAPPING_PROGRAM/>
              <!-- END OF MAPPING PROGRAM-->
         </xsl:template>
         <!Receiver determination depending on senderSystem>
         <xsl:template match="/">
              <xsl:choose>
                   <xsl:when test="$senderSystem=$productionSenderSystem">
                        <xxx:Z_ORDER_SEARCH xmlns:xxx="http://production">
                             <xsl:call-template name="mappingProgram"/>
                        </xxx:Z_ORDER_SEARCH>
                   </xsl:when>
                   <xsl:when test="$senderSystem=$qualitySenderSystem">
                        <xxx:Z_ORDER_SEARCH xmlns:xxx="http://quality">
                             <xsl:call-template name="mappingProgram"/>
                        </xxx:Z_ORDER_SEARCH>
                   </xsl:when>
                   <xsl:otherwise>
                        <xxx:Z_ORDER_SEARCH xmlns:xxx="http://development">
                             <xsl:call-template name="mappingProgram"/>
                        </xxx:Z_ORDER_SEARCH>
                   </xsl:otherwise>
              </xsl:choose>
         </xsl:template>
    </xsl:stylesheet>

  • Prerelease Program for next version of Adobe RoboHelp

    I am happy to announce that we have started the prerelease
    program for next release of Adobe RoboHelp. You might have already
    read about some rave reviews of the Sneak Peeks of Adobe RoboHelp
    that we did at STC, Minneapolis. It's now your turn to get your
    hands dirty with a prerelease build.
    Apply now by filling up the Prerelease Participation Form by
    visiting the following link:
    https://prerelease.adobe.com/callout/default.html?callid=1DE2E04FA23D46C886DD55A88F611D11
    Enrolling into the program does not guarantee access to the
    prerelease program. You shall get access only once your application
    has been approved.
    Please note: You would be required to submit a short
    questionnaire, while you apply for the Prerelease Program for Adobe
    RoboHelp.
    During the application process, please use the "Existing
    Users" section if you have an existing Adobe Prerelease Program
    user account. If you are participating in prerelease programs for
    the first time and do not possess a prior account, then use the
    "New Users" section for creating a new account. You will have to
    provide your email address and password for creating a new Adobe
    Prerelease Program user account. A mail containing a link to the
    Prerelease program will be sent to the specified email address for
    verification. Use the link specified in the mail to continue with
    the registration process to join the Prerelease program.
    We look forward to your participation.
    Regards,
    Akshay Madan
    Product Manager - Adobe RoboHelp
    http://blogs.adobe.com/techcomm/robohelp/

    Hi DaLy
    Sure, I'll be happy to try. However, all I really know about
    it is what has been relayed to me over the years. I have no idea as
    to how accurate it is or isn't.
    I've been told that because Adobe (and formerly Macromedia)
    are publicly traded companies, they have to be extra careful in
    divulging any information that could impact the sales of their
    stock. However, I balance this with the fact we regularly see
    Microsoft (Who, unless I'm mistaken is also publicly traded)
    divulgiing assorted features and whatnot.
    I've also heard from time to time that it's more of a
    "competitive edge" thing. Where if Company A divulges features in
    progress, competitors may be able to somehow use this against
    Company A by bringing their own software to market sooner wth the
    features in place.
    So I have to look at this and rather assume it simply comes
    down to the company choice.
    Cheers... Rick

  • Replacement Program For Faulty iPhone 5 Sleep/Wake Buttons

    My iPhone 5 apply to Replacement Program For Faulty iPhone 5 Sleep/Wake Buttons, but I'm in Argentina. How can I participate if my country doesn't appear in the list of participating providers to fix the problem?
    Argentina will be added to the program?
    I can't travel to US... Help please!

    Hey there kevinfur91!
    I have a link for you that should be able to help you find the best support option in your area for this issue. This link is for the generic page regarding this issue, but you will want to use the drop down menu on the left hand side of the page to choose “Latin America” and see the support options that are most relevant to your area:
    iPhone 5 Sleep/Wake Button Replacement Program - Apple Support
    https://ssl.apple.com/support/iphone5-sleepwakebutton/
    This page will also require that you enter your iPhone’s serial number in order to see your support options. If you need help finding your serial number, please refer to the following article for assistance:
    iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number
    http://support.apple.com/kb/HT4061
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • STANDARD PROGRAM FOR SMARTFORMS

    hi all,
    i have problem in finding standard program for <u>std. PO Smartforms</u> i.e /SMB40/MMPO_A (purchase order).
    i have checked in table TNAPR. i dint find. can anyone help finding the std. program name.
    regards,
    thanks in advance.

    Hi,
    Yes, there is standard smartform for PO (pre-configured forms) but you have to import package :/SMB40
    PO Form: /SMB40/MMPO_L
    Print Program: /SMB40/FM06P
    See the note 595812: it explain how to download the preconfigured smartforms.
    Anyway this is an extract of that note:
    Detailed information can be accessed at the site:
    http://service.sap.com/preconfiguredforms OR
    http://service.sap.com/smb/development/preconfiguredforms.
    To download preconfigured smartform package, please:
    1. Go to http://service.sap.com/installations, select tab "download".
    2. On the right hand side screen, locate navigation tree node
    SAP Software Distribution Center->Download->Installations and Upgrades->
    Entry by Application Group.
    3. In the main window (right hand side), follow the path
    SAP Best Practices->Best Practices for mySAP All-in-One-> PRECONFIGURED
    SMART FORMS, you can find available preconfigured smartform versions.
    Here you can also download the PO smartform.
    Hope this will help.
    Regards,
    Ferry Lianto

  • Standard driver Program for Request for Quotation

    Hi All,
              If we want to know the standard driver program we can see in Nace.but i want standard driver program for RFQ i am unable to find it in NACE.Any help is greately appreciated.
    Thanks,
    Kiranmayi.

    Hi,
      Follow the Below Steps
    1.Goto NACE Transaction.
    2.Displays all the Application Types,Select EA - Purchasing RFQ.
    3.Select "Output Types" button.
    4.Displays all the "Output Types", select the required one and click on the "Processing Routines" appearing on the Left hand side.
    then you can see all the information such as Program, Routine, Smartform, etc....
    Thanks & Regards,
    Vamsi.

  • Predictive typing program for the Mac?

    Has anyone heard of a predictive typing program for the Mac?
    I am looking for a computer program for typing that "guesses" what word you want based on the first few letters. I have trouble typing because of physical disabilities. Voice recognition is a no go (I also have trouble with my voice).
    I know cell phones have this for texting, but I've never seen it for a regular computer. An application I could type in right on my Mac, then cut and paste to other applications like Word, email, etc. Apparently there is a program called "Penfriend" for the PC that does exactly this, but I'm having trouble finding anything Mac-compatible.
    Has anyone heard of a company that provides this kind of software? Any ideas on which discussion board might know?
    I have a 2006 Macbook Pro.
    Grateful for any help!
    2006 Macbook Pro   Mac OS X (10.4.3)  
    2006 Powerbook G5   Mac OS X (10.4.3)  
      Mac OS X (10.4.3)  

    Sorry for the delay, I was waiting for a "good arm" day to start typing!
    Were you using the mouse to select words? You can set
    hotkeys so you can do it with the keyboard if that
    would be easier - you can use a sequence like
    option-1,option-2, etc., or whatever else you can
    type easily.
    I tried both selecting words with the mouse, and with the coded numbers on the keyboard... I think this may be a problem for me with any predictive typing program, the whole needing-to-pick-up-your-hand thing. KeyStrokes seems about as good as you're going to get (honestly, all those languages, like magic). Maybe with a different keyboard, if I can place the numbers closer to the letters. I'll keep trying.
    There's no users group that I know about. I keep
    meaning to start a Yahoo list for OS X users who use
    assistive tech, but I have so many things that I want
    to do *wry grin* Maybe one day...
    That's a great idea -- I know there must be something out there, but I've mostly found disease-specific boards (ALS, etc.).
    2006 Powerbook G5   Mac OS X (10.4.3)  

  • Best practices: Programming for future deployment

    Hi All.. I'm starting this thread to see if I can find a consensus about the best practices for programming for future deployment of Flex apps.
    Using Flex Builder, in creating a simple portal app I use "Import Web Service (WSDL)" to make the ActionScript framework for webservices which I consume. I have coded those web services in .asmx (c# web services for .NET) and run them locally. The framework Flex Builder creates is just fine, and I can run my app locally with no problem. Where I run into an issue is deployment.
    My intention is to distribute the database, the .NET webservices, and the Flex app as a complete solution to my end customers.
    What are the best practices in programming for complete deployability?
    The main issues I'm facing:
    1. Using inbuilt features like "Import Web Service (WSDL)" creates a framework around a named webservice. Upon deployment the URL for these services will change. How can you make it easy to switch the site webservices are consumed from? Can Flex apps be set up to use an environment variable, or even read a local file for the URL of the webservice I want it to point at? (i.e. something in web.config or elsewhere?)
    2. Should I NOT use "Import Web Service" at all, and write the code by hand? Note: this is VERY time consuming for the number of services that are exposed in larger apps. My typical dev cycle consists of parallel updates/upgrades to web services as they are demanded by elements incorporated in the Flex app.. so it's very convenient to just re-import the WSDL as I make changes.
    Thanks so much for your input!
    Brian

    Anyone?

  • Setting v$session.program property in application module config

    How can I set the v$session.program property in the AM config, so that when a new connection is created, the v$session.program field is documented with the property value.
    I added the following in JClient JCLoginDialog:
    ((Hashtable)connEnvironment).put("v$session.program", "my program name");
    I traced the V$SESSION TABLE:
    The added connection has "my program name" in the program field but if I open other application module instances, the new connections have an empty v$session.program field.
    I suppose that a property must be added to all application module configurations.
    Can somebody help me on this one?
    The v$session.program field is helpful when sessions must be killed.
    Thanks
    Fred

    I don't believe there is a built-in mechanism for that.
    But you can easily do it yourself. In you AM class:
    public void prepareSession( Session session ) {
        super.prepareSession( session );
        setDatabaseClientInfo( Bc4jConstants.APPLICATION_NAME );
        setDatabaseModuleInfo( moduleInfo );
    }And then:
      public void setDatabaseClientInfo( String clientInfo ) {
        try {
          this.getTransaction( ).executeCommand(
            "BEGIN dbms_application_info.set_client_info('" + clientInfo + "'); END;" );
        } catch( Exception e ) {
          // uncritical error
          log.warn( "Error setting the database client info: " + clientInfo, e );
      }and
      public void setDatabaseModuleInfo( String moduleInfo ) {
        if( moduleInfo != null ) {
          try {
            this.getTransaction( ).executeCommand( "BEGIN dbms_application_info.set_module('"
              + moduleInfo + "', NULL); END;" );
          } catch( Exception exception ) {
            // uncritical error
            log.warn( "Error setting the database module info: " + moduleInfo, exception );
      }In a similar fashion you can set the client identifier. We use the moduleInfo to identify the module of the session. The client info helps us to identify the application.
    Sascha

Maybe you are looking for

  • IDoc missing in IDoc - XI - IDoc scenario

    Hello! The integration scenario is R/3 4.6C (IDoc) -> XI -> (IDoc) R/3 4.6C for DELFOR, ORDERS, ORDCHG, DESADV and ORDRSP. Now we switched to a new XI development system and the flow is working for all message types besides DELFOR. WE20 -> New XI Log

  • Crystal Reports - 64bit when Previous Reports were 32bit

    Hi, I have a 64bit question.  To take a step back, I was using Visual Studio 2008 on a 32 bit Windows O/S.  I was using the Crystal Reports that came with Visual Studio 2008 (I think that was just an option that you could install from the VS ISO). No

  • How do I re-download aperture if I didn't buy from the app store?

    I bought Aperture a long while back (I think as AP2), and then upgraded to 3.  I've now replaced my HD and need to reinstall it. Easiest thing I can think of would be to download it from the app store, but I didn't buy it through the app store.  Is t

  • FB01 BDC substitution problem

    Hi, I wrote a batch program to transfer GL data from text file to SAP. It uses FB01. Everything works fine except for some GL accounts that do not need cost center input. When such account inserted my program has an error saying that there is no fiel

  • Moving my iTunes library from a Windows PC to a Mac

    I did do a search on this topic on both the Apple website and in the forums but couldn't find anything helpful. How do I get my iTunes library from my Windows machine to my new iMac? Thanks!