Transactional Data Field Change

Hi SDNites,
I am trying to identify all the field changes (Transactional Data) which has been done into CRM for a specific transaction (Ex: Service request). Could you please suggest any BADI or any function module which will provide me the same.
Regards,
Abhi

Deletion of fields is not possible in ODS, Cube with data till the version 3.5, BI 7 onwards the swapping deletion is possible with the feature Remodeling.
You can add the fields when datatarget is with data but deletion is not possible.
WHat you can do is..
!, Stop the further data loading by disconnecting the map from tranfer strucute level and remove the field from extractor=> considering performance and memory.
2. create a copy of ods1..to ods2, create export data source from ods1, create update rule, mapping and do the data loading to ods2, Delete th ods 1 data, remove the field and again created export data source from ods 1 to 2 and load the data.

Similar Messages

  • Date Field Changed After Persistence

    When persisting an object the date field is changed from it's original
    millisecond value to a new value.
    i.e.
    Before persist fastTime: long = 1065003043301 (java.util.Date)
    After persist fastTime: long = 1065003028240
    (com.solarmetric.kodo.util.ProxyDate)
    It is not consistent. Sometimes it correct, other times it's not.
    So my equal() method fails as the member variable Timestamp is different. I
    need to filter on this value and for it to be 'exactly' the same.
    How?
    Config
    KODO 2.5.3,
    Database MYSQL, Default Table type MYISAM, same on InnoDB
    default .JDO file for persistent object
    defaults in kofo.properties

    Graham-
    Unfortunately, SQLServer is only able to store dates to a 3 millisecond
    precision, which means that if your date's milliseconds part is not
    divisible by 3, then you will get back a different date that you
    entered.
    Two possible solutions:
    1. Subclass the SQL Server dictionary to store all date fields as
    longs. This will require that the date field on the server is also a
    BIGINT.
    2. Manually round the milliseconds part of your date to the nearest 3
    milliseconds.
    In article <ble9lc$dne$[email protected]>, Graham Cruickshanks wrote:
    When persisting an object the date field is changed from it's original
    millisecond value to a new value.
    i.e.
    Before persist fastTime: long = 1065003043301 (java.util.Date)
    After persist fastTime: long = 1065003028240
    (com.solarmetric.kodo.util.ProxyDate)
    It is not consistent. Sometimes it correct, other times it's not.
    So my equal() method fails as the member variable Timestamp is different. I
    need to filter on this value and for it to be 'exactly' the same.
    How?
    Config
    KODO 2.5.3,
    Database MYSQL, Default Table type MYISAM, same on InnoDB
    default .JDO file for persistent object
    defaults in kofo.properties--
    Marc Prud'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • Invoice date field change- MIRO screen

    HI all,
    i want to check the field selection settings for invoice date (INVFO-bldat) on MIRO.
    the user is getting default value as today's date. He wants a blank date
    Please help

    Do you mean " posting date " get default by today date? because in my system the posting date that getting default today date, not invoice date.
    And event if the users get today date, he/she can still change it.so its not a big problem.
    Blank or today's date--> user still need to fill in /write the posting date.

  • Javascript , date Field change doesn't work

    I want to display the expiration date automatically as soon as I selected a date of issue but it does not work..
    <td width="190px" valign="top" class="ms-formlabel">
    <H3 class="ms-standardheader"><nobr>StartDate</nobr></H3>
    </td>
    <td width="400px" valign="top" class="ms-formbody">
    <SharePoint:FormField runat="server" id="ff2{$Pos}" ControlMode="New" FieldName="StartDate" __designer:bind="
    {ddwrt:DataBind('i',concat('ff2',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@StartDate')}"/>
    <Sha
    rePoint:FieldDescription runat="server" id="ff2description{$Pos}" FieldName="StartDate" ControlMode="New"/>
    </td>
    </tr>
    <tr>
    <td width="190px" valign="top" class="ms-formlabel">
    <H3 class="ms-standardheader"><nobr>EndDate</nobr></H3>
    </td>
    <td width="400px" valign="top" class="ms-formbody">
    <SharePoint:FormField runat="server" id="ff3{$Pos}" ControlMode="New" FieldName="EndDate" __designer:bind="
    {ddwrt:DataBind('i',concat('ff3',$Pos),'Value','ValueChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@EndDate')}"/>
    <SharePoint:FieldDescription runat="server" id="ff3description{$Pos}" FieldName="EndDate" ControlMode="New"/>
    </td>
    </tr>
    <script type="text/javascript" src="../../JQuery/jquery.js"></script>
    <script type="text/javascript">
    $(document).ready(function(){
    alert (&quot;Test&quot;);
       $(&apos;#ff2&apos;).change(function(){
       alert (&quot;Test&quot;);
           var startVal = $(this).val();
    var month = startVal.getMonth();
    var day = startVal.getDate();
    var year = startVal.getFullYear();
    year = year  + 1;
    endVal= day+&apos;/&apos;+&apos;month&apos;+&apos;/&apos;+&apos;Year&apos;;
           $(&apos;#ff3&apos;).val(endVal);
    </script>

    Hi,
    Please add the following code into the new form page. You can also add a content editor web part into the new form page and add the code into the web part.
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function () {
    $("input[title='Start Date']").blur(function () {
    var startVal = $(this).val();
    var startDate = new Date(startVal);
    var month = startDate.getMonth() + 1;
    var day = startDate.getDate();
    var year = startDate.getFullYear() + 1;
    $("input[title='End Date']").val(month + "/" + day + "/" + year);
    </script>
    Or here is a thread talk about the similar issue for your reference:
    http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/MS-SharePoint/Q_27765240.html
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Formatted Search for Delivery Date field in SO not working

    Hi All
    Can anyone help me as to why my formatted search is not working?
    I am currently using SAP B1A SP01 Patch 19.
    I have created a user query as follows:
    SELECT $ [$10.0.DATE] + 5
    When I add this to the delivery field within the Sales Order and bring through the saved query which I set to auto refresh when the Posting Date field changes and to Display Saved Values it doesn't work.
    Any ideas?
    Thanks and best wishes
    Gail

    HI Gail,
    If I am not mistaken you want to add days to the posting date...if that is so then try this out:
    SELECT $[ORDR.DocDate.DATE]+5 From ORDR T0 For Browse
    Set The indicator to Auto Refresh when the fields change
    Nagesh

  • Report needed: Customer master TAXKD field changes

    We are looking to track changes made to TAXKD (tax code) in customer master.   Is there any report we could generate weekly that would detail changes made to the field. 
    Also, we'd like what change was made.  (i.e. customer number, date, field changed from 0 to 2)
    Thanks,
    Michelle

    Hi Michelle,,
    Those changes will be recorded in the CDHDR and CDPOS tables with your field name based on the dates..
    and also with the Old value and the New value
    from the CDPOS
    pass
    OBJECTCLAS = 'DEBI'.
    OBJECTID      =  Your document number "optional
    TABNAME    =  'KNV1.
    FNAME       =   'TAXKD'.
    if you pass these thins you will get the in the fileds VALUE_NEW and VALUE_OLD
    hope these informatino useful to you.
    Thanks
    Edited by: Prasanth on Apr 13, 2009 7:40 PM

  • Track field changes - Modelling

    Hello Gurus,
    I hope someone out there can help me. I have a requirement to track header data field changes from data loaded from a non-SAP external system and report on the changed columns showing old value and new value. I am using dbconnect to extract data into a standard ODS.
    What modelling do I need to do to satisfy this requirement.
    Can you please help?

    hi Ruregerero,
    i think at least there are 2 approaches
    #1 account-base,
    keyfield1- keyfield2 - ... keyfieldN -  itemname - old_value new_value - change_flag
    with this, it's more flexible in terms of if new item(s) to be tracked come,
    but will have more records
    to have reports like following, in query you can use 'restricted keyfigures' (each keyfigure restricted to item value),
    keyfield1- keyfield2 - ... keyfieldN -  item1_old_value -item1_new_value -changes (new-old)- item2_old_value item2_new_value-...
    #2 column-base
    keyfield1- keyfield2 - ... keyfieldN -  item1_old_value - item1_new_value item2_old_value - item2_new_value .... itemN_old_value - itemN_new_value
    not flexible for new item added, has to add new infoobjects in ods,
    performance may better compared to approach #1
    hope this helps.

  • Transformation & Conversion for empty data fields

    Hi,
    I need help in replacing empty transaction data fields with dimension members based on other fields in the record. For example, the "cost center" field mayl be empty in the transaction data. I want to replace the empty field with a cost center dimension member based on the "Company" fileld in "Column A'.
    Thank you,
    Tim

    Hi,
    I have done somthing like this many times, if you need to do this when you feed data into BPC, you can do that using SQL.
    I have created lookup subqueries to achive this. if you are feeding info some other way then please explain.
    1 - How are you feeding in the data
    2 - Whare is the lookup value resids.
    Thanks

  • The data field format for the sql* loader

    the data field in my data file was surrounded by ",", such as "1","2","3",...
    so in my control file, I coded
    fields terminated by ',' enclosed by '"'
    no error after I execute sqlldr command.
    however, on data has been inserted into table either.
    if I remove "" and ,
    the data field changed to 1 2 3 ...
    and the data has been inserted into my table
    However the first format is what I want. can anyone experienced silmilar situation? please give me a hint.
    your help is highly appreciated
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Renali ():
    say:
    FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' TRAILING NULLCOLS (
    colname1,
    colname2,
    colname3)
    the data field in my data file was surrounded by ",", such as "1","2","3",...
    so in my control file, I coded
    fields terminated by ',' enclosed by '"'
    no error after I execute sqlldr command.
    however, on data has been inserted into table either.
    if I remove "" and ,
    the data field changed to 1 2 3 ...
    and the data has been inserted into my table
    However the first format is what I want. can anyone experienced silmilar situation? please give me a hint.
    your help is highly appreciated
    <HR></BLOCKQUOTE>
    null

  • Address Book "Dates" field

    When I change timezones due to travelling, the "Dates" field changes as well. However, the info I have in my "Dates" field are mostly anniversaries and they would show the wrong date either a day before or a day after depending where I'm travelling to. How can I make sure that even if I travel and change timezones, the dates in the Address Book's "Dates" field do NOT change along?
    It gets especially confusing when I enter more dates in the "Dates" field during my trip, and then change back to my original timezone. Now, I have to figure out which dates are accurate and which are a day behind or a day in advance.
    Help, please!

    I would think this is a bit of a bug in Address Book, and I don't think there is any control over it. Tell Apple: OS X Feedback
    AK

  • Data Type field read only in Data source for transaction data (PC_FILE)

    Hi folks,
    I need to change Data Type for some of the fields in "Field" tab in data source for transactional data. It became read only after I activate the data source. Need help in making it editable. All fields now have Data type=CHAR.
    Thanks

    Nevermind folks. I got it.

  • In F-51 transaction was not posted,& due date field for advance payment VEN

    1.  In F-51 transaction was not posted. 
    In the above T-code I want to tranfer Invoice amount (RE) to special GL debit retention money payable the following error was throwing,
    Balancing Field "Profit Center" in the line item 001 not filled.
    2. For advance payments for vendors due date field is not appearing in document entry screen.  How   can I see due date field in document entry screen.
      In OB41 I changed the field status for posting key 29 in payment transations I made due date field required, but it is not appearing due date field in document entry screen, while posting transaction.
    Please advise on this.
    Regards

    Hi thru f-51 u cannot post the transaction here u can enter first line item and select process open item and post it and the base line date is already entered in invoice document based on that one the advance amount is adjusted u con't enter that base line date at the time of advance payment and also the payment terms are maintained in vendor master based on that on also due date is calculated i hope it will be helpful.

  • Document date field (GOHEAD-BLDAT) setting in transaction MIGO

    Hi,
    I want to set field GOHEAD-BLDAT as blank in Transaction MIGO but not defaulted by the system date (sy-datlo). I have used transaction OMJX to set this fields in required status, but this field  in transaction MIGO didnu2019t run as I expected.
    How can I set up this field blank ?
    Regards.

    Hi,
    In the R/3 Standard for transaction MIGO, the Posting date field is
    always defaulted by the system date (sy-datlo) because it is hardcoded
    in the program.
    You can check it in the main program SAPLMIGO, source code of LMIGOKH1:
          IF ps_gohead-bldat IS INITIAL.
            ps_gohead-bldat = sy-datlo.
          ENDIF.
        ENDIF.
        IF ps_gohead-budat IS INITIAL.
          ps_gohead-budat = sy-datlo.
        ENDIF.
    I am afraid I must therefore confirm that, if you desire to change this
    default value for the posting date in transaction MIGO, you will need
    to modify the standard coding.
    BR
    Nadia Orlandi

  • Load transaction datas on customize fields

    Hi experts
    A hard question for me need some hits.
    A Transaction datasource has been enhanced and added some customize fields in extraction structure. If there are only some new transaction data on customize fields, how to load these data into delta queue?

    HI,
    Need few details.
    1)Do you mean you had just enhanced the data source by including the new fileds from extract structure to comm structure.
    or
    2) you had enhanced the data source by appending new fileds ? if you had appended new fileds you need to write code in cmod Fm to populate the values to the added fileds.
    next make sure the newly updated fileds are selected for the 1st case and for case 2 you need to make sure the option "field only know in exit" is checked along with the selection option.
    once done...replicate the data and the newly changed fileds will be visible in BW side map the corresponding fileds and load the data.
    use repair full request to load data in to BW along with the historical data.
    Note: If you want to load the historical data then you need to delete the setup tables and load the data. then from next time when the delta is scheduled then u can see the records in the delta queue.
    Regards
    KP
    Edited by: prashanthk on Dec 15, 2010 4:58 PM

  • F4 help for PO date field in VA01 transaction during upgrade

    Hi All,
    We are working on upgrade project 4.6c to ECC 6.
    We came across one scenario.
    F4 help for PO date field is not coming in newer version in VA01 transaction but i checked in older version it is coming F4 help for PO date(calender).
    May i know the reason regarding this.
    Any clues
    Regards
    Jai
    Edited by: Jayanth16 on Nov 12, 2009 6:14 PM
    Edited by: Jayanth16 on Nov 12, 2009 6:22 PM

    Hi,
    User did some changes in include LSDSDF05 due to that F4 help is not coming.
    So i correct that one.
    Regards
    Jai

Maybe you are looking for

  • Crystal report related problem

    Hello All, SELECT TOP (100) PERCENT T0.CardCode, T0.CardName, T0.Address, T3.Name, T0.DocDate, T0.DocNum, T0.VatSumFC, T0.U_Suffix, T2.Phone1, T2.Phone2, T2.Fax, T4.PymntGroup, T1.Dscription, T1.ItemCode, T1.Quantity, T1.OpenQty, T1.Price, T1.Currenc

  • Cash advance for purchasing

    Please help me out on the following scenario Lets take an example Steps 1)     First issue a cash advance of $100 from FI side to an employee. 2)     Employee uses that $100 and do a purchase behalf of the company amounted to $80. 3)     Employee sub

  • In subcontracting the component quantity consumed more than the BOM quantit

    Dear Experts, In subcontracting the component quantity ( 543) consumed more than the BOM quantity while doing GR, so please let me know what may be the possible reasons for the same. Regards, Balu

  • Mail.app and AB Memory Usage Growing and Growing

    I've noticed this over the past week, but I don't know what could have triggered it. Both Address Book's and Mail's memory usage are growing out of control. Since I can easily not run AB much, it's not a big deal, but Mail.app is my preferred email a

  • Video Glitches

    Hi there,      So I have had my computer since about 09, in the last year or so the videos and ads have been glitching. My flash is updated to the most resent one but still I get glitchy videos and can not even access even you tube without these issu