Recording change in characteristics

Hi All,
I have characteristics in a document. Can we track changes of the characteristics?
I am preparing a report in BW of the documents created through Easy DMS. Does anyone has data model showing tables and their relationships?
thanks and regards,
Vikas

Hi Badri,
Thanks for the information.
I have activated change management in configuration for document type in tcode DC10 as well as for the class type 017.
Still in the classification screen of the document, the following fields are not active in Environment menu:
Change Number
Change Overview
Change Document
Can you tell me how to activate this? I cannot see the change in the characteristics and its values.
thanks,
Vikas

Similar Messages

  • How to change the characteristics of a Batch

    Dear All,
    We have maintained a batch sort sequence based on Batch Manufacturing date.
    But now customer wants the batch to be sorted out based on Batch Number.
    How to change the Characteristics from Batch Manufacturing date and Batch Number?
    Please do suggest.
    For example, we have two characteristics assigned to the Class One is Manufacturing date and another is Batch Number.
    How system will sort out a batch based on these two logic.
    Kindly explain.
    Regards,
    Mullairaja

    Hi Mullai,
    I hope you know what do you mean by "Dependencies" in variant configuration. These are created for automatic update of characteristic values.  If you want to delete the characteristic from the class, please do teh following.
    1. Find out that there are any dependencies assigned to this characteristic. If so remove the assignment
    2. Then you have to check if this characteristic is used in any dependency in the code. If so, find the implications of the same.
    In case, you dont know what is dependency, may be they are not used in your project. In this case, you can just remove the characteristic from the class.
    It has got one effect.
    At present, a configured batch will have this characteristic. If you go to the batch master in change mode, then the old classification will be replaced by the new classification. So the deleted characteristics will not be available to you anymore. I hope that is fine with you. If this is fine, then you dont need to worry about removing the characteristic from the class.

  • BW error:  "invalid call sequence for interface when recording changes"

    I am getting the error "invalid call sequence for interface when recording changes" when I try to activate a datasource in BW.  Any ideas on how to resolve this error?
    Thanks.

    I already tried that.  This is what's happening..  When I get this error, if I try again it will activate and gets collected into a transport.  I moved this transport to our QA system.  As soon as I try to execute an infopackage under this datasource in QA, I get the error datasource   xxxxx must be activated.   Before the excecution of the infopackage, the datasource is in "Active version executable".   After I get the error message "datasource must be activated", the datasource in the QA system changes to "Active version not executable".   I am not sure all these issues are related back to the "invalid call sequence" error I am getting when I try to activate the data source.
    I also tried recollecting the transport from our Dev system to QA and it still gives the above errors.
    Any help?
    Thanks.

  • Excise duty 4% diff. while MIRO posting after FV12 condition record change

    Hi Gurus,
    Iam coming straight to the CRUX of the matter.
    Iam working for a client and facing a support problem.
    I got an issue that recently Government has reduced excise rate from 14% to 10%
    But PO already created with 14%.Later the condition record changed to 10% in FV12.
    then only  MIGO posted.
    while doing MIRO iam getting 4% difference value
    why is it so?
    Please help me in this regard.
    I also attached the screen shot in the link given below
    [http://rapidshare.com/files/184718013/MIRO__ED__14_.rtf.html]
    Regards,
    Anbu

    HI
    Check your PO creation date and condition record validity date (FV12) an MIRO posting date.
    Thank You

  • Purchase Info Record Change (ME12) using BDC

    Hi All,
    We are trying to change the Purchase Info Records using BDCs. We have about 20 condition records to change. Not all condition records change all the time. How can we use page control to identify the particular condition records that we want to change.
    Thanks
    Hari

    Hi Krishna,
    The BDC that we are trying to build will have the changes. For ex: When we created the info record (using a BDC) we had 15 condition records. This is coming from an external source.
    Now, there has been a change in the pricing (outside the system). This is communicated from the external system. We need to pinpoint which condition types to update in SAP, based on the values in the external system through the BDC.
    Regards
    Hari

  • Triggered mail on record changes in infotype 9(bank details)

    Hi All,
    We have a requirement for triggering a mail notification on any record changes in table pa0009  (Bank Details - infotype 9).
    Please suggest.
    Thanks & Regards,
    Sujatha sahu.

    Hi all.
    I am new to this.
    actually  when i modified the data in pa30 for infotype 9, when i click the save button then email get trigger.
    this is my require ment.
    Please help me out of this.
    Thanks & Regards,
    Sujatha sahu

  • Info Record Condition record changes

    Hello Experts,
    We have a requirement to change the % allotted to a particular condition type in Info record. there are no BAPI's available for info record change. I do not prefer BDCs. I am using 4.6c. Can you please provide me any other options for this requirement?
    Thanks for your help!
    Regards
    Seema

    I am using SAP-standard Batch Input RM06IBI0 (via LSMW). This should be available in 4.6c also.
    Whether you like Batch Input or no ... I do not think that you have many more options available in 4.6c (except if you are going to re-invent the wheel ...).

  • Editable ALV, capturing multiple record changes

    Hello
    I am writing the editable ALV prog. (because of some reaosn am using FM - REUSE*) and i need to capture the user changes on the list, but, when i searched, i found the below code, where in i  can get only one change/record (because am getting importing formal parameter is a structure), but, i need to get all records user changes, multiple.
    FORM user_command USING r_ucomm LIKE sy-ucomm
                      rs_selfield TYPE slis_selfield.
    Pls. let me know how to capture all records/changes? I saw BCALV, but, all they are on OOPS.
    Thank you

    Hi Raju,
    no chance without oo event data_changed.
    You can get the grid object from the function module, I think FM LVC_GET_GLOBALS or something like that. Then implement method
    METHODS: handle_data_chg FOR EVENT data_changed OF   cl_gui_alv_grid   IMPORTING er_data_changed.
    In SET_STaTUS event of the function module, you can extract the grid object and registr your own handler.
    But, honestly, I'm not convinced this will be easier for you than changing to OO grid.
    Regards,
    Clemens

  • Recording Changes to modified Entity Beans

    Hi,
    Our application uses a thick client that communicates with the J2EE middle tier (J2EE 1.4). For performance reasons our client has its own data model. We are using JMS Topics to implement the Observer pattern between the client and the middle tier.
    The two questions I have are:
    1. How can we record changes that occur to Entity beans (CMP) in an automated fashion (ie other than explicitly doing so from the Session bean updating them)?
    2. How can we minimise the number of JMS messages sent when multiple Entity beans are updated per business method. We had thought about hooking into the Transaction lifecycle events, and distributing all objects marked as changed (see Q1) following Transaction comitt.
    I know that we could do both of these manually, however it relies on developers remembering to record changes to objects and also to distribute them when the method completes. I am more interested in possible uses of Container services to alleviate the burden on the application developer.
    thanks in advance.

    Hi,
    One suggestion, I am not sure whether this is what you want to achieve.
    1. I hope by changes to EB you mean inserts, updates and deletes.
    2. I hope you either want to keep these changes in DB or create a log of these chages.
    3. If you want to use container services, then why not to use ejbCreate(), ejbStore(), ejbRemove () methods.
    4.You may create a database table to record changes to your beans. (Bean_Id,Bean_Name,Bean_Field,Bean_Field_Value,TimeStamp).
    5.During a TX you may record changes happening to your bean in an object that has a hashmap containing name of bean field and its latest value.
    6.After successful completion of a TX a JMS Publisher will send this object to a MDB which will create a state change log or update a DB.
    7. You may explore an option of using an entity bean for this as well.
    I am not sure of your exact requirements, bu hop this may help.
    Do revert back.
    VJ

  • Forms: avoiding "record changed by another user"

    I have a form with a DB block. There is also a DB trigger on the same table, so when an update is performed in the form, the BEFORE UPDATE trigger updates the same row. Of course, when I try to change the same record again, I get "record changed by another user". I know that there is a property somewhere in Forms that will re-synchronise the Form state with the DB state, but I can't find it in the online docs.
    Can anyone tell me where to find this property, or what buil-tin to call (if appropriate)?

    Hi Chris.
    There is no build-in or property do this. You have to select the current data from the database, because the data in your form is not up-to-date.
    So what do you have to do.
    If your form do not manipulate the fields that the DB-trigger manipulate, simply remove the fields from your form.
    Otherwise, if you need the field in your form you must get the newest value from the DB, because it has changed. It make sence.
    BR Claus T. Rasmussen
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Chris Webster:
    I have a form with a DB block. There is also a DB trigger on the same table, so when an update is performed in the form, the BEFORE UPDATE trigger updates the same row. Of course, when I try to change the same record again, I get "record changed by another user". I know that there is a property somewhere in Forms that will re-synchronise the Form state with the DB state, but I can't find it in the online docs.
    Can anyone tell me where to find this property, or what buil-tin to call (if appropriate)?<HR></BLOCKQUOTE>
    null

  • Recording changes to text

    Hi:
    I am wondering if Captivate is able to record changes in
    text. I am dealing with a Word document which we would like to show
    being updated in real time, e.g. hilighting a sentence and then
    typing in a new sentence. Is this possible in Captivate? And if so
    what settings would I need to make this work?
    Thanks!!

    Hi quiet canadian and welcome to our community
    Captivate should record that just fine. I would suggest
    recording using Demonstration mode with the "Record Keystrokes"
    opton enabled.
    To configure these, click Options > Recording Options...
    > Recording Options tab. Ensure the "Enable auto recording"
    check box is selected. Then ensure the Recording Mode is
    "Demonstration". From there, look down the dialog a bit and ensure
    the "Record keystrokes" check box is selected. Once you do this,
    click the "Full Motion Recording" tab. Ensure the "Automatically
    use full motion capture for drag-and-drop operations" check box is
    selected. (This should cause the highlight to be captured nicely).
    Once you do all that, click OK to dismiss the dialog, fire up
    Word and load your document, then record away!
    Cheers... Rick

  • Catching the Record Change Event

    Hello,
    We are currently using SAP 2004, and would like to catch an event when a sap record changes, for example in Item Master Data window when the user clicks on the << < > >> and the Item Number/ Information changes. From what I can tell there is no specific form event that can be caught like on item number text change…
    Any help with this problem would be greatly appreciated
    Thanks

    Hi Bill,
    Unfortunately, there is not a "record change".
    You'll have to catch all the menu event when the user click on the << < > >>
    Private Sub SBO_Application_MenuEvent(pVal As SAPbouiCOM.IMenuEvent, BubbleEvent As Boolean)
          If pVal.BeforeAction = False Then
              Select Case pVal.MenuUID
                Case "1288" 'Next Record
                    oRecordSet.MoveNext
                    '// If reached EOF show last
                    If oRecordSet.EOF = True Then
                        oRecordSet.MoveLast
                    End If
                Case "1289" 'Previous record
                Case "1290" 'First record
                Case "1291" 'Last record
                End Select
            End If
    End Sub

  • Error FRM-40657:Record Change or deleted by another user

    Hi dears
    Please HELP ME
    I have a form with multiple blocks and relationship between them
    I can insert in all of the blocks
    but I can not update the exiting rows in ANY block in application.
    I can update the rows from outside of the application
    it returns me this error:
    FRM-40657:Record Change or deleted by another user
    the properties about insert allowed,update allowed and so on are all YES in all blocks
    Would you please advise me about that?
    Need your help
    thanks
    Shahram

    This error occurs because the record as held in the Form is not the same as that held on the database. When Forms locks a record it checks the value of every database item on the Form with that currently stored in the database, and if the two are not the same it issues this error.
    This can happen for a number of reasons e.g.
    1. You may want to look at date fields and ensure the time component is being taken into account i.e. the LAST_MODIFIED column is stored as '01-JAN-2001 15:34:56' on the database but is stored as '01-JAN-2001 00:00:00' (a truncated date) on the Form.
    2. Check to see if there are any database triggers which alter the values of columns.
    You may need to go through every database item on the Form and compare it with the value on the database. Having found a discrepancy in values you need to determine why this occurs.

  • FRM-40657:  Record changed or deleted by another user.

    I have a forms module with a module component based on a view.
    This view is a simple view with 1 base table.
    This view has a 'client derived' primary key with a sequence.
    This view has a instead of trigger, which is calling the table API.
    There are no server derived columns etc.
    When I insert a record via the form and try to update the same record
    without requery, I get the message:
    FRM-40657: Record changed or deleted by another user.
    When I drop the trigger the error is not raised.
    Any idea ?
    Configuration:
    Forms 6.0.5
    Designer 6.0.5
    Headstart 5.1
    Oracle 8.1.7.4.0

    From Documment : 1236623.1
    Cause:
    1. Navigation from (Responsibility) System Administrator > Security > User > Define > Query out the responsibility, found responsibility key is <NEW_VALUE>. ..................... This is wrong Navigation
    2. Found value <OLD_VALUE> is included in column role_name of the responsibility under the user by sql statement:......................................................................................... Not sure whats the old Value
    select * from wf_local_user_roles
    where user_name = '<user_name>'
    and role_name like '%<OLD_VALUE>%';
    Solution :
    4. Identify the Role (responsiblity) to be changed, click 'Show' to expand the record, select a date to field 'Active To' to provide an end date to this role assignment. ..... Not sure how to get role for particular responsibility.
    From Document : 1273157.1
    We have created new responsibility , But now we are getting error while END_DATE old responsibility.
    New Responsiblity name : BPC-160 DC Staff-New
    Old : BPC-160 DC Staff

  • Change Material Characteristics

    Dear All,
    My requirement: Need to change material characteristics through a BDC or BAPI.
    thru BDC, it is not allowing to change from the tcode mm02/mm42, don't have an idea BAPI for changing material Characteristics.
    Thanks,
    Ravi

    Characteristics are part of Classification system, so you would not find a specific BAPI for material characteristic maintenance. Use the below function to update characteristics of any classification relevant object including materials.
    CLOBJECTKEY is Class type value that you see when you select Classification view in Materiam master MM03. Play around with it comparing its interface with MM03 classification.
    Also classification can be accessed Sap Menu -> Cross application components -> Classification system
    CALL FUNCTION 'BAPI_OBJCL_CHANGE_KEY'
      EXPORTING
        CLOBJECTKEY               =
        CLASSNUM                  =
    *   STATUS_NEW                = '1'
    *   STANDARDCLASS_NEW         =
    *   CHANGENUMBER              =
    *   KEYDATE                   = SY-DATUM
    *   NO_DEFAULT_VALUES         =
    * IMPORTING
    *   CLASSIF_STATUS            =
      TABLES
        ALLOCVALUESNUM_NEW        =
        ALLOCVALUESCHAR_NEW       =
        ALLOCVALUESCURR_NEW       =
        RETURN                    =

Maybe you are looking for