BAPI_Salesorder_createfromdat2 - takes 5 to 8 seconds per record.

Dear all
I using a BAPI call to create sales order in bulk.  (Read from Excel file).
While executing it was taking longer time than expected.  For 1000 records it takes 6 to 8 min.. 
Upon debugging it is found that for each BAPI call - it takes 5 to 6 seconds per BAPI call to create sales order.
Any suggestions to improve this performance.
Yur inputs will be verymuch helpful..  Not able to seach any solutions so far ..
Regards,
Venkat

Hello Venkat,
not an easy task. First of all please check if the response time of BAPI degrades with time. Measure the execution time in the beginning of the package and at the end. If the runtime significantly increases, then you have to check how to clear the internal buffers from time to time.
If the BAPI always takes 6-8 seconds, you have to make a trace to determine what part of the functionality is taking the majority of time.
Please keep in mind that the runtime of the order creation depends on the number of positions. A creation of a sales order with 2 positions in 2 seconds I would consider still ok (1 seconds per header and 0,5 sec for each line item). If it is taking longer, then a trace (for example ST12 trace) should be made for further investigation. Sort the trace by gross time and look which function modules are taking a considerable amount of time.
Anyway, if you are filling the BAPI input parameters correctly, the problem will not be easy to resolve.
Regards,
  Yuri
P.S. You may also advise the customer to ask SAP for help

