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

Similar Messages

  • 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

  • Send name and value of control to subvi

    Hi all
    I am trying to send the names and values of controls to a subvi. 
    I know that I can extract the name and value of the control using a property node, but I was looking for a way to make is easy to use for the programmer.
    I am thinking of some kind of bundle function, it saves the name and value of the control, but I would like the programmer to be able to connect a random number
    of controls to this subvi without having to specify the number of controls anywer.
    I know there is configuration file stuff in labview, but it looks a bit more complex then what I want to do.
    Also i know that I can use the OpenG toolkit, but I'll rather not use any add-ons to labview, as this VI might be running on many different computers.
    Hope I made my problem clear enough! 
    Have a nice day
    Regards
    Tommy
    Running LabVIEW 2009 32bit SP1 on Windows 7 64Bit
    Solved!
    Go to Solution.

    tombech wrote:
    Hi all
    I am trying to send the names and values of controls to a subvi. 
    I know that I can extract the name and value of the control using a property node, but I was looking for a way to make is easy to use for the programmer.
    I am thinking of some kind of bundle function, it saves the name and value of the control, but I would like the programmer to be able to connect a random number
    of controls to this subvi without having to specify the number of controls anywer.
    I know there is configuration file stuff in labview, but it looks a bit more complex then what I want to do.
    Also i know that I can use the OpenG toolkit, but I'll rather not use any add-ons to labview, as this VI might be running on many different computers.
    Hope I made my problem clear enough! 
    Have a nice day
    Regards
    Tommy
    I am not sure what you have in mind Tommy but lets rule out the rediculous.
    You can find a Nugget I wrote here that explains how I managed to write an Save/Restore function that will automatically adapt to a type-def'd cluster. THat Nugget include my original source code as well as a full description of what where why and how.
    I have used that code in multiple applications and it has demonstrated that it works.
    No not all data types are supported! I left that as an exercise for the reader.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • 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.

  • Report for equipment with characteristics and value

    Dear friends,
    I need to develop a report which contains fields from the equipment master like superior equipment, functional location, asset etc. as well as charcteristics and values maintained in the equipment. (Multi level equipment display) is not acceptable to client. I understand that table AUSP can be utilised for getting the characteristic value, but I am unable to find any fields from equipment master which I can use to pass on to the AUSP table. Kindly let me know if there is any other table which I can use or any other approach I can take.
    Thanks and best regds
    Arun

    Thanks Pete for the quick response. I will check with the Abaper if he could utilise the function modules for developing the report.
    best regds
    Arun

  • 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

  • Setup characteristics and values upto 4 levels in VC

    Hello guruu2019s,
    How to define characteristic unto 4 levels in variant configuration example: 
    Models  Model A,Model B,Model C AND IF YOU CHOOSE  u2018Model Au2019 IN that MODEL,   IT HAS AGAIN SUB CATEGERIES OF Sub Model A1, Sub Model 2, Sub Model 3, ETC,. IF YOU CHOOSE u2018SubModel 1u2019 IT SHOWS THE REQUIRED AVAILBLE ONE.  How to setup it in the system?.
    Will anyone guide me the procedure how to define in sap system
    Full  points to the answer,

    In a Multi-Level BOM for a Configurable material, you are working with a Parent and Child Relationship, which can be nested to several different levels.  I am not sure I understand what you mean by: IF YOU CHOOSE u2018SubModel 1u2019 IT SHOWS THE REQUIRED AVAILBLE ONE.   You would start the Configuration at the Top Most Level and work your way down to the lower levels.  Please clarify what you are looking for.

  • Automate Characteristic value selection in Classification -Material Master

    Hi Gururs,
    I have workflow to create Material Master
    We have large number of Characteristics and  Value selection manually (mandatory and optional)
    we want to automate the Characteristics and  Value selection
    Any ideas to automate
    Prabakaran K

    What I understand from the question is this: While creating a material master through the use of workflow, you wish to automate the selection of mandatory and optional characteristics in the classification view. I have a few queries:
    How many classes does your material have? only batch class or material class as well?
    Also, on what basis do you want to automate the selection of the characteristic values for a material? There has to be a connection between the material type OR class assigned to the material, etc.

  • Why does the Safari iOS7 Browser truncate Options in a Select control?

    Sir or Madam ;
    I'm working on a website tailored to mobile device usage, and the SELECT control widget in the Safari from iOs7.0 seems to be really problematic. Previous versions of the software would wrap the text around if it exceeded the width defined by the screen width.
    The current version seems to be a step backwards; Now strings more than, say, twenty characters in length seem to be likely to be truncated.
    What's with this?
    .. and is there a way to coerce the widget into wrapping the text as necessary.
    Best Wishes..

    deleting the adobe plugins in Library worked for me:
    http://forums.macworld.com/index.php?/topic/146648-hide-adobepdfviewernpapi-in-m ission-control-how/

  • Buying Center Characteristics and Ratings

    We are generating smartform output for our opportunity.
    The opportunity includes the buying center. I am able to determine the partners associated with the buying center using the opportunity get detail bapi and write these to the smartform
    Any ideas where I can find the characteristics and ratings selected in the buying center. Where is this data stored? What are keys required to access it?
    Assistance is appreciated.

    Hi JM,
    documentation for buying center in opportunities can be found in online documentation under following link:
    http://help.sap.com/saphelp_crm70/helpdata/en/cf/dde4388abb5d0be10000000a11402f/frameset.htm
    (Opportunity management - Sales Methodology - Buying Center)
    Hope this information helps.
    Best regards
    Marion

  • 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

  • How can I make a list and after selecting a value, avoid displaying it.

    Let's say I have a ListBox or a ListOfValues(in Forms), and I have as Data.
    "LEVEL 1"
    "LEVEL 2"
    "LEVEL 3"
    "LEVEL 4"
    and I select "LEVEL 2".
    next time I display the list, (been selected "LEVEL2"), it doesnt display it anymore (unless I clean it or select another value).

    I've search on google but I did not found any tutorial for this particular thing. I found instead this code : 
    on (press) {     startDrag ("", false);   
    this.swapDepths(_global.depth++);
    on (release, releaseOutside)
    stopDrag ();   
    this.swapDepths(_global.depth++);   
    if (this._x > 493.250000 && this._x < 636.050000 && this._y > 142.900000 && this._y < 271.350000)   
       this.removeMovieClip();   
        } // end if
    but I don't know how to make the _x/_y to work, better said I changed  the values but nothing happend, did I did something wrong ? The first _x/_y stands for the position? I've played with the range values but cant seem to make it happend.

  • HT1343 On my 4 1/2 year old Macbook I could select multiple files  by highlighting a file and then moving cursor over a file lower in the list, and pressing shift-control-click. I can't do that in now with Mac Pro.  What am I doing wrong?

    ghlighting a file and then moving cursor over a file lower in the list, and pressing shift-control-click. I can't do that in now with Mac Pro.  What am I doing wrong?

    Holding down the control key will invoke "right-click."
    Depending on the View, holding down Shift will with either toggle the selection (Icon View), or it will make a continuous selection from the previous selection (List View or Column View).
    The only way to make a continuous selection in Icon View is to drag out a selection marquee around or through the icons.
    I can't remember the behavior of previous OS's.

  • Table control and a selection screen

    Hi,
    I have a requirement where I am supposed to be designing a screen that has a table control with fields
    w/selection column       label 1(non-editable)          i/o field(from)        i/o field(to)
    w/selection column       label 2(non-editable)          i/o field(from)        i/o field(to)
    On searching the forum threads, I found related threads as to how to implement a selection screen (as the I/O fields are similar to select-options) in module pool programming. But mine requires the use of table control and a kind of selection screen embedded into it. Please guide me through this requirement.

    Hi
    If you need to implement a table control on selection screen u need to use a tabstrip as graphic element supports the table control.
    So
    1 - Step: define a tabstrip with 1 tab only:
    SELECTION-SCREEN BEGIN OF BLOCK 3.
    SELECTION-SCREEN BEGIN OF TABBED BLOCK MAX FOR 22 LINES.
    SELECTION-SCREEN TAB (25) TABS1 USER-COMMAND UCOMM1
             DEFAULT SCREEN 100.
    SELECTION-SCREEN END OF BLOCK MAX.
    SELECTION-SCREEN END OF BLOCK 3.
    2 - Step design the subscreen (in my sample the dynrpo 100) and insert the table control there:
    PROCESS BEFORE OUTPUT.
      MODULE INIT_CTRL.
      LOOP WITH CONTROL T_CTRL.
        MODULE DISPLAY_DATA.
      ENDLOOP.
    PROCESS AFTER INPUT.
      LOOP WITH CONTROL T_CTRL.
          MODULE UPDATE_DATA.
      ENDLOOP.
    In the module DISPLAY_DATA and UPDATE_DATA u need to implement the code to transfer the data from internal table to table control and from table control to internal table, in order to display and update the data.
    Max

  • Getting Tag and value from the selected Xml element value

    Hi All,
    I have an xml file which i import to the Indesign CS3 .From the structure view , i drag and drop the root node on to the page. Now i select an xml value from the page. Now i need to get the element tag and value from the selected value.
    For example
    File Name : sample1.xml
    <Root>
    <employeeName> A</employeeName>
    <employeeEmail>[email protected]</employeeEmail>
    </Root>
    Now i import this sample.xml in my indesign CS3 and from the structure view i drag the Root  tag and drop it on the page.Now the values of the element tag are displayed.
    Now i select "[email protected]" from the page and i have a menu "Get Selected XML" on clicking which  i should get element tag with value.(i.e <employeeEmail>[email protected]</employeeEmail>)
    How to go about it.?
    Thanks
    Sakthi

    Hi Steve,
    If you haven't already done so, I recommend posting this question in the LivCycle Forms forum.
    Jared

Maybe you are looking for