F-28 BDC problem when not debugging

Hello friends,
I have developed a BDC for the TCODE F-28 and everything works fine when i do in debug mode. NO problem at all. However when I do a no screen and if I am not debugging, it posts the invoice for one record and from second record on it fails.
ANy suggestions as what could be the reason for this.
Shreekant

Try to give WAIT after the first record call. May this will help you out.

Similar Messages

  • Service entry problem when not accepted

    We have a problem when there are multiple service entries agains a PO. There are no problems when we do the first entry and accept. The problem happens when we do a second entry and the end user only saves and forgets to accept the SES. When they do an invoice against this unaccepted SES the system brings in the previous SES number, when this goes unnoticed the vendor gets paid twice for the same thing. Is there a way for SAP to look at the SES field in the invoice and determine that this SES number has already been paid? Thanks in advance.

    Hi Eric,
    please try the following: check in transaction XK02 the field "Check Flag for Double Invoices or Credit Memos" (LFB1-REPRF).
    Indicator which means that incoming invoices and credit memos are checked for double entries at the time of entry.
    In checking for duplicate invoices, the system compares the following characteristics by default:
    Vendor
    Currency
    Company code
    Gross amount of the invoice
    Reference document number
    Invoice document date
    If all of these characteristics are the same, the system issues a message that you can customize.
    The system only checks for duplicate invoices in Materials Management if you enter the reference document number upon entering the invoice.
    Of course if the invoice document date is different, there is no message M8108 issued. Please read also the notes 305201 and 308008.
    I would recommend you to use the service based invoice verification function (set the field EKPO-LEBRE to X) in the PO item.
    Regards,
    Edit

  • Using WEBUTIL in the Menu - problems when not in current form..

    We make a webutil call in the menu - but it is a problem when the current form does not have webutil attached to it.
    Is there any work around other than putting webutil in 100 forms?
    OPEN_FORM/CALL_FORM both affected.
    Message was edited by:
    brian952
    Message was edited by:
    brian952

    I've just spotted this thread, so my comments might be too late to be useful, but... I had a similar problem, and as Eric suggested, went for the approach of having a single, small form dedicated solely to running Webutil functions. Any form or menu option that needs to do something WebUtil-related (e.g. 'I need to have File A moved from the apps server to the client') calls a library routine which then calls the dedicated form, passing it all the instructions it needs to carry out the action. Control then returns to the original form. At the moment, I leave the dedicated form in the background in modeless state, so it can be used again if needed elsewhere without having to be reloaded. (If the user tries to click on the modeless form, it shoves control straight back to the 'main' form.)
    I read somewhere that ideally you shouldn't WebUtil-enable every form, if most of the time, most of them won't use it. There's the overhead of initialising all the beans every time a form is opened, and it seems to me that that's relatively intensive, as bean usage goes. Not a showstopper by any means, though.
    James

  • Problems when not using a US adaptor?

    Hi everyone,
    I bought my IPad 2 from the USA and brought it to a work assignment in Israel where I am stationed at present.
    I couldn't use the US adaptor that came with it as they have a different plug, so I switched the plug to an Israeli plug, and expected it to work as normal.
    It started charging normally, but then it stopped, and told me it wasn't charging.
    I haven't tried charging it from my computer, but I would expect it to work from the wall.
    Does anyone have any ideas?
    Thanks,
    Jeremy

    MUSIC_foryou wrote:
    Hello Jeremy,
    There's simple solution to it. - you just need to get the Apple World Travel Adapter Kit -http://store.apple.com/us/product/MB974ZM/B?mco=MTY3ODQ5OTY
    What it does is simple, it gives you several plugs to plug in your U.S. adapter (NOTE: it's not a converter, only electrical plugs).
    It also includes a USB AC adapter, same as comes with the iPad.
    You can get an plug adapter for a few $$ at the airport, electonric stores and usually stores where they sell luggage.

  • Problem when recording the data using BDC for Tcode CJ02.

    Dear Experts,
    When i am trying to record the data for TCODE : CJ02 i need to enter the project  Definition and enter the WBS element it takes me to the screen then i should select the WBS element and attach a file for that selected WBS element . The option for me to attach the attachment of file  will be available on the application area(Services for the Object).
    Now the problem when i try to do recording in SHDB this option like create attachement is not visible in the recodring . Kindly suggest me what can i do such that i attach the file for the particular project def and WBS element.
    Either suggest any function module or other procedure .......
    Regards,
    Sana.

    Hi,
      in BDC each and every action is recording. If your press enter in same screen that also recorded once aging may be this is your case repeating field values will appear. we can solve the problem for repeat fields like below.
    suppose in your excel having repeated field X1 X2 X3 the X2 contains repeated field X3 means delete the X3 field.
    Now In your itab having X1 and X2 fields. While in the LOOP the ITAB pass the X2 field to repeated the fields.
    LOOP at ITAB to WA.
    CLEAR bdcdata_wa.
    bdcdata_wa-fnam = 'BDC_CURSOR'.
    bdcdata_wa-fval = 'RM08M-EBELN'.
    APPEND bdcdata_wa TO bdcdata_tab.
    CLEAR bdcdata_wa.
    bdcdata_wa-fnam = 'INVFO-BLDAT'.
    bdcdata_wa-fval = wa-X2." 1st time pass the X2 fields
    APPEND bdcdata_wa TO bdcdata_tab.
    CLEAR bdcdata_wa.
    bdcdata_wa-fnam = 'INVFO-BLDAT'.
    bdcdata_wa-fval = wa-X2." pass the same value to repeated field
    APPEND bdcdata_wa TO bdcdata_tab.
    Endloop.
    Hope you can understand.
    Regards,
    Dhina..

  • Bug in Flash Professional CC when launching debug launcher xml file handle not released

    There appears to be a bug in either Adobe Flash Professional CC, or ADL when launching debug launcher for an AIR application Flash Professional CC automatically generates or updates the XML app descriptor file. The bug is that Flash Professional is not immedately releasing the file handle to the app descriptor XML file.
    This bug was introduced in Flash Professional CC (Windows). It did not occur in CS5.5 or CS5.
    The question is whether this is a bug related to the ADL, or if this bug is related specifically to Flash Professional CC (Windows).
    Either way, where and how do I appropriately report this bug?

    Hi Dharmendra,
    Thank you for the solution. It is not what I expected, but it might look like a solution that "could" be applied.
    There is still one problem with this approach. If I still use a movie with radial gradient within the bitmap, the same exact problem could occur again.
    I was trying to understand if I did something wrong in my code, or it was a bug in the Flash software. I still find weird that I get different results by drawing a movie clip at different positions on a bitmap object. How can the drawing position change if the movie clip is drawn or not drawn? Why does it make mathematical patterns? I guess it has something to do with the precision numbers.
    Meanwhile, I did a few extra tests. I tried a new approach with Blur and Glow effects. That is not exactly what I want, but it seems to create a transparent gradient. I might consider this approach if the basic radial gradient does not work. I also created a gradient transparency circle bitmap in Photoshop that I imported into my movie clip. It worked. So, at the moment I have two solutions that seem to be working.
    I would appreciate if you could investigate the original problem. It looks like there is a problem in the rendering of Flash. Workarounds are fine sometimes, but I do not expect to developer programs on workarounds.

  • I got problem when trying to contact my iphone 4 using facetime,it did ringing,but my iphone 4 did not receive that call as if nothing happen.But,when the call ended,that call appeared in the missed call list.fyi both are connected to internet.

    i got problem when trying to call my iphone 4 using facetime with my Macbook Pro 13',it did ringing,but my iphone 4 did not receive that call as if nothing happen.But,when the call ended,that call appeared in the missed call list.fyi both are connected to internet.Help!! thank you in advance

    i got problem when trying to call my iphone 4 using facetime with my Macbook Pro 13',it did ringing,but my iphone 4 did not receive that call as if nothing happen.But,when the call ended,that call appeared in the missed call list.fyi both are connected to internet.Help!! thank you in advance

  • When the message arrives, the message tone sound that many times. How this problem can be solved? I installed the new version, but the problem is not resolved, the future is to be taken into account in the new version of this?

    When the message arrives, the message tone sound that many times. How this problem can be solved? I installed the new version, but the problem is not resolved, the future is to be taken into account in the new version of this?

    I'm not sure I understand the question, is the message tone going more then once?
    Turn off repeat message alert here:
    settings > notifications > messages > repeat alert > never
    Some people have found this does not stop the repeat miessage tone,
    if you are one of those then I suggest you contact Apple:
    http://www.apple.com/feedback/iphone.html
    They may not respond, but hopefully will fix in uodate if enough people complain.

  • I clicked on Firefox's "save password" on a blogsite, now I can't "comment" on that site, I'm caught in a loop, keep getting logged out of that site when I try to comment, but not a problem when I try Explorer.

    When I navigate to the page to view comments and leave a comment myself, the comments appear but the link to leave a comment is missing, and my username and password is pre-populated in those fields (presumable by the Firefox "save password" program)on that "comment" page. When I click "submit" to log in again, I am logged in but redirected back to the front page. When I click on the page that allows me to leave a comment, I get kicked out again. I'm caught in a loop.
    I do not have this problem when I exit Firefox and open Internet Explorer and go to that blog site, although the username and password fields are automatically populated when I type the first digit of my username, probably because Firefox is still operating in the background on my computer.
    I tried clearing two hours of recent history, as that was the timeline when I clicked on "Save Password" from the pop up box, but it didn't help.

    You can find the links to download the Flash plugin for Windows at the bottom of this page:<br />
    Adobe - Common Flash Player download and installation issues (Windows): http://www.adobe.com/products/flashplayer/support/index.html
    Go to: 3. Download Adobe Flash Player

  • How do i deactivate a device through icloud if the device is broken and i am unable to turn on find my iphone? Also i do not own a apple id as ive been using a family members due to problems when trying to make one?

    How do i deactivate a device through icloud if the device is broken and i am unable to turn on find my iphone? Also i do not own a apple id as ive been using a family members due to problems when trying to make one?

    Hey tyjox,
    Thanks for the question. After reviewing your post, it sounds like you need to deactivate Find My iPhone on a device that does not work. You will need to work with the family member of the account the iPhone is registered with. I would recommend that you use this article to help you resolve or isolate the issue.
    iCloud: Remove your device from Find My iPhone
    http://support.apple.com/kb/PH2702
    Remove an iOS device you no longer have
    If you no longer have the iOS device because you gave it away or sold it, you need to remotely erase it before you can remove it.
    Sign in to icloud.com/#find with your Apple ID (the one you use with iCloud).If you’re using another iCloud app, click the app’s name at the top of the iCloud.com window, then click Find My iPhone.
    Click All Devices, then select the device.
    Click Erase [device], then enter your Apple ID password. Because the device isn’t lost, don’t enter a phone number or message.If the device is offline, the remote erase begins the next time it’s online. You’ll receive an email when the device is erased.
    When the device is erased, click Remove from Account.All your content is erased and someone else can now activate the device.
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • I am unable to view google ads running alongside and under videos on YouTube. This is only a problem when I use Firefox. If I use another browser, I can see the ads. I do not have adlock as it does not appear in my plug-ins/add ons. Please help..

    I have been using Firefox for about two years. For about a month now I have been unable to view any Google advertisements that run on YouTube pages alongside and under videos. This is important for my business. I would like to stay with Firefox, but this is only a problem when I use Firefox and is not a problem with Internet Explorer or Google Chrome as I checked. I tried uninstalling Firefox and all plugs ins and add ons and then reinstalling it. This did not work. Firefox seems to be blocking the Google codes that enable the ads to run on the pages. I look forward to your help. Thank you.

    CS2 is very old and reached its "end of life" a while back.  So probably won't run on modern operating systems.  If you can still run it, you'll need to uninstall what you have and re-install with the download link below to activate it.
    Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3
    Nancy O.

  • I HAVE JUST UPGRADED TO FIREFOX 4 AND I HAVE LOST ALL MY BOOKMARKS,I HAVE LOOKED AT FAQS BUT I DONT THINK ITS MY JOB TO GO TRAWLING THROUGH LOADS OF FILES WHEN THE PROBLEM IS NOT OF MY MAKING!

    THIS IS JUST WHAT I AM ON ABOUT!THIS PROBLEM IS NOT OF MY MAKING ,IT HAS OCCURRED WHEN I DOWNLOADED FIREFOX 4NOW I AM SUPPOSED TO REGISTER,FILL IN ALL KINDS OF DETAILS,ETC.IT IS NOT MY PROBLEM IT IS SOMETHING WRONG WITH FIREFOX!

    When I upgraded my Firefox I completely lost my key page with all the icons on it. How in the world do I get it back?

  • Hello everyone, I have a problem when I sync my apple device. I plug it in and a message comes up saying, this device could not be synced because this computer is not authorized for the purchased items on this phone. I already tried to authorize again.

    Hello everyone, I have a problem when I sync my apple device. I plug it in and a message comes up saying, this device could not be synced because this computer is not authorized for the purchased items on this phone. I already tried to authorize again, after deautherizing it. HELP ME PLEASE

    Hi applerinneedforhelp,
    Thanks for visiting Apple Support Communities.
    If iTunes is asking you to authorize the computer, and you've already done so, the troubleshooting steps in this article can help:
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/ts1389
    Regards,
    Jeremy

  • HELP NEEDED! My wife's 5c won't recognise on my laptop anymore. I plug it in and the laptop makes a sound but won't show up the phone. I only recently discovered this problem when I upgraded. It will recognise my 5c and even the iPad but not her 5c

    I discovered this problem when I upgraded my iPhone 4 to a 5c.
    My laptop will recognise my 5c and even the wife's iPad but won't recognuse her 5c, when I plug it in it makes a sound but just doesn't show up in iTunes.
    It DID work on my laptop as recently as November when I backed up her phone and updated her software but like I say ever since I upgraded it just won't recognise her 5c but does mine.
    I just can't think what is wrong? I haven't messed around with anything on the laptop or messed around with the wife's settings on her 5c
    HELP!!!!

    I would test with another computer and another cable
    if it the device would not be detected by any computer I
    would say that it's connector was broken

  • My iPhone 5 got problem when connect with lighting cable, this will keep pop up message "this accessory may not be supported"

    My iPhone 5 got problem when connect with lighting cable, this will keep pop up message "this accessory may not be supported", I can't charge or sync at all. I tried plug and unplug many time, still can't detect/charge my iPhone5, but sometime will 'lucky' that can connect to my iTunes and charge battery…
    This message will auto pop up also when I don't have plug anything in my iPhone 5, It is very annoying…
    The lighting cable is original and now i'm using OS 7.0.4 / iTunes is 11.1.3
    What I can do to fix this problem? Thank you.

    I would try using another cable you can likely borrow one to test from somebody
    if it's the same then likely the connector in your iphone have been damaged

Maybe you are looking for