Extend Classification View for Material Master

Hello, How do I extend classificiation view for Material Master? Is there any BAPI or FM to do that?
I cant find any place to extend it with BAPI_MATERIAL_SAVEDATA

Hi,
Use this FM to create Classfiaction view BAPI_OBJCL_CREATE
Regards,
Shan

Similar Messages

  • Error when extend sales view for material master

    Hi Experts,
       Assume my plant is 5100. When i extend the sales view for materials via upload program,I am getting the error as ' Field 5100 has been transferred inconsistently or is blank'. Attached is the screen shot of the error message. I filled the plant,sales organization and all those data related sales view. But why i am getting this error?. Anyone have any ideas related to this error?. Please advise. Thanks in advance.
    Regards,
    Kavi

    Hi ,
        Its because of the table T130W. The plant 5100 is not maintained in table T130W. Thats the reason. it shows this error.

  • Purpose of maintaining classification view in material master

    Hi gurus
    can anyone explain Purpose of maintaining classification view in material master with example
    Regards
    Vishal...

    Hi
    One of the reason we maintain classification is for batch management where characteristics like shelf life expiry date is being attached to a class & that class is maintained in material master so whenever transactions takes place it will read from the characteristics value.
    the other purpose is with variant configruation, for a configurable material there will be more than one characteristics for ex: in a car it comes with A/C - non a/c, metallic - non metallic, normal steering - power steering all these are mainatained as characteristics & assigned to a class & we use that class in classification for materials.
    there is many more advantages & ways of using classification in material master.
    Regards
    Rang

  • How  to create classification view for material?

    HI All,
    How to create classification view for material? is there any function  module?
    pls let me know.
    Bandi

    check the standard include "LCLBPAU14" this is using the following F.M
    call function 'BAPI_OBJCL_CREATE'
    exporting
    objectkeynew = l_object
    objecttablenew = l_objecttable
    classnumnew = classnum_new
    classtypenew = l_classtype
    status = status
    standardclass = standardclass
    changenumber = changenumber
    keydate = keydate
    no_default_values = no_default_values
    importing
    classif_status = classif_status
    tables
    allocvaluesnum = allocvaluesnum
    allocvalueschar = allocvalueschar
    allocvaluescurr = allocvaluescurr
    return = return.

  • Do I need to extend QM view in Material Master

    Hi,
    We never use QM module in our company however, we have a mini project which is ONLY to use QM module's quality notification to perform complains and problem resolution of company product.
    Hence, under above scenario do we need to extend QM view in material master in order to use Quality Notification?
    Regards,
    Tuff

    No. You don't need to extend QM view if you want to use QM notification only. However, you would need to maintain respective master data and that again depends on the process you follow.
    ntn

  • Classification view for material

    Hi all
         I am creating materials using BAPI_MATERIAL_SAVEDATA. I need to fill the characteristics values of the material also.
    Can anyone please tell How to create the Classification view for material  using BAPI_MATERIAL_SAVEDATA.
    Thanks
    Neelima.

    Hi,
    1. First create the material using BAPI_MATERIAL_SAVEDATA.
    2. Create classification using bapi BAPI_OBJCL_CREATE
    Create the classification
        call function 'BAPI_OBJCL_CREATE'
          exporting
            objectkeynew    = v_object
            objecttablenew  = c_mara
            classnumnew     = wa_temp-klart
            classtypenew    = wa_temp-classtyp
          tables
            allocvalueschar = i_bapi_char_tmp
            return          = i_bapi_return.
    Thanks
    Subhankar

  • No Material classification view in material master.

    Hello all,
    I have created LSMW for material master upload . Material is getting created through this, but 'classification view' is not getting created.
    But i can see the material- class assignment in CL20N.
    This problem is for specific material group.
    Is there any relation between material group & classification view?
    Plz advice how to resolve this?.
    Regards,
    Satpal Mujawar

    Hi,
    I found more information:
    Batch Input for CL20N is no longer supported.
    But you can continue to use batch input with the old transaction cl20.
    Please have a look at note 943559, point 2. It would be even better to
    use BAPI's instead. Please consult the notes 213120 and 373824 about the
    possibilities you've got.
    You can find information about the relevant Bapi's in transaction BAPI via:
    - Cross-Application Components
    - Classification
    - ObjectClassification
    Best Regards,
    Arminda Jack

  • Creation of Classification View in Material Master

    Hi,
    I need to create Classification View for a Material. The user would provide the data in the file, example
    Material Number MATNR
    Class type TCLA-KLART
    Class Type description TCLAT-ARTXT
    Class Group TCLG-KLAGR
    Class Group Description TCLGT-KTEXT
    Class M_CLASB-CLASS
    Class Description M_CLASB-CSCHG
    Status RMCLF-STATU
    Std class RMCLF-STDCL
    Characteristics Group TCMG-ATKLA
    Characteristics Group Description TCMGT-ATKLT
    Characteristics RCTAV-ATNAM
    Characteristics Description CABNT-ATBEZ
    I read in the posts there is BAPI_OBJCL_CREATE. But I am not able to Map the above fields to pass to this BAPI.
    Can someone please suggest me how to do this..
    Thanks and Regards,
      Vanessa

    Hi,
      Thanks for the suggestion. But i want to do this through a program. There is a selection screen with 6 radio buttons based o view to be created and an input field for the filename.
    Could you provide me any BAPI to do the same.
    Thanks and Regards,
      Vanessa

  • Report: Classification view of material master

    Hi,
    We have activated Batch management for materials.
    But for certain material codes, users have not maintained the Classification view.
    Is there any report by which we can knowu2019 whether classification view for the material have been maintained or not?

    Hi,
    Check with MM50 with Maintenance status as C
    Regards,
    Biju K

  • Creating Classification view for material through Standard Function

    hi,
    I have created the material code through BAPI_MATERIAL_SAVEDATA. For quality inspection i have used BAPI_MATINSPCTRL_SAVEREPLICA. i have to create classification view for that material code. Can anyone suggest me which standard function helps me to create the classification view.
    Thanks in advance.
    Senjey

    hi,
    i have tried that function module. I have mentioned the code below.
    i_object = '000000151860630000'.
    i_alloc_num-CHARACT = 'THICKNESS'.
    i_alloc_num-VALUE_FROM = '5.70'.
    append i_alloc_num.
    i_alloc_char-charact = 'SHAPES'.
    i_alloc_char-VALUE_CHAR = 'PLATE'.
    append i_alloc_char.
    clear  i_alloc_char.
    i_alloc_char-charact = 'CATEGORY'.
    i_alloc_char-VALUE_CHAR = 'CS'.
    append i_alloc_char.
    clear  i_alloc_char.
    CALL FUNCTION 'BAPI_OBJCL_CREATE'
      EXPORTING
        OBJECTKEYNEW            = i_object
        OBJECTTABLENEW          = 'MARA'
        CLASSNUMNEW             = 'RAWMATERIAL'
        CLASSTYPENEW            = '001'
      STATUS                  = '1'
      STANDARDCLASS           =
      CHANGENUMBER            =
      KEYDATE                 = SY-DATUM
      NO_DEFAULT_VALUES       = ' '
    IMPORTING
      CLASSIF_STATUS          =
      TABLES
        ALLOCVALUESNUM          = i_alloc_num
        ALLOCVALUESCHAR         = i_alloc_char
        RETURN                  = i_ret.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
      EXPORTING
        WAIT = 'X'.
    But i am getting the error 'Assignment exists and is valid '.
    Please help.
    Regards,
    Sengathir.J

  • Data for Classification View in Material Master

    Dear all,
    Can someone tell where the data for classification view is stored ??
    We are running a BDC and need to check whether classification view is maintained or not ??
    Thanks in Advance
    Regards,
    Vivek K

    Hi,
    Check the table MARA, there is a Field VPSTA. in this field the Material views will be stores with single charecters. so check for the Clasification view charecter
    also  it's PSTAT in MARA and MARC.
    Work scheduling                A                   
    Accounting                     B                   
    <b>Classification                 C</b>                   
    MRP                            D                   
    Purchasing                     E                   
    Production resources/tools     F                   
    Costing                        G                   
    Basic data                     K                   
    Storage                        L                   
    Forecasting                    P                   
    Quality management             Q                   
    Warehouse management           S                   
    Sales                          V                   
    Plant stocks                   X                   
    Storage location stocks        Z         
    Regards
    Sudheer
    Message was edited by:
            Sudheer Junnuthula

  • Remove the exsting extended sales organization for material master

    Hi All,
    Could you advice how to remove the existing extened sales organization for a material master?
    e.g.
    we have a mateiral A-001 and have extended sales org / distribution channel
    8110  10
    8210  10
    and currently we don't want 8210 10 to sell this part, can we disable or remove this sales org / dis channel for this part?
    Thanks,

    Go to material master and select Sales: Sales Org. Data 1  view and click on "Organisational levels" tab at the bottom.  Maintain delivering plant, sales organisation 8210 and distribution channel 10 and execute.
    There you can see a field "DChain-spec. status" where you assign "01" and save.
    Go to OVSU, select "01" and click on blue lens on top so that you will see some list of tabs.  In that maintain "B"  against "Block for order" field and save.
    Now try to create sale order for this material from sales organisation 8210 and also from 8110 and you will find that you can create sale order from 8110 and not from 8210.
    thanks
    G. Lakshmipathi

  • Classification Table for Material Master

    Hi All,
    I want to identify the materials for which i have maintained the classification in Material master.
    here i need to find out the class as well as characteristic values.
    Any please help me how to get all these values for a material master.
    Thanks in Advance
    Sangram

    if MARA-PSTAT has a C within, then a classification view exists.
    this are the tables that are involved with classification.:
    KSSK Allocation Table: Object (vb.matnr) to Class
    INOB Link between Internal Number and Object
    KLAH Class header data
    KSML Characteristics for a class (internal number)
    CABN Characteristics ( o.a. batch/vendor)
    CABNT Characteristics description
    CAWN Characteristics ( o.a. material)
    CAWNT Characteristics description
    AUSP Characteristic Values
    TCLAO Several class types for object
    TCLA Class types ( vb. lfa1 => v10 en 010)
    TCLAT Class type text
    TCLT Classifiable objects
    TCLC Classification status

  • Merging Basic data View and Classification View in Material Master

    Hi,
    There is a requirement to append Classification View under Basic Data View and then finally to delete Classification View.
    As per my understanding, it is not possible. Please let me know if it is possible, if so, please let me know how is it possible.
    A quick response is appreciated.
    Thanks & Regards
    Bhaskar Baddela

    Hi,
       Refer the thread: Problem creating Material Master sales view with LSMW which discuss the same issue. You may check and revert back.
    Regards,
    AKPT

  • Classification view in Material Master

    Can any one tell me , how to create a Classification view using program or function module.
    I just wanted to create a Classification views in MM01 transaction . is there any function module there to create the same ?
    if BAPI_OBJCL_CREATE is the FM , then pls tell me how the following input parameters related to the material . from which table i can have the following parameter values based on material number .
    OBJECTKEY_IMP
    OBJECTTABLE_IMP
    CLASSTYPE_IMP
    READ_VALUATIONS
    Edited by: Prakash N on Jan 15, 2008 1:27 AM

    Dear All ,
    Thanks for your reply , I have passed the following value ,
    OBJECTKEYNEW             -      000000000000000925
    OBJECTTABLENEW          -       MARA
    CLASSNUMNEW              -       HLLBATCHCLASS
    CLASSTYPENEW             -      023
    STATUS                           -      1
    STANDARDCLASS
    CHANGENUMBER
    KEYDATE                         -      18.01.2008
    NO_DEFAULT_VALUES
    also im passing the characteristics
    Export  table giving the following result. But when i see the MM02 again i could not see these entries... y ?
    RETURN
                     Result:
    T ID                   NUM MESSAGE
    E CL                   731 Assignment exists and is valid

