Display material configuration options

Hi all,
I want to find a function module to get all material configuration options for a material.
I found 'BAPI_CFGINST_CHARCS_READ' but unfortunately it does not take into account allready existing characteristics.
For instance :
- I have a charac "A" and a charac "B".
- "B" only appears if "A" has the value X.
What I'm looking for is a FM that gives me "A" if the actual config is initial, and that gives me "A" and "B" if "A" is valuated with X.
Do you know if it exists ?
Regards,
Sylvain

Hi Ram,
'CACL_CLASS_READ_VALIDATION' is used "to display the restricted value set that was defined when your class was allocated to a superior class."
I don't think it could help me such i do not not have a call allocated to a superior one, and I'm not searching for restricted value set but for restricted characteristics according to actual value.
Regards,
Sylvain

Similar Messages

  • Displaying Material Characteristic data in MD04

    Hi there,
    I have a requirement to display Material Characteristic information in the "Additional Data" tab for a given material in transaction MD04. (Screen 100 of Function Group M61K in se80)
    What is the best approach to doing this? Can this be configured (without programming), or if not, is it possible to use a BADI such as
    MD_ADD_COL_EZPS to achieve this? (from looking in forum, this appears to be an option)
    Will I need to modify the screen? - hoping to achieve this without modification...
    Any responses are appreciated.
    Thanks,
    David.

    Explore the methods ACTIVATE_ADD_COLUMNS and FILL_ADD_COLUMNS of this BADI.
    Example: This code adds a button on tool bar of MD04 and when clicked populates delivery column
    Method - ACTIVATE_ADD_COLUMNS
      button1_ez = "DELIVERY".
      ez1_mode = '2'.
    Method - FILL_ADD_COLUMNS
    Populate the column
      DATA: lv_column1    TYPE mdez-usex1,
            lv_ebeln      TYPE ekbe-ebeln,
            lv_ebelp      TYPE ekbe-ebelp.
    Get Delivery Doc# for corresponding PO/STO
      lv_ebeln = ie3mdpslx-delnr.
      lv_ebelp = ie3mdpslx-delps.
      SELECT SINGLE belnr
             FROM ekbe
             INTO lv_column1
             WHERE ebeln = ie3mdpslx-delnr
             AND   ebelp = ie3mdpslx-delps.
      IF sy-subrc EQ 0.
        MOVE lv_column1 TO emdezx_usex1.
      ENDIF.
    Thanks,
    SKJ

  • Display Material |Attachment File in ALV report

    Dear All,
    I have to make ALV report for mutliple material attachment file.I want to display material wise attachment where user can see in report. We can see attachment list in Service For Object button in MM03 tcode for single material. And i also i do not want attachement list on tool bar where like MM03 is dispalying.
    I need ALV report for materialcodewise image/attachment file like,
    MaterialCode    File
    A101                any filename
    B101                 any filename
    So user can click on file base on material, then file will open and he can see image/attachment.
    Please guide me for above mentioned query.
    Regards,
    Shivam.

    Dear Shivam,
    You can have multiple attachments for a sinlge material. You need to consider that in your report.
    for getting the list of attachments using the static method CL_BINARY_RELATION=>READ_LINKS.
      DATA: lw_BOR TYPE sibflporb.
      DATA: lt_rel TYPE OBL_T_RELT,
                 lw_rel type OBL_S_RELT.
      DATA: lt_links TYPE obl_t_link,
                 lw_links type OBL_S_LINK.
      DATA: lo_root TYPE REF TO cx_root.
      lw_bor-instid = <Materail no.>   "<------- Materail No.
      lw_bor-typeid = 'BUS1001006'.
      lw_bor-catid  = 'BO'.
      lw_rel-sign = 'I'.
      lw_rel-option = 'EQ'.
      lw_rel-low = 'ATTA'.           "<----------Attachments
      APPEND lw_relt TO lt_rel.
      TRY.
          CALL METHOD cl_binary_relation=>read_links
            EXPORTING
              is_object           = lw_bor
              it_relation_options = lt_rel
            IMPORTING
              et_links            = lt_links.
        CATCH cx_root INTO lo_root.
      ENDTRY.
    Once you get the list of attachment populate your output table using the same.
    you can use FM SO_OBJECT_READ to get details of attachment.
    Make the column with attachment as hotspot, so that ALV take action in sinlge user click.
    In the user-command of ALV write the code to open the attachment.
    you can use the FM SO_DOCUMENTS_MANAGER
    Hope this helps you.
    Regards,
    Sachinkumar Mehta

  • LSMW : Urgent SO - DI - Material Configuration Prob

    Hello all,
    [Direct Input Approach]
    In my quest for uploading Legacy system SO through LSMW . I have reached at the stage where I am able to create Sales Order successfully but only 1 problem is..
    Our client has customization done where by selecting a perticular value, the SO Item level table control shows few extra detail columns [extra charstics of material]. This is customized by Material Classification view.
    My LSMW script is creating Order Correctly but for each item it displays the Configuration Screen and I asks for manual intervation[say pressing F3].
    In my LSMW script if I programmatically supress this screen. Then those value doesn't apear in SO when we access it through VA02.
    has any one come accross this kind of prblem ? Please help me as this seems to be only hurdle in my SO upload.

    Hi!
    I think, you need two different alternatives:
    - You suppress the screen in LSMW -> no configuration data is filled -> later no configuration is available (columns missing). Do this for materials without configuration data.
    - You handle the additional screen and fill (at least one) configuration data. Later view and changing (maybe adding the rest of values) should be possible.
    Sales orders with configuration would be better created by BAPI - but this would be hard work to change right now (and this BAPI is not easy to handle in case of configuration).
    Regards,
    Christian

  • Material created from Nwbc, after activation it is visible in ECC mm03, but cannot be viewed in nwbc display material

    Dear  Freinds,
    We are creating a Material from Nwbc, after activation and workflow approval it is visible in ECC mm03, But cannot be viewed in nwbc display material.
    There is some configuration mistake or technical issue?
    Regards
    Sukumar

    Dear Sukumar,
    MDG Material search is based on Enterprise search. Pls check if the ES at MDG system is configured correctly and is working fine with all connectors in "active" status.
    Regards, JVR

  • Cant see the configuration option in youtube videos.

    hi i have a asus
    notebook n53jg and when i go to youtube and try to conigurate the flash player i cant because i right click on he video and then all the options are able except by the configuration option please if some one can help me i would very thankfull..

    Hi, try the Setting here:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager.html
    http://www.adobe.com/software/flash/about/  Right click on the Flash logo, click onSettings, then UNcheck hardware acceleration at Display Settings.
    eidnolb

  • Hierarchy link between configure material & configured material (VC Issue)

    We have a configurable material A770 and we have a configured material ZA720
    The configurable material A770 has 1500 components and these 1500 components has inturn has assemblies & subassemblies
    Is there any way, we can find out the hierarchy link between configure material  A770 & configured material ZA 720 i.e. we are not able to find parent material of ZA720
    We tried looking into Tcode CS11 & CS15, it was not much help
    Note: In CS03, when entered configured material ZA720 it display error message “ BOM can only be displayed via configurable material A770”
    Thanks
    Suren R

    Dear Suren,
    Eaht Imunderstood from you is,
    You have configarable material A770 and you have a semifished material ZA720 which has one of the material variant, if that is the case it will have its own std bom and routing.
    if that is the case please see the link below for more information, if that is not the case, please let me know
    http://help.sap.com/saphelp_470/helpdata/en/92/58d455417011d189ec0000e81ddfac/frameset.htm

  • Dumbing Things Down By Reducing Configurable Options - Your Thoughts?

    It occurred to me, while typing up a response to another thread, that this could be a good topic for general discussion.
    I sense that the big software companies are starting to put (IMO misguided) effort into reducing the number of configuration options presented to us, the lowly users.  I regard this as "dumbing down" the software in the guise of "making it easier to use", but most likely motivated by a desire to reduce support costs where the use of the software by the masses is concerned.  The thinking seems to be something like "fewer configuration options means fewer ways for an IQ 90 user to screw it up".  These are the users depicted, for example, in Microsoft Windows 7 commercials.
    Microsoft seems to be taking the lead on this, eliminating many of the options we've known and loved in past Windows versions.  Some examples are the inability to choose "Classic Start Menu", fewer ways to set display elements the way we like them (e.g., spacing of list view in Explorer), and the even the loss of ability to configure right-click options (other than Open) for files in Explorer.  Some of these options have just seen the reduction or elimination of the user interface to change them (but they're still in the registry) while others have become simply "baked in" to the code and are no longer configurable at all.  Apple seems to build their whole culture on dumbing things down for non-technical users.
    Adobe, so far, seems MUCH less guilty of this, but they've done it in a few cases, too.  There are, for example, a few user interface changes without offering us an "advanced option" to "keep it the old way, 'cause I liked it that way" - if even for one version to help ease the trouble of changing work habits.
    Personally, as a highly technical user I LIKE having options.  I know it makes the software more complex, but let's face it:  Computer systems are getting more powerful and complex and our ability to engineer ever more complex things is increasing.  To use all that new power fully it's nice - nay, necessary - to have options.
    A wise man once said, "Make everything as simple as possible, but no simpler."
    Adobe, please consider this my request not to eliminate options in future versions of Photoshop just because that's all the rage elsewhere.  Resist your urges to reduce support costs by reducing user configurability, and concentrate instead on user education.  It's the other guys who have it wrong!
    -Noel

    function(){return A.apply(null,[this].concat($A(arguments)))}
    Reynolds (Mark) wrote:
    rubbish.
    Y'know, I'm tempted by your trolling to say:  "Which, in turn, describes a typical Mac user's post."  But I won't. 
    I'm sorry that laying the policy of your favorite computer company out on the table stings a bit, but hey, it's not like I'm singing Microsoft's praises here either.  But make no mistake - BOTH companies seem ever more interested in creating "Computers for Dummies".
    I believe I've recognized a real trend in modern operating systems, and while Adobe hasn't shown itself to be going down that path hook, line, and sinker YET, I'm hoping a thread like this might help influence them to think twice about doing so in CS6 and beyond.  The big software companies do tend to copy one another.  I dunno, maybe there's a "Software Executive Monthly" (written at an 8th grade level, of course) that they all read.  Or maybe their people just jump ship a lot.
    Hey, like Microsoft, Adobe has fallen into the utter lunacy of contracting technical support to a country halfway around the world where people barely speak the language of the callers.  It's not like Adobe is immune to doing stupid things.  So let's see if we can help them know we don't want them to be stupid in their product direction.
    Whether or not you and I use the same computers, Mark, we agree that oversimplifying Adobe software is not a good idea.
    -Noel

  • Promotions at configuration option for a configurable product

    Is it possible to apply promotions to a specific configuration options in a Configurable Material?
    For example, Material A is a configurable product. It has several configuration options with charges attached at configuration option (i.e. Characteristic value level) through variant conditions. Now if we want to give a promotional discount for a specific configuration option, Is it possible through standard SAP Promotions and Sales Deal functionality?
    Base Price of Material A:   $1000.00
    Confuguration option X     :       $200.00
    Promotion on configuration option X : 10% off of Config Option X charges (i.e. -$20)
    Net Price of Material A with Config option X should then be:
    $1000 + ($200 - $20) = $1000 + $180 = $1180
    If it is possible to handle this kind of promotions in SAP ECC, please suggest the config steps involved to include variant condition type in the Promotions.
    Thanks in advance
    SCB
    Edited by: Sreenivasa Bahudodda on Jan 19, 2009 1:25 AM

    Hi,
    Have you checked the downloaded knowledge bases in the CRM tables - COMM_CFGKB or COMM_SCEKB?
    If you don't find the entries in one of the above tables (particularly in COMM_CFGKB), then you have an issue regarding the download of SCE.
    Please let me know  you answer, so that I will try to help you to solve the download issue
    <b>
    Do not forget to reward if it helps,</b>
    Regards,
    Paul Kondaveeti

  • Touch screen configuration options for Windows 8.1

    Which kind of configuration options are available for the following:
    PC configuration:
      MSI-GeForce-GTX-750-Ti in PCIex16_1
       ~ DVI-D free
       ~ VGA free
       ~ HDMI connectd to Samsung 24" monitor
      NVIDIA Quadro FX 1800 in PCIex16_2
       ~ DisplayPort connected to Samsung 24" monitor
       ~ DVI-D port free
    Scenario options(?):
    1) medium (21.5") touch screen is used mainly as GUI for command & control
        and two digital displays are used for content  
       a) USB 2.0 is fast enough for  touch screen i.e. USB 3.0 not needed 
       b) touch sreen connected to NVIDIA Quadro FX 1800's DVI-D port
    2)  medium (21.5") touch screen both as display and touch screen
       a) MSI-GeForce-GTX-750-Ti card HDMI-port connected to touch screen
           (DVI-D port to Samsung 24")
    3) small touch screen supported by Windows 8.1
      a) Intuos Pro Pen & Touch Small
    https://store.wacom.com/us/ ?  
      - is the industry standard the Microsoft Ink API or the Wacom Wintab API ?
    4) Microsoft/Nokia smart phone/tablet device as touch screen to Windows 8.1
      a) remote connection to Windows 8.1
    Other options ?

    4) can one use any Microsoft/Nokia smart phone/table device as touch screen to Windows 8.1 ?
    Can you install Remote Desktop Connection on that?  Another related tool which would be worth looking at is TeamViewer...
    http://www.teamviewer.com/en/download/mobile.aspx
    Robert Aldwinckle

  • MD07 material group option

    Hello Gurus,
    User wants Material group option in MD07 display.
    Please let me know your views on this.
    Helpful answers will be rewarded
    regards
    suresh

    I think it is not possible as material group is at client level.
    alternatively you can have mrp controller same as material group and get the report.

  • Standard Report not Displaying 'SAVE LAYOUT' Option

    Dear All,
    Using Tcode VF44, i am getting output list.But in that list when i click on select layout option from toolbar its not displaying 'save layout' Option. can anybody give me soln for the same.How can i get that option?
    Regards,
    Mayank

    hi ,
    it depends on the user parameters.
    U have to identify the parameter id and u have to activate it in user maintainance partameters .
    su01 -> parameters.
    ex .  parameter id ->  SD_VARIANT_MAINTAIN -> X
    so u can save layout now.
    regards,
    manikandan

  • I'm unable to find configuration option under sett...

    Hi, I m unable to find configuration option under settings menu. please help. I am using Nokia X2 dual sim
    Moderator's Note: Post was moved and changed the title into a subject-related title. 

    Hi, what would you like to configure?

  • HP Officejet J4680 won't let me scan, displaying no Scan options selected. How do I go about it? Bob

    I am having scanning problems, as the unit displays 'No Scan Options. Refer to Documentation to trouble shoot!

    Try the document I linked below. Let me know if it worked.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02450835
    Binary_Zen (worked at HP )
    Click the white Kudos star to say thanks
    Please mark Accept As Solution if it solves your problem

  • How to make list in a form display as tabbed options ?

    Hello,
    I'm adapting the original picture gallery from Spry Demos Adobe Labs. The demo has a drop down menu to select the menu options (countries) that control the data set of images to display (see code below)
    I need to display the select options in a tabbed display. Whilst I could achieve the desired effect with CSS on a Ordered List I couldn't do it with the Select tag used in the form in the demo.
    I've been tearing my hair out (there is not that much left) and would appreciate it someone could tell me the best way forward.
    Many thanks
    James
    <label for="gallerySelect">View:</label>
    <select spry:repeatchildren="dsGalleries" id="gallerySelect" onchange="dsGalleries.setCurrentRowNumber(this.selectedIndex);">
    <option spry:if="{ds_RowNumber} == {ds_CurrentRowNumber}" selected="selected">{sitename}</option>
    <option spry:if="{ds_RowNumber} != {ds_CurrentRowNumber}">{sitename}</option>
    </select>

    You can edit the column definition and change the Display As attribute to "Display as Text (saves state)" that way the column will be saved with the other columns and the default value will be set.
    Thanks
    -Jorge