Similar Messages

  • PSE 8 Organizer take 60+ seconds per task

    Most everything I do in the PSE 8 Organizer seems to take 60+ seconds to complete.
    When I move a tag from one sub-category to another, 60+ seconds. 
    When I delete a picture from the catalog, 60+ seconds.
    When I add a new face tag in a photo, 60+ seconds.
    It doesn't seem to matter if I have 940 photos or 140 photos in the catalog.
    What is PSE looking for with each task it does?
    The only error indication I get is a 'dunk' sound when the Organizer starts up,
    (like the sound you get when you click on something you shouldn't click on),
    but no error dialog or warning shows up.
    Any ideas?
    Below is my system info.
    System Info for Lenovo T61 laptop with Intel Core 2 Duo 2.2 Ghz
    Elements Organizer 8.0.0.0
    Core Version: 8.0 (20090905.r.605812)
    Language Version: 8.0 (20090905.r.605812)
    Current Catalog:
    Catalog Name: HBIC
    Catalog Location: C:\Documents and Settings\Administrator\My Documents\Adobe\PSE 8 Catalogs\HBIC\
    Catalog Size: 818KB
    Catalog Cache Size: 4.8MB
    System:
    Operating System Name: XP
    Operating System Version: 5.1 Service Pack 3
    System Architecture: Intel CPU Family:6 Model:15 Stepping:10 with MMX, SSE Integer, SSE FP
    Built-in Memory: 2GB
    Free Memory: 1GB
    Important Drivers / Plug-ins / Libraries:
    Microsoft DirectX Version: 9.0
    Apple QuickTime Version: 7.64
    Adobe Reader Version: 9.1
    Adobe Acrobat Version: Not installed
    CD and DVD drives:
    D: (Optiarc DVD BUS: 1 ID: 1 Firmware: RW)
    Thanks.
    Keith Wetzel

    John, I have a total of seven people tags and thanks for the advice.  It's not a keyword tag issue.
    But, hallelujah, I have found the problem!  It's the 'Folder Location View'.  Stay out of it!  It turns a face tagging from a half second task to a 65 second task.  It appears that, when in the Folder Location View, after you complete a task like face tagging PSE will then go off and re-read (for 65 seconds) all your Windows folders and regenerate the folder view.  When you switch to the Thumbnail View and do the face tag then PSE comes right back immediately.  I was able to recreate this scenario several times.  Each task I did in Folder Location View took 65 seconds or more.  The same task in Thumbnail View takes half a second tops.

  • Databse of 1888 Byte Per Record with 259 Fixed Fields Stumped CR?!?

    My Database of  15 million records/rows at 1888 Byte Per Record with 259 Fixed Fields STUMPED CR?!
    Executive Summary :
    I have lots of data. There are 15 million of records in some of my database files. But I need to drill into the data and get counts for each field.
    I need to know how many times each data field (row) is populated in a database file. For example,  how many of my records have last name? how many have first name? date of birth? etc.  I need a simple report made using SAP "Crystal Reports 2011" Workstation type edition that SUMS each data  row into a single column output like csv.
    My database sizes can range from 1,000 to 18 million records that are in fixed field asci format with 1888 bytes and 256 rows per record!  The report  needs to SUM each data field or, in the case of a data field with a minimum of twelve tables, SUM each value of a table.
    My contracted CR programmer is an expert although she was new to data files this humongous. Can anyone here help us get CR to work on my data? Here was her conclusion, Crystal Reports Fail:
    My file is 14.1 gb  as well. However, when run through Crystal Reports, it
    only returns 2,274,876 records. Therefore, I am going to assume that there
    is a Record Limit for Text files of this. I searched through all the
    registry settings and there is nothing that appears to be limiting it. I
    went online for a while to see if there was any information on it, and just
    like when I used to work there, there was nothing concrete. Business Objects
    does not physically test this large of data retrieval, therefore they don't
    know the exact record limits.
    I'm not sure what to suggest, but I don't think Crystal Reports is going to
    work for you and I wouldn't have known that from the beginning without
    testing your data. I'm 99% sure there is a refund policy on the software, so
    you shouldn't have any issues returning it.
    Since I only specialize in Crystal Reports, I'm not sure what other software
    can handle this amount of data. Possibly Cognos, but you may want to find
    out from them or do some research.
    If your data were in a database that can run stored procedures (like SQL
    Server or Oracle) then you could write SQL to only return the counts. Then
    when Crystal connected to the stored procedure, it should work, but I can't
    say for sure without testing it. And I don't have SQL Server or Oracle
    installed on my machine. I believe MYSQL (the free version) has a limit to
    the number of records it can hold and I'm sure 8 million would be over the
    limit. Also, I'm not sure if it supports stored procedures. I have used it
    once before and found it extremely cumbersome and limited. I think SQL
    Server and Oracle are quite pricey, so I don't think that this will even be
    an option for you.

    Hi Shawn,
    I actually contacted the same person you did also. Summer was a Report Designer Resource here and knows her stuff and the Report Designer as much as our Developer who wrote it do.
    As I suggested in my first reply is to get all that data into a real database, one that can run Stored Procedures to do all the crunching unfortunately is the only way I can see this ever working.
    Windows 7 and 8 CPU's doesn't help, 64 bit may but the problem is CR Designer is a 32 bit application so it can't take advantage of the 64 bit memory addressing space.
    What you could so is post your question to the forum:
    [Business Decision Making with BI|Marketing Library;
    This is a forum for managers or anyone who wants to have a non-technical discussion about making informed decisions with analytics tools. Ask questions and share your experiences on how to effectively utilize data to address real business problems. Experts from inside and outside SAP will be monitoring these conversations and offering their knowledge along with the broader community.
    Someone in there may have another SAP product that might be able to load your flat file into a data tool that CR can report off of.
    I still think a copy of MS SQL 2008 Express is your best and likely cheapest solution and then you can simply import the data into it which it has an Import Wizard that makes it relatively easy to do... Although you may have to break your file into pieces for it to be able to process also.
    You need to be flexible on that data source, I doubt you'll find anything that can report off of that huge of text file.
    Good luck
    Don

  • Mail Preferences takes 10 - 120 seconds to open

    OSX Apple Mail Preferences takes 10 - 120 seconds to open when Accounts is selected.  If General or anything other than Accounts is selected it's as quick as can be.
    5 imaps, 1 pop and 1 inactive pop
    Repaired Permissions 5x
    Verify Disk OK
    Processor  2.5 GHz Intel Core i5
    Memory  20 GB 1333 MHz DDR3
    Graphics  AMD Radeon HD 6750M 512 MB
    Software  OS X 10.8.5 (12F45)
    Hardware Overview:
      Model Name:          iMac
      Model Identifier:          iMac12,1
      Processor Name:          Intel Core i5
      Processor Speed:          2.5 GHz
      Number of Processors:          1
      Total Number of Cores:          4
      L2 Cache (per Core):          256 KB
      L3 Cache:          6 MB
      Memory:          20 GB
      Boot ROM Version:          IM121.0047.B1E
      SMC Version (system):          1.71f22
      Serial Number (system):          C0*******HJF
      Hardware UUID:          274F724D-3A05-5775-AAD6-C8C7537328EB
    <Edited By Host>

    Back up all data.
    Select all your mailboxes, and then select
    Mailbox ▹ Export Mailbox...
    from the Mail menu bar. Export the mailboxes to the Desktop folder.
    Make a note of the settings for all your Mail accounts – everything you'd need to reconstruct the settings from scratch.
    Quit Mail. Then select
     ▹ Force Quit...
    from the menu bar. A small window will open with a list of running applications. Mail may appear in that list, even though you quit it. If so, select it and press return. Close the window.
    In the Finder, hold down the option key and select
    Go ▹ Library
    from the menu bar. Move the following items from the folder that opens to the Trash (some may not exist):
    Caches/com.apple.mail
    Saved Application State/com.apple.mail.savedState
    Leave the Finder window open for now.
    Relaunch Mail and test. If the problem is solved, you’re done. Delete the exported mailboxes. Otherwise, quit Mail and move these items, if they exist, from the open Library folder to the Desktop:
    Application Support/AddressBook/MailRecents-v4.abcdmr
    Containers/com.apple.mail
    Mail
    Preferences/com.apple.mail.plist (OS X 10.7 only)
    Preferences/com.apple.mail.searchhistory.plist (OS X 10.7 only)
    Note: you are not moving the Mail application. You’re moving a folder named “Mail.”
    Log out and log back in. Launch Mail. It will behave as if you were setting it up for the first time. Go through the setup process with one of your accounts, using the information you noted earlier. Test. Same problem?
    If there’s no improvement, quit Mail again and put back the items you moved to the Desktop, replacing any newer ones that may have been created in their place. You don’t need to replace the items you moved to the Trash.
    If the issue is resolved, recreate the rest of your Mail settings, then import the mailboxes you exported:
    File ▹ Import Mailbox...
    After importing, test. If Mail is still working, delete the items on the Desktop and close the Finder window.

  • Why does it take so long to start recording from my external drive?

    I know the question its a bit long, I just wanna know why does it happen, or better what can I do so it stop happening...
    I mean when Im recording using the drive from my macbook, it would not delay to start recording, but when Im working with the external drive and put it to record it takes like 40 seconds before its starts recording...
    Im still learning so, please someone reply this concern ...
    thanks

    +Im working with the external drive+
    Are you 100% sure that your external drive is formatted to Mac OSX Extended, with journaling off? (NOT FAT32 or NTFS) Select the disk and press command-I to find out.
    If not, _back up all the data on the drive_, and reformat it using your Disk Utility (Utilities folder).

  • Can I configure file sender to take only 1 file per time?

    Hello,
    Can I configure file sender to take only 1 file per time?
    I have scenario from file to ECC.
    The poll interval is 300 seconds.
    I want that the sender channel will take only 1 file per time.
    Thank you
    Elad

    Hi,
    Definely there will be some specific reason for doing this. If your purpose of doing this is to read the files one after another then there are other alternatives for that like using QoS as EOIO and then putting a delay of 30 sec in your message mapping so that each message will be process after 30 sec.
    If you describe more than probably someone can give his/her best opinion.
    Regards,
    Sarvesh

  • Some times when I press the home button to read my finger the screen becomes black and it shows the Apple logo, this take a few seconds to get back the screen and this has been happening even 3 or 4 times in a row!   What should I do?

    Some times when I press the home button to read my finger the screen becomes black and it shows the Apple logo, this take a few seconds to get back the screen and this has been happening even 3 or 4 times in a row!
    What should I do?

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • Save As takes over 30 seconds to show Save As dialog.

    Every time I click File - Save As it takes over 30 seconds for the Save As dialog window to show up.  I am using Adobe Acrobat 9 Pro Version 9.5.2

    I am continuing to have this problem. I have saved to a network location that is no loger available.  The company has changed the name and IP of the server.  So the network location i had previously saved to will never be available again.
    I believe the significatnly annoying delay in the appearance of the "Save As" dialog is the result of Acrobat trying to resolve an unavailable network location.
    How do I get Acrobat 9 to ignore the saved network location? Do I need to remove this network location from Acrobat 9 cache?  If so how do I do this?
    Thank you for your help.

  • Opening files from a Novell-Share takes about ten seconds

    Hi there,
    first a few information about our environment:
    Windows 7 Enterprise SP1 Clients with Novell Client installed in latest version
    Windows Server 2008 R2 DCs
    Network-shares based on Novell Netware
    When accessing files on Novell-Shares for the first time it takes about 10 seconds to open. Reopening it or any other file at this location again is totally fast. Waiting about 15 minutes after closing the file causes the lag again.
    We traced our client-side network traffic and saw many Netbios-queries which failed because our WINS-Servers do not know the Netware-Servers. So first it tried it using every WINS-Server (three in our env.) and then on broadcast in the local subnet three
    times. It got no answer and timed out.
    So the next step I tried was to disable Netbios-over-TCP/IP with the radio buttons in the Network Adapter settings. After a reboot, the problem reoccured, but there were no more Netbios queries in the trace.
    After days of searching for a solution I tried to stop the "TCP/IP-Netbios-Helper"-Windows Service on spec. And suddenly every network share access was totally fast. We tried this with other clients, too. Same behavior! We even did not disable
    the NetBios-over-TCP/IP setting. Stopping the service was all we needed to do.
    Unfortunately disabling the service causes problems. The Windows-Login fails with a message "No Logon servers available". Using the full qualified user name ("[email protected]") works. But then we saw that policies were not applied.
    Any ideas, what could cause the lag? Or is it possible to disable this service without any side-effects?
    Bye,
    Jürgen

    Hi,
    What is the result if we access files on other network shares?
    I found a thread in novell forum and suggestion is checking the provider order and put Netware first, open network and sharing center, change adapter settings, Select Advanced on the menu> Advanced settings, Click on Provide Order Tab and change order.
    And have you contact the novel support team? They're more familiar with this product.
    http://forums.novell.com/forum.php
    NOTE
    This
    response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft
    does not control these sites and has not tested any software or information found on these sites.
    Yolanda Zhu
    TechNet Community Support

  • I pay 25 euros for three moit for illustrator but I can not use it. I try to cancel my subscription, but it's impossible because it is written that I have not paid subscription! Yet adobe takes me 25 euro per month!

    I pay 25 euros for three moit for illustrator but I can not use it. I try to cancel my subscription, but it's impossible because it is written that I have not paid subscription! Yet adobe takes me 25 euro per month!

    Delphine,
    I believe this is one for a chat,
    Creative Cloud support (all Creative Cloud customer service issues, chat open between 5AM and 7PM PST/PDT on workdays)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html
    or for Adobe phone Support,
    http://helpx.adobe.com/adobe-connect/adobe-connect-phone-numbers.html

  • Free Busy takes over 30 seconds to retrieve on Outlook 2010 using Exchange Server 2010

    We have a small 100 user domain running Exchange server 2010 and outlook 2010 clients.  The issue is that Retrieving Free/Busy takes over 30 seconds.  
    So someone is trying to schedule a meeting has to wait Minutes see the Free/busy time for many users..  I have checked and all the users in question have published at least one month free busy time.
    It seems it would be much faster.  Anyone have this same experience and know of a way to speed it up?
    thanks in Advance
    David 

    Hi David,
    Does the issue happen in OWA? In Exchange 2010, the free/busy information is retreved by using Availability service (EWS url). Generally, if a user wants to view free/busy information when create a meeting, the http Availability service request
    would send to CAS server.
    Please check whether the usage in Exchange server is high when the slow free/busy information occurs. This reflect time would also be related to the network in your environment.
    Regards,
    Winnie Liang
    TechNet Community Support

  • When I try to click on links or move about the internet, the computer freezes and I see a little whirligig. Then it takes a few seconds before going to the item I clicked

    when I try to click on links or move about the internet, the screen freezes and I see a little whirligig. Then it takes a few seconds before the whirlygig becomes the pointer again and going to the item I clicked. Why is the screen freezing?

    Reset Safari.
    Click Safari in the menu bar.
    From the drop down select "Reset Safari".
    Click "Reset".
    Empty Caches
    Safari > Preference > Advanced
    Checkmark the box for "Show Develop menu in menu bar".
    Develop menu will appear in the Safari menu bar.
    Click Develop and select "Empty Caches" from the dropdown.
    Turn off Extensions if any, and launch Safari.
    Safari > Preferences > Extensions

  • My macbook pro takes 5-10 seconds to connect to my wifi

    when I gear up my computer or when I click on my safari, it takes 5-10 seconds to hook up to my wifi
    anybody have any ideas why

    Can't vouch for your setup, unknown to me, but I see my MBP take about 3-5 seconds to renegotiate its association to my home's encrypted Wi-Fi ADSL router, whereas the unencrypted base station at work completes the process much faster. I have Personal WPA2 encryption with a 128bit key and this has a direct bearing on the process.
    Since the neighbor had the vice of hooking up to my router prior to my enabling heavy duty protection, the time the Mac takes to reconnect is a necessary and unavoidable evil.

  • Firefox 4.0 takes about 60 seconds to start even after reinstalling.

    Firefox 4.0 takes about 60 seconds to start. I have tried reinstalling with no change. It isn't antivirus software, as I turned that off and it was still slow. I run Vista Ultimate. Internet Explorer loads very quickly.

    I wish my Firefox would load in 16 seconds!! It takes 3 to 4 mins to load but closes almost instantly.

  • I'm on Firefox 3.6.8 running on a 2008 IMAC with OS 10.5.8 yet every click to move pages, from start-up, to return to Home Page takes minutes, not seconds! If I use Safari that's greatly faster on this same set-up. How do I get Firefox to be as fast ?

    I'm on Firefox 3.6.8 running on a 2008 IMAC with OS 10.5.8 yet every click to move pages, from start-up, to return to Home Page takes minutes, not seconds! If I use Safari that's greatly faster on this same set-up. How do I get Firefox to be as fast ?
    == Some time back, beggining with Firefox updates, at least three, or more updates ago.

    Thanks for the tip. I took the following steps:
    1) Backed up the existing profile (presumably corrupted somewhere);
    2) Deleted the existing profile;
    3) Moved the existing Firefox to the Trash and downloaded a fresh copy;
    4) Started Firefox (thus allowing it to create its default profile)
    5) Copied the following files from the backup copy of the previous profile: places.sqlite, key3.db, signons.sqlite, permissions.sqlite, persdict.dat, cert8.db ---
    I'm posting this from a Firefox browser, so I guess I'm OK now.

