Get Product Configuration

Hello,
Is there any BAPI or function that returns the Configuration Product data after i pass the PRODUCT_ID or the PRODUCT_GUID?
In the scenario i have(CRM 3.1), the product configuration is made in R/3 and then the configuration data passes to IPC.
What i see when i go to COMMPR01 in the tab Configuration and then click on Simulate Configuration button is a view from IPC with all the characteristics of the product.
Best regards to all,
Vasco Pires

Hi Raj,
  I have a problem. When I create knowledge base and runtime version , the data is not getting downloaded to CRM.
I am alwalys doing an Initial download to get the knowledge base.
Any idea why delta download does not work. I assume when I generate the run time version, automatically the delta download should start. Am I right.
We are having CRM 4.0 SP04.
Do I need to export SCE Runtime version. I assume that this function export is used to export the sCE data to SCE database which resides in a PC and not to CRM middleware.
Any ideas will be highly appreciated.
Also do you have any idea of how to download configurable BOM's via knowledge base.
Thanks in advance
Jothi

Similar Messages

  • I have downloaded AI Trial but am getting a Configuration Error as follows 'A problem has occured with the licensing of this product. Restart your computer and re-launch the product.  If this problem still occurs after restarting, contact Customer Support

    I have downloaded AI Trial but on launching I am getting a Configuration Error which reads '
    A problem has occured with the licensing of this product. Restart your computer and re-launch the product.
    If this problem still occurs after restarting, contact Customer Support for further assistance, and mention the error code shown at the bottom of this screen.
    Error: 213:5.
    I have tried the restart suggestion, but the problem persists.
    Can anyone assist.
    TIm

    Tim,
    This may be one for this specialized forum (where you may be able find the answer from previous threads),
    http://forums.adobe.com/community/download_install_setup
    or for a chat,
    Creative Cloud support (all Creative Cloud customer service issues, chat open between 5AM and 7PM PST/PDT on workdays)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html
    or for Adobe phone Support,
    http://helpx.adobe.com/adobe-connect/adobe-connect-phone-numbers.html

  • Where Can I get information on Product Configurator

    Hi,
    I am looking for information on product configurator for 11i.
    thanks in advance
    Rama

    Have you tried http://www.oracle.com/appsnet/products/index.htm or www.e-vector.com ?

  • CRM 7.0: set up IPC product configuration

    Dear experts,
    we set up a CRM 7.0 with ERP 6.0 backend integration. In the ERP we apply ERP variant configuration (Materials). Quite simple: some configurable materials (material type KMAT) with a few characteristics and product variants of them (material type FERT) which are maintained in order processing. Variant conditions are maintained and automatically determined for product items. Now we need this in CRM for opportunity processing.
    Therefore we have created Knowledge Base and Runtime Version for the configurable products in ERP and downloaded test materials (one KMAT and one FERT (product variant) into CRM (download objects MATERIAL and SCE). In CRM product master data maintenance for the KMATconfigurable tab with the configuration profile is displayed. Afterwards we downloaded condition master data into CRM, among others variant condition VA00 with condition table A057. Everything looks fine.
    In CRM we want to set up opportunity management. In the opprotunity transaction processing pricing is working already besides the determination of variant pricing. As we intend to maintain only FERT materials (product variants)we do not need interactive product configuration in CRM sales order or product simulation in CRM product master data. We only want the variant prices to be determined automatically for the product variants (FERT) in opportunity processing. That is why we are not sure if it necessary to set IPC configuration settings (XCM etc.). This is my first question. Nevertheless we started to maintain settings for product configuration in order to find out if this is solves our problem:
    1.) XCM configuration (IPC): we set up a customer application for "crmproductsimulation" and defined customer components jco (RFC test worked) and productvariants and restarted J2EE Instance in TX: SMICM
    2.) We set up product configuration customizing:
    table: COMM_IPC_PROP:  caller; crmproductsimulation; scenario.xcm; ZCRMproductssimulation
    table: COMM_IPC_URL: UI_CFG; http://<host>:<port>100/ipc/ipc/command.do
    When starting simulation of product model for configurable product in TX: COMMPR01 I get following error message: "HTTP500: ISA Framework: The [XCM application configuration]='ZCRMproductssimulation' does not exist. Check XCM configuration.
    Details:   No details available". This application is maintained in XCM so I assume something else is missing.
    To sum up my questions:
    1.) Is it necessary to set up IPC product configuration as described above when we only want to maintain FERT products which are product variants and determine corresponding variant prices (VA00). No interactive product configuration is necessary.
    2.) If it is necessary to set up IPC product configuration to active product configuration (to see product variants in product master data maintenance and opportunity processing and corresponding variant condition data), what did I do wrong?
    Thank you very much for your help.
    KInd regards,
    Mark

    Hi Arup,
    thank you very much for your reply.
    Concerning XCM / CRM customizing I have done the steps you recommended:
    1. XCM:  I created customer applications for crmordermaintain and crmproductsimulation and maintained customer component JCO for both of them (Assigned JCO User has SAPALL / SAPNEW, test run was successful) Active and default are ticked. Are there any further steps missing.May be in General Application Settings > Customer > ipcwebappconfig - I changed nothing there (SSLenabled: true)
    2. In CRM customizing I maintained tables as follows:
    COMM_IPC_PROP:
    caller   crmordermaintain  scenario.xcm   Zcrmordermaintain  (name of customer xcm app -case sensitive)
    caller   crmproductsimulation  scenario.xcm  Zcrmproductsimulation (name of customer xcm app -case sensitive)
    COMM_IPC_URL:
    Destination: UI_CFG ;Appl.  <blank>; URL: http://<host>:<J2EEport/ipc/ipc/command.do
    Calling the IPC product configuration e.g. from the CRM product master (simulate model), I get the already mentioned HTTP error:"ISA Framework: The [XCM application configuration]='Zcrmproductsimulation' does not exist. Check XCM configuration.".
    That's why I am thinking that something is missing concerning the communication between CRM application and IPC,because XCM applications do definitely exist.
    Is the URL correct .../ipc/ipc/commando.do which I maintained in table COMM_IPC_URL?
    Is it possible to check if communication between CRM Online and Java does work respectively what  do you exactly mean by "IPC URL must be available for UI_CFG"? UI_CFG ist a RFC-connection which has to be maintained additionaly and if so what has to be maintained exactly?
    You mentioned a RFC_USER (This is the JCO-User I suppose?)and J2ee user. Is the J2ee user just the admin user of the J2EE engine or do you mean something different?
    Thanks in advance for your further help.
    Best regards,
    Mark
    Edited by: Mark Willhoeft on Jun 4, 2010 8:36 PM
    Just one further thing: After changing XCM config I restarted J2EE by TX SMICM (Administration - J2EE Instance local - Send soft shutdown - with restart). Is this enough to restart J2EE and activate changed XCM settings or has the restart to be handled different?

  • Service Pack 2 Update - Configuration Failed in Step 5:Products Configuration Wizard (Login Failed)

    THIS IS FOR THE TEST ENVIRONMENT, THERE IS ONLY ONE SP SERVER/ONE SQL SERVER
    The previous admin before me had already installed OWA Sp2/September 2014 CU on this box without Project Server Sp2 being installed along with it. I am now just updating Project Server to Service Pack 2. I downloaded the file from Microsoft, and installed
    the files on the box. I now am running the Products Configuration Wizard to complete the update. 
    note: the config database version is 14.0.7132.5000 (because of the OWA Sp2
    and September cumulative update installed, it does not say Service Pack 2 anywhere)
    Please see photos to see the error I am getting. I cannot access the central administration anymore, it is giving me a HTTP Error 503. I need to fix this ASAP! I have tried using another account that should have had permissions but still no dice.
    04/13/2015 11:23:43  13  ERR   Exception: System.Data.SqlClient.SqlException: Cannot open database "SharePoint_AdminContent_9ddeb31a-419b-4852-b9b5-da18ee2fb7ca" requested by the login.
    The login failed.
    Login failed for user 'domain\user'.
       at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory
    connectionFactory)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.SharePoint.Utilities.SqlSession.OpenConnection()
       at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, CommandBehavior behavior, SqlQueryData
    monitoringData, Boolean retryForDeadLock)
       at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command, Boolean retryForDeadLock)
       at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand command)
       at Microsoft.SharePoint.Upgrade.SPDatabaseSequence.GetVersion(SPDatabase database, Guid id, Version defaultVersion,
    SqlSession session, SPDatabaseSequence sequence)
       at Microsoft.SharePoint.Upgrade.SPDatabaseSequence.get_SchemaVersion()
       at Microsoft.SharePoint.Upgrade.SPSequence.get_IsBackwardsCompatible()
       at Microsoft.SharePoint.Upgrade.SPUpgradeSession.IsBackwardsCompatible(Object o, Boolean bRecurse)
       at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.get_IsBackwardsCompatible()
       at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.ValidateBackwardsCompatibility()
       at Microsoft.SharePoint.SPSite.PreinitializeServer(SPRequest request)
       at Microsoft.SharePoint.SPWeb.InitializeSPRequest()
       at Microsoft.SharePoint.SPListCollection.EnsureListsData(Guid webId, String strListName)
       at Microsoft.SharePoint.SPListCollection.get_Count()
       at Microsoft.SharePoint.Administration.SPAdministrationWebApplication.get_HealthRules()
       at Microsoft.SharePoint.Administration.Health.SPHealthAnalyzer.RegisterRules(Assembly assembly)
       at Microsoft.Office.InfoPath.Server.Util.HealthAnalyzerRegistration.RegisterHealthRules()
       at Microsoft.Office.InfoPath.Server.Administration.FormsService.Update()
       at Microsoft.SharePoint.PostSetupConfiguration.ServicesTask.InstallServiceInConfigDB(Boolean provisionTheServiceToo, String
    serviceRegistryKeyName)
       at Microsoft.SharePoint.PostSetupConfiguration.ServicesTask.InstallServices(Boolean provisionTheServicesToo)
       at Microsoft.SharePoint.PostSetupConfiguration.ServicesTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()  

    Build number hasn't changed since I updated to Sp2. It still is 14.0.7132.5000. Is this supposed to be this way? 
    Previous admin before me had:
    Service Pack 2 for Microsoft Office Web Apps (KB2687470) 64-Bit Edition
    14.0.7015.1000
    Installed
     on all languages (arabic, english, french, german, russian, spanish) but we do not use any of them here. 
    Also, there are several hotfixes like this (not all show in photo, there are more)
    Hotfix for Microsoft Project Server 2010 (KB2883006) 64-Bit Edition
    14.0.7132.5000
    Installed
    Please see photos. 

  • Function module to get the configuration of Individual objects

    Hi all,
    Is there is any std function module to get the data of individual object configuration.
    In table COM_TA_R3_ID, I can able to get the PRODUCT_GUID (for material and serial number) and I dont know how to get the configuration of the product by using the PRODUCT_GUID.
    Pl  through some light on this.
    Regards
    A.Sureshbabu.

    Hi,
    You can get the item configuration using FM CRM_CONFIG_READ_OW.
    This is used to read the product configurations for IPC calls.
    Just pass the configured item guid and it will return the configuration data.
    Use FM CRM_PRODUCT_I_READ_OW to get the product configurations but this FM checks whether any item has this product guid.
    Regards,
    Arun Kumar
    Edited by: Arun Kumar on May 12, 2010 10:20 AM

  • Service product configuration

    Hi Experts,
    I have requirement to update characteristics of service product configuration in a service order, could you please let me know if you have any idea about any function modules and how to use them and what parameters need to pass to them.
    I am able to get the characteristics data through the function module VC_I_GET_CONFIGURATION, but I am unable to use FM
    CE_I_SET_CONFIGURATION to change or update the new characteristics data in the service product, as I am not clear what to pass on this.
    If this is not clear let me know.
    Thanks in advance..
    -Vinni

    Hi,
    It was a headache, but at last found a way to do that, but no error handling was possible in this case.
    You have to read the existing characteristics by using function module CUCB_GET_CONFIGURATION and then change/append the characteristics data as required, then use CUCB_SET_CONFIGURATION for updating the required data in service product, then use function modules CUCB_CONFIGURATION_TO_D and do the commit work subsequently.
    Thanks,
    Vinni

  • SharePoint Products Configuration Wizard - Configuration Failed at step 10 of 10

    A little background information.  I am simply trying to create a SharePoint Server on my laptop.  I utilized the Microsoft Hyper-V Manager
    to create a Virtual Machine of which I have Windows Server 2012 R2 running.  I have installed the SharePoint prerequisites via some power shell scripts that all seemed to have worked and I believe i even updated the server with all updates to date.  <o:p></o:p>
    <o:p> </o:p>
    However, when I run the SharePoint Products Configuration i get a failure at step 10 of 10.  I am a SharePoint developer and power user not an
    administrator for Windows Server.  Any assistance would be greatly appreciated.    <o:p></o:p>
    <o:p> </o:p>
    <o:p> </o:p>
    SharePoint Products Configuration Wizard<o:p></o:p>
    Configuration Failed<o:p></o:p>
    <o:p></o:p>
    One or more configuration settings failed.  Completed configuration settings will not be rolled back.  Resolve the problem and run this configuration
    wizard again.  The following contatins detailed information about the failure:<o:p></o:p>
    Failed to create sample data.<o:p></o:p>
    <o:p> </o:p>
    An exception of the type System.ServiceModel.ServerTooBusyException was thrown.  Additional exception information:  The HTTP service located
    at<o:p></o:p>
    http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc is
    unavailable.  This could be because the service is to busy or because no endpoint was found listening at the specified address.  Please ensure that the address is correct and try accessing the service again later.<o:p></o:p>
    <o:p> </o:p>
     Click Finish to close this wizard.<o:p></o:p>
    Larry Stupka

    The First Thing Disable or Remove Antivirus / ForeFront, etc. and try if again it's failed then try clearing the cache.ini
    you can find it in location
    C:\ProgramData\Microsoft\SharePoint\Config\GUId
    go inside the GUID and look for cache.ini
    reset the value to 1
    run the command stsadm -o execsvcadmjobs
    try running the below command
    psconfig.exe -cmd upgrade -inplace b2b -wait -force
    Sajid H. A. Rashid Analyst Application Developer

  • No access to get JPR configuration

    Dear Experts,
    in the adapter monitoring i'm getting the following error:
    SLD host:port = KFGKWERPSM02:50000
    Error getting JPR configuration from SLD. Exception: No entity of class SAP_BusinessSystem for DP1.SystemHome.kfgkwerpep05 found.
    No access to get JPR configuration
    And Also
    When I click on the adapter type in the integration directory - the window is empty. I have a central SLD which is solution manager.
    I read in another threads that i have to import the sap basis content 7.0 , but i don't know how /where?
    So could you help to solve this problems?
    Thanks in advance
    Sherif

    Dear nisar,
    I have imported the Basis component as per your instructions successfully in the IR.
    I tried to check if the JPR configuration if it was done or not, i found a stranger thing
    in the SLD "i'm using centeral SLD" under the technical systems , i found my XI system but without any installed products ,
    I tried to add Netweaver200s as new Product but the ADD New Product butten is not active " i'm using the J2EE_Admin user".
    also i found that the Busines systems i have created before dissapeared.
    i don't know why all of these things happen.
    the only thing i did on sld yesterday was importing  the CR and CIM latest version and it was done successfully.
    What should i do?
    thanks
    Sherif

  • Copy Product configuration values

    Hi All,
    In CIC we have option as "copy 2 complaints" button which is used to copy line item.
    Here when i copy item from standard order to complaints, everthing gets copying except, product configuration view data. i have added configuration part using "get related entity" method but no luck.
    is there any BADI ?
    Can you please suggest how to copy product configuration data.
    Component : Iccmp_bt_slo/slocart
    Event : copy2complaint
    Thank you,
    Cha

    Folks,
    Can you please suggest some points.
    Thank you

  • Product Configurator

    Hi, Im trying to develop something like this:
    http://examples.adobe.com/flex3/labs/configurator/configurator.html
    But im a beginner so i'll be doing a simpler version, where
    should I start, the adobe tutorial doesnt explain alot

    Actually your best option is to start with something a little
    simpler. You need to get used to the components and how they work
    together before you try something like that.
    If you are looking at building a product application then you
    might want to work through the book Adobe Flex 2 Training from the
    source. (Note: The version for flex 3 is due out soon.) The project
    you walk through while working through the book is a Store Front
    and Product Configuration system. A Simple one but it at least
    walks you through it step by step and you can get better ideas as
    you go. (Just make sure to write those better ideas down as you
    go.)
    Another good book (but longer) would be Professional Adobe
    Flex 3.
    If you intend to use Flex with ColdFusion (And I suggest you
    do.) you will want to get the first two books from the ColdFusion 8
    Web Applications Construction Kit.
    Weill Hell while I am at it. If you are needing to learn a
    database I suggest Ben Forta's MySQL Crash Course as an intro to
    MySQL. With that and the CF8 Wack you can easily work on the server
    side to support your Front end in Flex.
    Happy Coding. Hope that's not too much.
    -Joe

  • Product Configuration help

    Hi, i am currently making a product configurator in flash builder 4.
    We are semi new to flex/flash.
    I was wondering if their is a step by step tutorial on how to make this?
    tour de flex has some examples (one of a mini here http://miniusa.com/#/build/configurator/mini-m ) which is a similar process to how i
    have got it going.
    i basically have the configuration part sorted,
    i just need help on making a jpg of the final choices and help with attaching that and emailing it through to us with their contact details.
    Can any one point me in the right direction for this?
    Thanks

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Wont get past "configuring updates stage 3 of 3 0%" and wont let me log into computer..HELP!!!

    heres a picture of the screen i keep getting.
    -HP Pavilion dv6700 as you can see its home premium
    i kept getting a vista spyware alert saying i had 34 infected files and wouldn't stop and i also tried updating some things on my laptop while i updated to the new internet explorer 9. around 12noon today i rebooted my laptop to get all the updates to work and i got this configuring updates screen and was like ok. it kept going. it does it for a while, shuts down and restarts and goes back i didnt think anything was wrong made it to stage 3 and wont stop and move on from 0%. its now 10pm and its been doing it all day. ive tried shutting it down and rebooting myself but no matter what i do, it wont let me access my computer to do anything. i have avast virus protection but it said it was unable to move viruses to chest i pressed repair and it said it was postponed until next reboot so i did it this morning and figured its taking so long maybe because its trying to repair them but im sure it doesnt take 10 hours...im extremely upset. someone please help. and also, anyone know how i can get the viruses out? i dont have money for a better protection right now so im using my moms computer but she works on it so its hard. hp said they cant help because my warrenty is up, was a 1 year warrenty, got laptop in 2008 and warrenty expired in 2009. please help me.

    After installing updates from Windows Update, you may get into a Reboot loop where you machines gets to “configuring updates 3 of 3. x% complete” then freezes or reboots.
    Solution: 
    1a. Boot from the Windows System Repair Disc and choose the repair option in the lower left hand corner, choose System Restore, and select a Restore Point predating the attempted installation of the updates.
    1b. If you don't have the DVD and the Vista/W7 came preinstalled on the machine, boot to the Recovery Environment using F8 at the HP logo during boot, choose "repair your computer" from the list, let RE load and do a system restore from there.
    If restore fails, load the recovery environment command prompt and enter:
    Del C:\Windows\winsxs\pending.xml
    exit recovery environment and restart the pc, you may get 3 of 3 again but be patient, the desktop should load. Create a manual restore point and Turn off Windows  Automatic updates until you can figure out which update caused the loop.
    If you get it booting again:
    You may be infected
    Follow the order given below to disinfect your PC
    1.) On a PC that is Not infected, Make a boot AV disc then boot from the disc on the Infected PC and scan the hard drive, remove any infections it finds, I prefer the Kaspersky disc myself. The New 2010 Kaspersky disc can update the AV dat files if you are connected to the internet at the time of scan and is suggested to update before the scan.
    http://www.techmixer.com/free-bootable-antivirus-rescue-cds-download-list/
    2.) Then boot into Windows:
    Install free MBAM, run the program and go to the Update tab and update it, then go to the Scanner Tab and do a quick scan, select and remove anything it finds.
    http://download.cnet.com/Malwarebytes-Anti-Malware/3000-8022_4-10804572.html
    3.) When MBAM is done install SAS free version, run a quick scan, remove what it automatically selects.
    http://www.superantispyware.com/download.html
    These last 2 are not AV softwares like regular Anti Virus Software, they are on demand scanners that only scan for nasties when you run the program and will not interfere with your installed AV, these can be run once a day or week to ensure you are not infected. Be sure you update them before each daily-weekly scan.

  • New in CRM 5.0 Product Configuration

    Hi All,
    I am looking for information related changes in CRM 5.0 relavent to product configuration.I know SAP has delivered AP engine for product configuration,however need more detailed information in this regard.
    My main concern is: 1) How to create Charateristics, Classes etc in standard alone implementation.
    If we have R/3 as a backend,download the data from R/3...but if its standalone implementation..I am not sure about the steps involved.
    If anybody has documentation,please forward to [email protected]
    Thanks in advance

    Hi Ajay,
    We are using PME to configure the product attributes in one of our major implementation of CRM. It's very easy through PME.
    Have a look at the SAP Note 857969.
    <b>Reward points if it helps.</b>
    Regards,
    Amit Mishra

  • Issue in Product configurator component on Clicking DONE button - Session hung up

    Hi All,
    In our environment, eCommunications and eProdCFGObjMgr are separately configured in different servers..
    When we place order and take through product configurator to customize the product and click DONE button, the eCommunication session itself got hung.
    When i checked the eComm task, its just waiting for command and the eProdcfgObjMgr component shows the following error in their respective task
    bash-3.00$ more eProdCfgObjMgr_enu_0017_17825803.log
    2021 2013-08-22 20:11:25 0000-00-00 00:00:00 +0300 00000000 001 003f 0001 09 eProdCfgObjMgr_enu 17825803 8448 17 /u01/app/siebel/siebsrvr/enterprises/RIGSBLPR/SBLPR_CC4/log
    /eProdCfgObjMgr_enu_0017_17825803.log 8.0.0.5 [20420] ENU
    eProdCfgLog eProdCfgLog     0 0000000852162100:0      2013-08-22 20:11:25     VOD Broker File Cache Location for ISSCTXTOBJBR/ISS_SIGNAL: /u01/fs/prodfs/ISS_OBrkCach
    e/ISSCTXTOBJBR/ISS_SIGNAL/ENU
    eProdCfgLog eProdCfgLog     0 0000000852162100:0      2013-08-22 20:11:25     VOD Broker File Cache Location for ISSCTXTOBJBR/ISS_VAR_MAP: /u01/fs/prodfs/ISS_OBrkCac
    he/ISSCTXTOBJBR/ISS_VAR_MAP/ENU
    bash-3.00$
    We resolved the issue by restarting the component and clearing the mentioned cache directory. But i want to analyze deep as why it happened.
    Please reply me if you have come across such issue.
    Thanks,
    Madas              

    To achieve the above, try the below fix:
    var buttonBar:ButtonBar = new ButtonBar();
    buttonBar.requireSelection = true;
    Hopefully this works for you . Cheers!!

Maybe you are looking for