Date Profile - save date of document's changing

Hi,
I want to define date profle for my document type. Date type should store date of document's last change.
Example when user changes doc's status that Date type should store this date.
I configured date type in date profile: Determine date only once - unchecked, date rule - Todays, Calculating position - 4 (last on doc), Default values ... - Current Time checked. Only Display Field - checked.
It does not work.
Can you show where is the error?
Regards
Radek

If you say 'Determine only once' it determines the value exactly once and then no more, regardless whether it is filled or not. If not set, it tries to determine the date until it finds a value. Once the value is found, no update of the value happens anymore.
So if you want to write down a value, you need to fill a BAPI like ORDER_SAVE, get the order details there with fm CRM_ORDER_READ, change the values with CRM_ORDER_MAINTAIN, perform a CRM_ORDER_SAVE and then a BAPI_COMMIT_DATA. Not an easy task, but imho the only way.
Kai

Similar Messages

  • ODI Data Profiling and Data Quality

    Hi experts,
    Searching about ODI features for data profiling and data quality I found (I think) many ... extensions? for the product, that confuse me. Cause I think there are at least three diferents ways to do data profiling and data quality:
    In first place, I found that ODI has out of the box features for data profiling and data quality, but, acording to the paper, this features are too limited.
    The second way I found was the product Oracle Data Profiling and Oracle Data Quality for Oracle Data Integrator 11gR1 (11.1.1.3.0) that is in the download page of ODI. Acording to the page, this product extends the existing inline Data Quality and Data profiling features of ODI.
    Finally, the third way is Oracle Enterprise Data Quality that is another product that can be integrated to ODI.
    I dont know if I understood good my alternatives. But, in fact, I need a general explanation of what ODI offer to do Data Quality and Data profiling. Can you help me to understand this?
    Very thanks in advance.

    Hi after 11.1.1.3 version of ODI release, oracle no longer supports ODP/ODQ which is a trillium software product and this not owned by oracle. Oracle is recommending the usage OEDQ for quality purposes. It's better if you could spend time on OEDQ rather than trying to learn and implement ODP/ODQ in ODI

  • Oracle Data Profiling and Data Quality

    Hi,
    How to create metabase for Oracle Data Profiling and Data Quality.Is metabase and repository are same.

    Hi,
    You can create a metabase in the Metabase Manager:
    - Expand Control Admin
    - Click on Metabases
    - in the Metabases window, right-click on the white area and select Add...
    - go through the wizard to create your metabase
    This is documented in the ODQ/ODP tutorial (http://www.oracle.com/technology/products/oracle-data-quality/pdf/oracledq_tutorial.pdf) and in the Documentation (in Metabase Manager or Oracle Data Quality go to Help and then Manuals).
    Thanks,
    Julien

  • Different date profile and date rule in one transaction type

    Hi CRM Experts,
    We have requirement that quotation should have validity date based on the contry.We have only one quotation type which will be used in all county.
    Now i need to know how can we use different date profile and date rule in one quotation.
    Ex -
    When the quotation created for russia - expiry date = today + 10 days
    when quote created in china = expiry date = today + 25 days
    Can it be possible in standared configuration? if not then give me some insight how to achive this?
    Regards
    Rajesh

    Hi, Rajesh.
    You can create a Date Rule based on functional module.
    Look at example in SAP standard: Date Rule "WTY004 Purchase Date Object":
    <?xml version="1.0"?>
    <SAPTimeRule>
      <ABAPTimeRule function="CRM_WTY_IL_TIMERULE_03"/>
    </SAPTimeRule>
    Hope this helpful!

  • How to read csv Data and save it with no format changes

    Hi,
    At first I am not used to Diadem.
    I want to read in a csv file do some calculation with the data and save the changed data in the same csv file. A file as an example is attached (496888_edit.csv).
    Therefore I wrote this lines:
    Dim i
    Dim Delimiter
    Dim FilePath
    Dim FileParameters
    Delimiter = ";"
    Call DataFileLoad(FilePath,"CSV","Load")
    ' Do some calculations
    FileParameters = "<filename>"&FilePath&"</filename>"&"<delimiter>"&​Delimiter&"</delimiter>"
    Call DataFileSave(FileParameters,"CSV")
    After running that lines the csv file is looking like the other attached file (496888_after.csv)
    Because of some reasons which I could not explain Diadem is rounding the numbers. I want that both files look the same.
    What can I do?
    There might be another extension. Just to read in some columns, doing some calculations and after the calculation saving that columns in the file instead of the originals. (The csv files are much bigger like the two examples)
    Thanks,
    Jens 
    Attachments:
    496888_edit.csv ‏1 KB
    496888_after.csv ‏1 KB

    The only thing that can be changed in writing float64 values using the CSV plugin is the decimal point ('.' or ',').
    The format of the doubles is not rounded but the CSV writer only writes the relevant digits.
    It is using up to 15 digits which is the resolution of float 64. It would also switch to scintific writing if necessary.
    So there is no way to force only 6 digits and filling 0s are left out. So if you just fear that you loose precision that will not happen.
    (only the typical problems of epressing a 2 system binary value in a 10 system text string)
    If you are interested to have a fix float format the only solution is to write with VBS directly to a file doing formatting on your own, which is slow.

  • Date Profile -- custom date field should be populated.

    Hi All,
    I am creating a sales order from CRM Web UI. I am having Configurable Product. to create a sales order.
    If i click on configure product button, I can maintain the parameter values (Months) while creating a sales order.
    Now my question is i need the "Sales Order End date" automatically populated with "Sales order start date" + above menctioned Parameter value by months.
    Please let me know if you need any more details.
    What i have done is i created a date rule to configure this and added the parameter in the generated ABAP code for date rule.
    But i am not having any luck to populated the value.
    Please show some light to move further.
    Thanks in Advance.
    Regards,
    Siva

    Hi Sushma,
    Create 2 Date instances for 'FromDate' & 'ToDate' with required values & set them.
    Example:
    java.sql.Date fromDate = new java.sql.Date(109, 1, 1); // This is 1st Feb, 2009
    wdContext.currentTimelogElement().setFromDate(fromDate);
    Similarly, java.sql.Date toDate = new java.sql.Date(109, 1, 6); // This is 6th Feb, 2009
    wdContext.currentTimelogElement().setToDate(toDate);
    For details, refer http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Date.html
    Hope this answers your query.
    Kind Regards,
    Nitin
    Edited by: Nitin Jain on Feb 6, 2009 6:41 AM

  • Unable to assign the date profile to transaction tyep

    Hi,
    I have created a new date profile. but while assigning  it the transaction its giving error like " The action profile is only allowed with date profile " X00001 " .
    Please suggest what could be the reason for that .
    Thanks & Regardsm
    Rahul D

    Hi Rahul,
    U can follow below steps:
    Spro->Customer Relationship Management->Basic Functions->Actions->Actions in Transaction->Change Actions and Conditions->Define Action Profiles and Actions.
    1) Click on edit mode and Open u r action Profile.
    2) See the field Date profile it will allow u to change the Date Profile (use F4)
    also check whether u r old date profile is used in action conditions it also need to be change.
    Hope it'll solve u r problem.
    Regards,
    Dipesh.

  • Date Profile with Tasks

    Is it  possible to implement the Date Profile functionality for the Tasks in SAP CRM so that the completion date and time are set automatically by the system, when 'completed' status is set on the Task.
    We want to achieve this, can someone guide how to do this.

    Hi
    Venkat,
    If you have changed a date or duration, the system recalculates all dependent dates. To do this, the system uses the calculation sequence assigned to the date type in Customizing.
    Check the date profiles and date rules for the transactions
    You need to select the date profile and go to date types and select the date type and click on the screen area -dates and you need to enter the number for the display position to view your date type in the transaction otherwise the display of date types will be visible in the transaction type
    The path for date profile is SPRO- Basic functions --Date management --Define date profile
    Just a suggestion,if  you have assigned it to transaction types and item category, so may be after entering the item in the transaction, you might be able to see the dates at header.
    Please read below which is source from SAP Help.
    For every transaction at the header and/ or item level, you can define which date type you need for the transaction, that is, which item type you need. By doing this, you avoid saving unnecessary date types on the database. The same applies for durations (for example, contract run time).
    To assign dates and durations to an item category, you group the desired date types and durations together in a date profile and assign this to a transaction type or an item type.
    Link as http://help.sap.com/saphelpcrm50/helpdata/en/d4/fce93a29768802e10000000a11402f/frameset.htm_
    Best Regards
    Do keep me posted on this
    Naveen.
    Reward points if helpful

  • Diadem Does not save data to neither portal nor file

    I tried to acquire data from DAQ USB-6289 and save data to portal or file in DIADem DAC, but failed to get any data in portal, and no file was created, and no error was promptEd. But when I open a example file with saving function, it works fine. I'm sure there isn't any problem about the script since it is a very simple one. Do you have any suggestions?
    Thanks a lot.
    Jing

    Hi Jing -
    Since you said you're building your scheme based off of an example, I'm going to assume you've already included a Save Data or Save Data with Trigger block in your DAC scheme.  This is mandatory if you want to use Data Storage with either of the two following techniques.
    If you're running your DAC scheme programmatically, are you using the SchemeMeasTest() command, or the SchemeMeasStart() command?  If you want your DAC scheme to be run with Data Storage (Data Portal or File) enabled, you'll need to use the SchemeMeasStart() command.  The other command merely runs the scheme with visualization only (as a test).
    If you're running your DAC scheme interactively, are you pressing the Start Display button or the Start Measurement button (see below)?  These two buttons are the interactive versions of the aforementioned programmatic commands.  If you want to test your visualization without Data Storage, use the Start Display button.  If you want data to be saved to either the Data Portal or File, use the Start Measurement button.  
    Let me know if this still doesn't help.
    Derrick S.
    Product Manager
    NI DIAdem
    National Instruments

  • Query on Date profile

    Hi
    I have a Date profile with Date types as
    ToDo By
    Billing Date
    Billing Doc. Creation Date
    Duedate alert level 1
    Duedate alert level 2
    Duedate alert level 3
    Duration Until First Reaction
    At transaction level, I am able to edit only 2nd and 3rd. However the other date types are greyed out. I have checked the date types and found for 2nd and 3rd, under date rules, "DETERMINE ONLY ONCE" check box is not activated. While for others, it is activated.
    I then unchecked for other date type the same check box. still not able to see them in edit mode at transaction level. Please help me.
    Regards,
    Rajesh

    Hi Rajesh,
    If u want to make all u r date types editable then just assign Screen Areas: Dates to all u r date type, under same u'll see the fiels only display field just uncheck it for all u r datetypes, u'll see all u r date type becomes editable.
    Regards,
    DD's

  • Load/Save Data Prior to Publishing App

    If I use load data and save data to add information to my app prior to publishing, will that data remain in the published version of the app?

    Hi,
    No, the data will not remain in the published version of the app. LoadData and SaveData are for typically used to store user settings so that on the next start of the app, certain states can be restored.
    Olivier

  • Not to allow to save the billing document in the back date if FI period clo

    Can anybody help me please. My FI period for october is closed. But there are still some open delivery documents in billing due list for October. So now let say on 7th december if i will make the billing documents by giving the date 30.11.2007 logically as FI period is closed it will allow to save the billing document but will not pass to accounting.
    So this normaly happening in my industry endusers are creating the billing documents in the back date even after the period close so all the documents come into VFX3.
    So can any body help me? Can we have any check if the FI period is closed for a perticular months if we will try to make the billing documents in the closed period it will not allow to generate the billing document rather saving the documents and blocking for accounting.
    Reggards.
    Laxmikanta Das.
    09958119889.

    Dear laxmikanta
    I also not come across the situation what you said and hence dont have much idea about authorization group.
    However, on going through the F1 help, it says
    <b>Procedure</b>
        If only a limited set of users is to be able to post in a particular
        posting period, proceed as follows:
                 o   Add the posting period authorization (authorization object
            F_BKPF_BUP) to the authorizations of the selected users. Assign an
            authorization group (e.g. '0001').
                  o   Enter the account type '+' for the posting period variant to which
            the restriction is to apply. Enter the period(s) whose use is to be
            restricted in the first period, those which are available to all
            users in the second period, and the authorization group (e.g.
            '0001') in the last column.
    <b>Examples</b>
        A posting period can be successively restricted. If, e.g. 10 users have
        the posting period authorization with authorization group '0001', and 3
        of these 10 users also with authorization group '0002'.
        If the period is only to be accessible to the 10 selected users the
        authorization group '0001' is entered in the posting period variant.
        Access can later be restricted to the remaining 3 users by entering
        '0002'.
    From the above, I feel your requirement can be met.
    Thanks
    G. Lakshmipathi

  • How to change billing date in S1 - cancellation billing document

    Dear Friends,
    Could you please tell How to change billing date in S1 - cancellation billing document which is even not released to accounting & in gray mode.
    Is it possible?
    Thanks in advance.
    Ranjan

    Dear,
    Thanks for asking exact problem.
    1. PGI in 2008
    2. F2 Billing date in 2003 ( By mistake by the user)
    3. S1 Billing date in 2008
    4. PGI reverse in 2008 & OBD deleted in 2008
    So reduced billing qty is shown in report in 2008 because of S1 Billing date in 2008,
    Billing qty  is not matching with the actual PGI quantity.
    So here if the cancellation billing document S1 could be changed for billing date in 2008, then you could balance it
    Now my issue is how to balance it.
    hope you find it it very interesting
    Awaiting your response.
    Ranjan

  • Purchasing document item change date

    Hi GUrus,
    Could some one please explain me what is purchasing document item change date. while checking item changes for one PO i am getting this. it is showing one old value and one new value. only i wanted to know where is that date in side a PO.
    Thanks
    Sha

    Hello ,
    When you go to item level changes , sap shows the change history for that particular line items .
    So it will show all the values which is been changed . In terms of date , the old date is the date at which the line item must have been creaated or changed and the new date is the last change date by the user .
    For e.g .if the line item is changed multiple times , then it will show with respect to each date the change history . For better viewing and understanding you can sort the changes by date & find out what was the last change details .
    Hope its clear .
    Lawrence Fernandes

  • Change DATA at SAVE for ITEM

    Hi all.
    I must modify a date when SAVE an item (date ACTUAL_FINISH).
    I have implemented the interface /RPM/IF_EX_ITEM_API, but ther isn't methods for modifiy the datas of item. You have others BADI to suggest to make this?
    Thanks!
    Vanessa

    Yes, I have watched and it don't change the ITEM areas.
    But I have resolved the problem in this way.
    I have opened a enhancement in class RPMCL_ITEM_T_API, method UPDATE_ITEM_ATTRIBUTES and have varied the date.
    Thanks of all!
    Vanessa

Maybe you are looking for