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

Similar Messages

  • Conflicting Error Messages in Batch Input Screen SAPLCOIH 3000

    Hi,
    Appreciate it if someone could guide me on a small batch input issue I have with the creation of a new work order and attempting to place costs in a specific line of a value category. I am able to work out and try to place the cursor in the field I need (PMCOEA-SKOSTENKGR(8)) but when I run the bactgh input session it comes up with the error message "No batch input data for screen SAPLCOIH 3000". When I try and alter this to throw the screen required I then get the message "Field PMCOEA-SKOSTENKGR(8) does not exist in the screen SAPLCOIH 3000"?
    I am confused by this. can any one shed any light on this please?
    Thanks

    Hi,
    Thanks for your reply. Yes I have also tried both stepping thru the process online and in background with the same outcome. I'm tring to understand whether there is an issue with trying to supply estimated cost details via batch input. All my other screen processing up to this point (including adding all work order header, notifications and long text information) works perfectly and without problem. The batch input tells me to supply this screen but when I do I get a conflicting error that it is not the correct screen. I'm trying to find whether I should be supplying a subscreen instead.
    Any further help appreciated.
    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.

  • 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.

  • 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

  • LSMW - No batch input data for screen SAPLMGMM 0060

    Hi,
    I'm using LSMW to extend the MRP 4view of material master, but when I execute the batch input
    session, I got the error message:
    "No batch input data for screen SAPLMGMM 0060"
    What happened?
    Kindly please advise.
    Thanks.

    Please let me know for all the Material your Plant & Stor Locn is same. If same do like this:
    Before Recording Go to MM01 and Click on Views and select all only MRP views and set them as default and mark the option View Selection only on request and save. Then click on Orgn levels Here also do the same thing give Extending Plant & Stor Locn, Reference Plant & Stor locn Default them and Mark the option Orgn/Levels only on Request and save.
    So that when you try to create material master it wont ask views / orgn levels.
    Now in Flat file remove input Industry Sector, Material Type and Copy from Values and MRP Values and try to upload.
    Or Try as Kiran said.
    Hope you will understand this process.
    Regards,
    Ashok

  • Incoming IDOC Error "No batch input data from the screen SAPMV45A 4001"

    Hello ,
    The Incoming IDOC with Message type 'ORDERS' is triggering the error message "No batch input data from the screen SAPMV45A 4001" with message no 00344 . There is an SAP note 785000 to handle this type of error message which has been already implemented. Still we are encountering few IDOC error's  at the time of sales order creation. The IDOC reaches status 51 throwing the error which is again reprocessed through BD87 .
    We are unable to replicate the similar scenerio in Development & Testing systems as it works fine.
    Can any one kindly advise how to eliminate the error "No batch input data from the screen SAPMV45A 4001" message at the time of Incoming IDOC processing.
    Thanks in advance.
    Best Regards
    Sateesh

    Dear Sateesh
    Check this link where the same topic was discussed
    [ VA01/VA02: batch-input error in IDoc processing|http://www.sapfans.com/forums/viewtopic.php?f=21&t=313032]
    thanks
    G. Lakshmipathi

  • Error ''No batch input data for screen SAPMF05A 0701'' with interface

    Hi,
    While I ran an interface from our legacy (vendor invoice), this message appeared in AL11 ''No batch input data for screen SAPMF05A 0701''  I saw in the pass ''No batch input data for screen SAPMF05A 0700''  but never 0701.  I'm not able to find a lot of documentation that help me.  Does anyone know what can cause this?

    HI,
    You can check by yourself the reason of the error in the following way,
    related to note 26050.
    Please check all the 3 points and furthermore please follow the
    third that says:
    1.  Call up Transaction FBV0 and branch to the list.
    2.  Select the parked document in which the termination occurs, and
         create a batch input session via 'Edit -> Create batch input'. Then
         process the batch input session in the foreground.
    Processing the batch input in foreground, You will be able to find out
    the reason of the error message You have.
    So, please call transaction FBV0   > Push the button "Document list"   >
    Execute then choose the document You want to post and push the button
    "Create batch input"    > When the batch input session is created, go
    to transaction SM35 and run it in foreground in order to find out
    the problem.
    Kind Regards,
    Fernando Evangelista

  • Error "No batch input data for screen" in BDC for Tcode CN22

    Hi,
    The issue is When teh BDC code is run by Functional guys we are facing the error as "No batch input data for screen SAPLCONW 1100", when I am trying teh change the Network Activity Level User field in Tcode CN22. When I execute the same BDC code with Developer User id, it is executing perfectly.
    I have checked the User Profiles for both functional and Technical and both are same. What is my solution now?
    Regards,
    Deepthi.

    Hi
    Take Recording using the functional guy log in there might be user depended screen  sequence
    Regards
    Nilesh Gaikwad
    Edited by: Nilesh  Gaikwad on Jan 26, 2010 10:49 AM

  • No batch input data for screen  for VF01

    Hi All,
    Iam trying to to create billing document using  BDC for VF01 with  sales order. For single line item it is working fine and that to in Mode 'A'. But while  creating invoices using multiple sales orders  , Iam getting the following error.
    No batch input data for screen 'SAPMV60A' '0102' . Error  - 0344. 
    Kindly help me as I was strucked here.
    My code .
        PERFORM bdc_dynpro      USING 'SAPMV60A' '0102'.
        PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'KOMFK-VBELN(01)'.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                      '/00'.
        PERFORM bdc_field       USING 'KOMFK-VBELN(01)'
                                      gwa_bdc-vbeln.
        PERFORM bdc_dynpro      USING 'SAPMV60A' '0104'.
        PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'VBRK-FKART'.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                      '/00'.
        PERFORM bdc_dynpro      USING 'SAPMV60A' '0104'.
        PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'VBRK-FKART'.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                      '=SICH'.
        REFRESH messtab[].
        CALL TRANSACTION 'VF01' USING bdcdata
                         OPTIONS FROM wa_options
                         MESSAGES INTO messtab.
    Please <removed by moderator> help.
    Thanks ,
    Srikanth.A
    Edited by: Thomas Zloch on Sep 15, 2011 1:47 PM

    Hi Jurgen
      LOOP AT git_bdc INTO gwa_bdc.
       refresh messtab[].
        PERFORM bdc_dynpro      USING 'SAPMV60A' '0102'.
        PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'KOMFK-VBELN(01)'.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                      '/00'.
        PERFORM bdc_field       USING 'KOMFK-VBELN(01)'
                                      gwa_bdc-vbeln.
        PERFORM bdc_dynpro      USING 'SAPMV60A' '0104'.
        PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'VBRK-FKART'.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                      '/00'.
        PERFORM bdc_dynpro      USING 'SAPMV60A' '0104'.
        PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'VBRK-FKART'.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                      '/00'.
        PERFORM bdc_dynpro      USING 'SAPMV60A' '0104'.
        PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'VBRK-FKART'.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                      '=SICH'.
        REFRESH messtab[].
        CALL TRANSACTION 'VF01' USING bdcdata
                         OPTIONS FROM wa_options
                         MESSAGES INTO messtab.
    Error message population....
    REFRESH bdcdata[].
    ENDLOOP.
    Thanks,
    Srikanth.A

  • No batch input data for screen SAPMSSY3 0131 in Sales order IDOC

    I am processing Sales order IDOCS in status 64 using RBDAPP01 .Some of them error out to status 51 with the message -
    No batch input data for screen SAPMSSY3 0131 .
    I know the standard IDOC inbound process tries to simulate the posting in a BDC like process.
    Now, I went to we19 and the screen hangs up in a pop up in the partners tab with partner type 'WE' and my shipto (which is actually filled in the IDOC), missing..upon repeatedly hitting enter, it goes thru and an idoc is posted in status 53. But still unable to get through the root of this issue.
    Any, insight will help.

    Hi,
    I think the pop-up is generated through and user-exit for which recording is missing. This is why your idoc stays in status 64...
    Handle the screen recording in the user exit IDOC_INPUT_ORDERS
    user exit routine
    PERFORM customer_function_dynpro.
    FORM CUSTOMER_FUNCTION_DYNPRO.
      CALL CUSTOMER-FUNCTION '002'
        EXPORTING DXVBAK   = XVBAK
                  DVTCOMAG = VTCOMAG
                  DLAST_DYNPRO = LAST_DYNPRO
                  DXMESCOD = IDOC_CONTRL-MESCOD
        TABLES    DXBDCDATA = BDCDATA
                  DXVBAP    = XVBAP
                  DXVBEP    = XVBEP
                  DYVBEP    = YVBEP
                  DXVBADR   = XVBADR
                  DYVBADR   = YVBADR
                  DXVBPA    = XVBPA
                  DXVBUV    = XVBUV
                  DIDOC_DATA = IDOC_DATA
                  DXKOMV    = XKOMV
                  DXVEKP    = XVEKP
                  DYVEKP    = YVEKP
        EXCEPTIONS
                  USER_ERROR = 01.
    Regards,
    Krishnakumar

  • No batch input data for screen SAPMSSY0 0120

    HI All,
    I am trying to process an Inbound IDOC via IDOC_INPUT_ORDERS. But when I do this I am getting the following message:
    No batch input data for screen SAPMSSY0 0120
    And the IDOC goes into error.
    When processing the IDOC again via WE19 in foreground, I see a screen which pops up where it states:
    <matnr> has Phase out Status, valid from 01.01.2011
    the only way to get this screen out of the way is to cancell. But this is not working when I do WE19 in background. Does anybody have an answer on this one?
    Best regards,
    Guido Koopmann

    Hi Raymond,
    I checked out your note and see that it's valid for release: SAP_APPL 470 and my version for SAP_APPL is 500 level 19.
    The SAP_BASIS version in 640 level 21.
    So would be meanig that this note is not valid for me right?
    Best regards,
    Guido Koopmann

  • No batch input data for screen  occured in Call Transaction method for PA40

    Hi,
    I creatred an interface to update an employee action data ( Change of position )  PA40 by using  Call transaction method.
    while executing the  interface, I got the below error.
    No batch input data for screen MP049100 200 
    this interface updated the first employee from file,  then after it is giving the below error frequently.
    No batch input data for screen MP049100 200
    regards,
    Ashok Reddy Revoori

    The infogroup of action Change Position may be having infotype 0491. The infotypes screen sequence is decided based on employee's country grouping and user group. For the employee where you are receiving error, infotype 0491 screen is appearing for which you do not have BDC data.

  • S00344  no batch input data

    Hello Experts,
    I am a newbie in eCATT and was trying to execute the test script KS01 to create cost centers. I created the script, variants, downloaded the variants, created the test file and when I run the script in background I get the error
    "s00344  no batch input data for screen".
    But when I run the same script in foreground its working fine. I am not sure where I am doing wrong.
    Can someone look into this and help me.
    Thanks,
    Harish R

    The reason for this error was that when I did the recording I missed to enter the value in a field which I was passing from the inout file.

  • Error message 00 344 : No batch input data for the screen SAPMF02D 0324

    Hi Experts,
    We are working with SAP CRM 4.0 and SAP R/3 6.20
    We have an important number of BDocs (type 'BUPA_MAIN' ) in status  E02 with the error message
    00 344 : 'No batch input data for the screen SAPMF02D 0324'.
    Can any one help us to explain the cause of this message and how to resolve it ??
    Thanks you in advance for your help !
    Best regards,
    Nabil.

    Any ideas ?
    We really appreciate your help !

Maybe you are looking for

  • Reverse a Invoice

    hi, I have made the Reference Filed in MIRO and FB60 a compulsory filed. But when i try to reverse a document which i created a few months back, the system giving a message saying " the Reverse is messing". I entered the reference in header details l

  • WF - doubts

    Hi, What is loop (Until) and loop (While) in workflow?. In which case fork(parallel processing) will be used and how it will be used ?. Regards, Siva

  • Why wont my white N97 software update?

    My software version is V10.0.012, I have been trying to update to the 11.2.012 for 3 days but without success. Can anybody tell me why this is and when I can expect my white unbranded N97 will be updated?  Another question, I answer my calls by press

  • Can't test website

    i downloaded visual studio and made a website using an (unedited) template it worked once and then i tried it again and it said "unable to connect to the configured web development server" how do i fix it? thanks in advance

  • Ipod Stuck On Language Menu

    Ok so i bought an old 4g Ipod U2.... it's new... open box, and i have the apple care warantee and everything so i'm good for 2 years i got it yesterday and i can't get it out of the language selection menu.... yes i've tried to reset, restore and eve