Get material group description

I use V023 to get the material description, in se11, i can check those data dictionary, but i can't join V023 in ABAP, it shown the error message ""V023" is not defined in the ABAP Dictionary as a table, projection view, or database view.". How can i retrieve the material group description. Thanks!

Table name is T023T.
Fields are
SPRAS
MATKL
WGBEZ
WGBEZ60
you need to pass language key too.

Similar Messages

  • Looking UserExit or BADI for Material Group Description

    Hi,
    I am looking for BADI or User Exit for Material Group Description.
    My Scenariio is Whenever the user Enter in to MM01or MM02 in Basic Data 1 view Materail Group Field ,the user press F4 It is displaying material group number and corresponding Description.Those Description are in English because that materail group are created in English Longon Language,but the other language User Enter in to MM01 or MM02 Transaction in the basic data 1 view Press the F4 key for Materail Group it showing only material group number no description is displaying,but my requirement it should translate and show it to the corresponding longon language description when Press F4.Regarding this i maintaining other language description for the existing material group in a ZTable.
    The table for Material Grop Description in all the language  is T023T table.
    Get back to me your valuable suggestion for the above requirement.
    Thanks & Regards,
    sanjeevkumar

    Hi Sanjeev,
    If you wanna search for BADIs, you can follow this method:
    go to SE80 transaction and select the class/interface CL_EXITHANDLER, then you have to select the Get_Instance method and put a break-point in the following call:
    call method cl_exithandler=>get_class_name_by_interface
    exporting
    instance = instance
    importing
    class_name = class_name
    changing
    exit_name = <b>exit_name </b>
    exceptions
    no_reference = 1
    no_interface_reference = 2
    no_exit_interface = 3
    data_incons_in_exit_managem = 4
    class_not_implement_interface = 5
    others = 6.
    the value of exit_name will give you the name of the BADI that is been call from the transaction. Then you have to execute the transaction MM01 or MM02 and it will stop on each Badi's call.
    Regards,
    Eric
    Reward any helpful answer

  • Language specific replication of material group description not working SRM

    Hi All,
    We have backend R/3 MM system from which we replicate our materials,material groups. For Italian language the replication of the material groups description is not working. Though the description is available in backend R/3 system when i run the DNL_CUST_PROD1object in R3AS tcode, there is no replication log in SMQ2 but still the Italian language is not replicated into SRM.
    There are no logs in SMW01 tcode also.
    Please suggest.
    Best regards,
    Sam

    Hi,
    As david explained,you need to set the filter for the LANGUAGE field  in trascn R3AC3 before replicating the product categories.
    In R3AC3 select DNL_CUST_PROD1. Go to table structures tab . Click on the filter next to T023T table. This will take you to the filter tab. Select source site name and filter options. In the field put "SPRAS", in op put "EQ" and in low value the value 'IT"(for italian) . You can also describe a range here instead of individual material group numbers.
    BR,
    Disha.
    Do reward points for  useful answers.

  • R3AS Load Objects - Changing Material Group Descriptions

    Hello,
    We use SAP ECC6 and SRM 5.
    We currently have some R/3 Material Groups descriptions that need changing in our ERP system.
    I am concerned with doing this as it appears that the material groups are replicated in SRM in the COMM_HEIRARCHY, albeit that they are not actually used in SRM.
    The issue I have, is when using R3AS to load the material groups, which load object should I use to just amend descriptions?
    It states in our documentation:
    DNL_CUST_BASIS3 - BASIS CRM Online. We use this for the initital load, i.e. a new build
    DNL_CUST_PROD1 - Product: Categories. We used this one for new product categories
    DNL_CUST_PROD0 - Material Number Coversions. I don't know what this is used for
    MATERIAL is for R/3 Material Master. I don't know what this is for
    Can someone please advise which load object would be relevant to use, and also clarify what DNL_CUST_PROD0 and MATERIAL is used for.
    Many Thanks
    Lisa Pallas

    Hello Lisa,
    Customizing object DNL_CUST_BASIS3: for data as Units of Measurement, currency, etc.
    Customizing object DNL_CUST_PROD1: to replicate R/3 product categories
    Customizing object DNL_CUST_PROD0: linked to customizing ( IMG: SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Master Data > Products > Define Output Format and Storage Format of Product IDs
    Business object MATERIAL: to replicate R/3 materials
    According to your need, you have only to reload customizing object DNL_CUST_PROD1.
    Regards.
    Laurent.

  • External Material Group Description

    What is the table  / field for getting External Material Group Description

    MARA-EXTWG
    External Material Group
    Key that you can use to assign the material to an external material group or to a material group determined according to external systematics.
    Examples
    For example, you can store the CCG material group or Nielsen material group here.

  • Regarding Material group description 2

    Hi Experts
    In PO Material group 2 description is not visibile. How do I make it visibile.
    Regards

    I have created a Z-Field on the header of the PO. the field is a check box. when the box is checked the PO should be subjected to release strategy, which is working fine.
    But the PO is subjected to release strategy even of the box is not checked.
    how to solve this issue.
    Many thanks

  • To Get material group for a particular Plant

    HI,
    I need some info like to find all the materil groups and the related plants for the same.
    Regards,
    Ramesh.

    SELECT MARAMATNR MARAMATKL MARC~WERKS FROM MARA
    INNER JOIN MARC ON MARAMATNR = MARCMATNR
      WHERE MARC~WERKS = PLANT.
    If you want for specific plant you can include that in the where clause like i have shown here
    Regards,
    Ravi
    Note : Please mark all the helpful answers

  • Material Group Description in SRM

    I understand that Comm_Hierarchy allows you to bring 60CHAR description instead of 20 CHAR from SRM to ECC. Is there any way to bring bring both (20 CHAR and 60 CHAR) to SRM?

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Material group updation by using function modules

    Hello All,
    I would like to add , update and delete material group From  database tables T023 and T023T  according to the given Excel input file.Could you please suggest me any function modules are there apart form MATL_GROUP_UPDATE .
    if i am using this function module i am getting the follwing error
    'Class does not exist or is not valid on this date'.
    Could you please send me any sample code.
    Thanks in advance,
    Arvind.

    Hello Narendran,
    Thanks for your quick reply.
    i need to do the following fucntions to the tables t023 and t023t.
    1) adding material group
    2) Updating the material group
    3) Deleting the material group
    according to the status field in the excel input file as shown below
    Status     ungültig     Referenzen     MGS     Beschreibung deutsch     Beschreibung englisch     &#20013;&#25991;     Beschreibung russisch
    N               H4***     Kohlen     Carbon     &#28845;     &#1059;&#1075;&#1086;&#1083;&#1100;
    N               H4100     Kohlebürsten                                                               Carbon brushes     &#28845;&#21047;     &#1059;&#1075;&#1086;&#1083;&#1100;&#1085;&#1099;&#1077; &#1097;&#1077;&#1090;&#1082;&#1080;
    N               H4900     Sonstige Teile aus Kohle, techn. Kohle                                     Other parts made from carbon, techn. carbon     &#30001;&#28845;&#65292;&#24037;&#31243;&#29992;&#28845;&#21046;&#25104;&#30340;&#20854;&#20182;&#38646;&#20214;     &#1055;&#1088;&#1086;&#1095;&#1080;&#1077; &#1074;&#1080;&#1076;&#1099; &#1080;&#1079;&#1076;&#1077;&#1083;&#1080;&#1081; &#1080;&#1079; &#1091;&#1075;&#1083;&#1103;, &#1090;&#1077;&#1093;&#1085;&#1080;&#1095;&#1077;&#1089;&#1082;&#1080;&#1081; &#1091;&#1075;&#1086;&#1083;&#1100;                     
    U               J2100     Polyphenylenether (PPESIB)                                                    Polyphenylene oxide (PPO)     &#32858;&#33519;&#27687;&#21270;&#29289;(&#32858;&#33519;&#25745;&#27687;,&#32858;&#33519;&#25745;&#27687;&#21270;&#29289;)(PPO)     &#1055;&#1086;&#1083;&#1080;&#1092;&#1077;&#1085;&#1080;&#1083;&#1101;&#1092;&#1080;&#1088; (PPESIB)                                              
    D     x          J2400     Sonstige styrolhaltige Polymere                                 Other Polymers Containing Styrene     &#20854;&#20182;&#21547;&#33519;&#20057;&#28911;&#32858;&#21512;&#29289;     &#1055;&#1088;&#1086;&#1095;&#1080;&#1077; &#1074;&#1080;&#1076;&#1099; &#1087;&#1086;&#1083;&#1080;&#1084;&#1077;&#1088;&#1086;&#1074;, &#1089;&#1086;&#1076;&#1077;&#1088;&#1078;&#1072;&#1097;&#1080;&#1077; &#1089;&#1090;&#1080;&#1088;&#1086;&#1083;                  
    Note:Status :N means add the corresponding material group H4***
                               U means update the material group Description in t023t
                               D means delete the material group form  the table t023t
                                in all languages
    Could you please tell me any other fucntion modules are there.
    As per your suggession we can add the material groups then what about Updation and deletion of material groups.
    Also suggest me shall i go for normal modify , delete and update  statements in my program to aceive the above functionality
    2) The excel file format is also not constant they can change the columns
    as per their wish i mean for exp in the above excel  at col1 Status field is there and  at col4 (MGS ) material group and remaining columns are description of the material group in different languages(sorry the excel alignment is not clear above)  .
    They can change this and they can place status at col5 and MGS at col6 .
    Could you please advice me how to handle this situation in my program
    Thanks in advance,
    Arvind.

  • Material group GUID - related to SRM-CCM

    Hi,
    This is related to CCM.
    Can you please tell me, If the material group description is changed the Guid related to the same material group is changed or not?
    If the GUID is changed with respect to change in material group. Then where can i get the relation of guid to material group
    Thanks

    Hi
    Check table crmd_link
    where we have GUID_HI and GUID_SET
    here there is a relationshhip maintained for header and item level guid link .
    GUId are created when we upload the material groups an material numbers if there is a change in  description of the material number or material group the guiod does not get changed as it an unique id based on the material group number which is a primary key
    Description in general are never a primary key .
    either in back end system or in SRM system.
    regards,
    Nimish sheth
    pls reward points for helpful answers.

  • Error in CIF while change in Material Group in R/3

    Hi,
    I have assigned Material Group Description as an external field in Extra Tab in APO. When I create a material the CIF updates the filed correctly.
    When I change the material group the CIF gives and error "Location does not exist for external location FR02, type , and BSG BSG1" where FR02 is my Plant.
    When I delete the queue and re execute the IM the change is updated in APO.
    Can someone tell me why the above CIF error appears for every change done.

    Nilesh,
    It is common for experienced ABAPers to be able to determine this on their own.  Normally all you should have to do is explain in business terms what is happening, and the ABAPer should be able to troubleshoot the problem without you first discovering the code details for him.
    There are a couple of ways to populate the aux fields in the SCM product master. The first userexit I would look at would be CIFMAT01 on the R/3 side.
    Best Regards,
    DB49

  • Material group search list

    Hi Expert,
    I have a very simple problem but i cannot find the solution.
    When we go to MM03, we are able to search material code by material description for eg: place your cursor on the material code field, press F4 and enter " jett ", list of description with JETT will come out regardless it is capital or small letter.
    But however, if you search for material group list, for eg: place your cursor on the material group field,press F4 and enter " raff ", it will only list out the material group and description with "raff" . Other material group desc which also contains of raff but with capital letter will not come out. Means it is a case sensitive. Is this standard or we can set it somewhere so that it can ignore case sensitive, just like material code and material description?
    Thanks,
    Crystal

    Hi Crystal,
    The behaviour you are seeing is per standard design.
    For the Material Group, the standard generated search help H_T023
    is used. You may see this in transaction SE12.
    H_T023 browses through table T023 where all the Material groups are
    kept. The Search Help automaiticaly inherits the attributes of the
    fields in it from the Data Dictionary.
    The Material Group Description Example (WGBEZ) which belongs to Domain
    TEXT20, inherits the Case-sensitivty flag from TEXT20 which is set.
    The options which exist are as follows: (None of which are Supported
    by SAP as standard
    - You could change all descriptions for all you material groups to be
      Uppercase. To facilitate this, a small ABAP could be written.
    - You could create your own Search Help for Material Group, using its
      own view, and here specify that you do not want case sensitivity.
    BR
    Nadia Orlandi

  • [Authorization] Entry Qty Based on Material Group

    Dear gurus,
    I've requirement like this:
    In tx. VL02N, in picking tab, picked qty can only be entered by personnel based on material group (there's material no. in that screen, and can be traced to get material group).
    Is it possible?
    Regards,

    Hi,
    Is it possibl?

  • Material Group Hierarchy Level 1 - Description

    Hi,
         We required Material Group Hierarchy Level 1(0RPA_WGH1) DESCRIPTION. we find data source 0MATL_GRP_1_TEXT to
    get description. that standard data source created based on table TVM1T. We did find any data in that table. kindly guide me
    how to acheive this.
    Thanks

    hi rajendra,
    just check table T023T, hope this will help u.
    thanks

  • Material group long description

    In the item overview section of a PO we're only able to see the short description of a material group when a search is done. However, when we go to the item detail section of the PO and do a search on the material group field there, we get both the short and long description. Is there a way to get both the long and short descriptions when you do a search on any material group field?

    Hi Eric;
    I'm in version ECC 7 - and both the short/long description are available at the item search by material group in the PO.  What version are you on?  Have you looked through SAP Notes (p.k.a. OSS Notes) for the patch that may resolve this issue? 
    Good luck!
    Edited by: DeLong Gina on Jan 8, 2008 6:48 PM
    Edited by: DeLong Gina on Jan 8, 2008 6:52 PM

Maybe you are looking for