BAPI_EQUI_CREATE / SPARTE

Dear Experts,
i want great an equipment wit the BAPI BAPI_EQUI_CREATE.
My Problem is i don't can fill the filed Sparte. (in the tabstrib Common)
not the  sales and distribution division(sparte).
i don ind a posibility.
Know somebody a solution.
Greatings Frank

Edited by: Frank Drescher on Sep 30, 2010 11:26 AM

Similar Messages

  • How to use BAPI_EQUI_CREATE correctly ?

    Hi, Im trying really hard to use BAPI_EQUI_CREATE. For inserting a equipment in existing Function location... but it doesnt work... there is no error... but an new equipment has been generated... I dont see it in on Transaction IH01 or in any table.  Please help, would be very nice ; )
    ... does someone have an example code (with feeding data) ?

    constants: c_b(1) type c value 'B',
                 c_e(1) type c value 'E',
                 c_03(2) type c value '03'.
    Bapi Structures
      data: wa_data_general type bapi_itob,
            wa_data_specific type bapi_itob_eq_only,
            wa_return type bapiret2.
      wa_data_specific-material = matnr.
      wa_data_specific-serialno = serial number.
      wa_data_specific-equicatgry = c_b .
    Call BAPI
      call function 'BAPI_EQUI_CREATE'
        exporting
      EXTERNAL_NUMBER         =
          data_general            = wa_data_general
          data_specific           = wa_data_specific
      DATA_FLEET              =
      VALID_DATE              = SY-DATUM
      DATA_INSTALL            =
       importing
          equipment               = p_equipament
      DATA_GENERAL_EXP        =
      DATA_SPECIFIC_EXP       =
      DATA_FLEET_EXP          =
          return                  = wa_return.
      if not wa_return-type  = c_e.
        call function 'BAPI_TRANSACTION_COMMIT'
          exporting
            wait = 'X'.
      else.

  • Validation on VKORG+VTWEG+SPART COMBINATION of my selection screen?

    Hi Experts,
    User has ability to enter the Sales Org-VKORG, Distribution channel-VTWEG, Division-SPART values in the selectuion screen, so I have to validate all this (VKORGVTWEGSPART) COMBINATION is correct, if not I have to throw an error message.
    Not sure, TVTA table helps me in this validation? if so, How to do that? or do we have any standard SAP function module to  cross-check all this COMBINATION!!
    Thank you

    Am Sorry Rob.
    Its all are parameters.
    Actually, this is a very common requirement(validation) with many many cases, so I thought, SAP might have come up (ECC) with any FM, we are on ECC
    Thank you

  • VKORG, VTWEG, SPART cannot be determined for customer C3000 , vendor VENDOR001

    Message Type is ORDERS & basic Type is ORDERS05.
    While executing IDOC, we are getting error message 51 with below message.
    Message no. VG204
    VKORG, VTWEG, SPART cannot be determined for customer C3000 , vendor VENDOR001.
    Relation with SAP values is maintained table EDPAR. but while executing IDOC through IDOC_INPUT_ORDERS, System is not collecting values from EDPAR table.
    Do we have user exit available to resolve this issue.
    Please help.
    Thanks & Regards,
    Ashish Mankar/Ganesh.

    Hi Guido,
    One of my clients are getting the same error, and without a complete access to their system its proving very difficult to resolve.
    I know about VOE4 - Mapping, where the supplier 'maps' the customers cost-centre/business unit/int ref etc to suppliers account number.
    Just wondering what is the difference between VOE2 and VOE4?
    Thanks,
    Tanzim

  • View of equipment in transaction IQ02 - BAPI_EQUI_CREATE

    Hi,
    Personnel must turn the vision of equipment in the transaction IQ02, failed by bapi BAPI_EQUI_CREATE therefore must change the value of field EQUI-S_EQUI for X, because in this way can the vision for the serial number.
    Someone would have any tips on how to do this?
    Thanks,

    ok

  • Limit MM01 according to field DIVISION (SPART) in "general data" and views

    Hi all,
    we are in a 4.0b.
    Our goal is to authorize some users to create/modify material master data (MM01/MM02) depending from the combination of views (basic data, purchasing, mrp, ..) and field DIVISION (SPART) in the "General Data" frame of "Basic Data 1" label.
    I can imagine 2 possible situations:
    1) for division (SPART) AA, AB, AC only for views K, E, S
    2) for division (SPART) ZX, ZY, ZZ only for views L,G
    From my experience I know that object M_MATE_STA (for manege views) is "stand alone" and cannot be used in join with other authorizatuions objects of class MM_G.
    I have not found any authorization object to filter the field SPART.
    Any idea ?
    Thanks
    Andrea

    Hi Andrea,
    What you ask, is possible but you would have to think of the pro's and con's of developing such business requirements.
    You could always create a Z-object with Division as a field and have the abap code modified - but as i said, do think of the outcome of the action
    My personal experience says, NOT to try tricks with the Material Master.......i am still suffering the after effects of changes made to the ABAP code 8 or 9 years back , and every fortnight we have business meetings on what should and what shouldnt be made available to end users........
    we have a spaghetti of restrictions and possible combinations of users and specifc view access restrictions built in our system - If you believe my word on this, take it for granted - that the plan you have on mind would eventually lead to a disastrous situation (as we currently face) - with business requirements going from restricitons on views for specific users to restrcitions on specific fields. 
    and the fields in material master that come from MARA (Basic Data views) are spread across in different other views and it can lead to a very complex structure to build authorizations
    EX: If you manage to restrict the user on creating or changing on the Division in Basic data, you would still have to give acess to the user to his own sales area to extend the material (object M_MATE_VKO), once the user has this access, he can go to the sales data 1 tab and change the division from A to B, this will get updated to the Basic data tab, although the user might not have access to basic data
    so be careful is what i can say................
    and good luck
    An other quick note: when you restrict users on the Basic data views, the users from Purchase department wouldnt be able to maintain the Manufacturing part number (i dont know if it applies to your company) but the intention is to highlight the difficulties with MM01/MM02
    Edited by: Shekar.J on May 28, 2010 4:16 PM

  • IDoc error: VKORG, VTWEG, SPART cannot be determined for customer PNR020 , vendor 0000010000

    Hi,
    we want to use EDI & IDoc to fulfill communication between group companies. i have done some related setting:
    scenario: PAQ(customer) as a customer deliver PO to PAD(vendor), then PAD created SO automatically:
    but PAD cant' create SO due to:   VKORG, VTWEG, SPART cannot be determined for customer PNR020 , vendor 0000010000, i also have maintained table: EDSDC, but still failed, Could someone please let me me know how to fix this, thanks.
    PAD setting:
    we20:
    table: EDSDC:

    Hi Mishra,
    Thanks for your reply, have a great day.

  • BAPI_EQUI_CREATE  to update custom fields.

    Is it possible to update custom fields in  Equipment master (EQUI table) using FM 'BAPI_EQUI_CREATE '? If yes, pls let me know which structure needs to updated.
    Thanks,
    Deepa

    I would think that just the name would be a key indicator.....CREATE but you want to Update....Why wouldn't you use BAPI_EQUI_CHANGE to update existing equipment records.  I would expect to have to extend the BAPI to handle the new fields.

  • Table for vkorg,vtweg,spart and werks(urgent)

    Hi experts,
    I have selection screen with vkorg,vtweg,spart,werks.
    i want to validate this field (to check the combination is valid or not)
    is there any table which contain all this four field.
    thanks in advance
    thanks,
    Neo

    thanks naren for your quick reply,
    but do i need to check combination.for example
    vkorg : 6000
    vtweg : 03
    spart: 02
    This all 3 values are valid but the combination is not giving me any output.
    then how do i check combination .
    thanks,
    neo

  • Description for spart(division)

    hi friends ,
    from which table i get the text description of spart (division).
    with regards.

    Hi....
    Division
    Definition
    A way of grouping materials, products, or services. The system uses divisions to determine the sales areas and the business areas for a material, product, or service.
    Use
    A product or service is always assigned to just one division. From the point of view of sales and distribution, the use of divisions lets you organize your sales structure around groups of similar products or product lines. This allows the people in a division who process orders and service customers to specialize within a manageable area of expertise.
    We can find it from VBAK table also....
    Thanks,
    Naveen.I

  • BAPI_EQUI_CREATE

    Hi Gurus,
    When Im executing the The BAPI  BAPI_EQUI_CREATE  im getting the below error.
    EITOB_FLEET          303Fleet object type FEEDER has not been set up.
    Pls give me the solution.
    thanks in advance,
    kiran. ch

    Hi Gurus,
    When Im executing the The BAPI  BAPI_EQUI_CREATE  im getting the below error.
    EITOB_FLEET          303Fleet object type FEEDER has not been set up.
    Pls give me the solution.
    thanks in advance,
    kiran. ch

  • Problem in bapi_equi_create

    Hi,
      I have to create equipment number through custom program. For this i used BAPI as ZBAPI_EQUI_CREATE. I want to map the transaction code IE31 fields into this BAPI parameters.
    But some of the fields are not there in my BAPI. So i have added those fields in my BAPI.
                   They will go to IE02/IE03 transaction for display/change the details. But whatever i have added fields into BAPI, these are not appearing into standard transaction IE02/IE03.
             If all fields are not available in my standard BAPI, then what is the best solution to map all IE31 transaction fields into standard BAPI.
    Thanks in advance.

    Hi
    Can you check any EXIT/Badi avalible for that transaction.
    using CL_EXITHANDLER=>GET_INSTANCE and even searched using 'CALL METHOD' you will find the BADI for that,
    so that you can include extra field for that Transaction.
    Thanks

  • Fill vendor number (EQUI-ELIEF) using BAPI_EQUI_CHANGE and BAPI_EQUI_CREATE

    Hi all,
    What are the parameters that I have to pass to these BAPIs in order to fill the field vendor number (EQUI-ELIEF) when creating or modifying an equipment?
    Thanks!

    Hi,
    Please check this link
    http://www.erpgenie.com/abap/1336-create-equipment-using-bapiequicreate
    Hope it helps.
    Regards
    Hiren K.Chitalia

  • Vkorg,vtweg,spart cannot be determined

    im using ORDERS05 idoc to create sales order.when im executing it in we19,the above error is displayed.can any one suggest me the process and mandatory fields in orders05.where should i give the inputs for sales area??
    Edited by: vidya sagar on Jul 15, 2009 7:49 PM

    What sense does it make to address this question to a person who did not respond to same question 2 years ago?
    Just click his user name and look at his profile :
    last logged in in January 2011 - 2 and half year ago. Do you really think that a second kiss wakes up the sleeping beauty?
    Hadn't you already made experience 2 weeks ago where you added your "I have the same problem" to a question from 2010: IDOC_INPUT_ORDERS | SCN
    You did not get any answer.
    Can you imagine why nobody else shows up?
    The questions are marked answered. It is not really beneficial to answer answered questions.
    Wouldn't it be much better to create your own discussion and explain in detail your issue and why the answers from the old discussion did not solve your problem.
    If it is the same problem, then usually the same solution should help you too, dont you think so?

  • Relations condotion price MWST and division (SPART)

    Hi,
    I have some problems when I create o modify sales orders.
    Some positions, when they are subordinated to others, don't get the MWST condition price.
    But, It' strange because only for one division, and if I create a sales order for other division, the conditions price come OK.
    Are any point in the standar Customizing where I have to link the division with the MWST condicion.
    thanks,
    Laura

    Hi Aupa,
    -->Check the condition record exists for that Division or not, if the condition is maintaining based on the division.
    -->Check the pricing procedure determination with the combination of that division in the trasaction OVKK.
    I hope it will help you
    Rgards,
    Murali.

Maybe you are looking for

  • Can I connect landline phone to the 4G LTE wireless router?

    Can I connect a landline phone to the 4G LTE wireless router?

  • Substitution in FI -NEWGL

    Hi all, Is there any substitution available only for  General Ledger view in NEW GL after document splitting took place or at the point of document splitting ??? Thanks, Sai.

  • "ComboBox Listeners"

    Have anyone ever faced all these problems togather? Scenarion: I have a View(According to the MVC structure) that extends a JFrame. In this view I have a JPanel that has comboBoxes and JTextField. These components hold different kind of data types. J

  • Adobe plugin not detected

    Hello, I downloaded an ebook that I do not arrive has to open with adobe reader. It is a secure ebook. It is has to say, that it is necessary to download a software, to put the key in this software and after the PDF opens with adobe reader. Voila the

  • Instant messenger stopped working on my iPad2

    Instant Messenger stopped working on my iPad2