Question on change doc

Hi,
1.  All the standard material/ PO objects do have standard create/change/delete/release events...
I do not think we have to use change docs here if we are triggering a standard WF with standard event ..or do we need to ??
2. Also As per my assumpltion linking the change doc to event .. is required only in case we are using a custom event and need to link it to a standard business process create / change/ delete
or is my assumption wrong

Hello,
You would use change docs to create an event if one wasn't already being created.
regards
Rick Bakker
hanabi technology

Similar Messages

  • Display of change docs in CUA

    Hi All,
    When we see the change docs in CUA system, it will only show the admin name for roles added to CUA client, for other child systems we need to check in respective systems. But in child system it will show that change is done by system user used for RFC connection. My question is how do I know who assigned a particular role to user in child system through CUA.
    Please advice.
    Regards,
    Sushma

    Hi,
    Look into this Transaction code  # S_BCE_68002311 (Report # RSUSR100N) for CUA Chagne Documents for Users.
    You Could see direct assignmnet roles change document from CUA under CUA Systems/Roles/Profiles Tab.
    For Indirect Assignment look into OM through (PP01, PO13, PO13D) B007 - AG relationship for who assigned this Role.
    Regards,
    Asif

  • How to use Change doc Function Module?

    Fn mod:ZSUBTESTCHG_WRITE_DOCUMENT
    Import parameters               Value
    OBJECTID                        ZSUBTESTCHG
    TCODE                            SE37
    UTIME                             00:00:00
    UDATE                             09.03.2009
    USERNAME                        'TESTUSER'
    PLANNED_CHANGE_NUMBER
    OBJECT_CHANGE_INDICATOR            I
    PLANNED_OR_REAL_CHANGES         R
    NO_CHANGE_POINTERS
    UPD_ICDTXT_ZSUBTESTCHG               I
    N_ZSUBTEST                         2         TEST
    O_ZSUBTEST                         2         TEST
    UPD_ZSUBTEST                    I
    Tables                          Value
    ICDTXT_ZSUBTESTCHG                 0 Entries
    I have a ztable 'ZSUBTEST' with 2 fields DEPTID and DEPNAME and ticked "change document" for data element.
    I have created the above change doc write fn module. I am trying to insert a new reocrd into table.
    How to use ZSUBTESTCHG_WRITE_DOCUMENT so that even if i try to change an existing record in ztable the old and new values for a particulat ztable will be filled in CDPOS Table.
    Would appreciate if you can suggest me how to use in1) Update and 2) Insert scenarios.
    Thanks,
    Subba

    hi check this,
    Types Declaration***
    types: BEGIN OF X_audit,
    Field of ZAUDIT TABLE OR a custom created table------
           END OF X_audit.
    Data Declaration***
    Data: w_newvalues type X_audit,
          w_oldvalues type X_audit.
    DATA: BEGIN OF t_cdtxt OCCURS 0.
            INCLUDE STRUCTURE cdtxt.
    DATA: END OF t_cdtxt.
    DATA:  l_tcode type cdhdr-tcode ,
           l_time type cdhdr-utime,
           l_usnam type cdhdr-username,
           l_date type cdhdr-udate.
    **Constants****
    CONSTANTS : l_objectid TYPE cdhdr-objectid VALUE 'ZAUDIT_CD'.
    Initialization.
    Clear: l_tcode,l_time, l_usnam, l_date.
    Clear: w_newvalues, w_oldvalues.
    **Start-Of-Selection**
    Start-of-selection.
    *Populating w_oldvalues workarea with old values from the table
    Select single * from zaudit_t
                    Into w_oldvalues
                    Where belnr eq belnr_1
                    And  gjahr eq gjahr_1
                    And  bukrs eq bukrs_1. u201C where, belnr_1, gjahr_1, bukrs_1  are the fields on selection screen.
    here we are populating w_newvalues workarea with new values
    W_newvalues-f1 = w_oldvalues-f1
    f2 = u2018XXXXXXXu2019     -
    f3 = u2018YYYYYYYu2019
    f4 = u2018ZZZZZZZu2019
    l_tcode = sy-tcode.
    l_time = sy-uzeit.
    l_usnam = sy-uname.
    l_date = sy-datum.
    modify the table with new values***
    MODIFY zaudit_t FROM w_submit.
    IF sy-subrc EQ 0.
        MESSAGE 'Document Updated' TYPE 'S'.
    call function 'ZAUDIT_CD1_WRITE_DOCUMENT'
        exporting
          objectid                   = l_objectid
          tcode                      = l_tcode
          utime                      = l_time
          udate                      = l_date
          username                   = l_usnam
        PLANNED_CHANGE_NUMBER      = ' '
          object_change_indicator    = 'U'           u201CU-update, I-insert, D-delete
        PLANNED_OR_REAL_CHANGES    = ' '
        NO_CHANGE_POINTERS         = ' '
          upd_icdtxt_zaudit_cd       = 'U'
          n_zaudit_t                 = w_newvalues  u201Cpass the work area containing new values     
          o_zaudit_t                 = w_oldvalues  u201Cpass the work area containing old values
          upd_zaudit_t               = 'U'         u201C this parameter gives the values in the columns(new value, old value and changed field name) of table CDPOS.
        tables
          icdtxt_zaudit_cd           = t_cdtxt
    ELSE.
       MESSAGE 'Document Not Updated' TYPE 'S'.
    ENDIF. u201CIF sy-subrc EQ 0.

  • Problem with Change Doc BANF for BUS2009

    Hi,
      The scenario of mine is to trigger the REJECTION_STOP event of BUS2009  when a PR rejection is cancelled for that I am using Change documents.
    I have created an entry in SWEC for change doc object BANFand BO BUS2009- REJECTION_STOP.
    The problem is the Event Container is not getting filled and bcoz of that Workflow is going on error.When I see the Workflow log in SWi1 I can't find the values for my WF container element BUS2009.
    Do I have to explicitly fill the Event container in my case.If so how to do that
    Kindly suggest....

    Hi,
    Please Check all Binding Parts...that is the Problem over there..
    Go to SWUE enter ur Object and Event and check in SWEL and in ur Inbox.
    Thanks and Regards,
    Prabhakar Dharmala

  • Change Docs & VB02 Condition Types

    Does anyone know of a way to enable change docs on VB02 condition records??  I see this is easily done via BADI's & ES on the VK** tcodes/Progs, but I have been unsuccessful at finding anything that ties to VB02 Listing/Exclusion condition types.
    Regards,
    Brad
    Edited by: Brad Coggins on Jan 28, 2011 9:15 PM

    Go to TCode: SE84 => Enhancements => Business Add-inns => Definition
    Enter the Package Name (for vb02, it is VK0N) and Execute.
    Here you get a list of all the Enhancement BADIs for the given package
    thanks
    G. Lakshmipathi

  • ChaRM: read categorization of change docs based on transport request ID

    Hi There,
    We have ChaRM implemented with 4 level categorization. I am writing a report to find change docs and read their categorization based on a transport request attached to the change doc. Unfortunately I can't figure out the connection. Could you pls give me guidance? Thanks in advance!
    Ádám

    In the meantime I found a very useful article on the wiki: http://wiki.scn.sap.com/wiki/display/Snippets/Reading+CRM+Transaction+Categories+Hierarchy
    If you need my complete code, drop me a mail.
    Thanks,
    Ádám

  • Rfx Custom Tab(Table) Value not mapping in Change Doc BADI

    Hi,
    I am currently adding Custom Tab with Table in SRM Rfx Webdynpro Screen SRM PPS 7.01 Extended classic . I did the configuration steps to add the custom table, visibility setups, created a new Webdynpro, enhanced in Component controller and could get current active instance Rfx values.
    In local memory using a class method i am exporting custom tab values to Change Doc BADI and updating the et_hcf with the custom values.
    The values are getting saved in the data base and i am able to get it via function module and show in the screen again.
    My Problem is when i am modifying a saved Rfx it saves the entry another time. When i debug the change doc badi i could see all the time the et_hcf and it_hcf is coming empty in the first place and each time the entries from screen are consider as new entries and getting saved in DB.
    I have created Custom tab with table in Contract screen, PO Header and shopping cart line item. Rfx screen is little different and not getting the et_hcf value again in Change Doc BADI. Do anyone have similar issue in handling Rfx.? Please help me. I can Change my code logic and fix this problem still it looks like a standard bug to me that et_hcf or it_hcf is not getting values to the change doc BADI as it does in PO or Contract. Also let me know if i need to check any of my configuration.

    Hi,
    Checkout the below link :
    <link to blacklisted site removed by moderator>
    Shailaja Ainala.
    Edited by: Thomas Zloch on Jan 28, 2012 9:06 PM

  • Change doc Object creation

    Hi Friends,
    I want to trigger a wf using change doc, WF should be triggered  when FORMABSENCE is getting created,
    Following Steps I have done till now
    1 - I have created a class where i have maintained a custom event  and an event handler.
    2 - In event handler i have written a code to trigger the WF.
    3 - But I didn't able to find any badi or exist from where i can raise my event.
    4 - So i decided to create a change document and trigger event for creation of Document.
    I have checked in SWEC and there is not default Change Doc Object defined for FORMABSENCE.
    So i have defined in SCDO transaction.
    But still when i am cereating a new entry in SWEC, it's not recaognising that Change DOC .
    Can any one please tell me where i am going wrong.
    Regards
    Dev.

    Hi,
    for each Change Document defined in the Data Dictionary there're generated function modules to write the change document based on the table field changes.
    The syntax is:
        <change_doc>_WRITE_DOCUMENT
    You find the names when you click on the button bar "Generation info" in the definition screen of the change document.
    Best wishes,
    Florin
    P.S.: The call to the write_document must be included in your application in order to have the SWEC's functionality work.
    P.P.S.: Use the where-used-list of other update function modules to see, how they're called correctly.
    Edited by: Florin Wach on Feb 24, 2009 10:39 AM  PPS added

  • Customize change docs for classification

    Hi all,
    I need to activate change documentation in order to be able to track changes for classification characteristics. In SPRO found that I can set it in Cross-Application Components >> Classification System >> Classes >> Maintain Object Types and Class Types
    I'm interested in tracking changes of materials so chose table MARA and class type Material Class but to activate change docs there is need to set first "multiple objs allowed" and to do it I had to start RCCLUKA2 program. I did it for my class type, program has finished, it has created 2 files in DIR_HOME (DSKSSK,DSAUSP). Files are still on application server.
    And here is my problem because checkbox "Multiple objs allowed" in SPRO still is not checked in spite of fact that program has finished without any errors. I tried to run report once again but got message: "Entries already exist in the INOB; check data"
    I checked table TCLA field MULTOBJ and it's is empty for my Class Type. I have no idea what to do. Please help what to do in such situation and how to activate this change documentation for classification.
    Thanks in advance for any help!
    Best regards,
    Darek

    There are a couple of reason but part of it is following the whole "Don't change SAP standard, rather create a copy with a z naming convention for changes principle".
    As a consulting company and given the fact that we are not the owners of the system, we sometimes don't have the opportunity to investigate if any objects are used elsewhere and in some cases, users themselves aren't aware that they are using the system in other areas (for example, some people don't realise that documents in the DMS are used in other areas like EH&S). By creating copies, we eliminate the possibility of making a change which may adversely affect another working area of the system that the project initiator is unaware of. It doesn't happen often that you make a change that impacts on others, but i'd rather take precautions than solve the issues afterwards.
    We've also found that in some cases customers are incorrectly using something for the wrong purpose. For example, we found someone using the document structure type for reporting areas in another area of PM so we couldn't implement EasyDMS because they had changed one of the standard object types.
    Edited by: Athol Hill on May 6, 2009 10:38 PM

  • TS1389 does anybody know how i can find out the answers to my security questions or change my security questions?  thanks for any help you may be able to give me.

    does anybody know how i can find out the answers to my security questions or change my security questions?  thanks for any help you may be able to give me.

    Didn't the link to contact the iTunes Store staff in the 'Additional Information' section of that article work for you? If you don't already have a valid rescue email address, only Apple itself can reset the questions; nobody on these boards can.
    (90863)

  • Additional fields not getting copied from change req to change doc

    Hi,
    I created some addtional customer fields which I added both in change req and change doc.But the entries given to those fields are not getting copied from change req to the change doc as like standard SAP fields are getting copied.
    Please let me know if someone worked on the similar issue.
    Regards,
    M.R

    Hi,
    We have done a similar requirement of adding additional fields in Quotation doc type  at header and item level .
    Also we have got the Reference data of the order being created to flow in to Additional Data B .
    This is purely Abaper's Coding .when you add Additional Fields there is screen logic also to be coded for these screens .
    to get the Reference order data logic has to be written in PBO of the screen which u have added additional fields .
    the reference data will be validated with "VGBEL" field in VBAK table .If VGBEL is not initial then Query the VBAK table for this data in VGBEL into Internal table or work area and update the screen fields in additional data with these fields .
    I have done the same and it is Working Wonderful .
    Try this and Let me know Further. All the Best.
    Thanks,
    DevendraP.

  • HT5312 I forget answers to security questions,on the other hand rescue email address that Apple use to send me email is not correst,how I can reset security questions or change rescue email ?

    I forget answers to security question , on the other hand rescue email address that Apple use to send me email is not correct , how I can reset security questions or change and make correction for rescue email address ?
    Please send me answer to [email protected] or [email protected]
    Thank you

    You need to contact Apple. Click here, phone them, and ask for the Account Security team.
    (87669)

  • HT201303 How do I change the security questions without changing my password?

    When I am trying to buy something from the iTunes store it askes me two security questions. I know what the answers should be but they do not seem to match what Apple has. So, I tried to change the questions but now it also wants me to change teh password. I don't want to change the password. How can I eitehr find out my answers or change the questions without changing a password I obviously know!?!?!

    Reset Security Questions
    Frequently asked questions about Apple ID
    Manage My Apple ID
    Or you can email iTunes Support at iTunes Store Support.
    If all else fails:
      1. Go to: Apple Express Lane;
      2. Under Product Categories choose iTunes;
      3. Then choose iTunes Store;
      4. Then choose Account Management;
      5. Now choose iTunes Store Security and answer the bullet questions, then click
          Continue;
      6. Sign in with your Apple ID and press Continue;
      7. Under Contact Options fill out the information and advise iTunes that you would
          like your security/challenge questions reset;
      8. Click Send/Continue.
    You should get a response within 24 hours by email.
    In the event you are unsuccessful then contact AppleCare - Contacting Apple for support and service.
    Another user had success doing the following:
    I got some help from an apple assistant on the phone. It is kind of round about way to get in.
    Here is what he said to do and it is working for me...
      a. on the device that is asking you for the security questions go to "settings", > "store" >
          tap the Apple ID and choose view"Apple ID" and sign in.
      b. Tap on payment information and add a credit/debit card of your preference then select
          "done", in the upper right corner
      c. sign out and back into iTunes on the device by going to "settings"> "store" > tap the
          Apple ID and choose "sign-out" > Tap "sign -in" > "use existing Apple ID" and you
          should be asked to verify your security code for the credit /debit card and NOT the
          security questions.
      d. At this time you can remove the card by going back in to edit the payment info and
          selecting "none" as the card type then saving the changes by selecting "done". You
          should now be able to use your iTunes store credit without answering the security
          questions.
    It's working for me ...I just have to put in my 3 digit security pin from the credit card I am using.
    Good Luck friends!

  • My security questions keep changing.  I want to change them to questions I choose.  I did not choose these questions, nor do I know the answers to all.

    My security questions keep changing.  I want to change them to questions I choose.  I did not choose these questions, nor do I know the answers to all.  I recently changed my password successfully, and I wanted to change the security questions and could not.

    Welcome to the Apple Community.
    Start here, and reset your security questions, you will receive an email to your rescue address, use the link in the email and reset your security questions.
    If that doesn't help or you don't have a rescue address, you might try contacting Apple through iTunes Store Support

  • My rescue email is no good any more, and I can't remember my security questions to change it. What do I do.

    Please help me, my rescue email is no good anymore and I can't remember my security questions to change it.

    I am assuming you are referring to your Apple account.
    If you cannot regain access by yourself, the best solution is to contact Apple.
    I suggest going into an Apple Retailer and requesting a password reset.
    Hope it Helps!

Maybe you are looking for

  • Satellite L500 will not load past the 'welcome' screen

    Hi, My Toshiba Satellite L500 laptop will not load past the 'welcome' screen. The cursor thing just keeps going around and around but won't go to my desktop. Last night it went into some temporary profile and it had a message saying 'your other profi

  • Balance sheet annexures

    Hi I have got requirement to see the balance sheet in the annexures. can anybody guide that how to do that. whether it is possible or not in sap. Thanks

  • How to convert HTML to PDF

    - runs on Linux, 2.4.24 Kernel. - We would like to be able convert the HTML report into a PDF file. - Ideally we would like to use open source code for the PDF generation We would like to be able to include both Text and Bitmaps in the PDF output Tha

  • Open Source Audio Streaming from sound card

    Is there a bit of code for a Java media encoder / internet audio server? Iwant to stream audio for an internet radio station. Just audio, no video. Just one stream. A simple mp3 streaming server is the preferred source for Flash Media and ITunes. Win

  • Mass reconnect required - help

    Hi, I had been using photoshop elements 9.  I was having difficulty with system crashes while trying to reconnect 12 thousand photos that had been moved from multiple folders to a single one (skydrive/pictures on my computer) so upgraded because I wa