Classification values in Material master

hi ,
m using the BTE event to capture the values of material master but the characteristics name and value fields are not there.
Is there any way to capture those values??
i have one solution by assigning the program and table to the field symbols like--
CLEAR field .
       field = '(SAPLCLFM)allausp[]' .
...but i need some more elaboration if someone has worked on this...or any other better solution...?
Edited by: Jeetu@SAP on Jul 11, 2011 2:43 PM

hello ganti,
can u check ur MARC table and re-confirm, is thar really available....

Similar Messages

  • 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

  • Uploading TAX Classification data in material master

    Hi,
    I have to upload tax classification data in material master for countries DE,IT,FR,ES,CH and GB.
    I have used BAPI_MATERIAL_SAVEDATA and passing values to table TAXCLASSIFICATIONS.
    But bapi is uploading tax classification only for country DE.
    When I am creating through MM02 its getting updated.
    Can anybody tell me what is the problem ?

    Hi Ganga,
    Yes I am passing different countries to table .
    LOOP AT IT_STAX into WA_STAX.
           wa_taxclassifications-depcountry = wa_stax-aland.
            wa_taxclassifications-tax_type_1 = wa_tstl-tatyp.
            wa_taxclassifications-taxclass_1 = wa_stax-taxm1.
            wa_taxclassifications-tax_ind    = wa_stax-taxim.
            APPEND wa_taxclassifications TO it_taxclassifications.
    ENDLOOP.
        CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
          EXPORTING
            headdata           = wa_headdata
          TABLES
            taxclassifications = it_taxclassifications
            returnmessages     = it_return[].

  • Change the characteristic Values in Material master date

    Hi Experts,
    How do change the characterstic values in material master ? Is there any standard BAPI or t.ocde or LSMW
    Best Rgds
    Suma

    I often changed classification with LSMW using IDOC CLFMAS

  • Classification data in Material master

    Hi
    Is there any FM to read classification data in material master from buffer. I know there is a FM CLAF_CLASSIFICATION_OF_OBJECTS to read, but this reads from database tables. I want to know the FM, which would read this from buffer.
    Thanks
    Karthik

    Hi Ganga,
    Yes I am passing different countries to table .
    LOOP AT IT_STAX into WA_STAX.
           wa_taxclassifications-depcountry = wa_stax-aland.
            wa_taxclassifications-tax_type_1 = wa_tstl-tatyp.
            wa_taxclassifications-taxclass_1 = wa_stax-taxm1.
            wa_taxclassifications-tax_ind    = wa_stax-taxim.
            APPEND wa_taxclassifications TO it_taxclassifications.
    ENDLOOP.
        CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
          EXPORTING
            headdata           = wa_headdata
          TABLES
            taxclassifications = it_taxclassifications
            returnmessages     = it_return[].

  • Updation of Consumption values in material master

    Dear Experts,
    For a FERT ,
    When I use strategy 40 , Consumption values ( PGI - Deliveries )are getting updated in MM02 in Forecast view.
    whereas,
    When I use strategy 50 , Consumption values are not getting updated in MM02 in Forecast view.
    Is there any setting to control this updation of Consumption values in Material Master ?
    Regards,
    Sheik

    Hi,
    Update of consumption is based on movement type, and you can decide which movement types should have or have not consumption updating.
    Check in transaction OMJJ if the movement types in question have indicator "Consumption posting" (field V_156_VC-KZVBU) as marked.
    If it is the case, consumption is updated, opposite for un-ticked.
    Hope that helps.
    Thanks.

  • Change the characteristic Values in Material master dat

    Hi Experts,
    How do change the characterstic values in material master ? Is there any standard BAPI or t.ocde or LSMW
    Best Rgds
    Suma

    Hi Suma,
    Probably this question should be asked in another forum (MM) then the one for DMS related questions

  • Defalt values in material master?

    Hi All,
    Is it possible to make default values in material master.
    Like material group should be 001 for material type ROH etc
    Regards,
    RR

    Hi Raj,
    You can default the org elements and views in the material master.
    But you can not make fields inside the views as default.
    But coming to your problem, what you can do is:
    Try to copy it from existing material, so by default all values inside the views will come.
    Hope it helps...
    Utsav...

  • Wrong Tax Classification Taken from Material Master

    Hi Experts,
    I have a problem with Tax classification when determining the tax % at sales order entry.  Below is the scenario:
    1) There are two taxes applicable: Output Tax (15%) and Excise Duty (1%)
    2) Customer 01 is liable for both Output Tax and Excise Duty
    3) Material A is liable for Output Tax, but not liable for Excise Duty. In material master, the tax classification is maintained as "0" for Output Tax (the first line) and "1" for Excise Duty (the 2nd line)
    4) Material B is the opposite, i.e. liable for Output Tax but not liable for Excise Duty. In material master, the tax classification is maintained as "1" for Output Tax (the first line) and "0" for Excise Duty (the 2nd line)
    5) The tax codes are defined (with tax % maintained) in FTXP
    6) Pricing condition records are also maintained.
    Now the issue is during order creation with Customer 01 and material A, both Output Tax and Excise Duty are getting calculated as Zero. Where as in case of material B, both taxes are getting calculated with value (15% and 1% respectively).
    It seems that the system is getting the tax classification from the first tax (output tax) in material master and apply it to the other tax (excise duty). Therefore the Excise Duty gets the wrong value if the tax classification is different from that of the Output Tax.
    Have anyone come across this issue before? Your help is much appreciated.
    Thanks.

    HI ,
    thanks for your reply. In the meantime I figured out the issue myself. It was due to the access sequence that only checks tax classification 1 instead of 2 , 3 etc.
    Thanks for your reply.
    Dominique

  • Classification Mandatory in Material Master

    Dear All,
    I have multiple characteristics in a class attached to one of the material. I want to make some of these characteristics mandatory in material master itself, how can this be done. I know we can make 'entry required' in the characteristic but it only makes the value mandatory at the time of classification of batch. I want it to be mandatory in material only.
    Thanks
    geravine

    Hi ,
    You know the answer
    I know we can make 'entry required' in the characteristic but it only makes the value mandatory at the time of classification of batch 
    try out below steps,
    create characterstic, and make it mandatory , attach it to class of calss type 300 , attach this class to material in classification view , as soon as you will open this view , system will ask you to assign value for this mandatory characterstic, and wont allow you come out of it till you assignh a alowed value.
    Try out and reply.
    Thanks
    Ritesh

  • Copy of Batch characteristics value from material master to Batch

    Hi Gurus,
    I have maintained some values in the characteristics under batch classification in material master and want to copy the values in batch characteristics during batch creation at process order release.
    Can any one help me to achieve this in standard way?
    Thanks
    Sandip

    Hi,
    Try to understand the batch classification functionality...In batch classification characteristic values changes from batch to batch...Values should not be maintained in the material master...it does not have any meaning...in the material master we need to assign only the batch class with class type 023 in classification view ...no need to assign the values there....Batch classification means characteristics values differs from batch to batch...
    Thanks
    Kumar 

  • Picking or copying Characteristics  Value from material master

    Dear Experts,
      Please i create   five Characteristics  which i assign to a Class ( of type 022 ). The Class is then assigned to  materials in the classification View of the Material Master.
    I want  one of the five Characteristics to copy its values from specific parameter value  maintaned in the  Material Master.
    Please assist on how to accomplish this?
    I did the following but did not get the desired results;  While creating this  Characteristic, in the Values Tab, I filled  ''MARC'' in the Tablename field   & in the Fieldname field, i enter the technical fieldname of the particular field from table MARC which i want.
    I want this particular value to be automatically copied into the Characteristics Value field in the Foreground  for eacb batch anytime Goods Receipt is done.
    after doing this, anytime Goods Receipt is done & a batch number generated, it takes me to the Classification screen, but this particular field which i desire  to be auto updated remains blank. 
    Please assist ?

    Hi,
    1. This will not automatically updated just as we wil fill the addtional date table and field.
    2. you need to write the object dependency to get it updated when you call somewhere
    3. Generally in the batch level you will be able to do this .( even you can use function / object dependency )
    Reg
    Dsk

  • 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

  • Defaulting values in material master creation

    Hi,
    I want to have some filed values to be appeared as default in all the views while creation of material master.
    By user settings, I can restrict Org level values such as C Code,S Org Distribution Channel etc etc.
    But how to make field values such as account assignment grop,division,valuation class,price control,transport grp,loading grp etc appearing default so that user does not have to think.
    Regards,
    manOO

    Hi,
    You can set values for Parameter IDs of the fields that you want to default.
    Set values in system -> user profile -> own data under parameters tab.
    For example Disision's parameter id is 'SPA'. You can set a default value for division by giving proper value for SPA under parameters data in own data.
    Hope this will help.
    Regards,
    Naveen.

  • 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

