Sales view in the material masterq

Hi All,
Is there any posibilities to keep a check in the material master creations (Sales View) " If plant data storage view does not exist for a material" system will not allow to extend a sales view in the same plant.
Thanks in advance
Samir Bhatt

by standard there is no such check, as each view can be created individually, and one department may be quicker than the other department.
But of course you can use an user exit MGA00001 to do such checks when saving.

Similar Messages

  • Accounting & costing view in the material master

    hi
    my client wanted to block the accounting & costing view in the material master for the end users
    what i need to do

    Hi,
    You can (Authorization material master by views of accounting & costing ) achieve this by way of authorization control. In transaction PFCG, select your role for creating / changing the material master. Select option Maintenance statuses. Then at change status option select views that you want to give the authorization to the users. Create profile & save the role. Now assign the role to the users. They will get only those views you have selected. You have to select those views in all the roles related to material master (create, change, display).Better Consult Basis Consultant,
    Regards,
    Biju K

  • Creating classification view for the material

    hi friends,
    i need to create a material with various views (as in MM03) based on the material type.
    i am using BAPI_MATERIAL_SAVEDATA for it.
    i am able to create almost all the views except the the classification view for the material.
    can anyone help me with code (i need to write) to create a classification view for the material?
    thanks in advance.

    Hi Karthik,
    Select klart from AUSP into table t_ausp where OBJEK = wa_final-matnr.
      LOOP AT t_ausp.
        w_classtype = t_ausp-klart.
        CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'
          EXPORTING
            classtext            = 'X'
            classtype            = w_classtype
            language             = sy-langu
            object               = w_object
            objecttable          = 'MARA'
    *         no_value_descript    = w_no_value_descript
            change_service_clf   = 'X'
            inherited_char       = ' '
            change_number        = ' '
          TABLES
            t_class              = t_class
            t_objectdata         = t_objectdata
            i_sel_characteristic = i_sel_characteristic
            t_no_auth_charact    = t_no_auth_charact
          EXCEPTIONS
            no_classification    = 1
            no_classtypes        = 2
            invalid_class_type   = 3
            OTHERS               = 4.
        IF sy-subrc <> 0.
        ENDIF.
        LOOP AT t_class WHERE class IN s_class.
          CLEAR : t_allocvaluesnum,t_allocvalueschar,t_allocvaluescurr,
                  t_lreturn.
          REFRESH : t_allocvaluesnum,t_allocvalueschar,t_allocvaluescurr,
                    t_lreturn.
          w_classnum = t_class-class.
    *       Getting the reference tables and values----------------
          CALL FUNCTION 'BAPI_OBJCL_GETDETAIL'
            EXPORTING
              objectkey        = w_objectkey                      "Old reference Material
              objecttable      = 'MARA'
              classnum         = w_classnum
              classtype        = w_classtype
    *          unvaluated_chars = 'X'
            TABLES
              allocvaluesnum   = t_allocvaluesnum
              allocvalueschar  = t_allocvalueschar
              allocvaluescurr  = t_allocvaluescurr
              return           = t_lreturn.
    *     Create with reference-----------------------
          w_objectkeynew = wa_inputfile-to_matnr.
          CALL FUNCTION 'BAPI_OBJCL_CREATE'
            EXPORTING
              objectkeynew    = w_objectkeynew                "New Material
              objecttablenew  = 'MARA'
              classnumnew     = w_classnum
              classtypenew    = w_classtype
            TABLES
              allocvaluesnum  = t_allocvaluesnum
              allocvalueschar = t_allocvalueschar
              allocvaluescurr = t_allocvaluescurr
              return          = t_lreturn.
        ENDLOOP.
      ENDLOOP.
    Prabhudas

  • Currency in the  Accounting View of the Material Master

    Hi everyone!
    The accounting tab/view in the Material Master has currency in the General Data tab. In our case, the currency is defaulted to PHP. I found the field in SPRO but it is non-configurable. Is there anyway I could it in other SPRO field so that I could configure it to changable currencies (for example, I wanted to change from PHP to USD, etc.)
    Thank you so much.

    It will be Picked up From the Comp Code Currency..
    As the Plant is assigned to Comp Code, when you create the Material for that Plant ..
    It will pick up from  the Comp Code Currency..
    You can check Comp Code Currency  in OBY6 trxn..
    Edited by: Manohar Raju on May 16, 2008 3:30 PM

  • Label Data view in the material master

    Hi all,
    I read this SAP help portal that said "The Label Data view in the material master allows you to display or  edit label data that is specific to the material. "..
    may I know where I can find this view in the material master?
    Thanks
    Karen

    Dear Karen,
    This "Label Data" is one View in Material Master.
    While creating the Material using T.Code MM01, when you are on the Selection screen of Various views, it is Last Option.
    i.e. Lable Data
    If this view is not there while creating the Material. then it is MM Configuration.
    That view is assinged to Material Type.
    See in Material Master, Industry Sector and Material Types controls these Views. So with the help of MM Consultnat you
    have  to get that View Configured to your Material Type.
    If you find my answer satisfactory, please grant me the points.
    Regards,
    Amol Joshi

  • Deleting QM View in the material master

    Hi
    Is their any way we can delete the QM view in the  material master , once it is created
    Thanks
    JJ

    Hi
    Deleting a QM view is not possible
    what You can do ...is Deactivate all Inspection Types that you have assigned by QA08
    or do mass changes using MM17(MARA & MARC) and remove all fields.
    It is as good as removing QM view.
    Note:
    u can  set deletion flag at plant level or client level. ONce u do that u can delete that particular material from that plant using sara transaction . But note that all view at that plant level vl be get deleted
    so better to make it blank
    Regards
    Sujit S Gujar

  • Create return but linked to original sales order where the material was delivered in the first instance

    Hi Everyone
    I want to create return but linked to original sales order where the material was delivered in the first instance, I don’t want to create other sales order (to return) with references to the original, and then other sales order to be delivered again (replacement).
    Example
    SALES
    1. Create a sales order number 33 with 10 Ton
    2. The delivery is linked to sales order 33 just with 8 Ton
    3. Invoice is created linked to the delivery with 8 Ton
    4. Sales order number 10 pending qty is 2 Ton
    RETURN
    5. We would like to link the return delivery to the sales order, 5 Tons will be retuned
    6. Credit memo is created
    7. Sales order number 10 pending qty update to 7 Ton

    The only way is to change the item categories in the delivery.
    Create the delivery wrt the original sales order.
    Change the item category(In the config make sure the return is checked)- But I think you need to do some changes in the user exit to enable the item category in the delivery)..
    The other option is to have a return order document(type RE) and then create the return delivery for this document. In the copy controls you can maintain the return item categories while creating the return order from sales order..
    Thanks

  • New Text in the Sales Text View in the Material Master

    Hi All,
    I want to create new text ID in the material master sales text tab
    Can you please help me in how to create the new text for material master sales text tab view.
    Regards
    Rajesh

    Well it may not be possible by standard SAP to create in Material.
    AN alternative might be to use a standard text type and then call it in your Text Determination Procedure.
    T-code "SO10" --> Give "Text Name  & Text ID & Language --> Click at "Create" --> On next screen --> Go to (Menu) --> change editor --> Write the text which you want
    Go to VOTXN , and maintain the required confirguation to get this standard Text copied to the material during order processing.
    Regards
    Sai
    Edited by: Sai on Apr 16, 2010 1:39 PM

  • Sales view for roh material

    Hi, i want to extend to sales view for a roh that is already created. i have tried to do that thru mm01 and mm50, but system does not allow me. pls advise how to add sales view to a toh materail?

    Hi,
    Give the material no top and reference place also.
    thaen enter
    Check and confirm
    Regards,
    Andra

  • Oil view in the material master

    Dear SAP Guru,
    in our project,  we share same material type with oil view activated for other Non-HPM Product. i have not  maintained oil view data of material master for Non-HPM Material.  But if you select oil view, the other field like UoM group , conversion group are visible as blank.
    When you select oil view, System should give error message-  Oil specific data not active for the organizational level. Message No. M3386
    Any advise.?
    Reagrds,
    Dilip Chavan
    SAP IS-Oil Consultant   

    Hi Shichang,
    Requirement is to pop up error message if oil view is not maintained for Non-HPM material.
    Regards,
    Dilip Chavan
    SAP IS-Oil (Downstream consultant). 

  • How can I extract the list of fields for every view of the material master?

    Hello SAPients,
    Is there a table or a FM where I can extract the list of fields that every view of material master have?
    I need to create a dynamic selection-screen with something like this:
    Basic Data
        mara-matnr
        makt-maktx
        mara-meins
    Sales: Sales Organization Data
        mara-matnr
        makt-maktx
    Thank you in advance.

    Hi
    Try to run the trx OMT3B: this the customizing where the dynpro for the views are defined: perhaps u can find something can help you.
    Max

  • How to find materialized views in the materialized group

    Hi,
    I have create a materialized group view 'group1' that contained the following view : mv1 , mv2 and mv3.
    Now i want to have the statement for find these view 'mv1 , mv2 and mv3' with the group 'group1'
    thanks.

    ALL_REFRESH and ALL_REFRESH_CHILDREN
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14227/rarsnapviews.htm#REPMA027
    Nicolas.

  • Third Party Sales Order, Receiving the Material and  Serial Number Status

    Hi all-
    We are starting a process with tracking of serialized product. One of the items we sell is a 3rd party drop ship item. I am having an issue getting the serials to show as a status of ECUS rather that AVAIL when receiving the PO. Anyone have some ideas what I may be missing? Do we need to add the another status in the config for receiving 3rd party.  Or is this something else?Thanks.
    -Larry

    Hello Larry - I am experiencing the same problem. Did you ever resolve this issue?
    Thanks

  • Error while uploading Sales View

    We have a problem while uploading sales view in the Material master.System is giving following error
    1. 'Error while updating the classification data'.
    2.Error inserting in table MARC
    Can anyone suggest a solution pl...
    With Rgds.,
    Rakesh Kumar
    09324847499

    Friend
    During material creation have you extended classification view?
    If yes Have you created class using Cl01 transaction and then giving that class name in classification view?
    ENJOY SAP
    Regards

  • How to delete sale view?

    dear all:
        i kown i can extend  the view of material using mm50.
    but i am unable to delete the sale view of the material ?
      who can help me ?
    thank you !
       bset regards!

    dear all:
    thanks for your help.
    i was unable to resolved my problem follow you said.
      i explain my problem detailedly:
      the guy in my company created a material master data using tcode mm01.
    the material type should be semi-manufactured good,but he have already created
    the material as finished good.
      so i want to change the material type of that material using tcode mmam,
    but i was not successful .the system tell me :
    the new material type requires that all the follwing deta for the mat. is
    first archived and deleled.
    sales data (mvke) .
    i want to change the material of the finished goods type  using tcode oms2   ,but i am afraid there are
    other prolems.
    what should i do for this problem.
    thank you.
    best regards!
    null
    Message was edited by:
            zhao gang

Maybe you are looking for

  • Not able to connect with iTunes

    its has been 6 days already and i am not able to connect with itunes to purchase something. i have used visa and mastercard and i also have money credited to my account. please help!

  • New on demand content

    When and how often does new on demand content get uploaded? Also there doesn't appear to be any content from Nat Geo?

  • Problem with portlet addin

    Hopefully someone can help me with the following problem, I'm trying to setup a demo of portlets for a customer. I've downloaded the latest portlet wizard addin that supports JSR 168. But after following the installation instructions it did not work

  • My contact numbers are being deleted.

    Ok, so one day i tried to use my iphone4 and ANY app worked. I turned it off and when i turned it on, everything worked perfectly, but all my contact numbers were deleted. I saved all of them again and two days after, the same thing happened. What sh

  • Xfinity app not working

    Trying to download Xfinity app.   Followed this link: http://xfinitymobilebb.mpsvcs.com/BBAutoUpdate.jsp.   Didn't work. Any suggestions?