Adding a new long-text type to Material Master

We need to add a long-text type to Material master, in addition to Basic, Inspection and Internal comment texts.
What would be the best way to do this?
Is there configuration that will allow the generation of a new tab in MM01 - Additional data screen, along with Basic, Inspection etc or should we create a new Screen exit for the new Text type to be edited?
If a screen Exit is available could you please name it?
Thanks a lot for the help - in Advance.

Hi,
You can add your own tabstrip in material master and put your long texts on it.
Please have a look at transactions OMT3C, OMT3B, OMT3E.
All customizing for material master extention can be found in SPRO -> Logistics - General -> Material Master -> Configuring the Material Master.
Krzys

Similar Messages

  • New sales text ID in material master

    Hi,
    Before posting this query i have searched the forum but couldnt find any suitable answers for my query.
    Our requirement is we need to have 3 new sales text ids created for material master with the language "EN".Per sap Standard we have a text id "0001" in material master which can be maintained once per language.Our requirement is to have multiple text ids with one language. Is this possible with standard sap configurations? where we can define a new Sales text id for material master.
    Thanks & Regards,
    Srini

    Hi Srini
    Since there is already one text type , so the best choice is to create another 2 text types with say 'ZA' and ZB
    and use them.
    Try coping the Langauge EN and create another 2 as per your requirement say  A and B. As of my knowledge you can have only one text per language , please check it once again at your end.
    So you have to copy the EN and create another two.
    Thanks
    RB
    Edited by: RBhardwaj on Mar 7, 2012 5:56 PM

  • Maintain Text Types in Material Master

    Hi,
    Is it possible to maintain different text types in the materials master "Sales text" tab just like we can maintain at the sales order header and item levels.
    In VOTXN there is no option for configuring text types for material master (text object MVKE) so I was wondering that if it is possible at all. Please let me know if you have any idea on the same.
    Regards
    Deepak

    Hi Deepak,
    In Material Master you can maintain the "Basic data text". It can be maintained in Basic data 1 view by selecting the Additional data. This text can also be fetched according to your requirement with the help of developer.
    Thanks,
    Sravan

  • How to Get Long text of a material?

    Hi Friends,
    Could you please help me, in getting the Long text of a Material?
    if any sample code is available, kindly provide.
    Regards,
    Xavier.P

    here you have a working code snippet: the longtext is stored in table lines.
    tables: stxh.
      data: lines like tline occurs 0 with header line.
      data: ID            LIKE     THEAD-TDID,
            LANGUAGE     LIKE     THEAD-TDSPRAS,
            NAME            LIKE     THEAD-TDNAME,
            OBJECT            LIKE     THEAD-TDOBJECT.
      clear: lines[].
    select single * from stxh into stxh
        where tdname eq mara-matnr
        and tdid     eq 'GRUN'
        and tdobject eq 'MATERIAL'
        and tdspras  eq 'EN'.
        ID     = stxh-tdid.
        OBJECT = stxh-tdobject.
        NAME   = stxh-tdname.
        CALL FUNCTION 'READ_TEXT'
          EXPORTING
            ID                      = id
            LANGUAGE                = 'EN'
            NAME                    = name
            OBJECT                  = object
          TABLES
            LINES                   = lines
          EXCEPTIONS
            ID                      = 1
            LANGUAGE                = 2
            NAME                    = 3
            NOT_FOUND               = 4
            OBJECT                  = 5
            REFERENCE_CHECK         = 6
            WRONG_ACCESS_TO_ARCHIVE = 7
            OTHERS                  = 8.
    regards tony

  • Authorisation object for "PO text in the material master"

    Hi,
    My requirement is as below:
    "All users can see the Purchase Order Text as usual, but only a few users should be allowed to create / change the PO Long Text.
    For other users, the same should appear in display mode only (both in creation & in change mode, MM01 & MM02)."
    Please let me know, How to map this.
    As per my knowledge thsi is possible only thru authorisation. But I want to know what is the authorisation object for "PO text in the material master" (Pl note that only for PO text in the material master field). we want control on "PO text of material master"
    Regards.
    Chinna

    Hi,
    The authorisation object is "M_MATE_MAT", pl check
    Regards
    Merwyn

  • Message Type for Material Master Data Changes

    Hi all
    I'm managing Message Types for Material Master Data extraction from R\3 system to BW system, in order to load on BW only the changes done to some fields of MARA table that are delta relevant.
    Now from R/3 BD50 Transaction I can see that there is a message type that refer to changes done on MARA fields: RS0044.
    I would like to replace this message type with another one (RS0020) in order to align different systems.
    Now changes to material master data in R/3 system are recorder with both message types but only those with RS0044 message type are processed and loaded into BW system.
    So I would like to know:
    1. How is the message type related to the DataSource 0material?
    2. is it possible to replace a message type for BW?
    3. if yes, how can I do it?
    Thanks in advance.
    Elisa
    mail: [email protected]

    Hi Oscar!
    At the moment I'm using Delta queue of 0MATERIAL. I know that in the queue there are all the new and changed records.
    But I would like to be able not to load all the changed records, but only those that refer to some fields of MARA table.
    E.g. if the gross weight of a material is modified I don't want to load this change on BW with Delta loading .
    I've seen that from R/3 Transaction BD52 you can set only delta relevant fields referred to a specific message type and to delete the other fields.
    As I'm able to do this directly in the Development system and Test System, I haven't got the authorization of doing it in the Production system.
    That's why I need to include this setting in a CR and then ask to transport it from Test to Production system.
    But message types referred to MARA field changes are different between the two systems.
    And it seems they are automatically created.
    Is it true?
    Thanks
    Elisa

  • Need to create a Store Business document type for material master and store a sharepoint link

    Hello,
    I need to create a Store business document type for material master and store a URL link . How do I do that?( or is there any functionality to upload a document for a  store business document that it will automatically saves to sharepoint?)
    Thanks,
    Ran.

    >
    dhayes12 wrote:
    > A)  When I do the (Material Backflush) MFBF for the 04 type, the Inspection Lot gets created OK.  I then can go into QA32 and assign the correct Inspection Plat by clicking the Inspection Lot button.
    >
    > B)  When I do the MIGO via the Purchase Order (type Z01), it will not create the Lot if I have the Multiple Specs selected in the QM Material Master MM02.  If, I turn off the Multiple Specs in the QM Material Master and create a new PO and MIGO, it will create the Lot, however, it automatically assigns the lot to the wrong Inspection Plan (2nd Plan see above)  I need to be able to select the plan like I can with the 04 type.
    >
    > Is their some setting that can be changed in Config or somewhere that acts the same way as example A above?
    For case A, create insp plan with usage "1- production" If you have one IP with this usage for given material then system will assign Plan to lot automatically. In your case for second plan update usage as 1.
    For case B, system should assign 1st plan make sure for both plan udage is correct. for 1st plan usage should be 5 while 2nd plan usage should be 1. Now if your 1st have status 4 and key date before lot date then system will assign plan auto.
    Thanks!!!

  • Upload of purchase order text in the material master

    Now we have information of Purchase order text for all the material.
    Is it possible to upload the Purchase order text using LSMW.
    Some friends were telling that LSMW is not possible for Purchase Order text.
    Can anyone suggest how I can upload this purchase order text for all 1000
    material using LSMW program.
    /if not LSMW is there any other method to upload it
    thanks in advance
    deepak.s.goura

    Dear Deepak,
    there is standard direct upload i believe
    go to lsmw
    Execute 1st option
    then inLSMW:Object Attribute screen
    in standard batch/ direct input
    firsr radio button
    select object 005
    and method 003
    Program name RSTXLITF.
    Then go by normal process i.e source field , field mapping...
    In this way u can also upload Text in the Material master.
    Rewards if helpful
    Regards
    Sanjay L

  • Kindly give authorization object for mrp type in material master

    Hi friends,
    Kind tell me what is the authorization object for MRP type in material master.
    Your help is considered more important.
    thanks in advance
    willaims

    hi,
    check your authorisation objects here:
    Go to PFCG --> Environment (at menu bar) --> authorization objects --> Display...
    Here see for MRP and MM for material managament in the tree structure...
    Regards
    Priyanka.P

  • Valuation type in material master

    Dear SAP GURU'S
    please tell me what is a valuation type, it's uses and what are it's setting so that i can get the valuation type in material master.
    thanks and regards.

    Hi Yogesh ,
    Valuation type  is A subdivision of a valuation category in split valuation.
    Example
    An enterprise manages its stocks of a material using the valuation category "Quality", comprising the following valuation types:
    High quality
    Average quality
    Inferior quality
    Valuation category: A criterion for the separate valuation of different stocks of a material managed under one material number for quality and other purpose ...
    If you have any further query on the same then let us know ........
    Thanks
    Kaushik

  • Deactivate inspection type from material master

    Dears
    i have a inspetion qty with satus LTCA CHCR(Cancelled inspection lot)
    Now i need to deactivate inspection type from material master
    system not allowing to deavtivate as inspection lot was there
    how to remove the insepction qty form system
    Any tips
    Faisal

    Hi Faisal,
    Hi Faisal,
    Try this way,,,
    Run QA08
    Enter the Plant, Material Code
    Then go for the Fourth tab "Mass Processing"
    Activate the check box for Activate Despite Inspection Stock and Create Change Documents
    Then insert the inspection type.
    Execute
    System will prompt a screen similar to Inspection set up from MM02, there deactivate the inspection type and press Enter.
    Select the Line item and Save.
    Pls let me know if doesn't work.
    Regards,
    Shyamal
    Let's do it again, When you complete the following steps, are you getting any list of materials there? after completing it up to
    System will prompt a screen similar to Inspection set up from MM02, there deactivate the inspection type and press Enter.

  • TCode for collective changes in inspection type in Material Master

    Hi
    Can any one tell me the TCODE for mass changes for inspection type in Material Master.
    Charuhas

    you can use MM17 or through LSMW or create a BDC through ABAP.
    Regards,
    qsm sap

  • How can we update insp. type in material master on mass basis.

    Hi Team,
    We are using LSMW for material master. I was told that we can not update inspection type  through LSMW. Is it possible thru LSMW if not, how can we update insp. type in material master on mass basis.
    Is there any T-Code to update mass chages for inspection type in material.
    Please suggest.
    Thanks

    Hi,
    You can use  TCode -QA08.
    This Tcode have facility to Inspection Type activation in single  / mass material.
    Also useful for deactivation, special setting at Inspection Type level.
    Regards,
    JM

  • Validation for PO text in the material master :- BADI implementation

    Hi experts,
    I am trying to do a validation on the Purchase Order Text (long text) which must always be filled in Language EN and DE.
    Thus if a user tries to edit a material in MM02 or creates a new one in MM01 - this box of long text (PO text) must be filled, else it should throw an error.
    i created a BADI and inside that i am calling the FM read_text , but it check for only existing text already saved in the database.
    WHAT ABOUT THE RUN-TIME (ex creating a material).
    or what if the user purposely deletes an existing PO long text and then tries to save it (database might already have a PO long text saved for that material).
    Kindly help me if there is any FM which can be called to check in the Runtime if the PO long text is filled or if we can do some customizing and make that PO long text Mandatory.
    Please not we need this field mandatory only for only 03 plants, that's where the problem is coming.
    Many Many thanks in advance.
    Rittik.

    Hello Rittik,
    Please use Exit 'EXIT_SAPLMGMU_001' for your requirement. I checked and below code (READ_TEXT) picks latest text from the transaction in processing and hence can be used for raising any error. Let me know if you face any issues.
    if WMARC-WERKS = '...........' or '...'.
      lv_name = WMARA-matnr.
      CALL FUNCTION 'READ_TEXT'
        EXPORTING
    *   CLIENT                        = SY-MANDT
          id                            = 'BEST'
          language                      = 'E'
          name                          = lv_name
          object                        = 'MATERIAL'
    *   ARCHIVE_HANDLE                = 0
    *   LOCAL_CAT                     = ' '
    * IMPORTING
    *   HEADER                        =
        TABLES
          lines                         = lt_line
        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.
    *    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    *            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    endif.
    Regards,
    Diwakar

  • Validation for PO text in the material master.

    Hi experts,
    I am trying to do a validation on the Purchase Order Text (long text) which must always be filled in Language EN and DE.
    Thus if a user tries to edit a material in MM02 or creates a new one in MM01 - this box of long text (PO text) must be filled, else it should throw an error.
    i created a BADI and inside that i am calling the FM read_text , but it check for only existing text already saved in the database.
    WHAT ABOUT THE RUN-TIME (ex  creating a material).
    or what if the user purposely deletes an existing PO long text and then tries to save it (database might already have a PO long text saved for that material).
    Kindly help me if there is any FM which can be called to check in the Runtime if the PO long text is filled or if we can do some customizing and make that PO long text Mandatory.
    Please not we need this field mandatory only for only 03 plants, that's where the problem is coming.
    Many Many thanks in advance.
    Rittik.

    Hi,
    You can maitain the PO text of material master record in english and german. To do this goto POtext view below languages maintained create icon will be there select that give the english language, enter the text in english and save. Again select german and enter the PO text.
    To get the PO text view mandatory , go to SPRO, logistic general, material master, fielld selection,define plant specific feild selection and plant specific screen selection. For 3 plants you can configure here.Hence the POtext view will be mandatory and gives error if not maintained. I hope this will resolve your issue. Thanking you.

Maybe you are looking for

  • Can't move toobars in IE 9 with Toolbars Unlocked

    According to the IE 9 help files, I should be able to move and resize the various IE 9 toolbars by clicking and draging on the "command bar separator" but this does not seem to work.

  • Unknown error occurred (-42408)

    I keep getting  "An unknown error occurred (-42408)" when I launch iTunes and it won't sync my iPhone it just keeps saying "Waiting to sync" and eventually it gives me the same error and says the iPhone cannot sync.. Even when no device is plugged in

  • Duplicate pages for the same artist

    Hi, In the Indian Classical instrumental music there are two artists with duplicate pages due to slight variation in name or spelling. These are Hariprasad Chaurasia, Pandit Hariprasad Chaurasia Pandit is a title. These should be combined so all albu

  • I am unable to publish my movie on youtube.

    get error -50 message saying project could not be prepared for publishing.

  • Command line configuration

    I need to perform 3 configurations via command line in order to automate firefox deployment in my company. These are 1) add a smart card. 2) import certs. 3) alter settings in about:config. All of these are normally done through the Firefox GUI. How