Field BSET-FWSTE (1) is not an input field

We currently have SAP ERP Central Component 5.0 and have recently applied support packs (we are on SAP_APPL - SAPKH50017).  Something changed with the inbound function module:  IDOC_INPUT_INVOIC_FI
When we have an incoming invoice via an IDoc using function module IDOC_INPUT_INVOIC_FI, we get the error message:  00347 Field BSET-FWSTE (1) is not an input field.  Our IDoc does NOT have a tax amount, it has  segment #E1EDP04 with values: MWSKZ = E and TXJCD = WI0000000.
If we feed in this Idoc via WE19 in foreground, we can see that this error is only a warning, and can press enter and the IDoc creates the invoice without a problem.
What do we need to change to get this IDoc to create an invoice in the background?

hi Bonnie,
can you run in E mode (stops in case of Error) and se what happens? What is the screen name and number where this problem occurs? If this is in a table control  think that instead of  BSET-FWSTE(1) it should be BSET-FWSTE(<b>0</b>1)
ec

Similar Messages

  • IDOC_INPUT_ORDERS error Field RV45A-VBAP_SELKZ (1) is not an input field

    Hi,
    We got one error message while processing one inbound idoc with IDOC_INPUT_ORDERS function module and the idoc status is 51
    status message 'Field RV45A-VBAP_SELKZ(1) is not an input field'.
    We have tried to reprocess the same idoc through BD87 but we got the same message.
    We have created one more idoc with same input data, it went successfully
    Could any one please tell us why this idoc is raising this error message, what is the root cause
    Please help us in resolving this issue
    Thanks in advance.
    Raju

    Which version dou you have, there was an old OSS [Note 457605 - SD EDI: 00 347, Field RV45A-VBAP_SELKZ (1) is no input field|https://service.sap.com/sap/support/notes/457605] (january 2002) and [Note 511508 - SD EDI ORDERS: returns fail with satus 51 when several item|https://service.sap.com/sap/support/notes/511508] (april 2002)
    Regards,
    Raymond

  • VBEP-WMENG (1) is not an input field.

    I am creating a new sales order or addition of new line items to existing sales order.
    while creation from IDOC, getting this error which is preventing the sales order creation.
    it is only happening to one sales area, rest works fine.
    The idoc does not proceed and we are receiving an idoc error "VBEP-WMENG (1) is not an input field."
    Can someone help me how to address this problem?
    Thanks,
    Edited by: Rob Burbank on Mar 30, 2010 1:26 PM

    Hi,
         Back on SDN now, and saw one of my own queries. and thought i should post my solution.
    for me it was VBAP-ABGRU(2) field, and there were changes in program 'MV45AO0F_FELDAUSWAHL' which actually led to this error. 
         'CHECK RV45A-ZEILE_LEER IS INITIAL.' statment was deleted and caused issues in PR.
         check if it helps...
    Thanks.

  • Create Sales Order with ES and LORD throws "not an input field"

    Hello,
    Im am getting the error:: "Field AUART is not an input field"
    I am trying to use the enterprise service: PurchaseOrderRequest_In for creating a Sales Order in ERP. I have done the settings under:
    - (IMG: Sales and Distribution -> Electronic Data Interchange -> EDI Messages -> Configure EDI Partners -> Convert External To Internal Partner Numbers )
    - (IMG: Sales and Distribution -> Electronic Data Interchange -> EDI Messages -> Configure EDI Partners -> Assign Customer/Vendor To Sales Organization Data )
    - Customizing transaction WUFWUF -> Transformations , application CL_PUR_PURCHASEORDER_RQ
    - SD_01 business function is activated
    Now when I send in a message I can monitor the errors in /SAPPO/PPO2 I get a list of errors telling me:
    "Field AUART is not an input field" and the same error for 5 other fields. If I debug the method I can see that the table LORD_MAPPING is read. It also looks like the service actually calls program SAPMV45A with screen 4440. This screen does not contain the fields with error. The errors are caught in
    class: CL_LORD_OBJECT
    Method: DO_IMPORT_MAPPING
    Line: 58-72
    , due to <field_inpmod> eq '0'. This is the input mode for the screen used.
    Any pointers to what I have missed would be greatly appreciated.
    Best regards,
    Emil Jessen

    check function group XVED. Within this function group there are some includes that allows you to change the behavior of SAP while creating the sales order after EDI inbound.
    There are the two includes ZXVEDU03 (to add additional data from the IDOC to the sales order) and ZXVEDU04 (to modify the batch input for creating the sales order). Maybe you can find your fields in here and clear them, so that SAP doesnt try to change the order-type field in EDI processing.
    In case you want to allow certain fields to be editable, check userexit MV45AFZZ form "userexit_field_modification". There you can set fields editable or not.
    Example:
    CASE screen-name.
        WHEN 'VBAP-MVGR3'.
          IF sy-tcode = 'VA01'.
            screen-input = 0. " 0 = field NOT editable, 1 = field editable
          ENDIF.
    ENDCASE.
    Regards
    Ralf

  • IDOC Error: VBEP-WMENG (3) is not an input field

    Hi,
    I am creating a Scheduling Agreement and consequently an IDOC is being created.
    However, the idoc does not proceed and we are receiving an idoc error "VBEP-WMENG (3) is not an input field."
    Can someone help me how to address this problem?
    Thanks,
    GC

    Hi,
         Back on SDN now, and saw one of my own queries. and thought i should post my solution.
    for me it was VBAP-ABGRU(2) field, and there were changes in program 'MV45AO0F_FELDAUSWAHL' which actually led to this error. 
         'CHECK RV45A-ZEILE_LEER IS INITIAL.' statment was deleted and caused issues in PR.
         check if it helps...
    Thanks.

  • Error: Field BNKA-BNKLZ . is not an input field

    Dear Experts,
    My client following vendor creation process is as follows
    Requestor logs his request into EP -> it is recorded into MDM -> after approval from central team, it syndicate into SAP -> Idoc entry -> Table entry
    Now in case of vendor request comes with bank data, Idoc gets failed with error message u201CField BNKA-BNKLZ . is not an input fieldu201D
    Message no. 00347
    Diagnosis:
    A transaction is processed using batch input.
    System Response:
    The runtime error field xxx occurs (invalid entries)
    Procedure:
    Correct the batch input data. Depending on the processing scenario, this can affect either of the following objects:
    Batch input session
    CATT procedure
    Application program
    If I reprocess this Idoc in foreground mode in Tcode: WE19 it is getting successfully posted.
    Kindly help me to resolve this issue.
    Regards,

    Can it be that you have bank data in your vendors for banks that are not yet created.
    if you create vendors manually then SAP is creating the bank master record automatically in background if not present when you entered bank data in the vendor master.
    But in IDOC processing, SAP just focus on the master data transferred with the IDOC, it creates vendor masters, but it does not create  central address data  nor bank data.
    you have to create the banks as a preceeding step to vendor creation.

  • BPEL Console not showing input fields for process

    I'm having a problem with our BPEL processes. When testing them in the BPEL Console the form for entering the input fields does not appear, even when switched to XML entry instead of HTML.
    The problem seems to occur in processes which take their input schemas from a different directory from the BPEL process. This was working fine in Oracle 10.1.2. We can successfully load the schema by entering its URL, and if the process is started without entering any data, the input message is correctly generated, just with all fields empty. So it seems like the schema is being found.
    When both the input and output schemas are specified inline in the project WSDL file, it works correctly. The problem occurs when referencing the schema in a different location. We have numerous projects which share common schemas, so specifying them all in-line is not a workable solution.
    Has anyone else encountered this problem, or found a solution to it?
    Thanks for your help.
    Howard

    I have similar process where I am able to see the instance incomplete process C, the issue is with the present process.
    actually process B and C are from production I have designed the new process A, which is calling B and B is calling C.
    I have also designed other process A1(new) which is calling B1(existing) and B1 is calling C1(existing), there I am able to see the instance of C1
    dont know why it is happening like this for process C
    please advice
    thanks
    yatan

  • OM IT 1005 not showing input fields in PPOME & PPOCE

    Hello friends,
    The business requirement is:
    add IT 1005 Planned Compensation as a tab page in T.code PPOME/PPOCE
    I configured the following in system:
    - IMG>Personnel Mgt>Org Mgt>Hierarchy Framework>Integrate New Infotype> >Add Infotype as Tab Page in Detail Area>Define your onw tab page>Tab Page Definition (this is option one)>
    I added Tab page as z1005, ticked infotype specific and infotype 1005
    Scenario Definition (Hierarchy Framework) > select OME0 >
    Tab Page in Scenario for each Object Type >
    I entered object type S (as we need it for Position), tab page: z1005, and respecitve sequence, I did not enter any report name, screen no, FM for Icons and Donot display is unchecked.
    Once I did this configuration and run PPOME tcode I got the tab page there but in the input fields it is blank and showing text like ##################### just a row like this.
    However when I do the same configuration for IT 1050 Job evaluation, it is working fine there. But 1005 is throwing the above error.
    Can anybody faced the same problem and resolve the above issue or incase some SAP Notes are available for the same.
    thanks
    Sunny

    Hi,
    Please check the table - T77OMTABUS.
    Regards
    Priya

  • Additional text field in Infoset deleted but not reflected in field selection in Query

    Hi,
    I have deleted an additional text field in infoset. It was used in one query.
    Even in the query it is deleted, but when in field selection screen i am not able to delete.
    If i try to execute the query, I get dump (syntax error) saying in field type(additional field) doesnot exist.
    Can anyone pleassseee help me in this.

    Hi San,
    I am trying to understand. How could you separately delete an additional text field associated with a main field?
    Jogeswara Rao K

  • Current version of Safri open showing not proper input field

    I hope apple notice the problem already and fix the problem as soon as possible.
    input filed duplicated unnecessirily and it block the view of page as you can see on the picture.

    Did you try a different browser.
    you can submit your feedback to Apple:
    Apple Feedback http://www.apple.com/feedback/

  • Fields recorded at formscentral does not match the field order in form

    Is it possible to change this? I know I can re-order them from within formscentral but is it possible to adjust form to send them in the right order in the first place?
    Thanks,
    D

    Not that I know of. You might have more luck asking the Acrobat Form forum
    http://forums.adobe.com/community/acrobat/forms
    Gen

  • Not getting field value in Input field of field exit

    Hi all
       I  am using field exit for data element GWLDT in transaction code IE02. But in this field exit I am not getting the value entered in the field "Begin guarantee date(GWLDT)" in the INPUT field of field exit.How I can get the value in the INPUT field of field exit?
    Regards
    Deepak

    Use this statement in source code.
    output = input.

  • Pressing tab key within table not scrolling to next input field

    Hi All,
    I have a table with editable and read only fields. I have more than 20 columns. When the tab Key is pressed it scrolls only to the editable fields that are in the visible screen. It does not scroll the table to the right to the next input field.
    However if I change the screen size so that the scroll bar is required for the browser then it will scroll across moving the browser scroll bar, moving the cursor to the input field that was not visible. Again it does not go further moving the scroll bar within the table to the next editable field to the right.
    The table has been set to scrollable with the scrollable column count set to 8.
    We are using explorer 8 on 7.01
    Is it possible to have the tab key move from input field to input field scrolling the table to the next input field if it is not visible yet?
    Thanks
    Bruce

    What you describe sounds like the correct functionality.  If you set a scrollable column count, only the visble rows are actually rendered on the client side.  When you use the horizontal scroll bar, you are triggering a server side event to retrive the next set of visible columns.  Therefore the browser doesn't actually know anything about non-visible columns and hence the tab can't go to them.
    When you increase the number of visible columns (or don't set anything for visible column) you render al the columns on the client side and use the browser scrolling.  Therefore the tab works.

  • Cursor not appearing in password input field

    Hi All,
    I know this is probably going to be a bit of a long shot but i have got two fields on the front screen of my web dynpro for abap, with the second field set as a password field.
    When I tab through the fields the cursor apears in the first field but when I press tab again to move to the second password field, although it highlights the field the cursor does not appear so I cant start typing without actually using the mouse to click in the field!
    If i place the password field first or make it a normal input field rather than a password field this problem goes away but obviously these are not valid solutions to this problem.
    Any ideas would be much appreciated.
    Mart
    P.s. i am not 100% certain about this and not sure if it will help with a solution but i believe this bug has only surfaced since we upgraded to the lastest patch level!

    Hi All,
    Before I raise a support ticket with SAP I was just wondering if anyone ever found a solution to this problem. Have managed to put off finding a solution for as long as possible:-( Only solution i have find so far is to capture the user pressing enter and then passing the focus onto the password field but this is not great as the user has to press enter instead of tab which is not particulally intuative.
    Regards
    Mart

  • How to pass value from new pop up window to the input field

    Hi,
    i have a F4 help on a input type field and adjacent to that two more input fields, on clicking the help on the first input field a new pop up window opens, the value in this pop up window is to be selected to give the value in that field and the other two values should be appeared in the input type. suppose the pop up window has three fields "15   LIMA  PLANT   45802 ", so on clicking it in input field only 15 should go to the firstinput fields and "LIMA PLANT" and "45802" should go to new window
    do anyone know this?

    avoid duplicate threads
    F4 help in dropdownlistbox and values in input fields
    if you feel that the thread heading or content is not what you wanted, you can edit it and leave a note in the same thread that you have edited it.
    Raja

Maybe you are looking for

  • Memory leak with fmle 3.2

    hi all, I use fmle to stream content to wowza server but I have some issue after checking what's happened, I detected that fmle was eating memory.. and it's very easy to reproduce I reproduced on several machines : 1) start encoding 2) push cpu at ar

  • How do I find the code for Apps for iPads?

    I want to get a free app for my IPad bur I can't find the right code. I've tried the name and the letters after it, the type and the numbers after that but it's always wrong!

  • Button in a table row to get value of a column.

    Hello, I am following [this thread|Re: Problem with getting table element's table row] to get the value of a column up on button click (the button is in the same row). Here is the code in wdDoModify () if (firstTime)           IWDButton button = (IWD

  • Removing my second start up disk

    Hello all, I have two disks on my Macpro, and I have an old Lion (10.7) start up disk installed on the second hard drive that I'd like to remove. Anyone able to break down the steps to remove it?

  • How to dump array created by 'getrows method' into spreadsheet??

    hi, I'm sorry but I'm not goot as English. I'm trying to dump oo4o dynasets into farpoint spreadsheet without looping. first, I created the array of variant type through the 'getrows' method of oo4o. the 'getrows' method copies records from a Dynaset