F.13 clearing SAPMF05A 0700 E    F5  080 Consolidated companies UTCL and '

Hi All
I am getting the following error message while clearing customer transactions through F.13 and F-32
SAPMF05A 0131 S    F5  074 2 items were selected
SAPMF05A 0700 E    F5  080 Consolidated companies UTCL and ' ' are different
anyone can help in this?
rgds/Reddy
Edited by: kpkreddy on Aug 30, 2010 1:55 PM

Hi Reddy,
Please check the document type used in OBXH and select UMBUCHNG check for document type assigned there defalut is AB
ensure document type AB have Inter-company posting checked in OBA7
Edited by: Ravi Rana on Aug 30, 2010 2:15 PM

Similar Messages

  • GRIR clearing: Different consolidation companies?

    Hi All,
    While trying to clear the GRIR account manually, I was trying to match two line items from one document to another document. They balance however, I'm not able to clear these as I get the following error:
    'Consolidated companies WE1LC and ' ' are different"
    I don't know Consolidation well, so it will be helpful if someone can tell me what to do and help me with how Consolidation is to be done.
    Thanks,
    Tejas

    Thanks Sridhar! It worked!

  • Error SAPMF05A 0700 E - while clearing document in F.13

    Hi All,
    While running the automatic clearing through t.code F.13. Getting the following error.
    ScName       Scr. Mtyp Mid Mno  Message text
    SAPMF05A 0131 S      F5  074  4 items were selected
    SAPMF05A 0700 E      /DS 310  Please Enter Valid Trading Partner: Reporter Code no longer exists.
    Can anyone please help me on this.
    Regards,
    Deep

    Hi,
    Yes i got the solution for the above issue.
    Error Message: Error SAPMF05A 0700 E - while clearing document in F.13
    Analysis :
    We got this error while clearing the open items in GR/IR account(GL account).
    when i have checked the documents(nock-off/opposite entires) then i found that trading partner entered in both the documents are not same.
    Trading partners is picking from the vendor master data
    As the trading partner has been changed in the vendor master data......the document posted before change has old trading partner and the document posted after change has new trading partner.
    Solution:
    We have validation/substitution to ignore trading partner while clearing the documents.
    We have extended the above validation/substitution for the related company code to clear the documents.
    Regards,
    Deep

  • Error Message "No batch input data for screen SAPMF05A 0700" for FV60&FB60

    Dear All,
      I doing a BDC Upload program for Create Vendor Invoice and Park using FV60 ,But i can't upload successfully by Batch Input method and i am gettin the Error Message "No batch input data for screen SAPMF05A 0700'.I tried using FB60 and got the same error message. When i do in the direct method i can able to do it ,But can't park the document successfully and can do it untill sumilate only.
    How to overcome this issue and if you already encounter this kind of problem please advice me.
    Thanks in Advance.
    Deesanth

    Hi,
      Below is my recording.
        perform bdc_dynpro      using 'SAPMF05A'     '1100'.
        perform bdc_field       using 'INVFO-ACCNT'  gwa_inv_up-lifnr.
        perform bdc_field       using 'INVFO-BLDAT'  gwa_inv_up-bldat.
        perform bdc_field       using 'INVFO-XBLNR'  gwa_inv_up-xblnr.
        perform bdc_field       using 'INVFO-BUDAT'  gwa_inv_up-budat.
        perform bdc_field       using 'INVFO-MONAT'  '9'.
        perform bdc_field       using 'INVFO-BLART'  gwa_inv_up-blart.
        perform bdc_field       using 'INVFO-WRBTR'  gwa_inv_up-dmbtr.
        perform bdc_field       using 'INVFO-WAERS'  gwa_inv_up-waers.
        perform bdc_field       using 'INVFO-XMWST'  gwa_inv_up-xmwst.
        perform bdc_field       using 'INVFO-MWSKZ'  'P0'.
        perform bdc_field       using 'INVFO-SGTXT'  gwa_inv_up-sgtxt.
        perform bdc_dynpro      using 'SAPMF05A'     '1100'.
        perform bdc_field       using 'BDC_OKCODE'   '=PAYM'.
        perform bdc_field       using 'INVFO-GSBER'  gwa_inv_up-gsber.
        perform bdc_dynpro      using 'SAPMF05A'     '1100'.
        perform bdc_field       using 'BDC_OKCODE'   '=BS'.
        perform bdc_field       using 'INVFO-ZLSCH'  gwa_inv_up-zlsch.
        cnt = 1.
        cnt1 = 1.
        clear gwa_inv_line.
        loop at gt_inv_up  into gwa_inv_line  where indic = 'D'
                                       and count = gwa_inv_up-count.
          if cnt1 gt 1.
            concatenate 'ACGL_ITEM-MARKSP(' cnt ')' into fld.
            perform bdc_field using fld 'X'.
            perform bdc_dynpro using 'SAPMF05A' '1100'.
            perform bdc_field using 'BDC_OKCODE' '=0005'.
          endif.
          concatenate 'ACGL_ITEM-HKONT(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-lifnr.
          concatenate 'ACGL_ITEM-SHKZG(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-shkzg.
          concatenate 'ACGL_ITEM-WRBTR(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-dmbtr.
          concatenate 'ACGL_ITEM-MWSKZ(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-mwskz.
          concatenate 'ACGL_ITEM-SGTXT(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-sgtxt.
          concatenate 'ACGL_ITEM-GSBER(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-gsber.
          concatenate 'ACGL_ITEM-KOSTL(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-kostl.
          concatenate 'ACGL_ITEM-PROJK(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-posid.
          concatenate 'ACGL_ITEM-FISTL(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-fistl.
          concatenate 'ACGL_ITEM-FIPOS(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-fipos.
          concatenate 'ACGL_ITEM-GEBER(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-geber.
          perform bdc_field       using 'BDC_CURSOR' fld.
          cnt1 = cnt1 + 1.
        endloop.
        perform bdc_dynpro using 'SAPMF05A' '1100'.
        perform bdc_field  using 'BDC_OKCODE' '=BS'.
        perform bdc_dynpro      using 'SAPMSSY0' '0120'.
        perform bdc_field       using 'BDC_OKCODE' '=BP'.
        call transaction 'FB60' using gt_bdcdata mode 'N' pdate 'S'
                                        messages into gt_bdc_messages.
    Thanks,
    Deesanth

  • No batch input data for screen SAPMF05A 0700 --Parked Document.

    Dear Gurus,
               One of my user park a document like this . Debit - Expense GL (Service Tax attached to this GL) , Debit - Vendor and Credit - Bank . Now when trying post it through FBV0 it shows error as No batch input data for screen SAPMF05A 0700
    . Now instead of automatically deducting service tax GL which is attached to expense GL  , if we manually entered that Service tax GL then system is allowing to post the park document through FBV0 . But we don't want to manually enter service tax GL.So please suggest.

    Hi Biraja,
    If any of the following matches with your parked document, then please refer OSS Note 145172 - FIPP: BI data for screen SAPMF05A/0700 not availble.
    The tax was entered manually in the subledger account item in the parked document.
    The 'Document currency' checkbox (VBKPF-XBWAE) in the header of the parked document has not been activated.
    The exchange rate of the participating currencies changed between parking and posting.
    For the company code global data (Transaction OBY6), the value '2' or '3' has been defined in the 'Crcy transl. for tax' field (T001-TXKRS).
    Thanks

  • No batch input data for screen sapmf05A 0700 during BD20

    Hi,
    In BD20, when there are multiple idocs, after the first idoc is succesfully processd, the other idocs fail, as the first one has locked the screen and we get the message No batch input data for screen sapmf05A 0700. Then the other idocs end in error.
    Any pointers to solve this?

    There are no errors...It is because the first idoc has locked the screen, This error is appearing.

  • How can I "clear" my old IPad? I'll sell it and must restart it from the begining as new, create new Apple ID,etc?

    How can I "clear" my old IPad ? I'll sell it and must restart it from the begining as a new one. To leve it as when I had purchased it.

    Settings>General>Reset>Erase All Content and Settings

  • I deleted all my photos and videos and then delete the deleted files but the photo app is still taking up 12 GB of space and I have no room for new stuff.  How can I clear the memory space used by my deleted videos and photos?

    I deleted all my photos and videos and then delete the deleted files but the photo app is still taking up 12 GB of space and I have no room for new stuff.  How can I clear the memory space used by my deleted videos and photos?  I don't know why the photos are still taking up space and if I will have to reset my phone to get rid of the problem.

    Hey there TowneJ,
    Welcome to Apple Support Communities.
    The article linked below provides troubleshooting tips that’ll likely resolve the issue that you’ve described, where deleted files appear to be taking up space on your iPhone 5.
    If you get a "Not enough free space" alert on your iPhone, iPad, or iPod touch - Apple Support
    So long,
    -Jason

  • Time Machine Locked after MacBook Air reformatted. My MacBook Air was overfull due to an Address book issue (duplication) so after many attempts to clear space, I ended up wiping out the system and reloading Lion.

    Time Machine Locked after MacBook Air reformatted. My MacBook Air was overfull due to an Address book issue (duplication) so after many attempts to clear space, I ended up wiping out the system and reloading Lion. This resulted in the Time Machine thinking that it was now connected to a different computer. Apparently this diables the existing information. 
    Now I can see that the back-ups exist (back to Sept 2012) but they are greyed out, therefore unavailale to restore. Again, this seems like an issue that shouldn't be happening. The whole point of the Time Machine is to enable reinstatement of data after catastrophic failure. What if my computer actually had to be replaced due to a hardware issue? How would I beableto restore anything?
    The path already (unsuccessfully) taken;
    Open Library on the computer, Open Time Machine, Select Correct date, drill down to correct data you wish to restore, click "Restore".
    This did not work because the correct date was greyed out. Restore key was greyed out.

    Time Machine Locked after MacBook Air reformatted. My MacBook Air was overfull due to an Address book issue (duplication) so after many attempts to clear space, I ended up wiping out the system and reloading Lion. This resulted in the Time Machine thinking that it was now connected to a different computer. Apparently this diables the existing information. 
    Now I can see that the back-ups exist (back to Sept 2012) but they are greyed out, therefore unavailale to restore. Again, this seems like an issue that shouldn't be happening. The whole point of the Time Machine is to enable reinstatement of data after catastrophic failure. What if my computer actually had to be replaced due to a hardware issue? How would I beableto restore anything?
    The path already (unsuccessfully) taken;
    Open Library on the computer, Open Time Machine, Select Correct date, drill down to correct data you wish to restore, click "Restore".
    This did not work because the correct date was greyed out. Restore key was greyed out.

  • We have only GL SAP document number. how to find Vendor clearing document by these GL Document number please suggest and suggest Tcode.

    We have only GL SAP document number. how to find Vendor clearing document by these GL Document number please suggest and suggest Tcode.

    Hi Mahesh,
    To display a document, proceed as follows:
    Tcode : FBL1N (Vendor Line Item Display)
    1-Select option's.
    2- List
    Regard's.
    Cem Ates

  • I am unable to clear my recent call list. Both the 'missed' and 'all' numbers appear even after deleting. It was happening on ios 7.0.4 and is present on 7.0.5. Any help.

    I am unable to clear my recent call list. Both the 'missed' and 'all' numbers appear even after deleting. It was happening on ios 7.0.4 and is present on 7.0.5. Any help.

    No.
    You got 2 more basic troubleshooting steps left before you make an appointment with the Apple genius bar for an evaluation:
    Restore from backup
    Restore as new
    http://support.apple.com/kb/HT1414

  • I have ipod nano 6G.I was trying to restore it to clear all the data but it showed error 1439 and couldn't restore.I tried every method given in errors help page but nothing worked.What should i do?

    I have ipod nano 6G.I was trying to restore it to clear all the data but it showed error 1439 and couldn't restore.I tried every method given in errors help page but nothing worked.What should i do?

    Just in case (even though your symptoms aren't explicitly mentioned in the document), let's check to see if there's a LSP problem in play here:
    Apple software on Windows: May see performance issues and blank iTunes Store

  • FBRA: No batch input data for screen SAPMF05A 0700

    Hi Gurus,
    I am processing transaction code FBRA on foreground. The document that i am trying to reset involves a foreign currency transations which revaluated periodically.
    When I try to reset the document it gives me noteice that "exchange rate differences were posted, clearing document will be reversed. do you want to continue?"
    When I press OK, it ask me to enter ther reversal reason "02". Then it gives me an error that "no batch input data for screen SPAMF05A 0700"
    Please help me to solve this.
    Many thanks!
    -JUN-

    Dear JUN,
    All this is telling you is that there is some piece of information that you are not supplying the batch input session. You can analyse the session in SM35 to see what's missing.
    Reward points if it is helpful.
    Thanks and Regards,
    Naveen.

  • I have a dialog window on my iPad2 labeled iCloud Bakup -- the iPad hasn't been backed up in 4 weeks. The screen is frozen. I can't clear away the dialog box to close down iPad and I can't get to settings to make any changes there. Ideas?

    A dialog box has appeared on the screen of my iPad2 and has frozen the device so that I can't close it down or make changes to the settings. The titel is "iCloud Backup" and it reads: This iPad hasn't been backed up in 4 weeks. Backups happen when this iPad is plugged in, locked, and connected to WiFi.
    I'm not sure why it hasn't backed up but I can't do anything to clear the dialog box, turn off the device or get to any settings or apps on the device.
    Any suggestions? Please help -- I'm caring for my mother in hospice and don't have time to deal with this at the Apple Store!

    Welcome to Apple Support Communities
    Hold Sleep and Home buttons for 10 seconds until the device restarts, so you will be able to use the iPad again.
    It will try to make a backup every time your iPad is plugged to the charger and connected to a network. To prevent that this message appears soon, open Settings > iCloud > Storage & Backup, and choose Backup Now

  • How to clear the open documents in case if document currency and local curr

    Hi,
        Can anyboday advise how to clear the open document of a particular vendor for a particular company code. Here the issue is that balace is netted to Zero in the document currency but not in the local currency. The document was posted in Currency CAD and the local currency is GBP.
    When i check the FBL1N, there is it showing net balance is ZERO, but document is still in open
    status. I tried using Transaction code F-44, but it is not allowing me.
    Can anyboday advise how to perform this. Points will be awarded.
    Regards,
    Sree.

    Hi,
    In the Company code global parameters(OBY6),select the check box "NO FOREX RATE DIFF.WHEN CLEARING IN LC"
    and try clearing again.(You can have a F1 help on the check box to see what exactly it is).
    Hope this will resolve
    Assign points if useful
    Thanks
    Aravind
    Edited by: Aravind Aitipamula on May 22, 2008 1:36 AM

Maybe you are looking for

  • Trouble with "Fast User Switching"

    Leopard 10.5.1 MacBook 2.4, 160 gig. I enabled Fast User Switching, and I see my account in the upper right part of the screen. However, my account is the only one that shows, yet I have two others. Also, When I asked the login screen to show a list

  • Business systems not showing in I.D( Integration Directory)

    Hi Guys, I Completed the Configuration up to I.R( Integration Repository). in integration Directory i created a scenario. under Service without party when i am trying to assign Business systems. it is not showing any Business Systems. i already Creat

  • Sending email with attatchements

    hi everyone, Im having difficulties sending an email with an attatchment. Basically what im trying to do is send a web pages HTML along with 2 pdf files. The html i send should result in the email looking like a webpage with 2 files added as attatchm

  • Adding existent (not custom!) fields to shipping adress in shopping cart

    Hey community, we want to show some more shipping adress fields in the shopping cart (SRM 7.13). Quite simple, we thought... only the existent fields "NAME_3" and "NAME_4" should be displayed. But we were not able to do that. We tried the following s

  • ITunes says that my iPhone doesn't authorize my computer to access it

    Hi! When I plug my iPhone in my MacBook Pro (with a new clean install of Mavericks) and I open iTunes it says that iTunes is waiting for autorization from the iPhone. The problem is that nothing happens on the iPhone and iTunes just says that my iPho