Maybe you are looking for

  • Lid closed

    Hi i noticed this at the office today when i packed my baby into it's little slip case. When you close the lid and the two clasps click in, are the corners evelvated ? Mine the right hand end is away from the base by several mm, that's nearly 1/5 of

  • Issue regarding Business Role assignment

    Hi All, 1. I have a user Agent1 which is assigned to position POS_IC_AGENT in my org structure. In the infotype Business Role I have assigned IC_AGENT (standard) business role. IC_AGENT has PFCG role SAP_CRM_UIU_IC_AGENT assigned to it. But, when I r

  • Accordion Issue with IE7/XP: First tab is initially opened. Should be closed

    I'm almost finished my navigation menu for a client and everything is looking good. Except in IE7, of course. In IE7, the first tab is opened a little and I'd like it to be closed completely. How do I solve this or is this just a Spry bug? http://www

  • Is there a LogMiner Viewer integrated in the EM console?

    Is there a GUI-based interface for a LogMiner Viewer integrated in the EM console? I am using 10g R2 EM console, and I can't find a LogMiner Viewer, or any tool that digs in the redo and archive logs in order to provide DML statements to be used for

  • Masking Internal DNs

                     Hi, I am trying to mask the DNs for my helpdesk department who extensions consisting of 2XXX and 3XXX.  I have read the many posts on this forum about this very subject but I cannot seem to make it work, I've opened a TAC case 3 days