Maybe you are looking for

  • How to adjust splitted lines into one line in Text file?

    Hi Guys, I have a text file with 3 fields(comma separated): GLCode (Number), Desc1 (Char), Desc2(Char) and need to load it into BW. My Text file looks like: 1011.00,"Mejor PC Infrastructure","This line is ok." 1012.00,"Telephone Equipment $","This li

  • Rounding to nearest Hundred

    Hi, I need to round 252476480.00 to its nearest Hundred - 252476500. Here is the code which I have import java.math.*; public class TestBigD {      public static void main(final String[] args) {           BigDecimal bd = new BigDecimal("252476480.00"

  • Add Image icon to jpanel

    I have to add an image to a jpanel. I am using the below code I have already defined the jlabel(lblImageIcon) using the netbeans design palette and made the jlabel visibility false. lblImageicon=new JLabel lblImageicon.setText("ImageIcon") gridBagCon

  • Is there an update for ipod touches with a messenger?

    I heard that there was a new update for ipod touches(4th generation) that comes with a messenger that uses your e-mail, is this true? Thanks

  • Column ambigously defined

    select distinct kmt.tag_number , fa.tag_number from kfupm_mcr_tag kmt, fa_additions fa where kmt.TAG_NUMBER = fa.TAG_NUMBER SUBSTR( tag_number, 1,6) tag_number; can any one help me out Thanks Arifuddin Edited by: user11309801 on Jan 1, 2011 8:28 AM