BAPI works in test but not in production

3rd party software uses BAPI to input data into SAP. This works in test but not in production. We have checked that user 3rd party software uses have same rights in both systems. BAPI is standard SAP BAPI. We can connect to production with SM59.
Is there anything in SAP that could cause this?

No. Better you check with the PATCH Levels.. etc to know is there any changes in the BAPI (BASIS people can help you) > Otherwise go to SYSTEM in the MENUBAR> STATUS--> Compare the Status there
After that check the data once...
Reward if helpful...

Similar Messages

  • JDBC Cancel works in development but not in production

    I am working on a J2EE application that uses Oracle 10.2 as the database. I have a requirement to implement a cancelable query feature using the statement.cancel() function. I developed code that works against our development database instance. The code fails to work in testing on production - the query executes to completion. We use BEA Weblogic as our application server. I have checked the settings on Weblogic and am pretty sure that we are running with the same application server settings in development and production. What do I need to check on the database that might stop the cancel from running? I got a few moments of an Oracle DBAs time and he didn't see anything obvious.

    Hi,
    Statement.cancel() sends a message to the DB and waits for a reply. If the DB is not responding, for whatever reason, then the cancel will hang until the socket read times out. I'd investigate the workload on the production database and any network/sockets.
    Kuassi - blog @ http://db360.blogspot.com/
    ------ book http://www.amazon.com/gp/product/1555583296/

  • Functionality to copy SO working in quality but not in Production system -

    HI Friends
    I have created a ztcode which uses bapi BAPI_SALESORDER_CREATEFROMDAT2 to create copies of a manually created sales order
    this function was working perfectly fine as till now we only had one line item per sales order
    last week we added a material which has 2 BOM items (both non stock)
    We passed only the parent item into the bapi so the orders created thru the bapi had only the parent item and the child items exploded on to the order because of the BOM config already in place.
    This works perfectly fine in Quality systems but failed in production
    Both the systems are identical in nature in all respects visa vis transports config and system patch as well.
    The BOM is maintained in CS01
    both the child items are marked as Relevant for sales and BOM usage is marked as 5
    I am failing to understand why it doesnt work in production
    And as we have used std bapi my tech consultant has been debugging without any sucess as well
    Would appreciate any thoughts on how to find a lead in solving this mystery.
    Regards
    Supreet Upadhyay

    HI Shiva
    Thanks for the answer ,we have reimported all the relevant transports thrice but in vain
    Also the config is in place,I forgot to mention earlier that the manual order that we create which is used as a reference to create copy orders explodes the child items
    So config doesnt seem to be an issue here.
    The code should also be ok coz it works in quality
    so we think somehow it has to do with the production system
    we are clueless in what direction should we investigate
    Supreet

  • Sound works when testing, but not when uploaded

    I used the Behaviors pallet to stream my mp3 files, and it
    works fine when tested locally, but as soon as I upload everything
    and test it online, nothing plays. The site is
    www.spidersandsnakes.net/media08.htm.
    Any ideas?

    I suspect this is where my issue lies, but I am not sure how
    to fix it. I have attached some code that defines the image
    location. I am able to successfully retrieve documents with the
    following, is this the same type of scenerio,
    http://www.skytitleagency.com/documents/Land_Contract.doc,
    except in the images folder ?

  • Flash Movie works when testing, but not in application

    My flash movie works when I "Test Movie" within Flash 8 or
    when I press F12 and open it in the browser, but it only show the
    dynamic text, not the pictures when I place it within my page. The
    dynamic text changes properly but no images are displayed.

    I suspect this is where my issue lies, but I am not sure how
    to fix it. I have attached some code that defines the image
    location. I am able to successfully retrieve documents with the
    following, is this the same type of scenerio,
    http://www.skytitleagency.com/documents/Land_Contract.doc,
    except in the images folder ?

  • Buttons work in Test but not online??? HELP!

    When i test my movie the buttons work fine they get the URL that i want but then when i upload it to my page it does not get the URL. Am i uploading it wrong??? I Uploaded the SWF to the Server and posted it that way is there more involved or did i do something wrong in the actual movie.
    PLEASE HELP!!!!
    LINK FOR THE FLA FILE:
    http://www.common-grind.com/movie/BIGGIVEPARTNERS.fla

    I don't know what/how you did it, but your file is exhibiting behavior that I have never seen before... it is animating and interactive in the editing mode.  I cannot look at anything on the stage because it reacts to trying to use a mouse to select anything... and the camel animates in a few places.  The only thing I can guess is that you are using one of the Tween graphics as the content, and those are usually generated to fill in faulty timeline tweening.
    What you may need to do is back up and start with adding each button one at a time on the main timeline  Don't worry about animating the camel at this stage, just get the buttons working properly.  I can't tell you how to change the code for the buttons because I can't find any of the code for them.

  • NavigateToURL Works During Testing But Not Once Published

    Trying to create a simply hyperlink in Flash.  Works perfectly during testing.  But when I upload to the net, clicking the link takes me to www.thirdnewhope.com/iamtnh.blogspot.com rather than to just www.iamthn.blogspot.com.  I've tried changing allowscriptaccess to always.  That doesn't work either.  I am stumped :-(
    AS3 code:
    button_1.addEventListener(MouseEvent.CLICK, goClick);
    function goClick(evt:MouseEvent):void {
       var url:String = "http://www.iamtnh.blogspot.com";
       var req:URLRequest = new URLRequest(url);
       navigateToURL(req, "_blank");
    HTML code:
    <div id="flashContent">
                <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="400" id="events2013" align="middle">
                    <param name="movie" value="events2013.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#000000" />
                    <param name="play" value="true" />
                    <param name="loop" value="true" />
                    <param name="wmode" value="window" />
                    <param name="scale" value="showall" />
                    <param name="menu" value="true" />
                    <param name="devicefont" value="false" />
                    <param name="salign" value="" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <!--[if !IE]>-->
                    <object type="application/x-shockwave-flash" data="events2013.swf" width="560" height="400">
                        <param name="movie" value="events2013.swf" />
                        <param name="quality" value="high" />
                        <param name="bgcolor" value="#000000" />
                        <param name="play" value="true" />
                        <param name="loop" value="true" />
                        <param name="wmode" value="window" />
                        <param name="scale" value="showall" />
                        <param name="menu" value="true" />
                        <param name="devicefont" value="false" />
                        <param name="salign" value="" />
                        <param name="allowScriptAccess" value="sameDomain" />
                    <!--<![endif]-->
                        <a href="http://www.adobe.com/go/getflash">
                            <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
                        </a>
                    <!--[if !IE]>-->
                    </object>
                    <!--<![endif]-->
                </object>
            </div>

    WOW!!!  Knew it would be something simple causing so much pain :-)  Thank you kglad!!!

  • 3rd gen iPod Nano will not sync with latest version of iTunes. It passes the connectivity test but not the sync test under diagnostics.  Worked fine on old Windows 7 laptop but not new one.  From Control Panel it shows up as an Apple iPod USB Device...

    3rd gen iPod Nano will not sync with latest version of iTunes on new laptop. It passes the connectivity test but not the sync test under diagnostics.  Worked fine on old Windows 7 laptop but not new one.  From Control Panel it shows up as an Apple iPod USB Device...

    Never mind, I think. I think I figured it out. There was 1 song (out of > 900!) that somehow had been purchased with the other ID - I have no idea how. Once I deleted that song, it stopped asking.
    There may be something with the newest iTunes version too. I didn't think in older versions that the "On this iPod" list of songs was greyed out. But at least it syncs ok.

  • Rollovers works in Camino but not Safari

    Does anyone know why my rollover stopped working in Safari,
    but it works fine in IE and Camino?
    I did a simple rollover to display before and after images
    and I swear, yesterday when testing it in Safari It worked fine.
    Today it doesn't work on any of my 3 macs here. It displays fine on
    WinXP and IE, and in Camino on my Macs.
    here is the page.
    www.chipwillis.com/retouch
    Any ideas are most appreciated.

    Thanks! BTW I'm also having trouble updating Adobe Reader. I have 9.4.0 and want to update to the new Adobe Reader X. I keep getting Error 1402 which refers to the registry keys. I am unable to completely uninstall the old version. After receiving the error message it reloades the older version. I read about how to modify the registry to accept it but I believe this is a very wierd way to have to get an update loaded. Any suggestions?
    Date: Mon, 27 Dec 2010 10:34:22 -0700
    From: [email protected]
    To: [email protected]
    Subject: Flash Player works in IE8 but not Safari
    Hi Bruce, Adobe Flash Player is Installed separately into IE, since Windows uses the ActiveX Control. Firefox and other non-IE
    browsers must use the plugin Installer.
    This is the Adobe site :
    http://www.adobe.com/products/flashplayer/fp_distribution3.html
    Hope that explains it.
    Thanks,
    eidnolb
    >

  • Why does the counter work in MAX, but not Labview?

    Please help, I have been away from Labview for over 3 months, and I am quite rusty....
    Last year, I successfully configured NI9401 to measure period (seconds) by counting the rising edges of my sensor signal.  Since then, I have aquired a new PC, and loaded all my software into it, including the Labview VI's that successfully worked on the old computer.
    I can see the digital signal using MAX and the test panel for the NI9401, so, I know my wiring and my TTL signal is OK, but, when I try to run the attached VI, nothing happens except the error below..  How do I tell this VI to look for the signal on MOD3/CTR0 and channel 14?
    Thanks. I am sure it is a small adjustment...this worked fine a few months ago...not sure what is wrong now.
    Thanks,
    Dave
    Solved!
    Go to Solution.
    Attachments:
    continuously measure period buffered_singlechannel_forum_feb_23_2012.vi ‏20 KB

    OK, now.  Resolved the issue. The vi is fine, but, some shaky wires were identified...worked in MAX but not in the vi.  Now that the connections have been tightened up, it works for both.  Sorry for the inconvenience.
    Dave

  • Album Art works for most, but not all

    I was reading previous forums on the subject, but no clear answer was given..
    The album art shows up fine in itunes and my library and works for most of my music on my ipod, but how come some album's art does appear? I have it set manually and select 'Get Info' then 'Artwork' and add it from there, then drag in the finished product to my ipod. I've been doing that and it works fine for most of the albums, but every so often, the album art will not appear on my ipod. Am I doing something wrong? I take them all from the same source (amazon.com) but it makes no sense to me how some randomly don't appear.
    I tried deleting the artwork and re-adding it, but nothing happened again. If you could answer why it works for most but not all or how I can get the album art to appear for the ones it will not by re-doing something, it would be appreciated. thanks.

    I encountered the same problem in the beginning. When I compared the size of the original images, the working ones seemed to be smaller in general, so I reduced the size of all covers I intended to upload on the pod to 300x300 pixels.
    This seemed to work - for 2 days. I bought the pod on friday, had pictures on sunday, but on Monday (after the first time the pod was fully discharged) none were left left.
    So I ended searching this forum for related problems...
    And decided to join my problem to this entry.

  • Flash Player works in Safari but not Internet Explorer 9

    I've installed Flash Player 10.3 and it works in Safari but not Internet Explorer 9. When I look in Manage Add-Ins I see Flash Shockwave but not Flash Player. My operating system is Windows Vista Ultimate (32bit). Safari is 5.0.5 and IE 9 is 9.0.8112.16421. I've tried uninstalling and re-installing Flash Player and uninstalling Norton 360. Nothing has worked so far. Can you help?

    Thank you for your reply. Shockwave is loaded and enabled.
    The files in flash directory are: a folder called FlashPlayerTrust: file, flash10q.ocx: file, FlashInstall.log; file, FlashUtil10q_ActiveX.dll; file, FlashUtil10q_ActiveX.exe, file, install.log.
    There is no file: NPSWF32.dll.
    When I test the browsers I get no spinning logo in either Safari or IE9. Safari says: missing plug-in, where I think the logo should be. IE-9 says nothing at the same location.
    Thanks.

  • Spry menubar works in IE, but not Firefox

    I added a very simple Spry horizontal menubar to the top of all pages in my web (I'm using DWCS4 and Spry 1.6). When I preview it in Firefox locally, it seems to work, but when it is uploaded to the web server it works in IE, but not in Firefox. Instead of a menubar, I see a stack of bulleted hyperlinks. In IE, it displays properly.
    Website is http://www.stevegoldman.com.
    How can I fix this problem so that it works with all browsers properly?
    -- Martin

    I just tested your site with firefox (latest version) and it works just fine. I also tested it in IE: 7.0 and it worked fine for that too. Looks like you have either fixed the problem or you have a different version of firefox than me or something.
    Favorite qoute: "do unto other as you would do unto yourself"
    Favorite hobby: airsoft / electric aeg airsoft guns
    Airsoft Sniper Rifles

  • Spry tooltip works in IE but not Firefox

    Hi,
    I don't understand or  can't figure out what I have done wrong. I have created a tooltip for  the last product  (4 inch diameter Vortex Water Revitalizer  in  copper (special order)) on the page: http://www.alivewater.net/order.htm
    It  works in IE but not Firefox... I can't figure out why... can you help  me and see what I have done wrong?
    Eternally grateful,
    Starry

    I think I fixed the problem.. maybe you had looked at it after it was fixed. I do appreciate your help though!

  • Link works on mac but not on pc

    Hi -
    I am trying to insert a jpg into a dreamweaver file.
    I then upload the html file along with the jpg to my server in a folder called "layout"
    So the url is:  http://www.mysite.com/layout/test.html
    The link works on mac, but not on pc's.
    Any idea why?
    Some links work on pc's like this, and others don't.
    Thanks- It's driving me crazy!!

    The link is not correct....you have it listed as" mysite.com", which I assume is where you are to insert the name of your url.
    Gary

Maybe you are looking for

  • Extraction from 0HR_PY_1 error??????? pls respond immediately

    i would need to extract data for payroll data from data source 0HR_PY_1 to BW based on the period of time say for example 01.2007 to 12.2007, the infopackage in Production is in full load i would need to initalise it to Delta. for this, i can first r

  • How do I add my Yahoo Mail account in the iMac Mail? (Please help...) :(

    I tried adding the Yahoo account in my Mail, but it said "Trying to log into mail server "plus.pop.mail.yahoo.com" failed. This server may require additional fee for Yahoo POP access"? What does this mean? Is there no way at all that I can somehow ad

  • Executing Scenario on the basis of a variable.

    Hi I have a requirement of executing one interface out of more than 2 interfaces on the basis of incoming variable value in a package. For Eg: Scenario is like .., one variable named as 'VAR_LOCAL' returns one 'filecode' value. --> filecode can have

  • Can't open Web Photo Gallery in CS4

    In my CS2 version of PS Web Photo Gallery was already installed. In CS4 it is not. I downloaded the plugin from Adobe but it won't appear when I state PS / File / automate. The address to where I placed the folder is: C:\Program Files\Adobe\Adobe Pho

  • Strange volume problem on Logic pro 8.0.2

    Hey, I've been having this weird problem for a while and I'm not sure how to get rid of it. Basically, I start a new project lay down some audio tracks as well as software tracks and everything works fine. Then randomly, when I open a new audio track