Maybe you are looking for

  • Claim Digger Fix

    i am having a problem when i try to run Claim Digger. i get an "An application event has been intercepted" Event Code TBREB-0670-3 error message. i came across these posts: Re: Claim digger event code 7cc307b6 Re: problem with client P6 install which

  • IM - Recipient sometimes sees black block instead of text when I use Windows 7 High Contrast theme

    I use Lync client 2010 on 64 bit Windows 7. I like to use the Windows High Contrast Black theme. In Lync this sometimes causes an issue in that the person who I am sending messages to sees some of my messages as a black block/bar in their client (per

  • WSDL doubt!

    Hi all, I’m trying to configure a Web Service scenario. I have few messages interfaces in this scenario, so my doubt is: I need publish one wsdl per message interface? If I put an asterisk (*) in wsdl interface name it assumes that is for all interfa

  • Incredibly Frustrated

    A couple of weeks ago I was running out of room on my main hard drive. The biggest folder was iTunes with over 80gigs of space being taken up. I have a removable hard drive so I decided to move my music to that. Ever since then there have been proble

  • Configuring PI during Integration of Cloud for Customer with ERP

    While trying to Integrate SAP Cloud for Customer with SAP ERP using PI, while configuring PI, we need to create a Technical and Business System in SLD for Cloud for Customer. During the Technical System configuration wizard, it asks for "Technical Sy