Bug in Data Modeler / phy. model

Hi
I tried to implement a view creation with "force option". Therefore I that the force flag in my phy. definition but it is ignored on script generation.
Is this a known bug?
Regards
Joe

Hi Joe,
I cannot reproduce it. You need to set "Force" property to "Yes" in view dialog in physical model. You also need that model open when you generate DDL for it, otherwise settings in physical model won't be taken into account for generated DDL.
Philip

Similar Messages

  • Display Data from multiple models in one table

    Hi Experts,
    Is it possible to display data from multiple models in one table smltnsly.
    I have created a table dynamically.Now I would like to display data from multiple models... If this possible,can anyone give me a lead as to how to do it..
    Regards
    SU

    Hi
    Your Model Nodes be
    Model1
    ---Output_Model1
    Attrib1
    Attrib2
    Model2
    ---Output_model2
    Attrib1
    Attrib2
    and the value node is
    ValueNode
    ---Attrib1
    ---Attrib2
    Now the coding.
    int size;
    IPrivate<ViewName>.IOutput_mode1Node  node1 = wdContext.nodeOuptut_Model1();
    IPrivate<ViewName>.IValueNodeElement elem;
    size = node1.size();
    for(int i=0; i<size; i++)
       elem = wdContext.createValueNodeElement();
       elem.setAttrib1( node1.getOutput_Model1ElementAt(i).getAttrib1() );
       elem.setAttrib2( node1.getOutput_Model1ElementAt(i).getAttrib2();
       wdContext.nodeValueNode().addElement( elem );
    similar code for Model Node 2
    Regards
    Abhimanyu L

  • How to open a popup and get some data from a model class

    Hi experts,
    mi problem is the next.
    I am opening a popup from a view that is  controlled by a controller named identificador.do, the controller class is z_identity_cl.
    the window that is opened is other view controlled by nocupentes.do, with a controller class, z_nocupantes_cl.
    In the do_init event of the z_nocupantes class i have added the next code:
    <i>  DATA: cl_parent TYPE REF TO Z_IDENTtity_CL.
    Recuperamos el atributo parent
      cl_parent ?= me->m_parent.
    model is the class i want to recover, it is defined in the attibutes of the class z_identity_cl
      model     ?= cl_parent->get_model( 'mo' ).</i>
    When i open the popup i get the next error:
    <i>BSP exception : the object  numero_ocup.htm(this is the page i want to open) in URL sap/ZHR_PDWEB_GDPT/numero_ocup.htm is a view. Initialize the controller.</i>
    what do i have to do?
    any help?
    thanks in advance

    Hi Eduardo,
      you should be calling the Controller in the URL not the View. after calling the controlles in the URL create the view in the DO_REQUEST of the Controller. This should resolve the issue.
      In the the DO_INIT define the Parent class of the Controller.
    METHOD do_init.
      DATA: lr_my_parent TYPE REF TO zcl_hr_main_control.
    * set (MVC) model
      lr_my_parent ?= me->m_parent.
      set_model( model_instance = lr_my_parent->model
                       model_id = 'Z' ).
      me->model = lr_my_parent->model.
    ENDMETHOD.
    method DO_REQUEST.
    * datadeclaration
      DATA: abs      TYPE REF TO if_bsp_page.
    * if input is available, dispatch this input to subcomponent.
    * this call is only necessary for toplevel controllers.
      dispatch_input( ).
    * if any of the controllers has requested a navigation,
    * do not try to display, but leave current processing
      IF is_navigation_requested( ) IS NOT INITIAL.
        RETURN.
      ENDIF.
    * output current view (create, set attibutes, and call)
      abs = create_view( view_name = 'to_disp.htm' ).
    * set attribute model if needed
      abs->set_attribute( name = 'model' value = model ).
    * call master views
      call_view( abs ). "calls itself
    endmethod.
    Cheers
    Amandeep

  • How to get the data from the model node like a table ?

    I want to get the data from the model node  once a record ,and the node  is bound to a internal table in the RFM which I called in the R/3 system. Who can give me some advice to achive it?Thank you!!

    Hi,
    To get the data from the node:
    wdContext.node[your node name].current[node name]_InputElement().get[specific element in the node];
    or you van use:
    wdContext.current[your node]Element().get[your element in the node];
    examples:
    wdContext.nodeZ_Mepro_Po_Detail_Stock_Distri_Input().currentZ_Mepro_Po_Detail_Stock_Distri_InputElement().getUcpd_Flag();
    wdContext.currentT_Delv_ReqsElement().getShelflife();
    regards,

  • Data Tools Platform Model Base (1.5.0.200707041) requires feature "org.ecl

    While I'm trying to use the getting started guide for Plugin DTP the following erroe occurs......
    Data Tools Platform Model Base (1.5.0.200707041) requires feature "org.eclipse.emf (2.2.0)", or later version.
    This the download from the Oracle Site up to date?
    Thanks in advance
    Simon

    Did you try the steps 7 & 8 of section 2.2 in http://www.oracle.com/technology/tech/eclipse/dtp/files/gettingstarted.html ?

  • "Error occurs when loading transaction data from other model" - BW loading into BPC

    Hi Experts,
    I'm having a problem with my data loading from BW, using the standard Load InfoProvider Selections data manager package.
    If I run for a period without data it succeeds (with warning) but if there is data to be extracted I get the following error:
    Task name CONVERT:
    No 1 Round:
    Error occurs when loading transaction data from other model
    model: AIACONS. Package status: ERROR
    As it runs ok when there isn't data it appears there is something preventing the movements of data out of the cube itself, rather then a validation issue.
    Has anyone encountered similar or have any ideas as to the problem?
    Best,
    Chris

    Hi Vadim,
    It's not specific to the transformation file as I have tried with others for the same BW cube and get the same result.
    We get a warning when we try and validate the transformation file:
    "Error occurs when loading transaction data from other model".
    This only appears in the validation pop up and doesn't throw up any warnings about the transformation file itself.  The validation log says:
    Validate  and Process Transformation File Log
    Log creation time
    3/7/2014 16:09
    The result of validation of the
      conversion file
    SUCCESS
    The result of validation of the
      conversion file with the data file
    FAIL
    Validation Result
    Validation Option
    ValidateRecords = NO
    Message
    Error occurs when loading transaction data from other model
    Reject List
    I can't find any errors anywhere else.
    Best,
    Chris

  • Error occurs when loading transaction data from other model

    Hello Experts, I am trying to validate my transformation file and I can see peculiar behaviour of the transformation file. Even though the transformation file is not complete/  complete with all the mappings, i am getting the same error as above.
         I can see options, mapping and conversion sections are validating successfully and throwing the above error.
    Incomplete Transformation File
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = ,
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=YES
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT= 10
    ROUNDAMOUNT=
    *MAPPING
    CUSTOMER = *NEWCOL (NO_CUST)
    Validating the transformation files
    Validating options...
    Validation of options was successful.
    Validating mappings...
    Validation of mappings was successful.
    Validating conversions...
    Validation of the conversion was successful
    Creating the transformation xml file. Please wait...
    Transformation xml file has been saved successfully.
    Begin validate transformation file with data file...
    [Start test transformation file]
    Validate has successfully completed
    ValidateRecords = YES
    Error occurs when loading transaction data from other model
    Validation with data file failed
                           I am getting the same error with complete transformation file also. Please let me know where I am doing the mistake or is it a system error?
    Thanking you
    Praveen

    Hi,
    By
    *MAPPING
    CUSTOMER = *NEWCOL (NO_CUST)
    you want CUSTOMER to receive a fixed string "NO_CUST"?
    If so use,
    *MAPPING
    CUSTOMER = *STR (NO_CUST)

  • Join data from various model / transpose data in models

    Hello there,
    is there a best practice or pattern to re-use data from a model when the original layout does not match the control's necessities right? Consider the following example:
    var oData = {
      "persons": [
        {"name": "Sonja Software", "phones": ["12345", "54321"]},
        {"name": "Conrad Coder", "phones": []},
        {"name": "Mike Mailinglist", "phones": ["6789"]},
        {"name": "Hugo Hacker", "phones": ["54321"]}]};
    This could be easily used to set up a table for example, see this gist here.
    What is the best way to also show a table of all telephone numbers? I could manually go over the data and set up another model to achieve this:
    var oDataTransposed = {
      "phones": [
        {"number": "12345", "persons": ["Sonja Software"]},
        {"number": "54321", "persons": ["Sonja Software", "Hugo Hacker"]},
        {"number": "6789", "persons": ["Mike Mailinglist"]}]};
    But this would make the two models get out of sync once, e.g. a name is changed. The above mentioned gist has three files. The `exampleTransposed.js` contains a manual inversion making the phone numbers the primary items. But there is certainly a more elegant way to achieve this, isn't it? Maybe by creating a model which itself is bound to the original model by some kind of databinding or some sort of calculated properties, see this comment on knockoutjs.
    M.
    PS: Maybe one should also add a
    {"number": undefined, "persons": ["Conrad Coder"]}
    In order to not to loose some of the persons but this is just a minor detail.

    Hello Martin,
    in the example https://gist.github.com/ricma/cf81829181cfd4e86354 the JSONModel is used. JSONModel is a client-side model. Each of the two tables (person table, phone table) needs its own data and model. In order to synchronize models after editing a table cell, two conversion functions are needed. One function converts person data into phone data, the other converts phone data into person data (see example for implementation):
    function makePhoneList(oPersonList) {
    function makePersonList(oPhoneList) {
    Furthermore, two callback functions are needed. These callback functions shall be called whenever a table cell is modified:
    function personModelChanged(oControlEvent) {
      oPhoneData = makePhoneList(oPersonData);
      oPhoneModel.setData(oPhoneData);
    oPersonTable.addColumn(new sap.ui.table.Column({
      label: new sap.ui.commons.Label({text: "Name"}),
      template: new sap.ui.commons.TextField({
        value: "{personModel>name}",
        change: personModelChanged})}));
    function phoneModelChanged(oControlEvent) {
      oPersonData = makePersonList(oPhoneData);
      oPersonModel.setData(oPersonData);
    oPhoneTable.addColumn(new sap.ui.table.Column({
      label: new sap.ui.commons.Label({text: "Phone Number"}),
      template: new sap.ui.commons.TextField({
        value: "{phoneModel>number}",
        change: phoneModelChanged})}));
    The solution works but has some disadvantages:
    data and models have to be synchronized manually
    for n models, 2n-2 conversion functions are needed
    every modification causes creation of at least n-1 data structures and models
    Best regards,
    Frank

  • Error after Save Plan Data in Planning Modeler

    I'm working  with IP NW 7  SP16.
    Scenario:
    I added a KF to Real Time Cube. Re-activated this cube and Multiprovider.
    Made corresponding changes in Aggregate, re-activated.
    All these objects look OK.
    Planning functions work fine. However then I SAVE Planning Data in Planning Modeler (Planning Sequence) I get an error:
    An exception occurred that was not caught., error key: RFC_ERROR_SYSTEM_FAILURE
    The OSS Note 1057548 refers to SP 15 ( I'm on SP16).
    I guess something nedd to be regenerated. I ran RSPLR_GENREP_DELETE_ALL with FUNC1
    but it didn't make any difference probably because the Planning Funcitons work OK.
    Any suggestions?

    Hi,
    could you also regenerate the artificial queries MULT/!!MULT where MULT is the name of your Multi-/Infoprovider/AggLevel in transaction RSRT.
    Hope this helps ...
    Regards Matthias Nutt

  • Delete the records which have the Data values are NULL before load data to BPC model

    Hi Everyone,
    I am loading the data from flat file to BPC Model (10.0 Version).
    Source data (Flat file) looks like below:
    RP_Employee RPT_Currency Data
    Test                USD                   8
    Test1              USD
    Test2              USD                    6
    My user requirement is that to delete the records which have the Data values are NULL before load data to BPC model.
    So,Please let me know how can i meet to this requirement.
    I am thinking that,it is possible by using start routine BADi. If i am correct please let me know process like creation of class and BADi implementation.
    Thanks in advance!!

    Hi Nilanjan,
    Please see my source data below:
    Account      Client       Employee     Time                Data
    123              XYZ            Vishu            2014.01               300
    456                                                       2014.01
    789              ABC         Alexander      2014.02               200
    If you see the second record,
    If data value is ZULL,  then the Employee or another dimension is also NULL.
    So I want to delete second records.
    If it is Start routine please share the code and steps to do.
    Thanks in advance!!
    Regards,
    Viswanath

  • Master Data Explorer disables Model and Entities after every action in Excel

    I'm working with MSSQL 2014 and Excel 2013 with the Master Data Services Add-on (MSQL and Excel are both trial versions.)
    When I connect to the model then I perform any action on an entity in that model, the Model and the list of Entities in the Master Data Explorer panel become disabled and I have to close the pane, reconnect to the MDS server and select the model again.
    My MDS security settings are fine because I can edit the entities I want from Excel, it's just the disabling that is a pain. 
    Is this the behaviour of the trial version? I haven't found anything that says it is.
    Any advise appreciated. 
    Thanks

    After turning up the logs on the MDS client and the MDS server, and putting Fiddler in between, I saw the client ask the server:  Is DQSInstalled?  The server politely responded: <IsInstalled>false</IsInstalled>.  What criteria
    does the MDS server use to determine that DQS is installed?
    The guts of the request:
    <s:Body><DataQualityInstalledStateRequest xmlns="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09"/></s:Body>
    And the response:
    <s:Body><DataQualityInstalledStateResponse xmlns="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09"><IsInstalled>false</IsInstalled><OperationResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Errors/><RequestId>682c9b4e-ffef-492d-8bbb-17b315b5fe4d</RequestId></OperationResult></DataQualityInstalledStateResponse></s:Body>

  • BUG in data grid and run script (V1 1467)

    Hi,
    I found a weird bug in data grid when displaying data defined as NUMBER(10,0).
    We have a table with a column defined as NUMBER(10,0). Whenever this column contains data >5000000000 the data in the row shows up as null (empty cell) in the data grid.
    I played around a bit and found that running a scrip like select * from testtab where a > 5000000000; with F5 it stops at the first number >5000000000. Running the script with F9 shows all rows correct.
    I'm running on WIN2000 using SQL Developer V1 (Build 1467).
    The error was not present in Build 1422.

    I tried the SQL you supplied (by the way, the table name helps in the INSERT statement) and then went to the DATA tab to view the data.
    Interesting results.
    Even though all of the insert statements executed successfully, only 2 of the rows had any data displaying in columns A and C. All rows had data in column B.
    Now for the real fun: by selecting one of the empty cells the "missing" data would appear. Try a commit (yeah, I know nothing has been updated, but SQL Developer doesn't know this) and check out the UPDATE statements that are generated in the log. The cells I selected are being updated with the "missing" data. Refresh the display and the data goes into hiding again.
    I don't even want to get into the dangers of a tool updating data when all you've done is to get focus on a field. I've already seen it wipe out the time portion of date/time stamps simply because the default setting for the date/time format does not include the time.
    Good start on a tool guys, but it's not quite ready for Prime Time.
    BTW...I'm using Oracle 9.i running SQL Developer on Windows 2000.

  • What are model I & model II architecture

    hi,
    Can anyone help me to understand what is a model I & model II architecture and what is the diffrence between the two

    See:
    Identifying iPod models

  • Problem on "error: modeler error: model error" by using wscompile

    When I use wscompile to generate the client stub, I get the follwoing error:
    error: modeler error: model error: invalid entity name: "BaseFaultType" (in name space: "http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd")
    What is the problem mean? And What I should do with it?
    Thanks a lot.

    Ershad Ahmed wrote:
    Hi Swathi,
    >
    > Before performing the restore i would always restore control file from the backup to make sure that restore is working
    Hi,
    he already restored 30%, so I think we can safely assume at least some stuff did work.
    Allthough I agree that since the controlfile is saved last, this is a good test.
    Seems to be either a dirty tape (clean drive, repeat) or a faulty backup ( ugh ).
    When you retry after cleaning, you can use -f (fillup) to save the restore from retrieving the files it allready got.
    Check the initSID.sap for the backup  & restore commands and esp. the bs= / ibs= / obs= options.
    Volker

  • Model Inspection & Model Good receipt

    Hi Gurus,
    Can someone explain to me what is the meaning of Model Inspection & Model Good receipt in simple terms ? In the inspection Type assignments and in Inspection lot creation do we necessarily have to assign it?
    Regards,
    Dhanuka

    Dear Dhanuka
    Model inspection is nothing but the approval process for material, vendor combination. Using the status profile in inforecord you can approve a material, vendor through a lab testing, pilot lot, bulk lot, etc.
    Model GR refers to the GR done for the same.
    Regards
    gajesh

Maybe you are looking for

  • Problem installing Oracle 8.05 on Redhat Linux 7.1

    I am currently trying to install Oracle 8.05 onto Redhat Linux 7.1. I can get part of the way through the installation, however, when it is installing the rdbms portion. I stops with an error about a failure during relinking. Here is the part of make

  • Apps disappeared from "Use Cellular Data For" after iOS 8.0.2

    Normally, when you go to Settings->Cellular Data, you can see a list of all apps that use data, and you are able to turn cellular data on or off for each app individually. I had been using this feature since iOS 7 without problem, until I upgraded to

  • Ipad3: lost password and can't be recovered

    Hello, unfortunately i lost my brand new ipad password. After trying it several times, my iPad now says, that it is disactivated and needs to be connected to iTunes. I've searched in the apple knowledgebase and tried to resetting it. After putting it

  • Converting MOV file to iTunes file

    On my MacBook Pro, I have been converting MOV files to iTunes files. Suddenly, however, this won't work. I get the following message: Can't make file "Macintosh HD:private:var:folders:Al:AlJFXwbEEgqKI3EA0xH26 TI:-Tmp- How can I fix this?

  • How to adjust monitor saturation

    The color is extremely saturated on the monitor display of my MacBook Pro. I've tried adjusting the brightness/contrast in System Preferences, it does nothing. Help!!!