How will u create BAPI

Hello SAP guys,
I had interview.
I was asked these questions.
1) how do u create BAPI....
2) how u handle upgrade issues...
Let me know the answers.
thanks.
Regards,
Naveen.

Hi,
It is like how you created ZBAPI_ORDER_STATUS_IMPORT..
Go to SE11.
Choose data type, give the structure name and press create..
Choose structure..
And then give the components mentioned in the link..
Please remember to award points for helpful answers..
Thanks,
Naren

Similar Messages

  • How will i create physical directory in oracle pl/sql using java

    how will i create physical directory in oracle pl/sql using java

    This is, I suspect, related to Re: how will i overcome from this error java.io.IOException. Quite why you felt the need to have two partial threads instead of one thread with a complete set of information is beyond me. Perhaps this muddled thinking is indicative....
    Anyway, if I was looking to do this particular task in Java I would look to using the specific command File.mkdir() rather than trying to use a generic exec approach.
    Cheers, APC

  • How to execute create BAPI Wrapper

    Hi Samantha!<br>
    <br>
    I can't provide a link to a blog or something similar. But in my experience, you can try the following:<br><br>
    - create an instance of the DO which is related to the create BAPI
    coding:<br>
    <yourModel> model = (<yourModel>)OcaRoot.getInstance().getModel(<yourModel>.class)<br>
    <yourDO>ETop header = model.create<yourDO>ETop();<br>
    <set the attributes for the DO header><br>
    <yourDO>T010 item = header.create<yourDO>T010s();<br>
    <set the attributes for the DO children>
    header.addToT010s(item);<br>
    OcaRoot.getInstance().commit();<br><br>
    - sync the application with DOE<br><br>
    - check if created instance is now in backend table<br>
    <br>
    I hope that this is understandable and helps you.<br>
    <br>
    Best regards,<br>
    <br>
    Christoph

    Hi,
    Creating is not working. Besides, I now get the following error when other BAPI wrappers are executed:
    Caused by: com.sap.dbtech.jdbc.exceptions.ObjectIsClosedException: SAP DBTech JDBC: Object is closed.
         at com.sap.dbtech.jdbc.ResultSetSapDB.assertNotClosed(ResultSetSapDB.java:2764)
         at com.sap.dbtech.jdbc.ResultSetSapDB.next(ResultSetSapDB.java:374)
         at com.sap.dbtech.jdbc.trace.ResultSet.next(ResultSet.java:919)
         at com.sap.tc.mobile.cfs.pers.jdbc.core.JDBCObjectIterator.hasNext(JDBCObjectIterator.java:144)
    I have looked for the reason for this error. I really do not understand why now close method is called before finishing the execution.
    Any idea?
    Thanks in advance,
    Samantha.

  • How will you assign Run time variables in Management Cockpit

    Hello Gentlemen,
       Can Someone tell me the how will you create runtime variables in the management cockpit. Does BW Variables any where related to this. I tried creating and use them it is not displaying anything in the cockpit presentation. It is literally blank without any bars in the graph
    Thanks
    Dev

    Hi Sindhu: Are you using the Informatica Cloud Mapping Designer? Currently the Mapping Designer does not support embedding parameters within expressions, it only supports parameterizing entire expressions.
     Cheers,Josh

  • How Do i create a list that will show in a dropdown box with the list being pulled from another tab and not the cell data format junk?

    How Do i create a list that will show in a dropdown box with the list being pulled from another tab and not the cell data format junk?
    I currently run OS X 10.10.1
    Now i have been trying to work on this for a while now and what i want to do should be simple but its apparently not.
    Here is an example of what i want to happen.
    I will have 2 tabs: Contact | Sales
    Now Contacts will have the list of names and various information about a customer, While Sales will have one drop-down box for each Cell Row that will show the names of the person in tab contacts
    for what i am wanting to do i cant use the data format pop-up menu because the list is edited everyday several times a day.
    Now how do i do this, Excel can do this so how can numbers do it?

    Hi Shegra,
    Paste this into a applescript editor window and run it from there. In the script you may need to adjust the four properties to agree with your spreadsheet. Let me know if you have any questions.
    quinn
    Script starts:
    -- This script converts column A in one table into an alphabetized list of popups. It copies the last cell in that column. Then reverts the column to text. It then refreshes popups in column A of a data table starting with a user defined row.
    property DataEntrySheet : "Sheet 1" --name of sheet with popups to be refreshed
    property DataEntryTable : "Sales" --name of table with popups to be refreshed
    set copyRange to {}
    property PopValueSheet : "Sheet 1" --name of sheet with popup values table
    property PopValueTable : "Contacts" --name of table with popup values
    set PopStartRow to {}
    tell application "Numbers"
      set d to front document
      set ps to d's sheet PopValueSheet
      set pt to ps's table PopValueTable
      set s to d's sheet DataEntrySheet
      set t to s's table DataEntryTable
      set tf to t's filtered --this records filter setting on data Entry Table
      display dialog "Start from row #..." default answer "" with icon 1 -- with icon file "Path:to:my.icon.icns" --a Week # row
      set PopStartRow to {text returned of result}
      tell pt --convert list to alphabetized popups
      set ptRows to count rows
      set copyRange to ("A2:" & name of cell ptRows of column "A")
      set selection range to range copyRange
      set selection range's format to text
      sort by column 1 direction ascending
      set selection range's format to pop up menu
      -- popupsmade
      set selection range to cell ptRows of column 1 of pt
      set v to value of cell ptRows of pt
      end tell
      activate application "Numbers"
      tell application "System Events" to keystroke "c" using command down
      tell pt
      set selection range to range copyRange
      set selection range's format to text
      end tell
      tell t
      set filtered to false
      set tRows to count rows
      set pasteRange to ((name of cell PopStartRow of column "A") & ":" & (name of cell tRows of column "A"))
      set selection range to range pasteRange
      tell application "System Events" to keystroke "v" using command down
      set filtered to tf
      end tell
    end tell

  • How can I create a form for users wherein the text field will expand to accommodate additional text?

    How can I create a form for users wherein the text field will expand to accommodate additional text?

    You need to use LiveCycle (PC Only) to create a dynamic form like that.
    The best you can do with Acrobat to view all of the text in a field is to set the field to multiline, and set the size to "Auto" (If you don't set the size to 'Auto', you can enter as much text as you wish, but the user will need to use the scrollbar to view all of the text.)

  • How do I create a formula in Numbers that will only sum a set number of entries?

    I'm trying to create a spreadsheet that will keep track of my expenses. In Table 1, I have only the totals for each spending category. All the other tables represent each of the spending categories, which contain all the transaction entries. In Table 1, I created a drop down menu with the following five options:
    Last 30 Days
    Last 365 Days
    This Month
    Last Month
    All Time
    The numerical entries in Table 1 correspond exactly to the entries of the respective footer rows. At the moment, the sum in each of the footer rows adds up all the transaction entries, but I want to be able to add up only the entries that satisfy the selected drop-down menu option.
    So how can I create a conditional formula in each of the footer rows that will allow me to do this?

    Hi tsp,
    compare each date entry with today's date
    The TODAY function will automatically update as your time zone crosses midnight.
    Here is a single-cell table to use as a reference (or you could place this somewhere in a larger table)
    =TODAY()
    Calculating days until a task must be done
    C2 (and Fill Down)
    =DATEDIF(Today::A$1,B2,"D")
    But only if your dog can wait 3 days for a walk .
    Regards,
    Ian.

  • How can I create an icon that when clicked will open and maximize an image file?

    How do I create a icon that when clicked will open and maximize an image file?  I have tried to use the simple image widget with maximize upon tap/click - however I am can only size the image really small and put on the page.  I'd prefer to have a graphic that when clicked it simply opens up the image.  This is for a very simple question/answer book.   The user is suppose to look at a picture and locate something.  I want to put an 'Answer' graphic on the image and then the user can click the 'answer' graphic and it will open up the picture with the answer identified. 
    Is this possible?

    Have yiu tried the PopOver widget?  You can drop an image into it, maximise the image and the widgets window...But, you cannot get it full screen.
    With iBooks Author, you either learn to use what is available within the app, or look online for third party widgets to purchase which suit your project.

  • How do I create a LINK to BOOKMARKS which will open FireFox like favorites and IE ?

    Click on a 'link' in FAVORITES and the default browser will open and present the web page for the link!
    HOW do I CREATE a 'BOOKMARKS' that will display my FireFox links that will open the default browser ((FireFox)) and present the web page for the link?????

    Firefox can export your bookmarks as a web page when you exit the browser, and you can set a specific location for that, so in theory you could have a shortcut to a reasonably up-to-date version of the file. I don't know whether it can be pinned to the Windows 8 start screen, but a shortcut on the traditional desktop interface should allow this regular swapping of the target file (or you could simply save it to the desktop directly).
    To set this up, you need to do a little work in the about:config preferences editor. Note: this is based on [https://support.mozilla.org/questions/967389#answer-465903 cor-el's post here], and I haven't tried it myself yet.
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the search box above the list, type or paste '''book''' and pause while the list is filtered
    (3) Double-click the '''browser.bookmarks.autoExportHTML''' preference to switch it from false to true.
    When Firefox exits, your bookmarks should be exported to a web page named bookmarks.html in your currently active Firefox settings folder (profile folder). To change the location and/or file name:
    (4) Select and copy the following preference name:
    '''browser.bookmarks.file'''
    Next, right-click any existing preference and choose New > String
    Paste browser.bookmarks.file as the name and then Firefox will prompt you for the location. You can put anything temporarily, then come back and double-click to edit and paste in the desired full location and file name such as:
    C:\Users\''username''\Desktop\mybookmarks.html
    (Your ''username'' obviously will be different than mine...)

  • In DPS/Indesign for iPad - How can i create a button that once tapped, will pre-populate an email?

    In DPS/Indesign for iPad - How can i create a button that once tapped, will pre-populate an email? like when you tap a recipe in Marth Stewart Every Day Food for example....

    http://forums.adobe.com/message/4190932

  • Does anyone know how I can create a text field in a pdf document that will multiply a total in another box?

    does anyone know how I can create a text field in a pdf document that will multiply a total in another box? I’m making an interactive pdf for an order form (attached), and I need to find a way for the “total quantity” number to multiply by 9 and total in the “Amount Due” box.

    Hey Gary,
    Have a look at this post: Re: horizontal scrolling similar to excel
    Andy's reply will show you how to make a table scroll horizontally, but it will be tough to accomplish it in some sort of easily replicable way. I am working on a JQuery extension that will help accomplish this, but I have had my time invested in another project at the moment.
    Good Luck,
    Tyson

  • How to pass table values in Create Bapi Wrapper

    Hi All,
           Am using create BAPI  Wrapper in that how to map the fields inside BAPI  Import Structure .
    Thanks&Regrads,
    Arun

    Hi,
    Am using standard RFC " QIBP_INSPCHAR_SETRESULT "  for creating result recording in SAP QM. And BAPI_INSPOPER_GETDETAIL for getdetail i want to create BAPI wrapper for these 2 i already created BAPI wrapper for get detail . I dont know how to create Create BAPI wrapper.
    In QIBP_INSPCHAR_SETRESULT am passing inupt
    INSPLOT      LIKE         QALS-PRUEFLOS
    INSPOPER     LIKE     QAPO-VORNR
    INSPCHAR     LIKE     QAMV-MERKNR
    INSPSAMPLE     LIKE     QASV-PROBENR
    CHAR_RESULT     LIKE     BAPI2045D2           
    so i want to know how i can pass    1 . CHAR_RESULT structrue values
                                                               2.  INSPLOT,INSPOPER,INSPCHAR again repting inside CHAR_RESULT so how to map these
                                                                    in SDOE_WB
    Pls explain how to create BAPI Wrapper for this and how to map details.

  • How can i create slaes order using BAPI

    hi all,
    i didnt work on BAPIS .how can i create sales order using BAPI here i should pass Z values.
    Moderator message : FAQ, search for available information. Thread locked.
    Edited by: Vinod Kumar on Sep 13, 2011 12:22 PM

    Hi!
    There are a lot of answered threads regarding your question. Try searching first. Below is a sample link.
    BAPI_SALESORDER_CREATEFROMDAT2
    Regards,
    Steph
    Edited by: stephquion on Sep 13, 2011 8:25 AM

  • How do I create a timesheet on numbers that will give me a weekly total as well as an hourly total?

    I am currently enrolled in an internship, and I need to sumbit an timesheet every week, as well as one at the end of my internship showing the overall hours that I worked. How do I create a Time sheet that will show my start time, end time, total hours for the day, total hours for the week, and total overall hours. If possible can someone please show me step by step how to do this or give me a template I can go off of.

    Hi j,
    Take a look at the Employee Schedule template in the business section of the Template Chooser.
    With a few modifications, it should do what you need.
    Start by renaming the main table to reflect the new focus—you—then replace the names in row 1 with the Sunday dates of the weeks being recorded. Each column will then report your total house for one week (in row 25). You can use SUM() to total these in a separate cell or on a separate tabel.
    One caution:
    The values in the pop-up menus, like those in all cells showing either Date or Time values contain both a Date part and a Time part. Where only the Time part has been entered, the Date part is the Date on which the entry was created. For the pop-ups on this table, that was July 15, 2008, so the full value in cell C7 (John's first "In" time) is July 15, 2008 08:00:00. That full value is what's used in the calculation in C9.
    If you edit the pop-up menu lists, there are two things to be aware of:
    The "blank" item in the menus enters an empty string into its cell, not a true blank. You, as a user, cannot create an 'empty string' item in a popup menu. The closest you can come is an entry with a single space. If you edit the "blank" item, you will also need to edit the formulas in the hours rows to detect a space ( " " ) rather than an empty string ( "" ).
    If you add or change any 'time' items in the pop-ups, the new (or changed) items will contain 'today's' date as part of the value. To avoid unexpected results from calculations, you'll need to edit ALL or the 'time' items if you choose to edit or add one.
    Take a look at the template, then bring back any questions that arise.
    Regards,
    Barry

  • How to create Bapis step by step

    Hi.
    Can u tell me how to create Bapi step by step with a sample program..

    Copy-paste from http://www.sap-img.com/abap/bapi-step-by-step-guidance.htm
    has been reported to SCN Moderators, along with all those who are providing links.
    pk

Maybe you are looking for

  • Download .jnlp file when first time

    Hi Everybody, I am new bee for java web start. We are having swing application which we want to distribute through Java Web Start. Client can run application through provided web link. we also want to download .jnlp file to the client machine when us

  • 10.2.0.5 patch set

    Hi Guys, Is there 10.2.0.5 patchset for HP-UX PA RISC 64 bits? I can only find the patchset for HP Itanium 64 bits. Please advise. Else kindly advise what is the latest patchset for 10g on HP-UX PA RISC 64 Bits? thanks ton!

  • Open in read / set save path

    Hello, I would like to open an image in read only mode and then set the save path to save to a different directory, without actually saving the document. The former i can manage. When the user selects save I wish the save directory to be different fr

  • Javax.mail attachment not correctly encoded

    Hi, I have developed an online auction system which, has a function to generate invoices using the iText libraries. The invoices are stored as a ByteArray in a database and are mailed to the customer. This works find when running the application with

  • DateRestrictionValidator Problems

    Hi , I am constructing a table containing 3 columns.. Height ,, wieght and Time Mesaured. For Height and Weight i am adding DoubleRangeValidators which work fine when i submit the form.. But the Time Measured column for which i have used a DateRestri