Maybe you are looking for

  • How to Broadcast BI Reports in the latest version of MS Excel

    Dear Friends I am broadcasting BI reports to our field team, and many of them are using mobile phones. But they are not able to view these reports in their mobile. I am broadcasting it as Excel and it is going in the format .xls. We have other BI too

  • Attension, apple or rogers please give me answer!

    I had been through a very hard time to get my iPhone 3G replaced. I am a super loyal customer from apple, this iphone 3G 16G white is not my first iphone, i have a 8G black one and iphone 2G which were working perfect for me, since i planned to get a

  • Newly added music problem

    I have a problem in the "newly added" playlist in Walkman. Whenever I open the newly added playlist after my phone is plugged in to my computer, the playlist shows older songs instead of the latest songs copied to my SD card. Anyway, I am using Xperi

  • Ids 10g plls path in linux

    Hi i installed IDS 10g in Linux AS , its working fine but it cant find the PLLS path despite i add it to the FORMS90_PATH in the default.env file but i still get the errors frm-10102,frm-18108 thanks

  • Stoping subscriptions to go to Workflow inbox

    Hello experts, In our system, all subscription emails are going to the workflow inbox in portal. Also, any email from the document approval process is going to the workflow inbox in portal. therefore, the inbox is getting very big. The items ander th