Data case changes automatically somtimes

Hi All,
I have observerd sometimes data case automatically changes for few records while syndication from MDM.
For example : if a field data came Abc format and loads in repository same format but while auto syndication somtiems its case changed (Same map), even this not happens with all records.
Please provide what could be the possible reason.

Hello Dharamveer Gaur
As we knew Syndication server used datatime stamp for syndicate only records which was updated
But syndication process having few time, during that time syndicating record may be update and datatime stamp will change
In next syndication step that record will syndicate again
Regards
Kanstantsin

Similar Messages

  • Dynamic Internal Table - data type changed automatically

    Dear All,
    I have a requirement of craetion of dynamic inetrnal table which I have created referring to a custom table .
    In that custom table there is field ZDC002 of type DEC(16,7) which is converted to data type P(9,7) .
    Now it works fine if 2 digit and 7 decimals  value passed like 12.1234567 but it gives overflow error when passing more than 2 digit value .
    Please help me as I have no control to SAP standard functinality while creation of data-type . My piece of code :
    ref_table_des ?=
          cl_abap_typedescr=>describe_by_name( 'ZBW_EE_DCONTR' ).
          idetails[] = ref_table_des->components[].
    In this idetails[] table filedname data type changed from DEC16,7 to data type P(9,7). => Total Length of Packed Data Type is 9 which allows to contain only 2 numericdigits and 7 decimals => puts overflow error if more than 2 numeric data passed.
    Any suggestions will be appreciated.
    Thanks,
    Sachin

    Did you try to view the code on the Data Source view and cube that it is reflecting the correct data type on both places? if not you can change there and save it.
    prajwal kumar potula

  • Data format changing from database to datagridview

    hi I am trying to display data from database sqlite  to datagridview the data format changed automatically
    the date in database is
    2012-02-20 16:42:10.00 but on datagrid view it appears like  20/02/2012 16:42:10,
    swOut.Write(",");
    swOut.Write(dataGridView1.Columns[i].HeaderText);
    swOut.WriteLine();
    //write DataGridView rows to csv
    for (int j = 0; j <= dataGridView1.Rows.Count - 1; j++)
    if (j > 0)
    swOut.WriteLine();
    dr = dataGridView1.Rows[j];
    for (int i = 0; i <= dataGridView1.Columns.Count - 1; i++)
    if (i > 0)
    swOut.Write(",");
    value = dr.Cells[i].Value.ToString();
    //replace comma's with spaces
    value = value.Replace(',', ' ');
    //replace embedded newlines with spaces
    value = value.Replace(Environment.NewLine, " ");
    swOut.Write(value);

    This forum is for Microsoft products, they have already and endless quantity of databases, many even freeware. 
    Try therefore for your question the forums for SQLite.
    SQLite has very special own way of datatypes.
    Success
    Cor

  • Purchase Order Statistical Delivery Date changed automatically

    Hi,
    In the purchase order, when I go to change the delivery date, the statistical delivery date changed automatically.
    I do not want to change the statistical delivery date.
    Is there any User Exit or BADI to validate this?
    Please suggest the same.
    Regards
    Amol Khochare

    Hi
    Is the delivery date get copied to statistical delivery date ?
    For validation, please check BADI - ME_PROCESS_PO_CUST and Method - PROCESS_ITEM
    From the interface - IF_PURCHASE_ORDER_ITEM_MM use method GET_SCHEDULES and subsequently from the interface IF_PURCHASE_ORDER_SCHEDULE_MM use method - GET_DATA to get schedule line details.
    Let us know, if it helps.

  • How do I change the "Set Date and Time Automatically" server

    Is there a way to change System Preferences/Date & Time/Date & Time/Set date and time automatically from "Apple Americas/U.S. (time.apple.com)" to another time server instead?

    sig wrote:
    The menu has a drop down. But if you know the address of another time server I would think you can type it in.
    Yeah, that's not really a menu, but a "combo box", which is a combination of an edit field and pop-up menu. So you can choose from existing items or just type in whatever time server you want.
    charlie

  • My calendar date is not automatically changing, what's the proper setting?

    My calendar date is not automatically changing, what's the proper setting?

    If the population of the ObservableList (independent of any UI considerations takes a long time, then you probably want to do the populations off the JavaFX application thread (e.g. via a javafx.concurrent.Task)).
    If you do populate the list in a Task, standard threading cautions apply in terms of not updating items in the scene graph off the JavaFX application thread and ensuring that the system is absent of race conditions, etc.
    Look over the documentation of http://docs.oracle.com/javafx/2.0/api/javafx/scene/control/Cell.html and that may help you.
    The JavaFX controls such as ListView have been carefully designed to exhibit high performance even when backed by extremely large lists (through the concept of virtualization explained in the Cell documentation). For example, if the backing list is updated but the portion of the list being updated is not within the currently displayed list contents, (I would hope) the update would be very efficient.

  • Hi as iam changing the ical message allert date to daybefore automatically it is changing to on the date please help me, hi as iam changing the ical message allert date to daybefore automatically it is changing to on the date please help me

    hi,
    As iam changing the ical message allert date to "daybefore" automatically it is changing to "on the date"   
    please help me,

    You could simplify the decode(... into to_char(sysdate + 1,'d')
    select sysdate + level input_date,
           TRIM(TO_CHAR(SYSDATE + level,'DAY')) the_day,
           DECODE(TRIM(TO_CHAR(SYSDATE + level,'DAY')),
                  'SATURDAY',1,
                  'SUNDAY',2,
                  'MONDAY',3,
                  'TUESDAY',4,
                  'WEDNESDAY',5,
                  'THURSDAY',6,
                  'FRIDAY',7
                 ) daynumber,
           to_char(sysdate + level + 1,'d') alternative
      from dual
    INPUT_DATE
    THE_DAY
    DAYNUMBER
    ALTERNATIVE
    10/14/2013
    MONDAY
    3
    3
    10/15/2013
    TUESDAY
    4
    4
    10/16/2013
    WEDNESDAY
    5
    5
    10/17/2013
    THURSDAY
    6
    6
    10/18/2013
    FRIDAY
    7
    7
    10/19/2013
    SATURDAY
    1
    1
    10/20/2013
    SUNDAY
    2
    2
    10/21/2013
    MONDAY
    3
    3
    10/22/2013
    TUESDAY
    4
    4
    10/23/2013
    WEDNESDAY
    5
    5
    10/24/2013
    THURSDAY
    6
    6
    10/25/2013
    FRIDAY
    7
    7
    10/26/2013
    SATURDAY
    1
    1
    10/27/2013
    SUNDAY
    2
    2
    10/28/2013
    MONDAY
    3
    3
    Regards
    Etbin

  • (Nokia E63) date changes automatically one or two ...

    Why the date of my phone (Nokia E63) changes automatically one or two days forward or backward at any unknown time (mainly after booting). I can find it after it boots and then rectify it manually again and again…  
    Thanks & Regards,
    Narottam
    India
    Narottam Das
    Kolkata, India

    I am having the same problem; I checked in the settings and made sure it says "off" under "network operator time", but the problem's still there.
    Any other ideas?

  • Save changes automatically in alvgrid

    Hello all,
    How do i save changes automatically in alvgrid. I display data with fields which can be editable & some which are not.
    The fields which are editable should be saved automatically. These fields should be saved in global internal table.
    I have save button, but I invoke only when the changed data is saved in database table via global internal table.
    Looking forward for your reply.
    regards
    Madhavi.

    Hi
    Check the sample code:
    *-- Display Report
      CALL METHOD o_alvgrid->set_table_for_first_display
        EXPORTING
          i_save                        = c_a
          is_layout                     = p_layout
          it_toolbar_excluding          = i_excl_func
        CHANGING
          it_outtab                     = p_output[]
          it_fieldcatalog               = p_fieldcat[]
        EXCEPTIONS
          invalid_parameter_combination = 1
          program_error                 = 2
          too_many_lines                = 3
          OTHERS                        = 4.
      IF sy-subrc <> 0.
        MESSAGE s001(zesspa) WITH text-029.    " Error in Displaying
        LEAVE LIST-PROCESSING.
      ELSE.
    <b>* Register events
        CALL METHOD o_alvgrid->register_edit_event
          EXPORTING
            i_event_id = cl_gui_alv_grid=>mc_evt_enter.
        CALL METHOD o_alvgrid->register_edit_event
          EXPORTING
            i_event_id = cl_gui_alv_grid=>mc_evt_modified.
    This registering event will make the data changes to be automatically update to the internal table.
    Then write the code in the data changed event to modify the global internal table.
    </b>
    *-- ALV Grid data declaration
          CLASS v_lcl_event_receiver DEFINITION
    CLASS lcl_event_receiver DEFINITION.
      PUBLIC SECTION.
        METHODS:
        handle_data_changed      FOR EVENT data_changed OF cl_gui_alv_grid
                                 IMPORTING er_data_changed,
    ENDCLASS.                    "o_lcl_event_receiver DEFINITION
          CLASS LCL_EVENT_RECEIVER IMPLEMENTATION
    CLASS lcl_event_receiver IMPLEMENTATION.
    "handle_data_changed
      METHOD handle_data_changed.
          PERFORM handle_data_changed USING er_data_changed.
      ENDMETHOD.                    "handle_data_changed
    ENDCLASS.                    "lcl_event_receiver IMPLEMENTATION
    *&      Form  f2200_handle_data_changed
          Handle Data Changed in the ALV grid
    FORM handle_data_changed  USING    ir_data_changed
                                             TYPE REF TO
                                             cl_alv_changed_data_protocol.
      DATA : ls_mod_cell TYPE lvc_s_modi,
            lv_value TYPE lvc_value,
             lws_date TYPE scal-date.
      DATA: lws_contrlife LIKE zspa_es_contlife-zzcontrlife,
            lwa_contrlife TYPE zspa_es_contlife,
            lws_mod_eff_code TYPE zspa_es_mod_code-zzmod_eff_code,
            lwa_mod_eff_code TYPE zspa_es_mod_code.
      SORT ir_data_changed->mt_mod_cells BY row_id .
      LOOP AT ir_data_changed->mt_mod_cells
                         INTO ls_mod_cell
                         WHERE fieldname = text-025   "ZZCONTRLIFE
                         OR    fieldname = text-026   "ZZMOD_EFF_CODE
                         OR    fieldname = text-027   "DATE
                         OR    fieldname = text-028.  "CLIENT_AGGR.
        READ TABLE i_final INTO wa_final
                           INDEX ls_mod_cell-row_id.
        IF sy-subrc = 0.
          IF ls_mod_cell-fieldname = text-025.     "ZZCONTRLIFE
            lws_contrlife = ls_mod_cell-value.
            SELECT SINGLE * FROM zspa_es_contlife
                   INTO lwa_contrlife WHERE zzcontrlife = lws_contrlife.
            IF sy-subrc NE 0.
              CALL METHOD ir_data_changed->modify_cell
                EXPORTING
                  i_row_id    = ls_mod_cell-row_id
                  i_fieldname = text-025
                  i_value     = ''.
              MESSAGE s001(zesspa) WITH text-035.
              EXIT.
            ELSE.
              CALL METHOD ir_data_changed->modify_cell
                EXPORTING
                  i_row_id    = ls_mod_cell-row_id
                  i_fieldname = text-025
                  i_value     = lws_contrlife.
              wa_final-zzcontrlife = lws_contrlife.
              MODIFY i_final FROM wa_final INDEX ls_mod_cell-row_id.
            ENDIF.
          ENDIF.
          IF ls_mod_cell-fieldname = text-026.     "ZZMOD_EFF_CODE
            lws_mod_eff_code = ls_mod_cell-value.
            SELECT SINGLE * FROM zspa_es_mod_code
                   INTO lwa_mod_eff_code
                   WHERE zzmod_eff_code = lws_mod_eff_code.
            IF sy-subrc NE 0.
              CALL METHOD ir_data_changed->modify_cell
                EXPORTING
                  i_row_id    = ls_mod_cell-row_id
                  i_fieldname = text-026
                  i_value     = ''.
              MESSAGE s001(zesspa) WITH text-036.
              EXIT.
            ELSE.
              CALL METHOD ir_data_changed->modify_cell
                EXPORTING
                  i_row_id    = ls_mod_cell-row_id
                  i_fieldname = text-026
                  i_value     = lws_mod_eff_code.
              wa_final-zzmod_eff_code = lws_mod_eff_code.
              IF wa_final-zzmod_eff_code = 1 OR
                 wa_final-zzmod_eff_code = 2.
                wa_final-date = ''.
                CALL METHOD ir_data_changed->modify_cell
                  EXPORTING
                    i_row_id    = ls_mod_cell-row_id
                    i_fieldname = text-027
                    i_value     = ''.
              ENDIF.
              MODIFY i_final FROM wa_final INDEX ls_mod_cell-row_id.
    **-- No Edit control for Date when mode eff code = '1', '2'.
              PERFORM no_edit_for_date TABLES i_final.
    *This perform Refresh's the ALV list and Set's the Focus to
    *Current Cell and keep the Scroll bar in the same place.
              PERFORM alv_refresh.
            ENDIF.
          ENDIF.
          IF ls_mod_cell-fieldname = text-027.     "DATE
            CONCATENATE ls_mod_cell-value+6(4)
                        ls_mod_cell-value+3(2)
                        ls_mod_cell-value+0(2) INTO lws_date.
            IF lws_date NE ''.
              IF lws_date > sy-datum.
                wa_final-date = lws_date.
                CALL METHOD ir_data_changed->modify_cell
                  EXPORTING
                    i_row_id    = ls_mod_cell-row_id
                    i_fieldname = text-027
                    i_value     = lws_date.
                MODIFY i_final FROM wa_final INDEX ls_mod_cell-row_id.
              ELSE.
                CALL METHOD ir_data_changed->modify_cell
                  EXPORTING
                    i_row_id    = ls_mod_cell-row_id
                    i_fieldname = text-027
                    i_value     = ''.
                MESSAGE s001(zesspa) WITH text-037.
                EXIT.
              ENDIF.
            ENDIF.
          ENDIF.
          IF ls_mod_cell-fieldname = text-028.     "CLIENT_AGGR
            TRANSLATE ls_mod_cell-value TO UPPER CASE.        "#EC SYNTCHAR
    *"#EC TRANSLANG
            IF ls_mod_cell-value EQ c_s OR ls_mod_cell-value EQ c_n.
              CALL METHOD ir_data_changed->modify_cell
                EXPORTING
                  i_row_id    = ls_mod_cell-row_id
                  i_fieldname = text-028
                  i_value     = ls_mod_cell-value.
              wa_final-client_aggr = ls_mod_cell-value.
              MODIFY i_final FROM wa_final INDEX ls_mod_cell-row_id.
            ELSE.
              CALL METHOD ir_data_changed->modify_cell
                EXPORTING
                  i_row_id    = ls_mod_cell-row_id
                  i_fieldname = text-028
                  i_value     = ''.
              MESSAGE s001(zesspa) WITH text-039.
              EXIT.
            ENDIF.
          ENDIF.
        ENDIF.
      ENDLOOP.
    ENDFORM.                    " handle_data_changed

  • Value of the input field changing automatically on click of enter

    I  was trying to write a simple report that has a single input field with a f4 help for a directory browser attached. the input field  can only be filled using the f4 help ( achieved through function module DYNP_VALUES_UPDATE) . The problem is after the input field is populatd if i click on enter or press f8 the text in the input field changes automatically. Please can anyone find the reason for this behaviour and provide a solution .Thanks in advance.report code attached.
    Regards,
    Kiran A.
    REPORT  zpgm_md61_error1.
    PARAMETERS: p_file TYPE string MODIF ID abc LOWER CASE .
    DATA: dyname TYPE programm,
          dynumb TYPE sy-dynnr.
    DATA: dynpfields TYPE TABLE OF dynpread WITH HEADER LINE.
    DATA: lv_folder TYPE string,
          sel_folder TYPE string.
    AT SELECTION-SCREEN OUTPUT.
      PERFORM disable.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      CALL METHOD cl_gui_frontend_services=>directory_browse
        EXPORTING
          initial_folder       = lv_folder
        CHANGING
          selected_folder      = sel_folder
        EXCEPTIONS
          cntl_error           = 1
          error_no_gui         = 2
          not_supported_by_gui = 3
          OTHERS               = 4.
      dynpfields-fieldname = 'P_FILE'.
      MOVE sel_folder TO dynpfields-fieldvalue.
      APPEND dynpfields.
      CALL FUNCTION 'DYNP_VALUES_UPDATE'
        EXPORTING
          dyname     = dyname
          dynumb     = dynumb
        TABLES
          dynpfields = dynpfields.
    FORM disable.
      LOOP AT SCREEN.
        IF screen-group1 = 'ABC'.
          screen-input = '0'.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    ENDFORM.                    "dISABLE

    Hello Kiran,
    This is because you've defined the field as TYPE STRING.
    Change the declaration & the problem should be solved:
    PARAMETERS: p_file TYPE dynfieldvalue MODIF ID abc LOWER CASE .
    BR,
    Suhas

  • Real data case

    Hi evryone,
    Can anyone provide some real data case for implementation of SIebel CRM on Demand? Is there any websites from where I can download that. Acyually I have taken a boot camp training on CRM On Demand for 3 days and I am almost new in this field. So I need some practical knoledge that how to complete a full implementation of Siebel CRM On Demand. For that I need some real data real scenario to do that. Can anyone tell me the full process one by one how to start CRM implementation for a client or for own company?

    I think the suggestion of time-dependent masterdata will be helpful.
    Create an infoobject ZUSERID and add ZMANAGER as an attribute.
    Click on the time-dependent check box for this attribute.
    Map the DataSource - which was earlier mapped to the Managers Table to this Infoobject and do your daily full loads. 
    Whenever there is a change in the manager - userid relationship a new entry will be created for that userid from the date the change was "extracted" into BW (remember that if a load is missed for a day it may not be equal to the actual change date).  The previous entry will be automatically delimited to yesterdays date. 
    This way you can maintain the relationship.
    When populating the field into your PO DSO.  just add ZMANAGER into the DSO and in the transformation - do the master data attribute of - and select ZUSERID.  There will be a date option in there and in that you can use the Posting date of the PO document. 
    This way even if you have to reload the data you can maintain the time based relationship of manager and user id.
    I do see a lot of risks and holes in this approach.
    if for some reason your master data load to zuserid changes during the day then all POs for that day which were created before or after that change will be linked to the manager that was assigned after the change.
    There will be no way for you to verify that what you have in BW is accurate or not as there is no history in the source system.
    If they want to ensure the accuracy of this information the time history of this relationship should be maintained in ECC.

  • Need suggestion to get data from change log table of ODS.

    Hello,
    There is a case where i am loading opportunity header data from header ODS and opportunity item data from item ODS in the opportunity cube.
    Status (1= OPEN, 2= WON ETC) of the opportunity are available only in header ODS and not in item ODS.
    While loading data from header ODS to cube, I am loading it directly but while loading data from item ODS to cube i am using active data table of header ODS as a lookup in the update rule from item ODS to cube. I am selecting status from the active data table of header ODS while loading data from item ODS to cube.
    Since active data table will have only after image records, there is some data mismatch in the report as i am selecting data from active data table of header ODS while loading data from item ODS to cube.
    I need to select data from Change log in order to get before image also instead of active data table in order to overcome this issue. Is there any way by which i can do selection from Change log instead of active data table as change logs are generated at run time.
    Please let me know if you have any suggestions.
    Regards,
    Sanjay Chaurasia.

    Hi,
    You can use the changelog table of the DSO.
    Right click manage the Header DSO, go to the contents tab and click Change Log table. There you can see the technical name of the Change Log table.
    In the update rule Routine, give the tech name of Change log table instead of Active table name.
    Hope it helps.
    Krishna

  • Messages save location changes automatically from ...

    Hi everybody
    I have a Nokia 5800 with v51.0.006 firmware. My problem is that randomly when i receive text messages the memory change automatically from memory card to phone memory. 
    Any ideea why?

    Hi skyb0y,
    this is the function which I miss on the N8 :-)
    Once you connect your phone to your computer, the card will no longer be available for your phone .(your computer has access on the card)
    In this case your phone uses the internal memory.
    You've to change it manually, if you want to use the SD card again
    Tim

  • Using CVS in SQL Developer for Data Modeler changes.

    Hi,
    I am fairly new to SQL Developer Data Modeler and associated version control mechanisms.
    I am prototyping the storage of database designs and version control for the same, using the Data Modeler within SQL Developer. I have SQL Developer version 3.1.07.42 and I have also installed the CVS extension.
    I can connect to our CVS server through sspi protocol and external CVS executable and am able to check out modules.
    Below is the scenario where I am facing some issue:
    I open the design from the checked out module and make changes and save it. In the File navigator, I look for the files that have been modified or added newly.
    This behaves rather inconsistently in the sense that even after clicking on refresh button, sometimes it does not get refreshed. Next I try to look for the changes in Pending Changes(CVS) window. According to the other posts, I am supposed to look at the View - Data Modeler - Pending Changes window for data modeler changes but that shows up empty always( I am not sure if it is only tied to Subversion). But I do see the modified files/ files to be added to CVS under Versioning - CVS - Pending Changes window. The issue is that when I click on the refresh button in the window, all the files just vanish and all the counts show 0. Strangely if I go to Tools - Preferences - Versioning - CVS and just click OK, the pending changes window gets populated again( the counts are inconsistent at times).
    I believe this issue is fixed and should work correctly in 3.1.07.42 but it does not seem to be case.
    Also, I m not sure if I can use this CVS functionality available in SQL Dev for data modeler or should I be using an external client such as Wincvs for check in/ check out.
    Please help.
    Thanks

    Hi Joop,
    I think you will find that in Data Modeler's Physical Model tree the same icons are used for temporary Tables and Materialized Views as in SQL Developer.
    David

  • How stop case changing in SQL developer editor

    Dear Friends,
    When I start editing in SQL developer(version 1.6), case i.e. formatting of words gets changed automatically.
    Is there any option to stop case changing.
    Thanking in advance
    Sanjeev

    Assuming you are on SQL Developer 2.1.X try unsetting
    Tools -> Preferences -> Code Editor -> Completion Insight -> change case as you type

Maybe you are looking for

  • How can i have the captions in Spanish on the form, even though user is English user?

    Hello Experts, My requirement is, I am launching the form back end ERP system's app, where in i have screen, wherein user will enter the employee # on the first/home screen's input field then as a next step the form will be launched on the IE browser

  • HT3625 I don't have a "Use audio for:" menu in my system preferences

    When I go to system preferences and try to follow all of the directions in the article, there isn't any menu or anything that says "Use audio for:" when I'm on the input tab of the sound preferences.  How can I get my MBP use the audio input instead

  • 10g DB migration

    Hi Every one, i have oracle 10g 64 bit database on win2003 paltform, and no i want to downgrade it to 32 bit. i can use it on my winXP laptop. Is it possible, if yes tell me how. Thanks

  • Premiere to OMF no dialogue

    Hi all, I'm exporting a OMF from my video for my sound mixer guy. But the tracks with dialogue won't play in either Adobe Audition for me or Pro Tools for him. The rest of the sound is working fine. I have 8 tracks in total, and the dialogue is on 2

  • Where do I find the thread of Flash alternatives?

    Where do I find the thread of Flash alternatives?