What is a Material Num, Catalog Num, Part Num and Variant??

Hi All,
Can anyone explain me & gimme the definition of
1. Material Number
2. Catalog Number
3. Part Number
4. Variant
What are these & where are they used??
Please explain this with respect to a Configurable materail..
If this is not the right forum for this discussion, please let me know the right forum..
Any help would be highly appreciated..
Thanks in Advance,
Shridhar..

I think you should post it under "Supply Chain Management (SCM)" forum topic

Similar Messages

  • Material num and Plant is not displaying in Output

    hi
    i have written this code to get all inspection types...
    while compiling im getting the correct output...
    it is displaying only inspection types ....
    Material num and Plants are not displaying..
    form PROCESS_DATA .
    CLEAR: WA_FINAL,
           WA_QMAT.
    MOVE IT_FINAL TO I_FINAL.
    REFRESH IT_FINAL.
    LOOP AT I_FINAL assigning <fs_fin>.
    LOOP AT IT_QMAT INTO WA_QMAT where MATNR = <fs_fin>-MATNR.
                                       P_werks = <fs_fin>-werks.
    IF SY-SUBRC EQ 0.
    <fs_fin>-ART = WA_QMAT-ART.
    APPEND <fs_fin>-ART TO it_final.
      CLEAR WA_QMAT.
    CLEAR wa_final.
    ENDIF.
      ENDLOOP.
    ENDLOOP.

    Hi
    ya im getting correct values to <fs_fin>
    now its displaying correct values bt in improper format
    Mat num                  Plant                       insp type
      100001                   1210                         05
      100002                    1320                         01
                                                                     02
                                                                     03
                                                                     05
    bt i want the output as below
    Mat num                  Plant                       insp type
      100001                   1210                         05
                                                                    02
                                                                    03
      100002                    1320                         01

  • Report to find a material by a mfr part number and old material number

    Hi,
    Is there any standard report to find a material by a mfr part number and old material number ?
    For the moment, we are using MM03 to search articles by these selection criterion.
    Thanks,
    Julien Girard

    Hi
    As there is no stsndard report use the SQVI to find out the details, It is very simple , please follwo the below steps.
    Use Txn SQVI, enter the Quick view field say- ZMNFR and click the  create button, Enter the title in the next screen i.e Report name- Say - Manufacturer's Part No. Details, in the same screen you need to enter  MARA  for the data from table/database view, please leave the 1. data source as Table only and the radio button as Basis mode only.  Click the tick mark , you will go to the next screen,
    You will notice Quick viewer Intial screen
    Open the node general material data
    Select the Buttons besides the fields MARA-MATNR for material number, MARA-MFRPN for manufacturers part number, and MARA-BISMT for old material number. You can include any other field if you wish to have in your output. You will notice two check boxes against each field, one is for input screen field and the other is for outputf field. But currently you do not bother about and select both the check boxes or any other field you wish to have as input and output as well. Once selected all the fields afer clicking the check boxes save the total arrangement. and then in the same screen use the execute button or use F8 to find out your report input screen.
    Now enter the Material number for which you wish to know other two details in the report and execute again you will find the report output.
    Please ensure that you are maintaining both the details in material master basic data1 and purchasing  view if you wish to get  out output
    Best regards
    SAM
    Edited by: samuel mendis on Apr 8, 2009 6:52 AM

  • Difference between part appraisal and further participants in OSA

    what is the difference (process-wise) between part-appraisers and further participants?

    Hi,
    Part appraisers ard final appraiser are the ones who can give notes to the employees.
    Further participants, however, cannot give notes.
    Regards,
    Dilek

  • What is the relation between delivery num , sales order num and invoice

    what is the relation between delivery num , sales order num and invoice

    Look at VBFA Table
    goto VBFA table ,enter order number number vbelv ,vbtyp_n is C,then VBELN is the delivery
    if you enter delivery number in vbelv ,vbtyp_n is J,then vbeln is Invoice.
    here VBTYP_N is the import.
    VBFA is the sales document flow table,and very important table
    Thanks
    seshu

  • Getting Ref doc num and Conditions price from SD_SALESDOCUMENT_CREATE

    Hi,
    Can someone please help me how to get the following.
    1) Header - Financial Accounting - Reference num -> vbak-xblnr
    I tried SALES_HEADER_IN-REF_DOC, but it is not comming.
    2) Item - conditions - 'ZCPP' - Price - KOMV-KBETR
    I gave as SALES_CONDITIONS_IN-COND_TYPE = 'ZCPP'
    where should I mention condition price.
    Thanks,
    Neelu.

    Hi Mahesh,
    So is creating, I have to include the Ref  Docu Num and Condition Price.
    Thanks,
    Neelu.
    FORM headerdata.
    header data
    Sales document type
      header-doc_type = gs_zprice1-auart. "'ZMKD'.
      headerx-doc_type = 'X'.
    Sales organization
      header-sales_org = gs_zprice1-vkorg.                      "'300'.
      headerx-sales_org = 'X'.
    Distribution channel
      header-distr_chan  = gs_zprice1-vtweg.                    "'20'.
      headerx-distr_chan = 'X'.
    Division
      header-division = gs_zprice1-spart.                       "'01'.
      headerx-division = 'X'.
      header-purch_no_c = gs_zprice1-bstkd. "'SA-07-003'.
      headerx-purch_no_c = 'X'.
      header-ord_reason = gs_zprice1-augru.
      headerx-ord_reason = 'X'.
      header-ref_doc_l = gs_zprice1-xblnr.
      headerx-ref_doc = 'X'.
      headerx-updateflag = 'I'.
    ENDFORM.                    " headerdata
    *&      Form  itemdata
          text
    -->  p1        text
    <--  p2        text
    FORM itemdata.
    Partner data
    Sold to
      partner-partn_role = 'AG'.
           shift gs_zprice-kunnr left deleting leading '0'..
      partner-partn_numb = gs_zprice1-kunnr.
      APPEND partner.
    ITEM DATA
      itemx-updateflag = 'I'.
    Line item number.
      item-itm_number = lv_itemno.
      itemx-itm_number = 'X'.
    Material
      item-material = gs_zprice1-matnr.
      itemx-material = 'X'.
    Plant
      item-plant    = gs_zprice1-werks. "'ATLA'.
      itemx-plant   = 'X'.
    Quantity
      item-target_qty = gs_zprice1-eohqty.
      itemx-target_qty = 'X'.
      APPEND item.
      APPEND itemx.
    *Fill schedule lines
      lt_schedules_in-itm_number = lv_itemno.
      lt_schedules_in-sched_line = '0001'.
      lt_schedules_in-req_qty    = gs_zprice1-eohqty.
      APPEND lt_schedules_in.
    *Fill schedule line flags
      lt_schedules_inx-itm_number  = lv_itemno.
      lt_schedules_inx-sched_line  = '0001'.
      lt_schedules_inx-updateflag  = 'I'.
      lt_schedules_inx-req_qty     = 'X'.
      APPEND lt_schedules_inx.
    *Conditions
      conditions1-itm_number  = lv_itemno.
      conditions1-cond_type   = 'ZCPP'.
      conditions1-cond_value  = '8.000000000'.
    *Texts
      order_text-itm_number  = '000000'.
      order_text-text_id = '0001'.
      order_text-langu = sy-langu.
      order_text-text_line = gs_zprice1-xblnr.
      APPEND order_text.
      lv_itemno = lv_itemno + 10.
    ENDFORM.                    " itemdata
    *&      Form  call_function
          text
    -->  p1        text
    <--  p2        text
    FORM call_function.
      CALL FUNCTION 'SD_SALESDOCUMENT_CREATE'
                   EXPORTING
            SALESDOCUMENT                 =
                     sales_header_in               = header
                     sales_header_inx              = headerx
            SENDER                        =
            BINARY_RELATIONSHIPTYPE       = ' '
            INT_NUMBER_ASSIGNMENT         = ' '
            BEHAVE_WHEN_ERROR             = ' '
            LOGIC_SWITCH                  = ' '
            BUSINESS_OBJECT               = ' '
            TESTRUN                       =
            CONVERT_PARVW_AUART           = ' '
            STATUS_BUFFER_REFRESH         = 'X'
                  IMPORTING
                    salesdocument_ex              = salesdocument
            SALES_HEADER_OUT              =
                  TABLES
                    return                        = return1
                    sales_items_in                = item
                    sales_items_inx               = itemx
                    sales_partners                = partner
                    sales_schedules_in            = lt_schedules_in
                    sales_schedules_inx           = lt_schedules_inx
                    sales_conditions_in           = conditions1
            SALES_CFGS_REF                =
            SALES_CFGS_INST               =
            SALES_CFGS_PART_OF            =
            SALES_CFGS_VALUE              =
            SALES_CFGS_BLOB               =
            SALES_CFGS_VK                 =
            SALES_CFGS_REFINST            =
            SALES_CCARD                   =
                  sales_text                    = order_text
            SALES_KEYS                    =
            SALES_CONTRACT_IN             =
            SALES_CONTRACT_INX            =
            EXTENSIONIN                   =
            PARTNERADDRESSES              =
            SALES_SCHED_CONF_IN           =
            ITEMS_EX                      =
            SCHEDULE_EX                   =
            BUSINESS_EX                   =
            INCOMPLETE_LOG                =
            EXTENSIONEX                   =
            CONDITIONS_EX                 =
            BATCH_CHARC                   =
    ENDFORM.                    " call_function

  • Sold to num and name

    Hi,
    What are the fields for sold to num and name from delivery tables.
    Thank you
    Veni.

    <i><b>LIKP ( Sold to number )  and name in KNA1</b></i>
    <b>http://www.sapgenie.com/abap/tables_sd.htm</b>
    Cheers
    Usman

  • How to create web servise for Material Master catalog

    Hi Experts
    We would like to have a web servise foe the material master catalog.
    Please advise hoe we can implement this.
    Thanks,
    moshe

    hi stein,
    once you check below link it's helpful for your requirement :
    <IRRELEVANT LINKS>
    thanks,
    Edited by: Prateek Raj Srivastava on Dec 12, 2011 9:34 PM

  • In VKOA .. what are customer , material groups

    hi ,
         in the tcode VKOA what are customer and material groups
    where to see customer groups and material groups.....
    and when PGI is done what happens to the costing document
    thanks
    mmn
    rewards for sure

    Hi,
    Customer group is different from customer account assignment group. I have explained you about the customer account group.
    <b>Customer group:</b>
    Identifies a particular group of customers (for example, wholesale or retail) for the purpose of pricing or generating statistics.
    <b>Use</b>
    You can freely define customer groups according to the needs of your organization. You assign a customer group to an individual customer in either the customer master record of the sold-to party or in the sales document. In SD Customizing, you can create a condition type that lets you create pricing records for customer groups. Additionally, when you want to generate sales statistics, you can use customer groups as one of the selection criteria.
    <b>Procedure</b>
    The system can propose a value from the customer master record. You can change the value manually in the document.
    Customer group you will find in - XD01 - sales area data - sales screen
    Customer account assignment group you will find in - XD01 - sales area data - billing screen.
    Similarly material group and mateial account assignment group are both different. Material account assignment group I have explained earlier.
    <b>Material group:</b>
    Key that you use to group together several materials or services with the same attributes, and to assign them to a particular material group.
    <b>Use</b>
    You can use material groups to:
    Restrict the scope of analyses
    Search specifically for material master records via search helps
    Material group you will find in - MM01 - Basic data 1 screen
    Material account assignment group  you will find in - MM01 - Sales:Sales Org. 2 screen.
    Regards,
    Allabaqsh G. Patil

  • What is the name of the small part that comes lose when you are removing the two battery screws on the left side of the battery, the small part is under the top screw when removing the iPhone 4s battery?

    What is the name of the small part that comes lose when you are removing the two battery screws on the left side of the battery, the small part is under the top screw when removing the iPhone 4s battery?

    It's the part that means you've voided your warranty and the right to get an out-of-warranty replacement from Apple.

  • SRM Material master search with Old material number or Manufacturing Part Number

    Hello,
    We have requirement to search SRM material with ECC old material number or  Manufacturing Part Number. Is it possible to enable this option in SRM.
    We are implementing SAP SRM 7.02.
    Rgds,
    Madhan

    Hi Madhan,
    The quick win can be to amend product search help to do RFC to ECC for old mat number.
    Regards,
    Ravi

  • File 2 of 3 with Indesign states" file archive is missing..." we have already downloaded part 1 and 3. help?  what does this mean

              Indesign states" file archive is missing..." we have already downloaded part 1 and 3. help?  what does this mean

    In this case , you may try alternate method.
    Install apps like Winzip or Winrar or 7-zip.
    http://www.rarlab.com/download.htm
    or
    http://www.7-zip.org/download.html
    Right click on File 1 of 3 : InDesign_8_LS16.7z  [1.9 GB]
    Then extract the file and then open extracted folder and run setup.exe .
    It will install InDesign CS 6.

  • What kind of material type i should use?

    Dear all,
    I am wondering what kind of material type I should use for the following type of material:
    The material is Chicken used in like KFC- type of eatery franchise store.
    The eatery franchise store buy the chicken from external party, next, this store process this chicken (i.e. cut into pieces) and become chicken salad and sell this chicken salad to their consumer.
    Personally, I donu2019t think this kind of material can be classified as HAWA (i.e. trading mat type) as the material is not buying and later selling as a same physical product like the retail store.
    But it is buy and process it, and sell.
    Please help shed some light for me. Thanks.
    tuff

    Hi we have not using SAP, it is a new project.
    kindly please read my question carefully...
    basically it is like this...
    the chicken the restaurant chain purchased are later process into multiple meal dishes (i.e. Salad Chicken, Chicken with rice, Roast Chicken), and sell to customer directly.
    Therefore, looking at your feedback, I can use the SEMI-FG material type for the Chicken for the buying, correct?
    But this raise another question in which how do I track the goods issue quantity when the meal dishes is sold, so that my Chicken stock quantity can reflect correctly in the SAP system?
    currently they are not using BOM as the franchise holder does not wish to disclose the meal ingredient scret (i.e BOM) to their invidual franchise store.
    please advise. thanks
    Thanks.
    Tuff

  • What does the "R" stand for in part number WS-C2924-XL-R

    What does the "R" stand for in part number WS-C2924-XL-R?

    Oh they would be boulders not stones.....
    Yeah...only 18 stones here...maybe a couple more  
    I forget you are in Austrialia....it is Stone there.... I though it was Kilos...we do Pounds.
    Mike

  • What is cust material information ?it purpose ?

    what is cust material information ?

    Dear deva
    Data on a material defined for one specific customer is stored in the customer material information records. This data includes
    the customer-specific material number
    the customer-specific material description
    customer-specific data on deliveries and delivery tolerances
    If, for example, one of your customers uses a number for a material, which differs from the number your company uses to identify it, you can store the material number used by the customer in the customer material information record.
    During order entry, items can be entered by specifying the material number used by the customer. You also enter a customer material number in the order view of the sales order. You can then use both material numbers during the order entry, the material number your company uses or the one defined by the customer, because the system can carry out allocation automatically.
    Data on the delivery and the individual delivery tolerances agreed upon with the customer for the material in question can also be checked and transferred to the sales order item.
    You can also store a text in the customer material information record. It is copied to the relevant SD document items during text determination. In Customizing, the text type Customer Material Text is provided for this.
    Thanks
    G. Lakshmipathi

Maybe you are looking for

  • Using FH9 files in dreamweaver

    I have an .fh9 file that i want to insert in dreamweaver. I need to know if .fh9 files are the correct format to use for web pages or should a different format be used.

  • Why would PayPal start a dispute inquiry over itunes payments?

    I recently made 5 purchases from the iTunes store and as usual used PayPal as my funding source (linked to my bank account).  The next day I received emails from PayPal first informing me of an investigation into the transactions with Apple and askin

  • Error after deploying my OA Pages into apps instance

    Hi, I deployed all my pages into instance, i attached them to functions, and those functions to a menu and menu to a responsibility. When i try to open them am getting an error saying The application pool failed to checkout an application module due

  • Uni student trying to understand applet

    hi I am preparing for a lab exam tomorrow by doing the lab demos. The particular lab I am having trouble with right now my be found here: http://www-csfy.cs.ualberta.ca/~c114/LabExams/LElocations/lbe20.html However, the problems I am having with this

  • Error in Assembly Components

    Hello All. We have a WebDynpro application in DC. When i try  Assembly Components in CMS - Transport Studio to transport the App to QAS occurs the error. Finished with errors. In Details Finished with errorn in CBS-Assembly Error log: Fatal: Broken d