Creating apps using SDK without any programming skills

Hey there. I have no idea of writing programs, I'm a total beginner, but would actually like to write an app for the iPhone. So, is it possible to do so with the SDK or do you need any skills?

You do need some programming skills in Objective C.

Similar Messages

  • How to create Invoice using SDK?

    Hi Friends,
    I m creating invoice using SDK functions..
              Company comp           =     new Company();
           comp.Server           =     "CSNSYS026";
           comp.CompanyDB      =     "SBODemo_US";
           comp.UserName      =     "manager";
           comp.Password      =     "manager";
               comp.Connect();
         comp.XmlExportType  =     SAPbobsCOM.BoXmlExportTypes.xet_NodesAsProperties;
         SAPbobsCOM.SBObob oSBObob     =     (SBObob)comp.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoBridge);
         Documents inv          =     (Documents)comp.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices);
         inv.ManualNumber     =     "20000";
         inv.DocDate          =     DateTime.Now;
         inv.DocDueDate          =     DateTime.Now;
            inv.CardCode          =     "C40001";
         inv.CardName          =     "EarthshakerCorp.";
         inv.DocCurrency          =     "USD";
         inv.Lines.ItemCode     =     "A00001";
         inv.Lines.Quantity     =     10;
         inv.Lines.Price          =     100;
         inv.DocTotal          =     1000;
         int i                    =     inv.Add();
         MessageBox.Show("Invoice created "+i);
    <b>While i execute the above c# code,Invoice din't created,Wht's missing in the above code</b>..
    Thanks in Advance
    regards
    Sooriyakala.P

    Ho Sooriya,
    what is the returncode from inv.add?
    If you call comp.getLastErrorDescription, you get the errordescription
    you should also set handwritten to true
    Regards
    Ad

  • Error in creating JE using SDK

    I am using B1 2004 B and trying to create JE using SDk(vb6).I am getting the following error:
    [OJDT.BtfStatus][line: 2] , 'Row in Transaction with Account No.'
    Following is my code:
    Dim vJE As SAPbobsCOM.JournalEntries
    Set vJE = oCmp.GetBusinessObject(oJournalEntries)
    vJE.Lines.AccountCode = "500005"
    vJE.Lines.ContraAccount = "131000"
    vJE.Lines.Credit = 0
    vJE.Lines.Debit = dblAmount
    Call vJE.Lines.Add
    vJE.Lines.AccountCode = "C003"
    vJE.Lines.ContraAccount = "400000"
    vJE.Lines.Credit = 0
    vJE.Lines.Debit = (dblAmount * 105) / 100
    vJE.Add()   
    B1 gurus please help.
    Thanks

    When you encounter a problem when working with DI API, please remember that you should try to do the same in the SAP Business One application!
    In your case the first thing which is wrong is that at least one of the account codes in the second line is wrong (AccountCode or ContraAccount); unfortunately the error message does not really tell you that, but this happens quite often in software development.
    Secondly the principle of journal entries is to have a "balanced transaction", i.e. <total of Debit(s)> = <total of Credit(s)>... (this will be the next error you will be running into).
    I recommend that you check-out the material in the Developer Area on this site (https://www.sdn.sap.com/sdn/developerareas/businessone.sdn?node=linkDnode10) + check-out the SAP Business One-related material in the Education area in the SMB Portal on SAP Service Marketplace (http://service.sap.com/smb)...
    HTH,
    Frank

  • How to create a new user without any sample objects from any other user?

    Question as the title.
    I had the example dababase installed when I installed the Oracle database.
    Every time, when I create a new user, there will be some example objects coming
    with the new user.
    How can I remove these objects from the new user?
    Or, how can I create a new user without the example objects?
    Thanks in advance.

    I think the easiest way for you would be to use OEM.
    Just locate each object that you want to remove and right click->remove. Don't bother doing this for any indexes as these will be removed when you drop the corresponding tables.
    If you want to try command line through sqlplus then identify the objects you want to remove by selecting from the user_objects view while logged in as this user. This will give you the name and type of object. Then issue the relevant drop command.
    It's probably worth making sure you have a valid backup first, just in case things go wrong!

  • SQ02 - Create InfoSet using 'Data retrieval by program'

    Using SQ02, I would like to use the data returned by an ABAP program as the data source for an InfoSet.  When attempting to create an InfoSet, I noticed the 'Data retrieval by program' option.  I would like to discover how to use this option and how to pass parameters to the ABAP program I'd like to use.

    The "Data retrieval program" would be coded like any normal report except for adding a few comment tags that will be used by SQ01 query generator as placeholders to insert its own code into your code to generate the query program.
    In general this is how a data retrieval program is coded. SQ01 when it generates the query will insert its own code in place of *<Query_body> and *<Query_head> comment tags
    REPORT ztest_sq01_driver_program.
    TABLES: <name of dictionary structure of your infoset>.
    * DATA declarations
    START-OF-SELECTION.
    *<Query_head>
    * <Fetch your data here and store it in an internal table gt_report> that has all the fields that you need in your query
    END-OF-SELECTION.
      LOOP AT gt_report INTO gs_report.
        MOVE-CORRESPONDING gs_report TO <name of dictionary structure of your infoset>
    *<Query_body>
      ENDLOOP.

  • Developing iPhone apps using SDK - what hardware to use?

    I am planning on developing iPhone apps but am new to the Mac. I have 20 years of development experience but all on PC and web/java side.
    I was planning on buying a MacBook 13" with 2.0GHz Intel Core 2 Duo and 2 Gig of RAM. In your experience is this enough power to develop apps using the SDK.
    What hardware configs do you any of you developers use to run the iPhone SDK?
    Thanks in advance

    Welcome to Apple Discussions.
    The iPhone software development kit simply requires an intel processor-based Macintosh, running the current release of Mac OS X 10.5. Your questions can be answered by browsing the iPhone developer site, starting here.

  • Can javafx 2.0 be used standalone without any webframework?

    Gentlemen
    Can javafx 2.0 be used as a standalone web application development
    framework
    which communicates with clients on internet directly without
    any webframework inbetween.
    can such javafx applications be deployed on cloud/internet etc..
    like other web-frameworks applications canbe...
    i am new to web development and java. so pardon my ignorance.
    but i really want to use javafx. i like it for desktop.
    Thanking_You
    RIGHT_THEN
    Edited by: 914610 on Feb 15, 2012 1:30 AM
    Edited by: 914610 on Feb 15, 2012 1:40 AM

    sorry to bother u again gimbal2
    i just tried what u said i just used the javafx 2.0 click button example
    in netbeans. copied the dist folder to the c:\dev\jetty\webapps folder
    then started jetty.sh .this is on my desktop comp
    and then on my laptop i typed
    http://mydesktopip:8080/dist/JavaFXApplication10.html
    hit enter and it worked through WLAN .
    i could click the button in my laptop while the server is on desktop.
    now my question is as u said that the app will run on client side. then where
    did it downloaded the .jar file "JavaFXApplication10.jar";. i checked the usual
    internet explorer folders like temporary internet folder and content.ie5 folders
    to see if it had downloaded the .jar file there from which it was displaying me the
    button. but i could not locate it.
    where does the .jar file loads from. is it in memory somewhere, on the disk or was it running
    from original location on my desktop. what is going on behind the scenes?
    my desktop
    win7 32 bit
    java 7u3
    my laptop
    win7 64 bit
    java 7u3
    it is interesting thou that on 64 bit both versions are required 32 bit and 64 bit
    just in case when browser is 32 bit.
    Thanking_You
    RIGHT_THEN

  • How to reformat a used iMac without any restoration disc.

    We were recently giving a used 2007 iMac. It still has all the previous owners settings and applications. How do I reformat the computer to factory settings without any of the disc that came with the computer.

    I don't have experience with 2007 Mac, but with the newer machines and Snow Leopard, you can use any newer version OS X installer
    Actually, if the newer OS was purchased at the app store, then its license is tied to the Apple ID it was purchased with and the license is not transferable, meaning they are running a pirated copy. That also means that the seller is obligated to erase the disk and reinstall the original OS.
    The buyer of such a Mac will never be able to reinstall unless they purchase their own license as Apple's servers will check the machine/Apple ID; in order to do that, they would need Snow Leopard in order to wipe the drive, install SL, and then purchase the newer OS using their own Apple ID.

  • Error While creating a regular item without any demo data.

    Hi All,
    In RMS13.1.1, during creation of an item without any demo data, and entering all the required inputs on the item master & itemsupp form. When we click on “Retail by Zone” the following error message got displayed “Exchange rates does not exist” on the Item Retail Price by Zone window form.
    Thanks,
    Sushanth.D
    Edited by: user10680684 on Jul 13, 2010 2:51 AM

    What you can do is open the Form's fmb code in Forms Developer IDE, or switch on session level or database level SQL_TRACE to see the SQL statements that the Form is firing to the database. (Find the tracefile in the udump folder). Replaying the SQL statements from the SQL trace file in e.g. SQL*Developer may lead to a cursor or block that e.g. does not return any rows. You may need to replace bind variables' placeholders (:a1 etc.) found in the trace file with the relevant business values for your items, zones, etc.
    Good luck and let us know how you progress,
    Erik Ykema

  • How to Close A/P Invoice in SAP B1 9.0 using SDK without creating an outgoing payment

    Hi Team;
    I have an issue about of how to close an A\P invoice that has two different tax definitions because I have recorded in a sap Business One A\P Invoice that Have Withholding tax (3%) and have Value Added Tax (18%) at once but when doing Payment of those invoices I did it separately without linking A\P  invoice with payment so that I can do a journal entry that credit the VAT Account and debit the Supplier to record that VAT while doing reconciliation I get I message ‘’ Use the same payment category withholding tax code for all transactions during reconciliation  [Message 3821-32]”” I need your help if there is a way that I can close (Changing the status of those invoices because they still open ) invoices without doing A reversal Transaction that affect the accounting  report in SDK.
    Please anyone can help me.

    Hi pallavi p,
    That's good but as I said above when I add the reference of UI API Version 9.0 in the project which has the system form or user form of sap b1 it exactly gives errors in menu.vb of the project.
    So let me give you the way you can try.
    1. Open new project/ visual basic/ sap business one/ sap business one add-on project. and save it any where
    2. Right click on your project
    3. Add new item
    4. Sap Business One
    5. System form (Employee master data) or user form
    6. Add
    And then if your form is opened
    7. Go to add the reference of UI API Version 9.0
    8. Check errors found in menu.vb (or in OutPut)
    So if it's possible try to solve that problem.
    Please anyone can help me.

  • Can I create an iOS app using proscenium or any Stage 3D library ?

    I use Alternativa 3D, I change the render mode to "Direct" and add the line <depthAndStencil>true</depthAndStencil> in the definition app XML file
    debugging get:
    #3702: Context3D not available
    I am using Flash Professional CS6
    What is wrong?

    I do not have Flash CS6 (too many bug reports) but I use it perfectly fine in CS5.5.
    What your error means is basically the libraries are not the latest and what it's trying to export to is a lower version than is supported. It runs on Desktop because you've updated your desktops AIR to 3.2 and have flash player 11.0 or better. For AIR for iOS, you need to make absolutely sure it is packaging with AIR 3.2 or higher. Flash CS6 might be targeting something below AIR 3.2.
    Here are instructions for overlaying the latest version of AIR on Flash. This should give you an idea of what to check in your version of Flash. Go through the list item by item and check the files in the locations that are mentioned and make sure the versions are at least the same.
    http://helpx.adobe.com/x-productkb/multi/overlay-air-sdk-flash-professional.html
    If you jump ahead to step 4 you should be seeing in those files a version="15". You should also see in step 6 that the namespace AIR is pointing to is at least 3.2. If either are lower you may need to update your version of AIR, and there are the instructions to do so. Although the AIR folder will probably not be named AIR2.6 of course. But the instructions should be similar.

  • How to create report from SDK without clicking through ther Query manager ?

    Hello,
      I need to create an on-screen report with selection criteria. (Something similar to Reports/Inventory/Items list)
    I could create a query and save it but
    - how to start the query by SDK then - without clicking through the Query manager ?
    - how to pass the selection criteria to the query ?
    Please suggest me ?
    Regards,

    As the helpcenter(2005 helpcenter) has missed this bit of documentation (on UserQueries) could someone please provide an example of using this object
    thanks
    Message was edited by: George Savery
    hmm I thought it had timed out .... Woops

  • Using GB without any Audio (FW) interphase!

    was away from GB >year doing photography. my apologizes!
    excitedly way back then I bought the Firebox and realized i needed monitors to come out of the FIREEBOX ( bought M AUDIO Studiophiles ) etc etc etc etc..
    now i loved GB and so i gave up all my 80's and 90's synthesizers cos i wanted to minimalize my music to JUST using computer and software driven paraphernalia. Ive done very good stuff on GB by itself.
    i realize i will need my elec guitar and a potential USB microphone but frown upon the Audio interface and the extra stuff i dont want.
    NOW.......
    With this USB samson mic and the StealthPlug for an electronic guitar cant i do everything with GB without using the FIREBOX or for that matter any Audio interfase and just use my QUAD and its excellent sounding Roland M8's?
    Cant i exclusively use the Quad Mac/ GB and these USB plug in mic and guitar plug and not use an audio interfase?
    the other question is as important... ( veterans please chime in)
    will i be able to monitor my singing via this Samson usb mic as the GB song plays with effects playing on the vocal track or for that matter can i sing with the effects live as the song records?
    My headphones ( plugged in the front of the G5 )will they be listening to the song live as im recording with the effects?
    the older you get in my opinion more is less.....
    thanks
    alot

    Cant i exclusively use the Quad Mac/ GB and these USB
    plug in mic and guitar plug and not use an audio
    interfase?
    Should work: see http://www.macintouch.com/samsonc01u.html#software
    for comments about the interaction between the software for the Samson and the Mac
    will i be able to monitor my singing via this Samson
    usb mic as the GB song plays with effects playing on
    the vocal track or for that matter can i sing with
    the effects live as the song records?
    y headphones ( plugged in the front of the G5 )will
    they be listening to the song live as im recording
    with the effects?
    Basically, yes, however you might have latency (delay) issues with the Samson (in other words hear your voice coming back with a delay, which is very confusing): see
    http://www.macintouch.com/samsonc01u.html#perf
    This appears to be a GB issue rather than with the mic.

  • How to create a flat file without any xml tags in PI 7.0

    Hi
    I would like to take the content of the tiff-tag and map it to a file, which content is the value of the tiff-tag. How do I do that?
    source:
    <sourcexml>
       <tiff>dhlflfhlfhjhfjhfakjhfkjhfkjhfahflkhflahfalhfalhfldhflkahflak</tiff>
    </sourcexml>
    resulting content of file:
    "dhlflfhlfhjhfjhfakjhfkjhfkjhfahflkhflahfalhfalhfldhflkahflak"
    The point is, the the resulting file should not contain any xml tags but only the plain value of the tiff tag in the source document.
    Do I need to specify something in the receiver file adapter?
    tiff is an image format.
    BR
    Mikael

    Hi
    after the mapping and thus as input to the File receiver  CC the message looks like this:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:blob xmlns:ns0="http://dongenergy.dk/pi/zztest/milun">
      <indhold>tiffog dadada</indhold>
      </ns0:blob>
    Recordset Structure is set to "indhold,1"
    and the "lines" are
    indhold.addHeaderLine  = 0
    indhold.fieldSeparator = 'nl'
    A file is created but it is empty.
    Mikael

  • Can't use java on any programs

    so im trying to use a program that needs java, and it does start but you can't do anything or shuts down the mac hangs and it stops responding. aagggghhh

    Hi ...
    Installing this update may help >  Java for OS X Lion Update 1
    Restart your Mac after the update is installed.

Maybe you are looking for

  • Sending material back to production line

    Hi all, Can I send a material back to production line once the GR is done after production,UD is taken(inspection type 04 active) and the material is now in unrestricted stock.

  • Wifi password

    I am trying to connect my Ipad to my home wifi.  I cannot find the password that I need - where do I find my password.  I have a Netgear N150, WNR 1000.  The Apple store has helped with the initial set up but until I can connect with the internet - I

  • Premiere Elements 11 Adding A Red Tint

    Premiere Elements 11 is adding a red tint to my video. It is fine before I put the file in elements and on the time line. It is only when I render and save it that the tint appears. I save in MPEG and use the HD 720p 30 preset. I have included some s

  • HT4623 iphone 4 stuck in the middle of software update when i typed in the wrong wifi sign up name

    dont know if an iphone 4 or 4S Downloading new software update (ios) but is now stuck in joining a wifi (i put in wrong name?)  i dont have wifi. how do i turn off, reset, so i can use phone

  • How can I unload v4.0 and re-install v3.6 so that RealPlayer will work.

    RealPlayerSPplus worked well with Firefox 3.6 but does not work with v4.o. The people at RealPlayer say that the video download feature of RealPlayer is incompatible with v4.0. I would like to go back to Firefox v3.6. How can I do this. (The people a