Table name for Sales Org/Plant combination for a given material?

Hi Experts,
I hv to find out that, weather the given material(actually, item of a sales order) have not been extended to the Sales Organisation / Plant on the sales order? or not?
So, in this context am looking A555 table......but, here I found 300 entries, where as MARA does hv tonns of materails!!
(A152, A153 tables do not hv any entry).
1 - So, am I lookimg the correct table? or is there any other good table?
2 - Is there any alternative(like FM) to validate the given materail againmst above said condition?
thanq

MVKE is the best table, the Sales view displayed in MM03 is referenced from this table.
data: t_mvke like mvke.
  SELECT *
         INTO TABLE t_mvke
         FROM mvke
         WHERE matnr = p_matnr
         AND   lvorm <> 'X'
         AND   dwerk = p_werks.
Hope this helps, if not let us know your requirement.
Thanks,
Sudhir.

Similar Messages

  • Extending material master for different sales org/plant combination

    hi ,
    1 ) a material can be sold from one plant by many sales organisations. so we map this scenario in enterprise structure by the config step "assign sales org--dist channel--
    plant ". (let's say sales org A and B  selling from plant 1 and also sales org A selling from plant 2)
    when we have defined the above config step, then why we need to have material master extended for different combination of sales org and plant as in stpe 1 ?. we can just create one material master with one plant and sales org combination and based on config as in step one, we can sell material from any sales org from a plant  ?
    2) we can extend  material master for any combination of sales org/plant .....is it also possible to extend material master to different storage locations !
    regds
    pamela
    Edited by: Pamela79 on Feb 15, 2011 11:02 AM

    There are several reasons why you should extend the materails to different sales organizations and plants.
    a. The materials are normally valuated at the plant level. So, you can have different valuations at different plants.
    b. You can have different quantity stored in different plants. How do you know which plant has what quantity.
    c. You can have materail not to be sold from one plant, but you can have the same materail sold from the other, how do you block it? at the plant and materail combination, you can do it.
    d. For different sales organizations, you may want the cost and the price to be posted to different GL accounts. You can control it at sales org level of the materail.
    e. You may just want the material to be purchased but not sold, then you may not even create a sales org view for the material. But say, in future you will like to only purchase a materail from a plant and consume it for some other purpose but not sales (which u did previously), then you can block it at sales org and dbr level.
    So, these are a few reasons. But there could be many. You can have a look at the fields in the material master at sales org level and plant level and you can find it for yourself howmany parameters are there to control...
    Hope this helps...
    Regards,
    Mukund S

  • Base table name for fields from Material Master

    Hi All,
    I want base table name which holds all possible values of following column:
    1)Material Master : X-plant matl status from tab -basic data 1
    2)Material Master: X-distr.chain status from tab -sales org 1
    for example: Base table for Prod.hierarchy is T179/T179T.
    Many thanks to all
    Yogesh

    Thanks Mahesh but I know its value available in MARA table for eery material. But i want to know where all possible distinct values are stored?... In other word, when we click on button which is next to this field and from that list we normally select value and then assign to above fields. Where this list is stored for
    X-plant matl status
    X-distr.chain status

  • FM to get table names for a given Apllication Component.

    Hai Friends,
    I have to create a function module which functions exactly as the INFORMATION SYSTEM button in se16 table help.
    i have written something like this but this is not giving exact results as INFORMATION SYSTEM IN SE16.
    for ex.  for componet sd-bil it gives 376 records where as in se16 you get only  30 to 40 table...
    So pls help me with the tables and logic...
    SELECT
              B~DEVCLASS
              INTO CORRESPONDING FIELDS OF TABLE IT_TDEVC
              FROM DF14L AS A
              INNER JOIN TDEVC AS B
              ON A~FCTR_ID = B~COMPONENT
              WHERE A~PS_POSID = COMPONENT.
      LOOP AT IT_TDEVC.
       SELECT TABNAME TABCLASS FROM DD02L
                      appending corresponding fields of table  TABLE_LIST
                      WHERE APPLCLASS = IT_TDEVC-DEVCLASS
                      AND ( TABCLASS = 'TRANSP'
                      OR TABCLASS = 'POOL' OR TABCLASS = 'CLUSTER')
                      AND AS4LOCAL = 'A'.
    *                  append table_list.
    * endselect.
       ENDLOOP.
    This is just a test program so ignore the performance issues .
    Waiting for your help..
    Reshali.

    Hi,
    Try the below code....
    REPORT  zsen_information_system.
    PARAMETER w_comp TYPE ufps_posid.
    TYPES : BEGIN OF y_tdevc ,
              devclass TYPE devclass,
            END OF y_tdevc.
    TYPES : BEGIN OF y_table ,
              tabname  TYPE tabname,
              tabclass TYPE tabclass,
            END OF y_table.
    DATA : it_tdevc TYPE STANDARD TABLE OF y_tdevc WITH HEADER LINE
         , it_tab_list TYPE STANDARD TABLE OF y_table WITH HEADER LINE
    SELECT b~devclass
      INTO TABLE it_tdevc
      FROM df14l AS a
      INNER JOIN tdevc AS b
      ON afctr_id = bcomponent
      WHERE a~ps_posid = w_comp.
    SELECT tabname FROM info_tabl
      INTO TABLE it_tab_list
      FOR ALL ENTRIES IN it_tdevc
      WHERE as4local IN ('L','A','N')
        AND tabclass IN ('TRANSP','VIEW','CLUSTER','POOL')
        AND devclass = it_tdevc-devclass.
    IF sy-subrc EQ 0.
      LOOP AT it_tab_list.
        WRITE /: it_tab_list-tabname.
      ENDLOOP.
    ENDIF.
    Hope this will solve your problem
    Thanks and regards,
    Senthil Kumar Anantham.

  • Need table name for currency of material

    Hi,
    Could anyone tell that the currency type that is displayed in MM02 accounting1 is taken from which table?
    Regards,
    Ezhil

    Hi,,
    look the below tables for Price..
    MDIP-Material ,MRP Profiles
    MKOP-Consigment Price Segment
    MLAN-Tax calculation for Material
    WLK2- Material Master Data R/3 Retail / Part POS Control Data  
    Regards,
    Prabhudas

  • Need table name for currency of material - Accounting veiw 1

    Hi,
    Could anyone tell that the currency field that is displayed in MM02 Accounting 1 is taken from which table?
    Regards,
    Sankaran

    Hi,
    thanks
    Regards,
    Sankaran
    Edited by: Sankaran M on Jul 1, 2009 3:53 PM

  • Table name for account determination

    what is the table name for finding the material type, valuation classes and accounting modifier?
    Thanks
    Manesh

    Hi,
    Go to SE 11    Table name V_134_K.
    Regards,
    Satya

  • Table Name for Sales Order Header Text.

    Hi.
    Whats the Table name for Sales Order Header Text???
    Reg,
    Amol

    Hi Amol,
    please Try to check the below link
    http://scn.sap.com/thread/1361272
    http://scn.sap.com/thread/416757
    https://scn.sap.com/thread/1909247
    https://scn.sap.com/thread/811915
    Regards,
    Gurunath

  • Table name for sales order with Customer info

    Hi Gurus,
    Could you please provide me table name for  sales order with customer no and customer name.
    I have list of sales order number (more than 1000 no's ) i need to identify customer number and customer name (ship to party and sold to party information). I am running this report every week. so i plan to create sqvi for this report.
    Thanks and regards,
    B.Deethya.

    Hello,
    Access Tables VBAK & VBAP.
    From the above tables you will get Solt to Party & Ship to Party Codes.
    For Customer names you have to pass the Customer Codes to Table - KNA1
    Hope this clarifies.
    Thanks,
    Jignesh Mehta

  • Tables names for below items

    HI All,
    i want the table names for below items :
    customer number , customer name , slaes order number , item , quantity , tottal value and schedule date.
    i need to select these items. any body pls tell me the table names .
    Regards,
    pandu

    Dear Pandurangarao,
    For your future requirements,
    You may also check the same (i.e. Table Name/ Field Name/ Program Name/ Screen Field) by yourself.
    There are few requirements:
    1. You have to decide from where (i.e. Document..???, say Sales Order in VA02) you want to fecth the data for your requirement.
    2. Go in to that document (say, you wanna all data to be fetch from Sales Order; then VA02).
    3. Click one within the field and Press F1. This will open an Overview window. In to the same window, down there, you will find on e Tab: Technical Information. Click the Tab.
    4. Now, you may get all technical informations for your inputs.
    Best Regards,
    Amit

  • Table name for the status Cstd

    Hi
    Need the table name for the sales order line item status Cstd
    Steps
    Go to the sales order line item
    go to the Tab status
    under that in processing status--> system status
    here Cstd is there but we are not able to find the table name for that
    Strecture is RV45A and field name is STTXT
    we are planing to restrict the PP order being released if the status is not Cstd
    PP order should release if the status in Sales order line item is Cstd
    Can you help to findout the table name foth above field
    Thanks
    Kameshwar Rao

    Hi
    Table name is VBUP and the method to check the  creation of Production order is BADI workorder_update
    I would rather prefer to have a COSTED status as a part of the incompletion Log in SD module so that you cant save a SO if SO is not costed... See if that is possible for you
    OR you can also change your Req Class settings to auto calculate SO cost estimate upon Saving SO
    br, Ajay M

  • Table name for material master change

    What is the table name for material master change, so that I can get the old values and new values at plant level.
    More specific:
    I want to check the old values for Re order point and Safety stock in MRP1 and MRP2 fields in material master for many materials. Please help.

    Use CDPOS and CDHDR table to get the values which were changed.
    CDPOS>use fields Change doc. object give in as MATERIAL and in the Table name>MARC

  • Table Name for Partner Determination Procedure and created by data

    Dear Gurus,
    kindly let me know the table name for a list of "Partner Determination Procedure" and "created by" data under a client.
    if there is no such  table for this, kindly let me know how can i fetch these details.
    Wishes,
    Abhishek

    Hi Abhishek,
    You can get your required information by combining these 2 table by using SQVI
    TPAER where it gives PartnDet.Proc and Part.funct.
    TPAR where it gives Part.funct inforamtion.
    By using these tables i.e. by using Common field Part.funct. - PARVW
    Regards
    Durga Sana

  • Table name for IT

    Hi export,
    how to find out the table name for Infor type, such as I want to know IT0041 and IT0002 store in which table.

    All personnel administration tables start with PA and the infotype number behind it.
    All personnel development/OM tables start with HRP and infotype (e.g. 1000) behind it.
    All recruitment tables start with PB and infotype number behind it.
    There also are HR tables that start with HRA, HPD, HRT, etc. The easy way to get a list is to use SAP's 'Application Hierarchy', transaction SE81 (select all HR modes in the tree that you are want a list of tables for, click on the 'Information System' button, under Abap Dictionary --> Basic Objs, double click on 'database tables', increase your 'maximun no. of hits' and execute).
    Use transaction se11...type in PA* do dropdown and enter, do the same for HRP* and you will have most of the HR transaparent Tables. To access them look for RP_read_* and RP_provide* in Table TRMAC to read a infotype or use the 'select' statement to access the Transparent table. 
    Transaction SE16 (data browser) is also useful.  As mentioned above, the PA infotype tables all begin with PA and are followed by the infotype number e.g. PA0001 for the Org Man infotype.
    PA* - PA infotype tables
    PCL* - HR clusters
    PB* - recruitment tables
    PCERT - payroll posting runs
    I hope this will help you in future too
    Thanks

  • What is the table name for structure field MUEBS???

    Hi...Experts...
        How can I know the table for a screen-field if i get structure from it F1 Technical settings....
    Ex: Here MUEBS is the screen field (Char. Display) in one of the subscreens of VA41. And it is from
          RV45A structure...
    Now how can I know the table name for this field MUEBS.
    I know some methods but they r not help ful.. please try it and get back to me.
    Thanks,
    Naveen.I

    Naveen,
    Table field                    Short Description                                                                               
    VBMUE            Sales Document: Characteristic Overview           
    MUEBS                          Characteristic display                                                                               
    VBMUEZ           Sales Document: Characteristic Overview Assignments
    MUEBS                          Characteristic display                                                                               
    VBMUET           Sales Document: Characteristic Overview Description
    MUEBS                          Characteristic display
    You can find same by SE15>Abap dictonary>fields>table fields.
    Amit.

Maybe you are looking for

  • Latest version that will work with Mac mini Core SOLO under Snow Leopard?

    Latest Flash Player 11 versions will work with Snow Leopard, but they say they require a Core Duo or newer processor.  What is the last stable version of FP that will work on my mom's Mac mini 1.5Ghz Intel Core Solo (running OS X 10.6.8)? Have search

  • Playback speeded up

    I have an iTouch. I imported a cd with meditations on it into my computer. They all play just fine. I created a playlist on my iTouch, and put them into it. When I play the playlist on my iTouch - 3 of the 4 are in fast mode...I deleted the playlist,

  • Can't compile gnome-libs

    Yes... I know gtk1 and gnome-libs are horribly outdated but until there is a terminal that has *all* the features of multi-gnome-terminal I'm dependent on it So... I'm trying to compile gnome-libs 1.4.1.2 and ./configure breaks at the following point

  • Error when declaring IDOC segments in program

    I am getting error when declaring IDOC segments in my program. Below is how I declared. data: wa_e1vfkonk      like e1vfkonk. For the same syntax few segments are showing as properly declared and few are showing error that 'eqvfkonk' does not exist.

  • 'ToDate function doesn't work when I select a month

    Hello all, I've got a problem. It worked before, but can't get it to work anymore I have a fact called XXOBI_GL_LINES_MV which has a column Amount_accounted. Now I want to use the ToDate function which look something like this: ToDate(XXOBI_GL_LINES_