How XI is better than BAPI method

Dear all,
How XI technology is better than BAPI method, with the help of BAPI we can connect Non SAP system with SAP then why XI is better and in what respect.
Thanks,
RP

> Hi,
> Can you connect BAPI with some DB system without XI?
>
> Cheers,
> Jag
Of course you can.
Just develop a Java/.NET application that will call RFCs through JCo/.NET Connector and DB's through any driver you want.
Regards,
Henrique.

Similar Messages

  • Overriding doPost() better than service() method

    why overriding doPost() or doGet() is better than service() method
    in servlets
    thanx

    One reason is to help break your code up into more manageable pieces. For example, let's say you have a page that displays a list of Employees when called via GET, but also includes a FORM that lets you delete employees based on checkboxes included on the form with a SUBMIT button. If you use the doService, you'll probably have to do something like this:
    doService(request, response) {
      if (request.getMethod().equals("get")) {
        // handle GET logic
      else {
        //  handle POST logic
    }However, if you have two separate methods, it makes the logic a little simpler. For example:
    doGet(request, response) {
      // handle GET logic
    doPost(request, response) {
      // handle POST logic
    }The distinction is fairly minor, but I do think the code is cleaner without having to check for gets and posts. With that said, I have plenty of servlets that use the doService() method because there is no distinction in those servlets between the doGet() and doPost() functionality.
    Michael

  • How to create material using BAPI  Methods?

    hi,
    how to create material master dat using BAPI?
    could u guide me
    i will be waiting for reply.
    REGARDS
    ESWAR.

    Hi eswar,
    Try this code to create gods mmovement...
    DATA: GOODSMVT_HEADER LIKE BAPI2017_GM_HEAD_01,
          " Material Document Header Data
          GOODSMVT_CODE LIKE BAPI2017_GM_CODE,
          " Assign code to transaction for BAPI goods movement
          MATERIALDOCUMENT LIKE BAPI2017_GM_HEAD_RET-MAT_DOC,
          " Number of Material Document
          GOODSMVT_ITEM LIKE BAPI2017_GM_ITEM_CREATE OCCURS 0 WITH HEADER
          LINE,
          " Create Material Document Item
          RETURN LIKE BAPIRET2 OCCURS 0 WITH HEADER LINE
          " Return table for messages
    *Fill values in header
    GOODSMVT_HEADER-PSTNG_DATE = '20030825'.
    GOODSMVT_HEADER-DOC_DATE = '20030802'.
    *Fill GOODSMVT_CODE
    GOODSMVT_CODE-GM_CODE = '05' .
    *Fill Item Table
    GOODSMVT_ITEM-MATERIAL = '100-100'.
    GOODSMVT_ITEM-PLANT = '1000'.
    GOODSMVT_ITEM-STGE_LOC = '0001'.
    GOODSMVT_ITEM-MOVE_TYPE = '501'.
    GOODSMVT_ITEM-ENTRY_QNT = '50'.
    GOODSMVT_ITEM-ITEM_TEXT = 'Test Sanket'.
    *GOODSMVT_ITEM-COSTCENTER = '1000'.
    APPEND GOODSMVT_ITEM.
    *Create Good's movement
    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
      EXPORTING
        GOODSMVT_HEADER  = GOODSMVT_HEADER
        GOODSMVT_CODE    = GOODSMVT_CODE
      IMPORTING
        MATERIALDOCUMENT = MATERIALDOCUMENT
      TABLES
        GOODSMVT_ITEM    = GOODSMVT_ITEM
        RETURN           = RETURN.
    *Commit BAPI
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
      EXPORTING
        WAIT = 'X'.
    *Display Goods movement number
    FORMAT COLOR 6 INVERSE ON.
    READ TABLE RETURN WITH KEY TYPE = 'E'.
    IF SY-SUBRC = 0.
      WRITE: /,'ERROR! Goods movement not created'.
    ELSE.
      WRITE: /,'Goods movent number',MATERIALDOCUMENT COLOR 5,
               'posted for material',GOODSMVT_ITEM-MATERIAL.
    ENDIF.
    FORMAT COLOR OFF INVERSE OFF.
    try this on report program and create a goods movement.
    Sanket.

  • How is Curve better than Bold?

    Hi! I have a Bold 9000. I heard the Curve is lighter than the Bold (why?), but as far as I know, they are otherwise extremely similar. What are the differences and pros/cons of each, and why do they make both?
    Thanks!
    Justin Dutoit

    Assuming you mean the 8900 Curve since you posted in this section...
    The Bold has 3G, for one thing.
    the 8900 has double the memory, and better camera.
    both have Wifi.
    compare them side-by-side here:
    http://na.blackberry.com/eng/devices/compare/product-attr-compare.jsp?products=946&products=1528
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to get better than 5.2MB/s transfer rate from USB 2.0 on Mac Mini

    G'day,
    I've got a circa 2007 Mac Mini with 1GB of RAM, running Snow Leopard. Connected to this is a USB 2.0 500GB Seagate Freeagent drive from circa 2008. As far as I know, the USB disk is free of errors.
    I am trying to use dd with a block size of 1MB to transfer a 250GB file from an Ethernet mounted Time Capsule drive to the USB disk on /dev/disk1.
    A dd from the Time Capsule to the /dev/null gives me a transfer rate of ~35-40MB/s. However, when the target is /dev/disk1, the transfer rate is only around 5MB/s. I checked the system profiler and disk1 is connected to the USB High Speed Bus.
    Any clues on how to improve USB 2.0 transfer performance?

    Fragmentation is unlikely to be an issue since I was trying to write to the raw block device with dd which is as close to a pure sequential write scenario as one is likely to encounter (e.g. no small block, random access involved)
    From a Linux host, I was able to dd to a file on the disk's file system at 20MB/s.
    I'll run some other tests with another disk to see whether the issue is peculiar to the disk or to the Mac's USB subsystem.

  • How is iMac better than mac mini ??????

    Is there a iMac 2014  ?? how to identify ??? is it netter to buy iMac desk top as oppose to Mac Mini ????? what is a good dvd player to buy if I buy iMac desktop

    Go to http://www.apple.com/mac/compare/
    It will should you a comparison of the iMac to Mac Mini
    For a good source of an optical drive for Mac go to http://eshop.macsales.com/shop/firewire/optical-drives/

  • How is mail better than Gmail??

    Hello,
    I have been using web-based gmail for a long time now and really love it. For those of you that use Mail to access your gmail account, what do you like better about Mail???
    Just wanted to get some opinions before really thinking about switching...
    Thanks.

    Something funny happened to me today. I setup Mail to POP my gmail account. It downloaded about 1.5 gigs of mail off there and during that time I was still using web access just fine. Then after a few hours I get an "unusual usage: lockdown in sector 4" message!!
    Our system indicates unusual usage of your account. In order to protect Gmail users from potentially harmful use of Gmail, this account has been disabled for up to 24 hours.
    If you are using any third party software that interacts with your Gmail account, please disable it or adjust it so that its use complies with the Gmail Terms of Use. If you feel that you have been using your Gmail account according to the Terms of Use or otherwise normally, please contact us using this form to report this problem.
    Has anyone seen this?!?!

  • How is SAP MDM better than other tools?

    Hi- I want to know how is SAP MDM better than other tools? Thx

    Wrong Place to post this question.
    We may better tell how BI is better than other tools.

  • How can we say if Join better than using Sub Queries ??

    Hi all,
    I am trying to understand the rationale behind "Is _Inner Join_ better than using _Sub Query_ ?" for this scenario ...
    I have these tables --
    Table1 { *t1_Col_1* (PrimaryKey), t1_Col_2, t1_Col_3, t1_Col_4 }
    -- Number of rows = ~4Million , t1_Col_3 has say 60% entries non-zero -----> (Condition 4)
    Table2 { *t2_Col_1* (PK), t2_Col_2, t2_Col_3 }
    -- Number of rows = ~150Million, t2_Col_2 maps to t1_Col_1 -----> (Condition 1). This means for every distinct value of t1_Col_1 (its PK) we'll have multiple rows in Table2.
    Table3 { *t3_Col_1* (PK), t3_Col_2, t3_Col_3 }
    -- Number of rows = ~50K, t3_Col_1 maps to t1_Col_2 -----> (Condition 2)
    Table4 { *t4_Col_1* (PK), t4_Col_2, t4_Col_3 }
    -- Number of rows = ~1K, t4_Col_2 maps to t3_Col_2 -----> (Condition 3)
    Now here are the 2 queries: -
    Query using direct join --
    SELECT t1_Col_1, t2_Col_1, t3_Col_1, t4_Col_2
    FROM Table1, Table2, Table3, Table4
    WHERE t1_Col_1=t2_Col_2 -- Condition 1
    AND t1_Col_2=t3_Col_1 -- Condition 2
    AND t3_Col_2=t4_Col_1 -- Condition 3
    AND t1_Col_3 != 0
    Query using SubQuery --
    SELECT t1_Col_1, t2_Col_1, t3_Col_1, t4_Col_2
    FROM Table2,
    (SELECT t1_Col_1, t3_Col_1, t4_Col_2
    FROM Table1,Table3, Table4
    WHERE
    AND t1_Col_2=t3_Col_1 -- Condition 2
    AND t3_Col_2=t4_Col_1 -- Condition 3
    AND t1_Col_3!= 0
    WHERE t1_Col_1=t2_Col_2 -- Condition 1
    Now the golden question is - How can I document with evidence that Type-1 is better than Type-2 or the other way ? I think the 3 things in comparison are: -
    - Number of rows accessed (Type-1 better ?)
    - Memory/Bytes used (Again Type-1 better ?)
    - Cost ( ?? )
    (PS - testing on both MySQL, Oracle10g)
    Thanks,
    A

    So, is it right to conclude that Optimizer uses the optimal path and then processes the query resulting in nearly the same query execution time ?If the optimizer transforms two queries so that they end up the same, then they will run in the same time. Of course, sometimes it cannot do so because of the the way the data is defined (nulls are often a factor; constraints can help it) or the way the query is written, and sometimes it misses a possible optimization due to inaccurate statistics or other information not available to it, or limitations of the optimizer itself.
    Is this the right place to ask for MySQL optimization ?Probably not.

  • In LSMW how to include customer fields in BAPI method ?

    Hi all,
    We have a requirement to use BAPI method in LSMW. We have some custom fields defined needs to be handled in BAPI structures.Please tell me how to handle BAPI extension structures(EXTENSIONIN/OUT) in LSMW.

    Hi Venugopal,
    You can use the sold to party field fiield for your requirement.
    Press f4, you will get a pop up to select customer depending on various selection criteria including customer name.
    If can enter the customer name, which will sort out the sold to party number whihc you can use.
    If this is not wat is required you have to copy the transaction and create a new Zreport.
    Hope this helps you.
    Thanks
    Arun

  • How to add Text fields while doing SO through LSMW-BAPI method

    Hi Friends,
    I am doing Sales Order data migration using LSMW-BAPI method. The BAPI that i'm using is SALESORDER_CREATEFROMDAT2
    I am able to handle all the fields except for the text fields such "Material sales text"  in the Item info and "Layoout Set Header Text" in the Header.
    Please do help me in solving my problem in whatever possible way you can.
    I am waiting for your reply.
    Thanks in advance,
    ur friend

    Dear Gaurav Anand,
    Thanks a lot.
    Can you please be a more descriptive.
    I am unable to handle the E1BPSDTEXT structure.
    When I am giving the Text field, and the corresponding TEXT_ID , It is showing an error that the address is not handled properly.
    Please explain me how to handle this error.
    Once again Thanks in advance.
    Warm regards,
    Your friend

  • While updating iphone, itune gave me error of 1015 which tells that my iphone is much better than from which that i am updating. But now my iphone is still in restoring mode how i can resolve this problem.please tell me

    while updating iphone, itune gave me error of 1015 which tells that my iphone is much better than from which that i am updating. But now my iphone is still in restoring mode how i can resolve this problem.please tell me

    I just had the same problem with my iphone, only thing i could do was completely restore factory settings, lost a bunch of pics and contacts in the process... hope you have better luck than me

  • Nokia 5610 Firmare 6.60, how far better than Firmw...

    I know that Nokia takes its own sweet time to release firmware for any of their given phone models, typically 6 months or more.
    Considering the release time and the problems of restoring older firmware, how far the firmware v 06.60 is better than 4.81?
    Are the common problems like the one mentioned below, are solved? : -
    1. Phone restarting
    2. Jitter playback of video files of 30 fps. REMEMBER, the phone is incapable of playing video files smoothly, which are of 30 fps!
    3. Phone hanging
    Overall, what does firmware version v 06.60 offer? What good it does to the phone? If not good, What bad it does to the phone
    Is it recommended to existing phone owners to upgrade their phone firmware from 4.xx to 6.60?

    I didn't feel anything better or worse in v6.60.
    The major issue, hanging while playing music is still persist.

  • How can i prove rac on linux is better than on windows ?

    Hi all,
    Is there any document or any thread on this forum which will help me prove that RAC on linux is better than on windows. Actually i did not recommend to my management windows os for RAC, now the management wants the reason why did not recommend windows. I want some sort of proof or any document to prove my point. Please help ......

    > now the management wants the reason why did not recommend windows
    Then give them reasons. TCO. In-house experience and skills with Linux. Official support from vendors like Sun for Linux on their servers. Linux being used as the core development platform for Oracle. Linux proven as a cluster-based operating system - it leads the supercomputer/cluster market by a significant percentage.
    According to www.top500.org (listing the 500 fastest/biggest computers clusters on this planet)*:
    Operating System Family Top500
    Linux 85.20 %
    Mixed 6.80 %
    Unix      6.00 %
    Windows 1.20 %
    BSD Based 0.40 %
    Mac OS 0.40 %
    * (In other words, if Linux is good enough to run 85% of the world's fastest computers, it is more than good enough to run your company's RAC)
    There are numerous sound reasons for choosing Linux over Windows. But do not make performance claims that you cannot ever hope to backup with technical evidence.

  • IMovie capture quality better than anything FCP can offer for consumer DV?

    As a newbie to FCP, I have not found Capture, sequence, and export settings that is equal to or better than what iMovie 08 can create. Prior to this, I've been using iMovie 08 which is extremely user friendly. Just plug in the fire wire connections and it auto detects only one setting for DV. I am not sure what format it captures in but it does a good job. When I export out of iMovie 08 I use "using Quicktime" and choose the Uncompressed 8-bit NTSC method. The result is a decent, non-interlaced looking .mov file.
    The first time I tried to capture with FCP I chose the easy setup, where I would capture in the NTSC DV, sequence would be NTSC DV and export using the current settings in quicktime. The result was an interlaced and lowered quality vid.
    I have also tried the following combinations with no success with quality comparisons w/ iMovie 08:
    capt: NTSC dv, seq: NTSC DV, progressive exp: Uncompressed 8-bit
    capt: Uncompressed 8-bit, seq: Uncompressed 8-Bit exp: Uncompressed 8-bit
    This last one came close, but still iMovie 08 was better.
    My assumption is that FCP would contain the settings to duplicate or even out perform iMovie's export quality for consumer video dv. I viewed iMovie as little brother and FCP as big brother. Shouldn't FCP produce equal to or better quality than iMovie 08? And what are the settings for this?
    Thanks

    Thank you for clearing up my confusion. How is my export from iMovie 08, using "Uncompressed 8-bit" coming out progressive (I see no interlaced, odd/even scan lines)? Is this export dropping lines/information? If so, uncompressed is not an appropriate name for the export.
    I understand what you are saying about "getting quality back" on export. My initial question was comparing the quality of an iMovie 08 export vs. FCP export and having the problem of a lowered output from the FCP export.
    If anyone has the time, would they try a short experiment:
    1. From your DV source, camera or deck connect to your computer
    Capture a short clip via iMovie 08 a short clip in standard 4:3.
    Export using Quicktime, Uncompressed 8-bit setting
    2. From your DV source, camera or deck, connect to your computer.
    Capture the same short clip to FCP using Easy set up for NTSC DV. Export with current settings.
    3. Compare the two.

Maybe you are looking for

  • How can I use the FM tuner in Windows Media Center?

    Hi everyone. New to the threads. Found this site while looking for answers to a problem I'm having. ?:| I received my Toshiba Satellite computer as a Christmas gift. I noticed it has a cool FM tuner feature. I also have been playing around with Windo

  • I get an error when running adobe downloader

    I am not able to run adobe downloader (in order to install a trial version of Photoshop Elements 13).  I'm running windows 7, have administrative privileges, have tried on both Firefox and Internet Explorer. The message:   Sorry an error has occurred

  • Import Data From Excel Into PDF

    I have made a PDF in Acrobat 9 that has form fields in it, such as Last Name, First Name, Social Security Number, Address, Birth Date, Email, etc.  I want to import data from an Excel Spreadsheet into these form fields.  I have Excel 2010 and created

  • Start up issue - Fuzzy grey screen & lines on blue screen

    Hi I have an issue where my Mac has recently had problems with starting up. I get the grey 'Apple' screen with lots of fuzzy lines. Sometimes it will progress to a login screen & sometimes will go to a plain blue screen with lines on it. It will alwa

  • Monitoring KM Documents

    Hi all, Are there any KM Reports which provides us details like 1. users who have accessed a particular folder and file , 2. The time of access 3. No of access 4. Last Modified etc., Or should we develop custom application for the same.. ? Can someon