How to change/update a data foundation

Post Author: jeffatncx
CA Forum: Data Connectivity and SQL
Hi allIf I add more columns to an Oracle View and then want to update my repository Data Foundation, I can not find a way to simply refresh the underlying view and then add the new cols to the DF. It seems I have to delete the existing view from my DF and then add it in again. This is double work because the dependent objects such as a business entity no longer recognizes the new data source even though the name is the same. Now I have to go to my BE and delete all column names and then add them in again from the updated DF as though they were entirely different names.Why doesnt the BE recognize the col names in DF, they are still the same. Is there some way around this?Thanks greatly Jeff

You can do this way by creating two tables Server_Master and Server_Description. Server_Master has three columns Server_ID(Primary Key), Server Name and IP Address. Server_Description has two columns Server_ID(Foreign Key), Server_Info.
You link both tables on the basis of Server_ID column.
Manu

Similar Messages

  • How to change the default date in Person assignment tab?

    Hi experts,
    Does anyone know how to change the default date in person assignment tab in cj20n? Currently, the system always take the scheduled finish date to the date of the person assignment tab. Can I change it to the start date?
    Thanks and rgs,
    Michelle

    Hi Michelle,
    Goto SPRO->Project system->Dates->Scheduling->Specify Parameters for Network Scheduling, Here you can control the workforce planning dates.
    Hope this is useful...
    Regards
    Aatish

  • How to change the posting date at the line item level in a sales order

    how to change the posting date at the line item level in a sales order

    Hi,
    I believe the POSTING DATE will appear on the accounting document
    In the Accounting document, the posting date will be based on the  Billing date.
    Please let me know if you need any more details
    santosh

  • How do i update the date on the calender icon in cloud

    How do i update the date on the calender icon in cloud?

    Hi Scott, There is no single-click to update all the Adobe CC apps, but you can go through the Adobe Application Manager to download the Creative Cloud app, which will let you install the new CC versions of photoshop, premiere, etc.
    So basically you will still have your CS6 software, and it will install the CC software next to it.  That way if any of your plugins haven't been upgraded yet, you can still use CS6.

  • How to change/update RTTI element of an existing node?

    Hello experts,
    our application calculates the whole ALV and the context at runtime.
    DATA:
      lo_node_info    TYPE REF TO if_wd_context_node_info,
      lo_context      TYPE REF TO if_wd_context_node,
      do_strdescr_alv TYPE REF TO CL_ABAP_STRUCTDESCR.
      lo_node_info = io_context->get_node_info( ).
      TRY.
          lo_node_info->remove_child_node( 'ALV_DATA' ).
          lo_node_info->get_child_node( 'ALV_DATA' ).
          lf_exist = 'X'.
        CATCH cx_wd_context.
          CALL METHOD lo_node_info->add_new_child_node
            EXPORTING
              name                         = 'ALV_DATA'
              static_element_rtti          = do_strdescr_alv
              is_static                    = abap_false
              attributes                   = lt_attribute.
      ENDTRY.
    This piece of code is called after each interaction from user. Since the ALV can change (columns can be added or removed - given in object do_strdescr_alv), I need to update/change the RTTI of node "ALV_DATA". I did not find the way how to do it. So, you can see, I remove the whole node and create it again. This works, but I am afraid about performance.
    So my quiestion is: is there a way how to change the RTTI of existing node? I only found the way how to get this object from the node (method IF_WD_CONTEXT_NODE_INFO~GET_STATIC_ATTRIBUTES_TYPE), but there is no corresponding SET method.
    Any idea?
    Thanks in advance,
    Tomas

    Hi Tomas,
    sorry, I'm not going to be able to be much help - but just wanted to point out why, in my opinion, you can't do what you want to do...
    And it all boils down to the word STATIC - when you create a node you create it with certain static attributes, and these are just that - static - you can't change them!
    You can add dynamic attributes to an existing node - but not static ones (as far as I am aware).
    This links to the how the data is stored and bound/shared - the context sharing has been built and designed so that static attributes are static.
    Sorry I couldn't help more, but I thought it was a worthwhile point to make. (perhaps it wasn't but I had to comment anyway.)
    Otherwise - I think you could dynamically alter your ALV model and context node, but might not get the ability to populate the ALV model through the inspection of your node.
    Chris

  • How to change crystal report data field at runtime ?

    Hello everyone,
    I have a Crystal Report file ,which i am using to generate report for my windows form project .
    In that report i have a filed called as Quantity which data type is set as decimal, the requirement is like that the number of value those comes after decimal point that should be set according to the value which is given by the user at the run time .
    For eg: If user gives 1 at the run time then the report Qty field value set one value after decimal point. Like 12.1
    if user gives 2 then Qty field the value is 12.22 like tat  but user can give from zero to any number.. and if it is zero it should not show decimal
    Note: The main idea hear is how to change the filed in Crystal Report decimal point value by using code(or we say writing code we need to set manually as user input it will change)
    Can any body help me how to solve this issue .
    S.K Nayak

    I think you could probably make the field you see a formula field and take a parameter as the number of decimal places.
    totext converts a number to a string.
    totext({decimalField}, 2)
    That's 2 decimal places.
    You could probably substitute a {parameter} for that 2.
    If not then you could substitute an entire formula.
    To explore formulas:
    foreach (FormulaFieldDefinition f in rpt.DataDefinition.FormulaFields)
    MessageBox.Show(f.Name);
    // f.Text = your new formula
    Where rpt is an instantiated report.
    Or add another string field which you display in the column and do the calculation with the original decimal.
    Hope that helps.
    Recent Technet articles:
    Property List Editing;  
    Dynamic XAML

  • How to change the capitalization date

    Hi ,
    I carried out WBS to AUC settlement on 31.12.2009, due to which AUC cap. date becomes 31.12.2009. Now i want to change the cap date to 01.12.2009. How do i do it? Reversing the settlement using CJ88 can only change the first Acq date but not the cap date. Also cap date is not an editable option in AS02.
    Reason for all this is that i want the cap date of fixed asset to be 01.12.2009.
    Regards,
    DP

    Hi Srinu,
    Thanks for your reply. Are there any implications of changing the cap date manually? Is it an advisable option or is it better to keep asset value date as 31.12.2009 and then post an unplanned dep for the asset.
    Regards,
    DP

  • How do I update a date field through CMP

    I wonder how to update a date field through CMP.
    For example, I can't update an employee table with following statement.
    employee.setHire_date('2002-03-20');
    Thanks,

    Thats correct......
    Try using the following code....
    String strDate ="2002-03-20";
    String date_fmt = "yyyy-MM-dd";
    java.text.SimpleDateFormat sdf=new java.text.SimpleDateFormat(date_fmt);
    java.util.Date hireDate =null;
    hireDate =(Date) sdf.parse(strDate);
    employee.setHire_date(hireDate);
    Hope this helps
    Cheers
    --Venky                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How can change the created date on a photo?

    Hi
    I have imported photos that were originally taken in summer 2002 (and where dated as such), now they have been imported to iPhoto, the created and modified dated have changed to the date I imported them (14th Sept 06), therefore they are now sitting in the wrong years folders.
    How can I move this pictures back to the correct folder i.e 2002/ I have tried amended the date in 'get info' however the date can't be changed.
    thanks
    mini mac   Mac OS X (10.4.7)  

    I haven't tried moving photos among the 'years' folders, but you can alter a photo's date in the 'info' box that pops up at the lower left when you click on the "i" button down there. You can also change the date of an existing folder by the same means -- that will change the sort-order of the library.

  • How to change the Org Data depending on the Person Responsible?

    Hi Group,
    I have a requirement relating to Org data changing as :
    while creating the activities in CRM, by default I was getting the <b>Org data</b> for the person responsible ( whoever has created the <b>Activity</b> ).
    there is a provision that, we can change the <b>Person Responsible</b> for the Activity.
    and when the <b>Person Resp</b> is changed, the <b>Org data</b> also to be changed accordingly....
    But, this was not happening due to some technical reasons....
    So please give me some inputs as how to change the <b>Org data</b> according to the changes to the <b>Person Resp</b>.
    Thanks in advance.
    Regards,
    Vishnu.

    for this u have to maintain the rules profiles and attach this to transaction type for header or item category
    documentaion is there
    spro ->MD->org managment ->org data deter -->change rules and profiles

  • How to change Asset Capitalization date ?

    Hello
    All Experts,
    I want to chnage asset capitilizatio date so how can I ?
    Experts guidance is needed.
    Regards,
    Pankaj.

    Hi,
    You can change the asset cap date at any point of time using AS02.
    But the date in the First acquisition on cannot be changed, since it is a display field.
    At the time of changing the cap date, system will shows an warning message like below.....
    You should no longer change the capitalization date
    Message no. AA225
    Diagnosis
    You have changed the asset capitalization date.
    You can make this change, however this warning should make you aware of the consequences of such a change.}
    And what is the business requirement to change the cap date?, since if you have already posted the dep posting, it doesnot make any adjustment to it.
    Thanks,
    Srinu

  • How to change TableControl-COLS data

    Hi ,expert ,
        I create a screen to show day1~day31 data .
    and  I want to disabled  field day31 base month days.
    I  know i can set
         TC-cols[31]-INVISIBLE = 'X' .
    The field day31 will be disappeared .
    but I don't know how to change data in deep structure .
    some cane tell me how to do it ?
    thanks for your help .

    share...
    DATA: I_COLS LIKE LINE OF TC_PLAN-COLS.
               LOOP AT TC_PLAN-COLS INTO I_COLS .
                CASE W_LAST .
                  WHEN 31 .
                    I_COLS-INVISIBLE = '' .
                  WHEN 30 .
                    IF I_COLS-SCREEN-NAME = 'I_PLAN_QTY-DD31' .
                      I_COLS-INVISIBLE = 'X' .
                    ENDIF.
                  WHEN 29 .
                    IF I_COLS-SCREEN-NAME = 'I_PLAN_QTY-DD31' OR I_COLS-SCREEN-NAME = 'I_PLAN_QTY-DD30' .
                      I_COLS-INVISIBLE = 'X' .
                    ENDIF.
                  WHEN 28 .
                    IF I_COLS-SCREEN-NAME = 'I_PLAN_QTY-DD31' OR I_COLS-SCREEN-NAME = 'I_PLAN_QTY-DD30' OR I_COLS-SCREEN-NAME = 'I_PLAN_QTY-DD29'.
                      I_COLS-INVISIBLE = 'X' .
                    ENDIF.
                ENDCASE .
                MODIFY TC_PLAN-COLS FROM I_COLS INDEX SY-TABIX.
               ENDLOOP .

  • How to change proposed delivery data in a SO

    Hi Gems,
        I am new to SD.
    I am creating SO with order type OR.
    The system is proposing Delivery date (and some other date like goods issue date, loading date etc.) as 2 days ahead of the current date.(these dates can be changed manually)
    U can find all these date in schedule line/Shipping.
    I want to change the proposed date to current date.
    beside this there are 2 other date in Availability control.
    1) Complete delivery (Dely/Conf. Date)
    2) Dely Proposal (Dely/Conf. Date)
    these are also proposing dates 2 days ahead and not giving permission to change it manually to current date (u can able to change it to any future date but not to any past date of proposed date).
    There is no problem while creating SO. But when I am trying to create delivery it's giving error as 'Dely/Conf. Date' is in future.
    Now, how to change these dates?
    Please help me to solve this problem.

    Hi Surajit
    As you have maintained 2 days , so go to VA02-> item data->schedule lines tab->check the delivery date
    If the delivery date is 14.02.2009 then go to VL01N and give manually the delivery date as 14.02.2009 ,
    then you can do  delivery
    Example :
    Today's date : 12.02.2009 ;
    Maintained days : 2 days
    Delivery date : 14.02.2009 ;
    Check the following parameters wheather you have maintained or not :
    In shipping point details check pick, pack , goods in transit  time
    In VOV8 check the Lead time in days
    In MMR check the GR time , In house production time
    Regards
    Srinath

  • How to MASS update LC data in BOM's and Routings

    Hello,
    Hello,
    I am using SAP APO where I need to use LPP Heuristics. I need to update LC Data. I tried to do it via batch input as I did not find any Function Module. I faced however a problem that I could not overcome.
    Initially field Maximum Prod. Length is display only. When I set a value to Length Calculation Method field then it becomes editable but entry is required. In this way it is impossible to update it in one step with the batch input method.
    Does anyone know how to overcome it?
    Thank you in advance,
    Angelos

    Ok...  Sorry, I thought I explained it better.
    I have 40K+ records that were extracted from a parent table into a "temporary table" called NRN_WEIGHTS.  Each has a primary key column, ADMIN_CN_FK, and two data columns.  SVEXPAND, and NVEXPAND.   ALL the data in this table was extracted from the parent table NRN_ADMIN, and then the NV/SVEXPAND records updated to current values.
    Now they want me to update all the parent table records so that they reflect the new values.
    Parent table = NRN_ADMIN   primary key is ADMIN_CN
    Child table = NRN_WEIGHTS  primary key (FK) is ADMIN_CN_FK
    So I have to essentially say in some kind of looped structure...
    for i in select admin_cn_fk from nrn_weights, update nrn_admin
    set nvexpand = (select nvexpand from nrn_weights where admin_cn_fk = i)
    svexpand =(select svexpand from nrn_weights where admin_cn_fk = i)
    Does that make more sense?
    As far as the create table goes, I didn't want to really be specific to this one instance to be honest.   This is something that I will be doing a lot, so I was hoping to approach it from a more generic approach.

  • How to change String to Date

    Hi All
    How to change Java String to Java Date
    thanks in advance
    by
    mahender

    import java.text.*;
    import java.util.Date;
    class dateparsing{
         public static void main (String args[]){
              String myString ="12/10/2001";
              DateFormat df = DateFormat.getDateInstance(DateFormat.SHORT);
              ParsePosition pos = new ParsePosition (0);
              Date myDate = df.parse(myString,pos);
              System.out.println(myDate.toString());
    }import java.text.*;
    import java.util.Date;
    class dateparsing{
         public static void main (String args[]){
              String myString ="12/10/2001";
              DateFormat df = DateFormat.getDateInstance(DateFormat.SHORT);
              ParsePosition pos = new ParsePosition (0);
              Date myDate = df.parse(myString,pos);
              System.out.println(myDate.toString());
    }

Maybe you are looking for