Hi experts , regarding finding characteristics values for BOM

We have requirement to retrieve classification data which is used for BOM components in CV03N .
If anyone knows the function module which retrieves the characteristics values of that class,  reply me.
CLAF_CLASSIFICATION_OF_OBJECTS using this i am retiving characterisics assosiated with material.
I want for BOM.

Hi,
Hint:  any field y want to chk, follow these steps.
Goto Se11 -- in table view --- Entry help / check table --- go to this tables if avaliable.
Hope this will help you a lot.
Jogdand M B

Similar Messages

  • Assigning of characteristics value for a batch

    Hi All,
    Please help regarding the assigning of characteristics value for a batch in transaction code MSC2N or MSC2 in the classification tab.
    If Function modules or BAPI is available pls advise the inputs to be provided for the function modules.
    Here is one function module which i searched, but if i run this function module, i am not able to commit my characteristics value.
    The function module is CIF_BATCHCHAR_MAP.
    For the above function module the inputs which i have given are...
    Material number
    Batch
    Plant
    Class type
    Class Number
    Characteristics name
    Characteristics value
    Expecting your earliest reply.
    Thanks,
    G.C.Arravind Kumar Vikram

    Try the code below
    *.1 create key
      it_objects-key_field = 'MATNR'.
      it_objects-value_int = matnr.
      APPEND it_objects.
      it_objects-key_field = 'CHARG'.
      it_objects-value_int = charge.
      APPEND it_objects.
      CLEAR l_objectkey.
      CALL FUNCTION 'BAPI_OBJCL_CONCATENATEKEY'
        EXPORTING
          objecttable    = 'MCH1'
        IMPORTING
          objectkey_conc = l_objectkey
        TABLES
          objectkeytable = it_objects
          return         = it_return2.
    2 fill it_num it_char it_curr with values
    3 change characteristics
    CALL FUNCTION 'BAPI_OBJCL_CHANGE'
        EXPORTING
          objectkey          = l_objectkey
          objecttable        = 'MCH1'
          classnum           = it_class-classnum
          classtype          = '023'
        TABLES
          allocvaluesnumnew  = it_num
          allocvaluescharnew = it_char
          allocvaluescurrnew = it_curr
          return             = it_return.

  • Characteristics values for material and plant

    Hi Experts,
    I need to fetch characterstic values from a class Y-xx . I belive badi BAPI_CLASS_GET_characteristics
    will give the result but my problem is in selection screen I am passing material no and plant
    for this material and plant i need to fetch the characteristics values from the Y_xx class
    Could any one suggest the BADI or FM or tables to fetch the results
    Thanks in advance

    Hi,
    Go to MEK2, here enter the freight condition type, go to the output screen as pr the access maintained and select the line item and click on "Scales" button to see the from and to value.
    Also you can check the same in "Conditions" button in Purchase Info record.

  • SQL Query to find cumulative values for a Financial Year

    Dear users,
    My requirement is to create a SQL query for a table/view where I have day-wise data. I want to find out cumulative values for financial year by giving any date. It should add the values from start of financial year till that date in the financial year.
    I think creating a view of such type will post heavy burden on resources since accuimulation will be done for each day upto that day.
    Thanks

    Dear users,
    My requirement is to create a SQL query for a
    table/view where I have day-wise data. I want to
    find out cumulative values for financial year by
    giving any date. It should add the values from start
    of financial year till that date in the financial
    year.
    I think creating a view of such type will post heavy
    burden on resources since accuimulation will be done
    for each day upto that day.
    ThanksKumar's solution will serve yours purpose but m not agreed
    I think creating a view of such type will post heavy
    burden on resources since accuimulation will be done
    for each day upto that day. Khurram

  • Getting the Characteristics values for Multidimensional Infocube

    Hi,
    I need to get the values of the various characteristics of a multidimensioanl infocube. I know that there is rsbo and LISTCUBE transacations. But the requirements say we cananot use them.
    Is there any other way of reading the Characteristics value data from the Infocube.
    Thanks
    Arunava

    There is a function module/api for this.  Not on a system right now, but take a look at the transaction BAPI..

  • Wants a report of characteristics values for material master

    Dear sir,
    how can i get the report of characteristic values of a materials.
    pratik

    Hi
         In CL6C, give the class where u might have assigned the characteristics.
    tick the display options as required and execute.
    or
    Use the tcode CT10, give the characteristic name and execute.
    Regards
    Sandy
    Edited by: Snehalkumar Kadam on Feb 25, 2009 11:33 AM

  • Any way to find parameter value for a report?

    CS2008 SP3 - version 12.3.0.601
    Is there any way parameter value of a report can be found? The following code doesn't return parameter value but returns name.
    Fields existingReportParameters = null;
                            IDataDefinition dataDefinition = reportDocument.getDataDefinition();
                            existingReportParameters = dataDefinition.getParameterFields();
                            if (existingReportParameters != null) {
                                  for (int i = 0; i < existingReportParameters.size(); i++) {
                                        IField field = existingReportParameters.getField(i);
                                        if (field instanceof ParameterField) {
                                              ParameterField pa = (ParameterField)field;
                                              String paramName = pa.getName();
                                              //Values values = pa.getValues();
                                              //Object value = values.get(0);
                                              //System.out.println("*** repName Parameter - " + paramName + ":" + values);
                                              System.out.println("*** repName Parameter - " + paramName);
    Need to find a solution soon. Thanks in advance.

    Hello,
    Try searching, I have post code snippets on how to get values. I don't know for sure though if that code will work in CR 2008.
    Don

  • REGARDING FINDING MASTER TABLE FOR FIELD

    HI EXPERTS ,
    FOR EX AUFNR IS FIELD , HOW TO FIND MASTER WHERE IT HAS GOT
    ALL DATA

    Hi,
    Hint:  any field y want to chk, follow these steps.
    Goto Se11 -- in table view --- Entry help / check table --- go to this tables if avaliable.
    Hope this will help you a lot.
    Jogdand M B

  • Finding interlace value for RAID-0

    To setup stripe in the Solaris Volume Manager, we need to define an "interlace value." How do I determine this value?
    Thanks,

    For most applications the default value of 16Kb should be sufficient . To tune your stripe for better performance you can adjust this number based on your Disk access profile and average I/O size.
    Your "access profile" is how you're accessing disk-- either random I/O (OLTP, webserver, most DB access etc.) or sequential I/O (Disk backups, or DB Full table scans).
    If you're tuning for Random I/O, which is more common, then you should size you interlace above your average I/O size.
    If you're tuning for Sequential access, you should size your interlace for with the formula:
    <Average I/O Size> / <Number of Disks>
    See:
    http://docsun.cites.uiuc.edu/sun_docs/C/solaris_9/SUNWaadm/LOGVOLMGRADMIN/p5.html
    or with a little more info:
    http://sunsite.uakom.sk/sunworldonline/swol-09-raid.html
    HTH
    Aaron Spiegel

  • Add Characteristics Value for material Classification

    Hi,
    My requirement is, when ever a particular Characteristic value is added/changed in MM01/MM02, then another characteristic value will get modified for the same material. Can someone have any solution for this?
    Thanks,
    Ipsita

    you can achive this with object dependencies.
    see here for full details:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/24/4766ba416711d189ec0000e81ddfac/frameset.htm

  • Find Attibute Value for Section That Scores High in Text Index

    I have a table that contains xml documents in an xmltype column. These xml's contain customer information. An xml may contain info for only one customer while another xml can contain info for multiple customers. I also have a context index on these xml's. What I am trying to do is allow the user to search for a customer through the full text index and display the customer name results back to the user along with a score. This works fine for xml's that contain a single customer because I can use extractvalue to pull out the customer name for each xml. But when I have an xml with multiple customers, I need to know the value of the id attribute in the customer tag so that I can extractvalue for that single customer. To me this sounds like it would have to be done during the scoring process so that I know which customer within that xml scored highest, but I am unsure. I'm sure someone else has run into this requirement so any help is appreciated.

    Marco,
    1) I thought a context index is the same as a full text index. Could you explain the differences? What is an XMLIndex? We might be talking about the same thing :)
    2) DB Version: 10.2.0.3
    I am storing the xml in an xmltype column. I am then building a full text index on this column. I am currently testing between the different section group types to see which one provides the best performance.
    3) Here is an example that should be helpfull. This isn't my actual xml, but is should represent my problem:
    <team>
    <manager id=1>
    <name>Manager Name</name>
    </manager>
    <player id=1>
    <name>Player 1</name>
    </player>
    <player id=2>
    <name>Player 2</name>
    </player>
    <player id=3>
    <name>Player 3</name>
    </player>
    </team>
    When I search for 'Player 3' using the full text index. I want to be able to pull back the player name along with the value of the id attribute for the player the scored the highest in this document. Thanks!!

  • Regarding Sy-ucomm value for Enter.

    Hi All, In PAI of screen i have the following code, BUt when i press enter , the conttrol did not go in the following case .
    case sy-ucomm
    WHEN  'ENTR' OR ''.
          IF b_unit IS NOT INITIAL.
            CLEAR  wa_tbgl.
            SELECT SINGLE * FROM zf112409gl_map INTO wa_tbgl
              WHERE b_unit = b_unit.
            glaccount = wa_tbgl-l_gl_acc .
            gldesc = wa_tbgl-desc_lgl .
            b_unit = wa_tbgl-b_unit .
            sapglaccount =  wa_tbgl-saknr .
            SELECT SINGLE txt50 FROM skat INTO txt50
              WHERE saknr = sapglaccount
              AND spras = 'EN'.
         sapgldesc = txt50.
            else .
              MESSAGE 'Please enter the required field' type 'I'.
          endif.
    Please give me the  step to follow.
    rgds,
    Premraj

    Try as;
    When 'ENTER' OR SPACE.
    Regards
    Karthik D

  • Fiscal Year Period - Query Designer - Characteristics Value

    Hi Experts,
    In query designer, characteristics value for 0FISCPER by default shows value of fiscal year variant V9. But for Fiscal year variant V9, 002.2014 is November 2013.
    Now user want to display the correct period and its description (002.2014 is February 2014) which implies need to use different variant. Please let me how this can be changed.
    Regards
    Suresh Kumar

    Hi Suresh,
    Try this
    Path: Financial Accounting >> Financial Accounting Global settings >> Fiscal Year >> maintain Fiscal year variant (maintain shortened fiscal year)
    Transaction Code: OB29
    Regards,
    Amit

  • Characteristics value update in mass

    Hi Experts,
    I m seeking solution for characteristics value update in mass. We are already maintaining characteristics value for articles and now we have attached one additional characteristic value to article which need to be updated to all article.
    Is there any tool to update characteristic value to each article in mass ? Any existing BAPI to update characteristics value in mass?
    Hoping for best answer.

    Hi Sapahd,
    To create full article by using below given functional module.
    BAPI_MATERIAL_MAINTAINDATA_RT
    Regards,
    PS

  • Need Table for BOM selection with qunatity

    Hi experts,
    I'm unable to get the table for Alternate BOM, BOM component and Component qty in one table. Plz help me if any body having idea about this inform me.
    Thanking you,
    Narendra

    Hi,
    Please find below tables for BOM
                          STKO                    BOM - header
         STPO                    BOM - item
         STAS                    BOMs - Item Selection
         STPN                    BOMs - follow-up control
         STPU                    BOM - sub-item
         STZU                    Permanent BOM data
         PLMZ                    Allocation of BOM - items to operations
         MAST                    Material to BOM link
         KDST                    Sales order to BOM link
    I think use MAST,STKO ,STPO for your use
    Regards
    SANIL

