Genration of set up matrix

Hi,
I have requirement for genrating set up matrix from charcteristic value. I got following error testing scenario.
1. Transfered charcteristic and class(material class) to APO.
2. Charcteristic as well class are available in APO.
3. When I try to maintain set up matrix for charcteristic value and select that charcteristic system gives messeage charcteristic not found or not valid.
When double click on error it gives message
"The characteristic does not yet exist in the R/3 System or no valid version of it could be found, because it has been maintained with engineering change management"
"Engineering change management can use validity periods or effectivity types."
Can anybody suggest how to sort out same.
Please help at earliest.
Regards,
Siddharth

Hi Senthil,
Thanks Very much for your time.
1.In CT04 validity button is there but it is not active(disabled) I maintained charcteristic through this transaction only.
2. Valid from  date comes as todays date but no valid to date.
When I  run check for integration model CFM2 it gives error message "Date(Maintenance) values are missing for effectivity check.
Integration model gets activated without any error.
Error messege reconfirms as rightly suggested by you it is related to validity maintaince. Any idea how to maintain validity of charcteristic. ? or any idea about how to transfer latest version of charcteristic to APO.
We have very short time please suggest .
Regards,
Siddharth.

Similar Messages

  • Set maximum matrix row and column size

    I hope someone can help me with this. Is there any way to set the row and column size of a matrix control? I have not been able to find a solution. The only way I've been able to set the size is by resetting matrix to its previous state if the user inputs a value outside of the bounds I would like to set. This is done in the 'value changed' event case.
    The matrix is large and therefore I cannot increase the size of the control to be the maximum size and then hide the row and column index controls. These have to be displayed.
    Any suggestions or help would be greatly appreciated. Thanks in advance.

    Here's a quick and dirty way.
    Simply hide the index controls and replace them with some fake numeric controls and set the data range accoding to your requirements.
    In the attached example (LV8.0), the fake index controls are limited to 0..2, the array size is 5x5 and the displayed array portion is 3x3. Seems to work fine.
    (Of course you could add a bit more code to set the limits automatically based on the various sizes.)
    You could also make it more fancy and turn the entire thing into an Xcontrol.
    Message Edited by altenbach on 06-06-2007 05:32 PM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    LimitArrayControl.vi ‏18 KB

  • How dynamically genrate result set in OBIEE 11.

    I have variable in OBIEE 11 dashboard report that contains a comma separated string
    represented by Fact table columns as below are 3 columns of Fact table Unique Clicks, No of Prospects,
    and Email Sent Count
    Var = “Fact”.”Unique Clicks”,”Fact”.”No of Prospects”,”Fact”.”Email Sent Count”
    Now I want to separate these columns and generate columns of result set in OBIEE 11 dashboard report
    In other word dynamically generate result set columns.
    Can I do through java script, changes in analysis XML shown in Advanced tab etc any syggestion.

    Hi Radha,
    If you want to cache the results in the Oracle BI Server, you should check that option. When you run a query the Oracle BI Server will get its results from the cache, based on the persistence time you define. If the cache is expired, the Oracle BI Server will go to the database to get the results.
    If you want to use caching, you should enable caching in the nqsconfig.ini file.
    Cheers,
    Daan Bakboord

  • Set-Up Risk Matrix

    Hi Gurus,
    In Industrial hygiene and safety,How to customize IHS--SPRO set-up risk matrix.
    according to the probability and severity.
    in CBIH12 Risk assessment I am unable to see my values.
    how to define the risk matrix please elaborate it.
    Thanks in advance.
    Naveenn
    OUR STRENGTH IS THE SUM OF THE INDIVIDUALS WHO WORK HERE PRACTICE SAFETY ALWAYS.

    Dear Ian ,
    Thanks for your reply .
    Following are the course of events in my testing for the SNP Optimizer :
    (a) I have not selected Discrete Optimisation with Fixed Material and Resource Consumption as 30 days .
    (b) The resource did not have a set up matrix assigned to the resource and the PPDS which was CIF from ECC was having the figure of variable as well as fixed consumption .
    (c) Conversion of the PPDS PPM into SNP PPM with variable lot size generated the variable and fixed consumption figures in the SNP PPM as well ,
    (d) During the SNP Optimiser Run it considered the set up time defined in the fixed consumption and the processing time in the variable consumption leading to giving the right quantity after considering say 0.5 hrs of set up time .
    (e) Now after attaching the set up matrix to the resource the PPDS PPM generated has to read set up from the set up group and key and thus has no figure in the fixed consumption .
    (f) SNP PPM converted from the PPDS PPM as generated in point (e) leads to capturing no figure of fixed consumption in the SNP PPM .
    Request you to review the above points and advice how to set up the master data objects and SNP Optimiser Profile so that even after the set up matrix assigned it should pick up the set up time .
    Thanks and Best Regards ,
    Prashant Kumar

  • How to manage a new Set Up time

    I have a Client with a particular requirement to manage Set up time as a planning function. There requirement is that they Campaign a batch of 10 orders and say after every 5 Campaigns they want to manage a new Set Up time to reflect extra cleaning for example.  So the Standard Recipe Value for Set Up would be 10min but for this u2018Clean downu2019 it would be 60mins for example.
    I was wondering how this can be managed.  I guess particularly what is the Recipe master data set up as there is only one field for the standard value/Set Up?
    Does PPDS allow you in Scheduling to add an extra set up interactively as the Capacity Planning Table in ECC does not in PP-PI it does allow set up matrix in PP  GREAT!
    One solution I did think of awas an Event Process order that would occupy the capacity/time but this would be a manual process.
    any thoughts community

    May I change later the name SET 1 to other not so default name? How I input that on your script?
    It would be better to name the ActionSet right away, but I frankly don’t know how.
    Unfortunetly, I wanted to wait not 1 second but just stop there and continue the script after I press ESC. Not possible keyboard detection in the middle of a running script.
    What exactly do you want to do while the Script halts? Would you need to zoom in and move the canvas around or do any other operations?
    Well, this Set 1 will be erased at the end because I only need it to call fullScreen mode of an active image for a 1 or 2 seconds and then go back to normal view and also delete SET 1.
    Say what?
    Full Screen Mode and Standard Screen Mode could be invoked from Script. 
    var idslct = charIDToTypeID( "slct" );
    var desc69 = new ActionDescriptor();
    var idnull = charIDToTypeID( "null" );
    var ref49 = new ActionReference();
    var idMn = charIDToTypeID( "Mn  " );
    var idMnIt = charIDToTypeID( "MnIt" );
    var idscreenModeFullScreenWithMenubar = stringIDToTypeID( "screenModeFullScreenWithMenubar" );
    ref49.putEnumerated( idMn, idMnIt, idscreenModeFullScreenWithMenubar );
    desc69.putReference( idnull, ref49 );
    executeAction( idslct, desc69, DialogModes.ALL );
    var idslct = charIDToTypeID( "slct" );
    var desc67 = new ActionDescriptor();
    var idnull = charIDToTypeID( "null" );
    var ref47 = new ActionReference();
    var idMn = charIDToTypeID( "Mn  " );
    var idMnIt = charIDToTypeID( "MnIt" );
    var idscreenModeStandard = stringIDToTypeID( "screenModeStandard" );
    ref47.putEnumerated( idMn, idMnIt, idscreenModeStandard );
    desc67.putReference( idnull, ref47 );
    executeAction( idslct, desc67, DialogModes.ALL );

  • Rebinding datasource to system matrix

    Hi,
    is it possible in SBO to rebind in system form system matrix with another datasource? For example order items are shown in system matrix and I would like to bind this system item to my recordset.
    The only solution I found is to hide all columns in matrix and add new columns bounded to my datasource, but this is not the best way. Any idea?
    thx
    Petr

    As I found now, the way to add new columns isn`t working, because error "this item is not user defined item". Is any possibility to set the matrix as user matrix?
    What I need is to keep the design and references from matrix, but change datasource to my datasource (I need to change some part of sql query).

  • Procedure for setting up ' Set Up time Optimisation ' in PPDS

    Hi APO Gurus,
    Please let me know the Step by step procedure for setting up of the set up time optimisation in PPDS.
    Please let me know the Configuration required , Master data to be set up for the same.
    Waiting for your reply.
    Regards,
    Ravindra

    Hi Ravindra,
    I mention below an example to make you clear.
    Say for eg, if you are having a scenario wherein
    you need to manufacture products with low weight,
    medium weight and heavy weight products. 
    You can define in the set up matrix that for switch
    over from low weight to medium weight products for
    manufacturing, the set up time involved in 2 hours and
    the setup cost involved is Rs.100, 
    Similarly, for switching over from heavy weight products
    to medium weight products, the set up time involved
    is 3 hours and the set up cost involved is Rs.50.
    Based on this information, system will frame a matrix
    of information and use during planning.
    System will sequence the products and plan it accordingly.
    Hope you are clear now.
    Please confirm all your queries are resolved
    Regards
    R. Senthil Mareeswaran.

  • How to show image in matrix by selecting matrix column type as "it_PICTURE"

    Hi All!
    Can i show image in matrix, by selecting matrix column type as "it_PICTURE". If yes please write the steps.
    Thanks & Regards
    Surojit

    Hi
    First you have to set the matrix column type as it_PICTURE then bind that column to a userdatasource or dbdatasource. In the following code I am using userdatasource . This code will   set the picture to a sepecified columns first row. Please create small image and paste it in your c drive (15X15 size image-- "c:\pic.png")
    Dim oColumn As SAPbouiCOM.Column
                Dim mtxDisp As SAPbouiCOM.Matrix = form.Items.Item("mtxDisp").Specific
                form.DataSources.UserDataSources.Add("udsPic", BoDataType.dt_SHORT_TEXT, 254)
                oColumn = mtxDisp.Columns.Item("colPic")
                oColumn.DataBind.SetBound(True, "", "udsPic")
                mtxDisp.AddRow()
                mtxDisp.GetLineData(1) '*Loads UserDataSources from line X*'
                mtxDisp.DataSources.UserDataSources("udsPic").ValueEx = "c:\pic.png"
                mtxDisp.SetLineData(1) '*Sets Matrix line X based on current UserDataSource values*'
    Hope this helps
    Regards
    Arun

  • Matrix with ChooseFromList

    How to create a matrix with choosefromlist? the value of my choosefromlist is a UDO.
    I have already registered my UDO.
    Under collection tab, i added choosefromlist where my objectType is the name of my UDO.
    In columns tab, i set the following:
                             databound = True
                             Table = @userTable
                             Type = it_Edit
                  Specific:
                              ChooseFromListAlias = u_ItemNo
                              ChooseFromListUID = CFL_4
    Still, when in preview mode, there is no choosefromlist visible.
    Is there something i did wrong?
    Thanks in advance. =)

    >
    Yatsea Li wrote:
    > Hello Gabbo,
    >
    > Just set the object type as your UDO type. Don't forget the set the find columns when define the UDO. e.g..
    >        
    ' Adding 2 CFL, one for the button and one for the edit text.
    >         oCFLCreationParams.MultiSelection = False
    >         oCFLCreationParams.ObjectType = "SMC_OMOV"
    >         oCFLCreationParams.UniqueID = "CFL1"
    >
    > Kind Regards, Yatsea
    Hi Yatsea!
    How about in screen painter instead of coding? Is there a way? Thanks!
    and I have another problem, I created matrix from screen painter, it's working okay, but when I load it from code, I cannot select a column (the column is "it_edit" so I should be able to input data from it). I am sure that I have set the matrix and its columns as editable but yet it's not working. Any idea why? Thanks! =)

  • Choose from list in Matrix

    Hey All,
    Has anyone been able to get the choose from list in a matrix text field working in SBO 2005 patch level 6? We have tried the tech demo and it works for new rows but not for existing rows. Also we have written our own code to set the matrix text box on the choose from list event and we get a general failure exception even though the value still gets set properly.
    If anyone has this working please post so we can all know how to do this properly.

    Hi there,
    This "Choose from list" thing is new for me, there's a Choose from List example in the new techDemo but i don't understand the code.. too complicated for me.. Is there any simple code/sample for this?
    Well i manage to trigger the choose from list .. but don't know how to put the selected value to the cell..
    Bruce..

  • Matrix row focus

    Hey All,
    Can anyone tell me how I can set the focus of my matrix to the most recent row that was added to my UDO? I have a UDO that could have a few hundred line items and I want to move the screen to the most recent line item so that the user does not have to scroll all the way every time they open the record?
    If this is not possible does anyone know how I can reverse the order of the line items in the matrix based on the docentry or date or something like that?

    > Can anyone tell me how I can set the focus of my
    > matrix to the most recent row that was added to my
    > UDO? I have a UDO that could have a few hundred line
    > items and I want to move the screen to the most
    > recent line item so that the user does not have to
    > scroll all the way every time they open the record?
    This should do it:
    oMatrix.Columns.Item("colUid").Cells.Cell.Item(rowIndex).Click(BoCellClickType.ct_Regular,0)
    If you can't get it working for a normal cell, do it for the rowsheader and set the matrix so rows can be selected (BoMatrixSelect.Single)
    > If this is not possible does anyone know how I can
    > reverse the order of the line items in the matrix
    > based on the docentry or date or something like that?
    Can't be done... sorry... Matrix sorting is (still) not supported... Rumors is that it will be supported from SBO2006A (But it was also a rumor for SBO2005A )

  • Set data to dataTable

    Hello,
    Right now I have a matrix of Strings in the SessionBean and want to set that data to a dataTable in a jsp page.
    I know I must set it in value="data" but what format should the data have? Is it Ok to set a matrix? In that case, why isn't it showing up?
    Thanks

    It accepts a List or DataModel of DTO or Map objects.
    You can set a matrix-like List/DataModel, but you need to dynamically generate columns.

  • Matrix colors preference dark background does not stick?

    hi guys,
    am I the only one out there having trouble setting my matrix colors background preference to "Dark"? Every time I relaunch it reverts back to Bright.
    To replicate this, double-click on a region to enter matrix edit, then from the View dropdown select Matrix colors. So that's
    Matrix Edit > View > Matrix Colors
    I select Dark. It reverts back to Bright on next launch.
    puzzled
    macbook pro intel   Mac OS X (10.4.9)   c2d, 1g ram

    trying this on my autoload.lso template:
    i create a blank sequence region, then open that in matix edit, set the background colors preference to dark
    if i save this file with the region open in a window, the setting sticks
    if i delete the region and save the file, next time i restart logic, setting reverts.
    puzzled here..
    edit: i resorted to leaving a matrix editor open, placing it behind my main arrangement window on screenset 1, and saving the file. it opens both windows when i relaunch logic but the setting sticks this way. a workaround more than a resolution but still works.

  • In matrix layout

    How keep only one element in first row and two element in second row.
    can u send detail about this arrange ment of elements in web  dynpro
    Regards,
    H.V.Swathi
    Edited by: H.V Swathi on Oct 17, 2008 7:48 AM

    Namaste Swati,
    To obtain fields as you mentioned, first of all, create a group with 'Layout' set to MatrixLayout.
    I'm considering the fields to be text fields (just for example)
    Create a field T1.1 and T1.2 with default layout Matrix. This will create 2 fields next to each other.
    Now create field T2.1 with layout set to MatrixHeaderData. This will create a field in the next row. Whatever fields you create from now on will be in the second row, with default layout set to Matrix. Create as many fields, such as T2.2, T2.3 and so on.
    For the third row, create a field T3.1 with layout MatrixHeaderData.
    I hope you have got what you want!!
    Krishna Murthy

  • Matrix Display – setup and model chart

    This time, it’s time for a little repetition – we’ve been noticing a bunch of questions on how to set up Matrix Display (the ability to use several monitors on MSI Gaming notebooks) lately, and we’d like to show you all once more. Basically, it is very simple, but there are differences in how to enable this on different models.
    The procedure for the GT series can be found here: http://faenl.msi.com/ftp/Notebook/Guides/How%20to%20setup%20MSI%20Matrix%20Display%20on%20MSI%20GT60%2C%20GT70%20Notebooks.pdf
    GS and GE: http://faenl.msi.com/ftp/Notebook/Guides/How%20to%20setup%20MSI%20Matrix%20Display%20on%20MSI%20GS60%2C%20GS70%2C%20GE60%2C%20GE70%20Notebooks.pdf
    Worth noting is that different models have different capabilities when it comes to outputting video. Below, you can see which model is capable of what.
    GT72/GT70/GT60: Built-in display + 3 external monitors
    GS70 + GX series: Built-in display + 2 external monitors OR 3 external monitors
    GS60, GE60, GP series: Built-in display + 2 external monitors
    Matrix Display is yet another MSI feature that not only helps you with your gaming experience, but also boost your productivity, with a minimum of three monitors supported across the range.

    Hi.
    I have this laptop MSI Dragon Edition GT70 2OD with Geforce 780M, however it also came with the IntelHD Graphics adapter 4600 (which I think is using shared RAM & CPU).
    When I go to surround and PhysX configuration, it shows the Laptop Display connected to the Intel instead of GeForce. Also, when I connect a External Display using the VGA port (laptop came with 3 additional video output ports for multiple display: 1 x VGA + 1 x HDMI + 1 x miniDisplay port), both (laptop display and external display) are connected to the Intel instead of Geforce. But when I change the external display to the miniDisplay port (using the proper VGAXminiDisplay adpater), it shows the external display connected to GeForce but the Laptop Display is still connected at the Intel adapter. This results, when I use multiple display, on low performance on my laptop display (native resolution 1920X1080)...
    any idea how can I have the Laptop Display connected to the GeForce instead of the intel.
    PS: When I dont use the multidisplay, I get full performance on my laptop display in despite of being "connected" to the Intel graphics display.
    Some screenshots for your reference:
    System Information (by NVIDIA)
    http://imageshack.com/a/img537/9616/Zcs8L7.jpg
    NVIDIA CONTROL PANEL "Configure Surround, PhysX" (no external monitor attached)
    http://imageshack.com/a/img537/265/mJ76kb.jpg
    NVIDIA CONTROL PANEL "Configure Surround, PhysX" (external monitor attached via VGA display port)
    http://imageshack.com/a/img537/1335/wTZo7h.jpg
    NVIDIA CONTROL PANEL "Configure Surround, PhysX" (external monitor attached via miniDisplay port)
    http://imageshack.com/a/img911/9154/zQk8de.jpg
    NVIDIA CONTROL PANEL "Manage 3D Settings" (external monitor attached via miniDisplay port)
    http://imageshack.com/a/img661/1685/Y1si3t.jpg
    NVIDIA CONTROL PANEL "Setup Multiple Displays" (external monitor attached via miniDisplay port)
    http://imageshack.com/a/img540/4961/o1CWQy.jpg

Maybe you are looking for

  • Drivers for HP OfficeJet Pro K5400 printerfor windows 2012 R2

    Hi, The HP site doesn't list Windows server 2k12 R2 when trying to find driver for the "HP OfficeJet Pro K5400" printer.Is there a way i can use it anyway?

  • Multiple devices one itunes account - need help!

    We have one computer, 2 iphones & one ipad, all on the same itunes account and now I can't update my iphone because all of my husbands crap is on my phone and there's not enough storage even after purchasing more storage. how can I set up my iphone o

  • No drag and drop from iTunes to Toast anymore

    Hello I love to create compilations for my friends using the crossfade tool within Toast10. Now apple prevents dragging titels directly into Toast since iTunes 8 or 9. You have to copy them on the desktop first, which is great because you have to kee

  • Are there any alternatives for iphone backup extractor?

    Hi all, I find that the 'iphone backup extractor' program is very useful, however it is quite annoying that they limit the extraction to 4 files at a time and that we have to pay in order to get our own data files propperly. :S When I restore my old

  • "Edit original" for JPEG opens Preview, not Photoshop?

    When I right-click on a JPEG in InDesign CS 5 and then select "edit original", it opens the photo in Preview. Is there a way to set the default application associated with JPEGs to Photoshop? Thanks