On Material Description: CAUFVD-MATXT

Dear experts,
I would like to know if the following two fields are the same or not:-
(1) Description on the material master (nomenclature): MAKT-MAKTX for AFPO-MATNR
(2) CAUFVD-MATXT (Material Description)
The proposed solution in the spec given to me is (1), but since the dialog structure CAUFVD has already been more widely used in the program, I am thinking of using (2) instead. I just need a confirmation here if these two fields are the same or not.
Please help me out here. Thanks a lot.
P/S: Does anyone here also know where to get a diagram of the MRO tables and its relationships?

Hi,
You can use MAKT-MAKTX, since CAUFVD is a structure.
Regarding MRO tables and its relations...Please find the below link.it shows the link for all SAP tables.
[www.abap.es/Descargas/TAB%20-%20Relacion%20de%20las%20tablas%20por%20modulos.PDF]

Similar Messages

  • Different material description in one language for single material

    Hi folks,
        Is it possible to maintain different material descriptions (In one language-english) for a single material.
    if it so how can u provide me steps.
    Thx in advance,
    Neelima.N

    Hi,
    For a single material code maintaining multiple text in the same language is not possible,
    this contradicts the basic principle of consistancy.
    Howevery you are free to do R&D, if sucessful please let me know.
    Regards
    Bikas

  • Material description is not showing in VL10H

    Hi All,
    I am running the report VL10H and facing a problem, step which is being followed by me, given below:-
    1.Put plant and delivery date and execute.
    2.click on label Edit -> Show/hide delivery.
    3.Chose the field u201CMaterial descriptionu201D from Layout for output field.
    Now here I am seeing that all the materials in this report, having SD Doc i.e. delivery has been created,
    Material description is showing and remaining materials which have no delivery (showing in green color),
    Material description is not being shown.  
    Can anybody suggest me regarding this?

    Tiwari Himanshu wrote:
    Yes there is no issue regarding description maintained in the material master.
    >
    > If you run the VL10H as steps, I have given above, then you will see Material descriptions comes only those material which delivery are pending for creation, all those which delivery is posted not showing material description.
    now you are just telling it the other way around:
    Now here I am seeing that all the materials in this report, having SD Doc i.e. delivery has been created,
    Material description is showing and remaining materials which have no delivery (showing in green color),
    Material description is not being shown.
    I tested it, and all my sales order and STO order items are showing a material description.
    I do not have any items shown which have already deliveries created
    About which description are you talking, as I can see 2, one at item level and another one at header level ?

  • Material description VS Purchase order Text when creating a PO

    Hi Gurus,
    When creating a PO for a specific material, I have to print a purchase order text different from the material description.
    To do this, a specific text has be added to the material master data in the tab "Purchase order Text" with the italian language maintained.
    But, when i start to create a new PO for this material, the short text that is shown is retrieved form the Material description and not from the Purchase order text that has been added before.
    How can I do to have the purchase order text shown in the PO instead of the common material description?
    Thanks in advance for your support.
    Regards,
    Valentino
    Edited by: Valentino Rosso on Sep 9, 2009 10:58 AM

    Hi Rajaram,
    thansk a lot for your answer, it has been very helpful.
    Could you please clarify me the below points?
    1) Could you please confirm me that this is the functionality of the standard SAP System? That means that in case we want to put the purchase order text in to "short text" we would need to create an ad hoc development, right?
    2) In case we print the PO with the purchase order text added for the material, is there any point where we can find this information for the material, or we will see just the material description from the Material Master Data?
    Thanks a lot for your support.
    Regards,
    Roberto

  • SAP Script : to display the material description in two lines

    Hi All,
    I'm working on scripts.
    the material description field is been passed from my driver program ..into the script..
    Ex: &gs_final-maktx& ..
    There r a number of other fields to be displayed ...after this field ....
    Is there any option to split the 'Material description into two lines'?
    Ex: at present it is :
    This is material description
    Requirement is:
    This is material
    description
    I mean that there a number of field berfore and after this field......in the same line
    I need to jst split the materia description ...& make it to appear in two lines.....!!
    Expecting your suggestions....
    Edited by: vidya vidya on Nov 11, 2008 3:17 PM
    Edited by: vidya vidya on Nov 11, 2008 3:20 PM

    FM TEXT_SPLIT ?
    ..but i handled this by code.
    DATA:      zzboldsx(18) TYPE c,
          zzboldsx2(18) TYPE c,
          zzboldsx3(18) TYPE c,
          zzboldsx4(18) TYPE c.
    DATA: i_lines TYPE STANDARD TABLE OF tline WITH HEADER LINE ,
            r_lines TYPE tline,
            v_cnt LIKE sy-tabix.
    CALL FUNCTION 'READ_TEXT'
        EXPORTING
          client                  = sy-mandt
          id                      = stxh-tdid
          language                = stxh-tdspras
          name                    = name
          object                  = stxh-tdobject
        TABLES
          lines                   = i_lines[]
        EXCEPTIONS
          id                      = 1
          language                = 2
          name                    = 3
          not_found               = 4
          object                  = 5
          reference_check         = 6
          wrong_access_to_archive = 7
          OTHERS                  = 8.
      IF sy-subrc = 0.
    * Only 4 lines of Header text supported. Can add if needed
        LOOP AT i_lines INTO r_lines.
          CONDENSE r_lines-tdline NO-GAPS.
          v_cnt = v_cnt + 1.
          CASE v_cnt.
            WHEN 1.
              zzboldsx = r_lines-tdline.
            WHEN 2.
              zzboldsx2 = r_lines-tdline.
            WHEN 3.
              zzboldsx3 = r_lines-tdline.
            WHEN 4.
              zzboldsx4 = r_lines-tdline.
            WHEN OTHERS.
              EXIT.
          ENDCASE.
    *   zzbolDSX =  i_lines-tdline .
        ENDLOOP.

  • How to prevent error message for material description in MDG material detail screen, when user click on check action

    Dear Experts,
    I have a requirement for making material description as non mandetory in change request view of mdg material screen.
    I have done that using field usage in get data method of feeder classes, but still message is displaying.
    This message 'Material description is mandatory is displaying with check action only, but not with save or submit after i anhance field property as not mandetory.
    How to prevent error message for material description in MDG material detail screen, when user click on check action.
    Thanks
    Sukumar

    Hello Sukumar
    In IMG activity "Configure Properties of Change Request Step", you can completely deactivate the reuse area checks (but will then loose all other checks of the backend business logic as well).
    You can also set the error severity of the checks from Error to Warning (per CR type, not per check).
    Or you provide a default value for the material description, e.g. by implementing the BAdI USMD_RULE_SERVICE.
    Regards, Ingo Bruß

  • Display mode for Material Description in MM02 for Partucular User/UsrGroup

    Dear friends,
    I required to set: Display mode for Material Description in MM02. (Configured thruu2019 Maintain field selection to data screen)
    For Particular User / User group, it should be Change mode. How to achive this. Please advice.
    Thanks and regards,
    RAMAN

    Hi,
    I don't think you can realize it, because in SAP system there are 6 influncing factors:
    Material Type
    Plant
    Industry sector
    Transaction
    Procurement indicator
    SAP Delivery
    Field selection is controlled by field references. You can assign field references to the influencing factors material type, plant, and industry sector in Customizing. SAP maintains the assignment of the field reference to the transaction codes, to the procurement types, and for the SAP delivery. You cannot change this assignment of these field references in Customizing.
    So from my point of view, you can't use the factors of material type, plant and industry sector to distinguish different users' authorization.
    Good day
    Tao

  • Material descriptions in chinese language is not transferred to SRM

    Hi All,
    We have an issue in transfering material description in chinese language from ECC to SRM.
    We are on SRM 5.5 and ECC 6.0
    I've set filter in R3AC1 with Table name "matk" anf field "SPRAS" to take care of language.
    This works fine for all language except chinese both for initial and delta down load.
    Any help is greatly appreciated

    Hi, 
    Which your support package? 
    Did you already seek OSS? 
    Rgs, 
    Pedro Marques

  • Issue in maintaining hazardous material description in different language.

    Hi All,
    I have a requirement to display hazardoues material description in xyz langauge on a script.
    Table MGEF is the primary table for hazardous material. There is no text table for it.
    Field STOFT holds the description of the hazardous material.
    Now issue is that as no text table is available for hazardoues material , how the description can be available into multiple langauges ? Also if the text is made available in XYZ langauge in this table on login to XYZ langauge ,then it must be also be displayed in english on login with 'EN' langauge .
    Kindly help me in this regard. Also it will be great is someone can tell me how hazardoues material description is maintained in multiple langauages.
    Regards,

    Hi Ujjwal,
    You need to maintain the region code "PT" in SPRO>LE>WM>Hazardous material>Master data-->Define region code.
    Once done..relogin into system with "PT" language at login page of SAP.
    Use VM01.. give material number and region code "PT"..it'll take you to next screen where you can maintain description in Portuguese.
    Hope this will help.
    Reg,
    Sudhir

  • Routine for Material Description in language DE instead of EN in report o/p

    Hi all,
    We need to display material description/text in terms of DE language insted of EN at o/p the report.
    It's a masterdata(0material) info object.There are many fields at report level,Only for this perticular field text only they want in DE language,remaining all in EN only.
    How can we do langualge translations in BI.How can we achive this?
    If any body implimented with routines plz share the information.
    Regards,
    VS.

    Hi Varun ,
    Please follow these steps :
    go to RSA1-> Translation ->infoobject ->select object ->Create a piece list for Translation ->Create a Object List Go to transaction LXE_MASTER. In the evaluations tab, choose Object List->in the object List dialog box, choose create option ->Assign the Piece List->Generate the Object List.->
    Schedule the background job which will generate the object list
    Once the job for generating the object list is finished, please go to se63 ->Check your Default settings ->select Source Language and Target Language ->
    Access your personal work list ->Enter target Language texts for BI objects in the Worklist ->Run the program RSO_AFTER_TRANSLATION ->Verify the translation in the respective object maintenance screen.
    Regards,
    Jaya

  • Material Description is not displaying for few records in Report

    Dear Experts,
    Report Material Description is not displaying for few records in Bex Report but for records it is coming and even the heading of the material Description is also not coming for this report.
    Cud u plz suggest a good solution for it.
    Regards,
    Sai Phani.

    Hi Phani,
    For the text of the material in records, check if there is text maintained for that material in the master data. also try by changing the text to medium text and long text.
    regarding header, you will have same heading for key and text, you may use Materail ID / Description as the heading if you want.
    regards,
    Rk.

  • Material description in the SUS vendor screen in MMSUS scenario

    Hi All,
    We are working on MM SUS scenario with SRM5.0 and ECC 6.0 as the backend.
    We are sending the PO and SAR from R3 to SUS. When vendor logs in to create a POR and ASN, he is not able to see the material description rather only material code is available in the screen.
    Same thing for the business object BUS2231 (  for ASN) we are able to see the same in BBP_PD in GUI.
    What could be the reason?
    We are using standard BSP pages for SRMSUS service.
    Best regards,
    Sridhar

    Hi All,
    Any clues on this, are we missing any standard jobs which are to be scheduled for bringing material description to the SUS screen?
    Best regards,
    Sridhar

  • Different material description for RG1 register

    Dear Experts,
    I have a client requirement for change in material description (materialmaster) to a different description.
    The description maintained in material master is for viz
    SS CT BT 200mm-123-093MKO
    But excise need description
    SS BILLET
    Where to maintain this additional description in material master and fetch the same for RG1 register.
    Let me know any stranded user exit is available. If the above case is possible than also let me know what would be the bad implications on processes (like stock will not match with description).
    Regards,
    RB
    Edited by: RB on Feb 26, 2009 6:18 PM

    you either create a quickview by joining MARC and MAKT tables for this.
    or much easier. you press F4 in a material number field.
    then you go to search help W plant material.
    there you erase the language from the selection pop-up and execute
    in the hitlist do a right mouse click and you can directly download

  • Material description in Unicode ECC 6.0

    Dear expert,
    we have SAP ECC 6.0 (Unicode) on Oracle 10.2
    If we logon using sapgui in english, can we enter any material description language as chinese, arabic, cirillic, etc. ?
    Is this right?
    thanks for your help.
    Mario

    ...and maybe as additional info:
    configure your SAPGUI to not use the default font "Arial monospaced". That font doesn't contain all characters for all languages. Switch your default font to "courier new" to avoid any problems.
    Markus

  • Material description in batch master

    Hello SAP Gurus,
    My requirment is at the time of Process order relese or GR for FERT material systm should copy the material master text in batch master record for this i have created one characetristic. in CT04 as material description it is assigned in class & the same class is assigned to fert material in material master record. Now as per my requirment how can link this REL Or GR for updating material description please suggest.
    Regards,

    Dear
    Pass the batch no. in table MCH1 and pass MATRN into MAKT and also get CUOBJ, Pass CUOBJ in AUSP table in field OBJEK to get the char. description and values in ATINN and ATWART/ATFLV respectively.
    Check this thread : Material batch characteristics
    Just try and discuss with your ABAPer in this .
    Regards
    JH

Maybe you are looking for