Regarding characteristics subordinate values

Hi gurus
I have a requirement
I have a characteristics with two values and each value have 4 subordinate values, my requirement is
eg say 10_1000 with subordinate values as 10_1001, 10-1002, 10-1003, 10-1003
and 20_2000 with subordinate values as 20_2001, 20_2002, 20_2003, 20_2004
this is one characteristcs
now i have a charactertics for price like two  values  Pice1 and price2   now the requirment is
supoose if i selection of values with subordianate is from as 10_1000 - 10_1001,10_1002, 10_1003 and 10_1004 the price 1 should come as default and for the recpective another price 2  i want to fix like this
how to do that
Thanks in advance

Hi Rajesh,
Was you problem resolved? If so can you tell us all how did it as it helps us also.
Thanks,
Manjula.S

Similar Messages

  • LSMW Direct input method: 0150 Characteristics with Values

    I am trying to upload several characteristics with Values using LSMW Direct Input method 0150.I have defined 2 level structure for Characetristic header and values. Have set the relevant indicators as 1 for characterisitc data and 2 for Values. I have set the T-code to CT04.I am trying to upload the data but only Characteristic data is getting generated and not the values. Can anyone help me out as to what may be the reason.
    The fields I have in my uploading template is as below:
    LINK     NAME     DESCRIPT     STATUS     FORMAT     LENGTH     DECIMALS     UNIT     WERT
    1     TON     WEIGHT LIFT CAPACITY     1     NUM     8     0     ton     
    2                                        20
    2                                        50
    2                                        60
    2                                        70
    2                                        100
    The Fields I have mapped in Source structre are:
    Source Fields
            CHARACTERISTIC            PM Characteristics
                LINK                           C(001)    Identify Field Content:1
                                               Identifing Field Content: 1
                NAME                           C(030)    Characteristic Name
                DESCRIPT                       C(030)    Characteristic description
                STATUS                         C(001)    Status of a characteristic
                FORMAT                         C(004)    Data Type
                LENGTH                         C(002)    Number of Characters
                DECIMALS                       C(002)    Number of Decimal Places
                UNIT                           C(006)    Unit of Measure, Language-
                CHARACTVALUE              Characterisitc Values
                    LINK                           C(001)    Identify field content
                                                   Identifing Field Content: 2
                    BLANK1                         C(001)    Blank1
                    BLANK3                         C(001)    Blank3
                    BLANK2                         C(001)    Blank2
                    BLANK4                         C(001)    Blank4
                    BLANK5                         C(001)    Blank5
                    BLANK7                         C(001)    Blank7
                    BLANK6                         C(001)    Blank6
                    WERT                           C(030)    Characteristic Value
    Source Structure is:
    Source Structures
            CHARACTERISTIC           PM Characteristics
             CHARACTVALUE             Characterisitc Values
    Structure relation is as below:
    Structure Relations
            BGR00 Batch Input Structure for Session Data                       <<<< CHARACTERISTIC PM Characteristics
                  Select Target Structure BGR00 .
                BIMST Batch input for characteristics                              <<<< CHARACTERISTIC PM Characteristics
                      Select Target Structure BIMST .
                    BIMZW Batch Input: Allowed Characteristic Values                   <<<< CHARACTVALUE   Characterisitc Values
    Can anyone help me resolve this issue.....
    Thanks in advance
    Murad

    Hi,
    Go through this links its might helpfull to you.
    Re: Porblem during characteristics LSMW
    Assigning Characteristics to a class using LSMW
    Issues Uploading Characteristics Data into SAP Using LSMW
    LSMW: CHaracteristics Load
    Thank you,

  • Create subordinate values for Characteristics

    Hi ,
    I am using  BAPI to create the characteristic
        CALL FUNCTION 'BAPI_CHARACT_CREATE'
        EXPORTING
        charactdetail = gs_charactdetail
        keydate = gv_keydate
        TABLES
        charactdescr = gt_charactdescr
        charactvaluesnum = gt_charactvaluesnum
        charactvalueschar = gt_charactvalueschar
        charactvaluescurr = gt_charactvaluescurr
        charactvaluesdescr = gt_charactvaluesdescr
        charactreferences = gt_charactreferences
        charactrestrictions = gt_charactrestrictions
        return = gt_return .
    But  there is no way which i can create suboridinate values  for (charactvalueschar) . Please let me know how can i create soubordinate values for char values
    Reagrds
    Ramesh

    describe your problem.
    It does not really matter if you use standard batch input or IDOC, both will lead to the same result.
    However, object 0150 and CLFMAS are 2 different things.
    0150 is characteristics while CLFMAS is classification
    if you want classify with standard batch input then you should use 0130 instead of 0150.

  • SAP - Release strategy Characteristics Default Value Usage

    Hi,
    I am currently working on Release strategy where in I wanted to set the Default Values for the Characteristics. However, Even though I have flagged the Default values, system it is not defaulting the same.
    Secondly, I tried to use Option CL20N Where the value are apper, but when I Save, It is not stored.
    I wanted to know, Is there any setup need to be done for default value or is some thing I am Missing out.
    Please Let me know ASAP
    regards
    Arvind

    Maintain the default values in char itself.
    Goto CT04 enter your char and in Value tab enter all your default values which will be defaulted while char selection in release startegy.
    Note untill the char values are  not checked  during assigning class and release startegy in CL24N they will not be saved.

  • Characteristics and value selection controls

    I'm having difficulty doing the screen selection:
    1) characteristics A to be made mandatory only when characteristics B is with a certain value.
    2) characteristics C to have a default value as long as characteristics D is without a value. If D has a certain value, C will be defaulted to another value.

    Hi,
    Please do the following changes to rectify the difficulties
    1) Create a selection condition with the following coding and assign it to the characteristics A  basic data tab at the class level in CL02
    CHAR_B = u2018Xu2019
    When Char B has value X then char A will become Mandatory otherwise Non Mandatory
    2) Write a procedure with the following coding and assign it in Configuration  profile with proper sequence number
    $SET_DEFAULT ($SELF, CHAR_C, '1') if not CHAR_D  specified,
    $DEL_DEFAULT ($SELF, CHAR_C, '1') if CHAR_D  specified,
    $SET_DEFAULT ($SELF, CHAR_C, '2') if CHAR_D = 'E',
    $DEL_DEFAULT ($SELF, CHAR_C, '2') if not CHAR_D = 'E'
    Note: The values mentioned in the code to be replaced with actual values
    Regards
    Brahmaji D
    Edited by: Brahmaji Devarapalli on Oct 31, 2011 9:33 AM

  • Regarding Characteristics variable with Replacement path

    Hi Masters
    I have created one replacement path variable on characteristics for 0material for first query. This query contains the details of material number only(50 values are available). My second query contains material numbers and material price are there (53 values). When I executed my query, im getting only material number field of second query only(50 values are displayed as output, I hope datas are retrived which is common on both query for material number, Please confirm my this). I couldn't get second query's rest of fields like material price of material number. I don't know, what is wrong...?
    Could u please help me
    Thanks in advance
    Raja.S

    Hi
      I don't think so, i have to create the characteristic value for material price.
    Not only I think, we can't create  characteristic value for material price.
    If it is possible, Please give step by step solution
    Thanks in advance
    Raja

  • Regarding Characteristics variable with Replacement path error

    Hi Masters
    I have created one replacement path variable on characteristics for 0material for first query. This query contains the details of material number only(50 values are available). My second query contains material numbers and material price are there (53 values). When I executed my query, im getting only material number of second query only(50 values are displayed as output, I hope datas are retrived which is common on both query for material number, Please confirm my this). I couldn't get second query's rest of fields like material price of material number. I don't know, what is wrong...?
    Could u please help me
    Thanks in advance
    Raja.S

    Hi
      I don't think so, i have to create the characteristic value for material price.
    Not only I think, we can't create  characteristic value for material price.
    If it is possible, Please give step by step solution
    Thanks in advance
    Raja

  • Query regarding condition type value calculation in VA05

    Dear Gurus,
    We had maintained one condition type Z*** where we had declared the condition type as follows:
    Condition class - Prices
    Calculation type - Quantity
    Plus/Minus - A (positive).
    We had maintained the condition table as :
    Price = 200 USD per 10 EA
    Lower limit = uppler limit = 0.
    When we are calculating the price in the sales document, the system is taking the price of 10 units as 200 USD correctly.
    But in VA05 screen, the confirmed net value for 10 units is shown as 10*200 = 2000 USD which is wrong.
    Can anybody throw a light on how the confirmed net value for VA05 screen is calculated.
    regards,
    Krishna

    If it is representing the value of the condition type, then it is a new field customised by your technical team. Standard VA05 doesnot represent the value of any condition type. So please check with your developer, may be there is a problem in their program.

  • Adding new characteristics and value fields in COPA

    I have recently added several new characteristics and one new value field to the operating concern in the development system.
    I am not exactly sure how to create the transport.  This is the first time I have done a transport in COPA so I was hoping someone out there would have some tips on how this is done.
    Also any helpful tips with transporting this type of change is much appreciated.
    Thanks,
    Laurie Hensiek

    Refer to the documentation at http://help.sap.com/saphelp_46c/helpdata/en/c6/f22c7dd435d1118b3f0060b03ca329/frameset.htm
    This is under the node Tools>production startup>transport.

  • Urgent Regarding round off values in script

    Hi Gurus,
    I want to display round off values in total amount . Order conformation
    i wrote one suroutine but it is not working , it is going for dump.
    Eg:- total amount = 10004.49 it should display in 10004.
             total amount                 = 10004.51  it should display in 10005.
    Plz help.
    REPORT  ZVALUES.
    tables:komk.
    form round TABLEs INTAB  Structure ITCSY
                                         OUTTAB structure ITCSY.
    data: w_fkwrt type fkwrt,
             w_fkwr type fkwrt.
    read table intab with key name = 'KOMK-FKWRT'.
    if sy-subrc = 0.
    w_fkwrt = intab-value.
    w_fkwr = ceil( w_fkwrt ).
    outtab-value = w_fkwr.
    condense outtab-value.
    modify outtab transporting value.
    endif.
    endform.
    in layout i call this subroutine like this.
    /:DEFINE &KOMK-FKWRT1& := &KOMK-FKWRT&.
    /:PERFORM ROUND IN PROGRAM ZVALUES.
    /:USING &KOMK-FKWRT&.
    /:CHANGING &KOMK-FKWRT1&.
    /:ENDPERFORM.
    SU Final amount,,,,,,,,,,,,,,,,&KOMK-FKWRT(I13)&
    Thanks & Regards,
    Vamshi

    Use this FM
    CALL FUNCTION 'HR_IN_ROUND_AMT'
      EXPORTING
        amount        = p_amt
        rndoff        = '100'.
       RNDLMT        = 'N'
    IMPORTING
       RETAMT        =
       DLTAMT        =

  • Regarding rounding off value in pricing procedure

    hi fi professionals,
    i have an issue regarding pricing procedure, pls help me out, its urgent
    i have a condition type, zrou(rounding off value)
    the fanda is- when i am creating po- my net value is suppose- 19.90.
    so my client requirement is- 0.10
    so i have given 0.10, then total value is- 20.00
    but this value is not pickin up in migo- accounting document
    it is picking 19.90 only.
    so what is the configuraion needed in omsy for picking up the total value in accounting doc.
    regards,
    susanta

    Hi..
    You would need to maintain a account key in the pricing procudure which would calculate the balance to make the total a rounded value.
    In FI perspective, you need to assign a GL account for that..
    Cheers
    Raghu

  • NUMBER OF CHARACTERISTICS AND VALUES IN RELEASE STRATEGY

    Hi there, how R U.
    Please, can any body help my with this one ?
    How many characteristics may I have in a release estrategy for purchase order an contracts ?, how many values could a characteristic have ?, if I´am using a user exit to get the release codes, could this reduce the number of values that I can have in every characteristic ?
    An ABAP consultant told me that in table AUSP the release startegy can only have 8 values or less, but not more than that, is this true ?, to be candid, I don´t thik so, otherwise if I had a characteristic with 20 values what would happen?
    I hope you can help me.
    Have a nice day.

    How many characteristics may I have in a release estrategy for purchase order an contracts ?,
    You can have as many number of characteristics you want for release strategy, no restirction
    how many values could a characteristic have ?
    You can have as many as you want, no restiction
    if I´am using a user exit to get the release codes, could this reduce the number of values that I can have in every characteristic ?
    Release code you can define only 8 and if oyu want more release code than create new release group and assign more release code
    An ABAP consultant told me that in table AUSP the release startegy can only have 8 values or less, but not more than that, is this true ?, to be candid, I don´t thik so, otherwise if I had a characteristic with 20 values what would happen?
    the release strategy can hold only 8 release code but every release strategy you can have more than 8 charcteristics and each char can have n number of values and that can be decied at char creation level

  • Regarding selection of value

    hi,
    i have two table controls in my view.but i can able to select valu from both of them.which i should not do,that why i hav a button in the same view to clear the row which one i want,tell me how to know whether i hav selected both the rows of the table controls or not.and if the user is selecting both then i have to raise an error msg.
    regards,
    tania

    hi tania,
    just check in onselect event of one table abd check the other table is initial or not,
    DATA LO_ND_TABLE TYPE REF TO IF_WD_CONTEXT_NODE.
    DATA LO_EL_TABLE TYPE REF TO IF_WD_CONTEXT_ELEMENT.
    DATA LS_TABLE TYPE WD_THIS->ELEMENT_TABLE.
    navigate from <CONTEXT> to <TABLE> via lead selection
    LO_ND_TABLE = WD_CONTEXT->GET_CHILD_NODE( NAME = WD_THIS->WDCTX_TABLE ).
    @TODO handle not set lead selection
    IF LO_ND_TABLE IS INITIAL.
    ENDIF.
    get element via lead selection
    LO_EL_TABLE = LO_ND_TABLE->GET_ELEMENT( ).
    @TODO handle not set lead selection
    IF LO_EL_TABLE IS INITIAL.
    ELSE.
    *Raise the error message
    ENDIF.
    Yogesh N

  • Regarding populating dynamic values in text elements

    I want to populate some dynamic value in my field catalog text elements how can we achive it?

    Hi
    Check this
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8747e990-0201-0010-a69f-c52888feaadf
    Regards
    Pavan

  • Regarding Limitations in Value mapping

    Hi All,
    I Want to Know the Limitations in Value Mapping.
    Please Let me Know .
    Regards
    Vamsi

    Hello Vamsi
    Limitations.
    1. It can be a ongoing process.
    for example
    suppose application1 represents tax code 1 as TX1 and application2 represents tax code 1 as TAX1 and we had used value mapping in this case.
    This can be a ongoing process suppose if you need to add new tax code or change the tax code.
    2.suppose you have a huge number of value mapping shifting from quality to production is a pain. (i am not sure about other easy method)
    3.Identification of fields for value mapping in big implementation is also difficult.
    4.It consumes certain time
    Regards
    Ramesh P

Maybe you are looking for