Multi value selection for characteristics under class type 200

Hello Experts,
Please suggest
I am trying to assign a class type 200 to the material master of a component say ABC.
While selecting the values for chars under classification I need to select more than one value for a characteristics say XYZ(single value).
Because when the K item will be replaced by L item from my class BOM, I want ABC to be in the BOM expolsion for  ANY of the multiple values I select under classification of ABC.
Thanks,
Santosh

Santosh Kumar,
Thanks for providing example, here the problem is , during replacement of class with material number system looks for exact match.
In classification view you cant put or condition, what ever value we assigned there is consider as AND replationship.
you can create 3 similar material , and assign them this combination , like for XYZ1 , model is A1, XYZ2 , Model =A2 etc
or
For such requirement , the better option is instead of class put material number directly in BOM with item catagory L and assign selection condition with logic select this component if MODEL =  A2 or A3 or B1 and DOR=CW & MOC=CI
It will work , with class node it will not work.
Please also check document created by me on class node in below link.
Classes as place holders [Components in Super BOM]
Thanks
Ritesh

Similar Messages

  • Reporting: Multi-value select prompt

    Multi-value select prompt:  Need to verify if there is a limit to the number of items/size in a drop down list or if there are selected value limitations.

    Hi Rick,
    To clarify,  which type of parameters will you be using,  Dynamic or Static?   If you're using dynamic parameters (LOV's or Business Views) there is a limit on the display values,  but I am not aware of a limit on the input limit for multiple values.
    If you're using a dynamic parameter which will use an LOV or Business View the registry key value to increase can be found:
    HKLM > Software > Business Objects > Crystal Report > Database Options > LOV
    MaxRowSetRecords
    Regards,
    Wallie

  • Multi-values selection control configuration

    The multi-values selection control give the user the option to select values from 'right to left'.
    Is there a way to reverse it to 'left to right', like users are regular from other GUI applications?
    Even in OBIEE other cases, like delivers subscribers, the selection is from 'left to right'.

    Hi nir,
    The behaviour is default in BI you cant change it.....As the default one would be right to left.Its not possible to change.
    UPDATED POST
    I dont know how we do with JS script....in BI 11g also the format is the same.Generally the tool is designed that way
    hope helps you.
    Cheers,
    KK
    Edited by: Kranthi.K on Apr 7, 2011 3:04 AM

  • Class types 200 and 300

    Gurus,
    What is the difference between class types 300 , 200 ,201 in variant configuration,
    Thanks
    Andy

    hi
    The class type determines whether a class can be used as a class item in BOMs. In Customizing for the Classification System, the Class node indicator must be set for the class type. In the standard system, class types 200 and 300 are defined for materials, and class type 201 is defined for documents.

  • Getting multi value error for measures

    We have two queries, (1)  Cost Center (2) PS
    I merged on Company Code, Internal Order, Equipment id
    Record Category are LBR, MTL, Others
    Fields on the report are
    Equip class, Equip Id, Equip ownership, Actual_Amt_Lbr, Budget_Amt_Lbr, Actual_Amt_MTL, Buget_Amt_MTL
    001_eclass
    Actual_Amt_Lbr= If ([Record Typ ]="04" And [Record Category]="LBR") Then Sum([Sum Actual]) Else 0
    Buget_Amt_Lbr= If ([Record Type Id]="01" And [Record Category]="LBR") Then Sum([Sum budget]) Else 0
    Actual_Amt_MTL= If ([Record Typ ]="04" And [Record Category]="MTL") Then Sum([Sum Actual]) Else 0
    Buget_Amt_MTL= If ([Record Type Id]="01" And [Record Category]="MTL") Then Sum([Sum budget]) Else 0
    I am getting multi value for measures i.e. Actual_Amt_Lbr, Budget_Amt_Lbr, Actual_Amt_MTL, Buget_Amt_MTL
    My scenario is
    One Euipment class has many Equipment id with record typ 01 and 04 and the same Equipment id has record category LBR and MTL
    Data is as follows:
    Equip_class, Equip_id, Equip_own, LBR_actual, LBR_Budget, Record_Type, Record_cat
    001_eclass   001       owner       0       2100   01          LBR
    001_Eeclass  001        owner           0       500        01          MTL
    001_eclass   001       owner       0       100   01          others
    001_Eeclass  001        owner           500      0         04          LBR
    001_Eeclass  001        owner           200      0         04          MTL
    001_Eeclass  001        owner           500      0         04          Others
    001_Eeclass  002        owner           500      0         04          LBR
    Used sum([Sum Actual] ForEach ([Record_Type];[Record_cat]) is not working

    Hi
    try this-
    Actual_Amt_Lbr= Sum(If ([Record Typ ]="04" And [Record Category]="LBR") Then [Sum Actual] Else 0)
    Buget_Amt_Lbr= Sum(If ([Record Type Id]="01" And [Record Category]="LBR") Then [Sum budget] Else 0)
    Actual_Amt_MTL= Sum(If ([Record Typ ]="04" And [Record Category]="MTL") Then [Sum Actual] Else 0)
    Buget_Amt_MTL= Sum(If ([Record Type Id]="01" And [Record Category]="MTL") Then [Sum budget] Else 0)
    ~Anuj

  • Activation of History Log for Material Classification CLASS TYPE 001

    Hi All.
    I've a question about this object.
    We need to launch RCCLUKA2 to activate multiple objects registration and to generate history log for changes in classification of materials (AUSP table).
    Reference are sap notes 942691 and 943559.
    I FOUND OUT THERE'S a big problem. RCCLUKA2 change AUSP objek key, using internal number range from INOB objects.
    There're hundreds of custom reports and other stuff that read AUSP directly with Matnr Code as objek key.
    I think that's a serious problem, isn't it? Or is there any solution about ?
    Thanks for Help!
    _______> old message
    This report RCCLUKA2 does 5 steps.
    1 step: activation flag for multiple objects in table TCLA and TCLAO only for  input class type (in this case 001 -> MATERIAL);
    2 step: download of KSSK data and AUSP data in two text files (name defined in input parameters);
    3 step: delete all KSSK data and AUSP data for class type 001,  10.000 records every loop;
    4 step: create reference object in table INOB for all records inserted in KSSKFILE, inserting all records in KSSK table at END of INOB upgrade;
    5 step: inserting record in AUSP table from all records inserted in AUSPFILE, using INOB objectid created in step 4.
    DEQUEUE ALL
    We think that this process is a little bit dangerous in production system, due to procedures that always run, in background or foreground.
    I've found a work around that creates an implicit enhancement for LCLVFF10 form FILL_REDUN.
    I think that it's not suggested to create this enhancement because of the missing flags in TCLA/TCLAO and missing reference in INOB and KSSK database.
    This enhancement would create records only in CDHDR and CDPOS with a general key object reference (such concatanate matnr(without-letters) mafid and atinn code).
    This enhancement couldn't also activate the standard function of reading document changes from standard menu in MM03/MM02/MM01, etc..
    Do you have any suggestion about this?
    RCCLUKA2 is a very old report. SAP didn't give any advice or upgrades for this need?
    Thanks for your help
    Message was edited by: Roberto Vacca

    Dear ,
    changes in values for a characteristic can be monitored in CL20N but as for MM02/MM03 transaction only for class type 023.
    For class type 001 or 300 the change document isnu2019t available.
    Thanks.

  • BAPI for characteristics and classes

    Hi all,
    I need to upload classifications, characteristics and characteristics value
    and classes to the master and also need to extract the same from the material master..
    Can any one of you suggest me any BAPI of function module or any othe way so as to implement the above requirement..
    Useful answers will be rewarded..
    Thanks in advance..
    Arun

    Hi,
    Check all,
    BAPI_CLASS_ALLOC_GLOB_DEP BAPI: Assign Global Dependencies to Class
    BAPI_CLASS_CHANGE BAPI: Change Class
    BAPI_CLASS_CHARVALUE_DEL_DEP Class BAPI: Delete Local / Global Dependencies for Characteristic Valu
    BAPI_CLASS_CHARVALUE_GLOB_DEP Class BAPI: Assign Global Dependencies to Characteristic Value
    BAPI_CLASS_CHARVALUE_LOCAL_DEP Class BAPI: Maintain Local Dependency for Characteristic Value
    BAPI_CLASS_CHARVALUE_READ_ALLO Class BAPI: Read Dependencies for Characteristic Value
    BAPI_CLASS_CHAR_ALLOC_GLOB_DEP Class BAPI: Global Dependencies for Characteristic
    BAPI_CLASS_CHAR_DELETE_DEP Class BAPI: Delete Global / Local Dependency for Characteristic
    BAPI_CLASS_CHAR_LOCAL_DEP Class BAPI: Assign / Delete Local Dependency for Characteristic
    BAPI_CLASS_CHAR_READ_ALLOC Class BAPI: Read Dependencies for Characteristic
    BAPI_CLASS_CHAR_VALUE_TEXT_DEL Class BAPI: Delete Overwriting of Long Text for Characteristic or Value
    BAPI_CLASS_CHAR_VALUE_TEXT_OVR Class BAPI: Overwriting of Long Text for Characteristic or Value
    Reward if useful!

  • How to pass multi value selection parameter to SAP Function Module?

    Hi ,
    Anyone know how to pass CR multi value parameter - array to SAP Function module ?
    eg  multi selection of customer in CR
    and then pass to Function module
    in SAP FM,  the SQL select these customer only
    How should the import parameter / table of SAP Function module designed?
    and how should CR pass the data to SAP FM
    thx
    John

    Moved to Integration Kit forum

  • Implementing a varchar multi-valued attribute for my customer table

    I usually used to implement numerical multiple value attributes for my customers, such as phone number by having a separate table, as below:-
    •     >>Desc customer (PK)
    Customer_ID
    Customer_Fname
    •     >>Desc Customer_Phone
    Customer_ID
    Phone_number
    Phone_Type
    Where both PK (Customer_ID & Phone_number)
    But now i want to have a varchar multiple value attribute called preferences (such as reading, shopping, swimming, etc)
    So here should i design my Customer_Favorite as
    Desc customer_favourite Favourite_desc
    Cusomet_ID (FK)
    Having PK (Favourite_desc & Cusomet_ID)
    Or
    Desc customer_favourite
    Favorite_ID
    Favourite_desc
    Cusomet_ID
    Having Favourite_ID as PK, TO AVOID HAVING A VARCHAR FIELD IN MY pk as in the first approach.
    Thanks

    user11120147 wrote:
    I usually used to implement numerical multiple value attributes for my customers, such as phone number by having a separate table, as below:-
    •     >>Desc customer (PK)
    Customer_ID
    Customer_Fname
    •     >>Desc Customer_Phone
    Customer_ID
    Phone_number
    Phone_Type
    Where both PK (Customer_ID & Phone_number)
    But now i want to have a varchar multiple value attribute called preferences (such as reading, shopping, swimming, etc)
    So here should i design my Customer_Favorite as
    Desc customer_favourite Favourite_desc
    Cusomet_ID (FK)
    Having PK (Favourite_desc & Cusomet_ID)
    Or
    Desc customer_favourite
    Favorite_ID
    Favourite_desc
    Cusomet_ID
    Having Favourite_ID as PK, TO AVOID HAVING A VARCHAR FIELD IN MY pk as in the first approach.What's wrong with having a varchar as the PK???
    ThanksDesign to Third Normal Form.
    Edited by: EdStevens on Jul 9, 2011 2:45 PM

  • Why values selected for a h:selectOneMenu via keyboard are not accepted?

    Hi,
    I have a h:selectOneMenu in a jspx page. When i run the page on IE6 and I select a value using the keyboard, the value selected is not accepted. But when i run the same page on Mozilla Firefoz 1.5 and select a value through the keyboard it works..
    Can someone help me on how to get the value wen i select through the keyboard on IE6.
    Thanks
    Meenackshi

    Tell IE to use the Sun VM.

  • Filter value selection for the query execution

    Dear experts!
    I am working with an input ready query (which is over an aggregation level), and we need to display in the selection variable screen the values for a charateristic from the InfroProvider, not from the Master Data.  I don't mind how to do this, but I need to do it and for the moment it seems impossible.  I've read note 984229 and in there it says that:
    <i>'Only Values in InfoProvider'
    In this case, only values of characteristics that are posted in the InfoCube dimensions or in the DataStore are used for the input value request. This D-mode is valid for InfoCubes or the DataStore as an InfoProvider and for MultiProviders that have only InfoCubes and/or a DataStore as part providers. An exception to this is characteristics that are modeled as a Line Item Dimension. D-mode is not supported for this.</i>
    I am over an aggregation level, and thus SAP says it is not possible with the F4, but I don't mind if I have to code whatever, but I need someway to do this.......
    I need whatever type of solution......I am open to any kind of help you can provide me...... =) please!!!!
    Points will be given to helpful answers
    Thanks and kind regards.
    Cecilia

    Could you please check as per Note 1565809 and make sure the F4 mode is really M mode in each level settings?

  • Open order value conedure for perticular sales doc type in FD33

    Dear Experts,
    We are configuring Credit management & work fine as per our requirement, only one problem is that  the open sales orders value concedured (Only for one document type) in FD32 which is not required to me.
    Please advice
    BK GAIKWAD

    Hello Colleague;
    If the list for RVKRED88 is empty means, there is no open sales document 
    with open credit value. But in S066 there is an amount shown, which is   
    incorrect, needs to be corrected by RVKRED77.                            
    RVKRED77 is not meant to use on regular basis (i.e. daily).              
    It is also necessary to lock the tables VBAK, LIKP and VBRK during the   
    report, because the open credit values will be totally deleted and       
    rebuilt new by processing all open SD documents.                         
    Note 363343 has been created to reduce the runtime using parallel        
    processing. Please review note 755395 for paralellise the report for     
    background job, also note 400311.                                                                               
    If this problem occures for more credit accounts, you can use to         
    determine the credit accounts with incorrect open credit values by the   
    report Z_CREDIT_VALUE_COMPARE from note 666587. Based on this you can    
    than build groups of credit accounts which you can run by paralell       
    processing.                                                                               
    The report Z_CREDIT_VALUE_COMPARE first simulates the reorganization of  
    open credit values (according to the RVKRED88 report) and then compares  
    the results to the values that exist on the database - and which can be  
    called in Transaction FD32 (View: Status, Extras -> Sales values).   
    I hope these hint can help you.
    Regards
    Ruy Castro

  • Multi value select LOV in report builder 10g parameter form.

    Hi All,
    I have a requirement to show a set of records by getting user input through the report parameter form.
    employee Table.
    emp_id emp_name
    1 A
    2 B
    3 C
    4 D
    5 E
    In the report i am getting emp_id input from the user through list of values (LOV query is "select emp_id from employee where emp_id =:emp_id").
    This condition is working for me. now user want to select multiple emp_id from the LOV. so that the sql query will get the related records from the employee table.
    so the LOV query will work like the following "select emp_id from employee where emp_id in (:emp_id)".
    can enybody help me to acheive the above.
    Thanks
    Leo.
    Edited by: user13359272 on Oct 24, 2012 5:25 AM

    By all means feel free to post your question as often as you like!
    In webforms DDE runs on the middle tier; it might do what you want against your local OC4J now, but it surely won't open a thing when you run it against an application server.
    Maybe you should enlighten us with your requirement, maybe there is a better solution for your problem.
    cheers

  • I want to draw multiple selection for some field on Type M program.

    Hi. everyone.
    I'm programing on Type M program but I don't know how do I draw multiple selection on Type M.
    Is it possible?
    If you know some related website or on-line document, please let me know that.

    It means Online program. it is not report progeam.
    I want to design a multiple selection on screen.

  • Pinned Filter Multi Value Select

    I am working with pinned filters in Power View reports deployed in SharePoint 2013.  For example, I am passing the Year 2010 and it works fine.  If i want to filter on both 2010 and 2011, it seems like I can't do that.  Is that correct?
    Thanks,
    Abe

    Yes, that is correct. Only one value per field is supported in the URL filter at this time.
    http://msdn.microsoft.com/en-us/library/dn198310.aspx
    Brad Syputa, Microsoft Reporting Services This posting is provided "AS IS" with no warranties.

Maybe you are looking for