Maybe you are looking for

  • Bookmarks don't sync from PC to myAndroid phone or tablet.

    version 32.0.2 FF on PC, tablet & phone are all up to date. New sync is being used on all 3 devices. FF says sync is working, but: the only bookmarks that sync are from my android phone to android tablet. Nearly all of my bookmarks (thousands) are on

  • Bridge won't open JPG files in Photoshop CS3

    I changed my preferences to remove the check-box "prefer Adobe camera RAW for Jpeg and TIFF files" , restarted Bridge and tried to open a JPEG from bridge directly into photoshop. But double clicking on the image in bridge opened "paint". So I change

  • N95 - Infrared Process Runs in Background Flatteni...

    After running the infrared to sync Outlook and removing the phone it eventyally stopps the infrared connection (well so it would seam untill)... The N95 then continues to heat up and eventually flattens the battery. I can only presume that the infrar

  • IDoc Control Record and Status Record Code,  where is it!!!

    Hi,   Where can i see the code for generation of control record and status record of IDoc.    Thanks in advance for your answers

  • App Vendor Systematically Deletes Negative Reviews ...

    RIM App World Folks: skip down to "How can RIM address this issue?" for the short version. It seems purchasers of apps have one opportunity to post a review, and vendors seem to have a means to delete "offensive" reviews. It's obvious that these mech