What are change pointers

What are change pointers?
where do we process them,
where do we configure them
and what is its fuinctionality
please advice
Edited by: kittu reddy on Feb 11, 2008 5:02 AM
Edited by: kittu reddy on Feb 11, 2008 5:03 AM

hi,
Applications which write change documents will also try to write change pointers for ALE operations. These are log entries to remember all modified data records relevant for ALE.
Most applications write change documents. These are primarily log entries in the
tables CDHDR and CDPOS.
Change documents remember the modified fields made to the database by an
application. They also remember the user name and the time when the modification
took place.
The decision whether a field modification is relevant for a change document is
triggered by a flag of the modified field’s data element. You can set the flag with
SE11 by modifying the data element.
For the purpose of distributing data via ALE to other systems, you may want to
choose other fields, which shall be regarded relevant for triggering a distribution.
Therefore R/3 introduced the concept of change pointers, which are nothing else
than a second log file specially designed for writing the change pointers which are
meant to trigger IDoc distribution via ALE.
So the change pointers will remember the key of the document every time when a
relevant field has changed.
Change pointers are then evaluated by an ABAP which calls the IDoc creation, for
every modified document found in the change pointers.
The Change pointers are written from the routine CHANGEDOCUMENT_CLOSE
when saving the generated change document. So change pointers are automatically
written when a relevant document changes.
The following function is called from within CHANGEDOCUMENT_CLOSE in order to write the change pointers.
CALL FUNCTION 'CHANGE_POINTERS_CREATE'
EXPORTING
change_document_header = cdhdr
TABLES
change_document_position = ins_cdpos.
Activation of change pointer update :
Change pointers are log entries to table BDCP which are written every time a transaction modifies certain fields. The change pointers are designed for ALE distribution and written by the function CHANGE_DOCUMENT_CLOSE.
Change pointers are written for use with ALE. There are ABAPs like RBDMIDOC
which can read the change pointers and trigger an IDoc for ALE distribution.
The change pointers are mainly the same as change documents. They however can
be set up differently, so fields which trigger change documents are not necessarily
the same that cause change pointers to be written.
In order to work with change pointers there are two steps to be performed
1) Turn on change pointer update generally
2) Decide which message types shall be included for change pointer update
R3 allows to activate or deactivate the change pointer update. For this purpose it
maintains a table TBDA1. The decision whether the change pointer update is active
is done with a Function Ale_Component_Check
This check does nothing else than to check, if this table has an entry or not. If there is an entry in TBDA1, the ALE change pointers are generally active. If this table is empty, change pointers are turned off for everybody and everything, regardless of the other settings.
The two points read like you had the choice between turning it on generally or
selectively. This is not the case: you always turn them on selectively. The switch to
turn on generally is meant to activate or deactivate the whole mechanism.
The change pointers which have not been processed yet, can be read with a function
module.
Call Function 'CHANGE_POINTERS_READ'
The ABAP RBDMIDOC will process all open change pointers and distribute the
matching IDocs.
When you want to send out an IDoc unconditionally every time a transaction
updates, you better use the workflow from the change documents.

Similar Messages

  • Hi experts in ale what is change pointers technique , how we will use ,

    hi experts in ale what is change pointers technique , how we will use ,   & when plz explain

    Hi,
    Refer the  Below links
    [http://articles.techrepublic.com.com/5100-10878_11-1048973.html|http://articles.techrepublic.com.com/5100-10878_11-1048973.html]
    [http://abapprogramming.blogspot.com/2008/01/ale-change-pointers.html|http://abapprogramming.blogspot.com/2008/01/ale-change-pointers.html]
    Regards,
    SB

  • What are changes between FP 10.0.42.34 and 10.0.45.2 that could cause AS2 code to run differently?

    Hi, I am trying to debug a large Flash reading literacy application which is written in AS2. Everything works in 10.0.42.34. When our school customers upgrade to 10.0.45.2 they get blocked from proceeding with training.
    The main movie has loaded an application to run a sequence of tutorial movieclips, driven by an xml input.
    The application waits for each background plus movie to load and the plays the movie.
    It then unloads the movie and background and proceeds to the next movie/background.
    I am running the debugger in CS4 in both FP 10.42.34 and FP 10.0.45.2, the two [UnloadSWF] trace outputs happens in both, but the next step is missed. I am delving into the code right now, but I hope that there may be a hint in the changes made.
    I see no errors or security sandbox issues in the trace output.
    Can someone tell me what main changes there are in FP 10.0.45.2 that could cause AS2 code to run differently?
    Currently we are going to tell our customers that they must downgrade Flash Player to keep their kids learning to read.
    Thanks,
    Sue W.

    All these bug reports are probably describing same problem:
    http://bugs.adobe.com/jira/browse/FP-3993
    http://bugs.adobe.com/jira/browse/FP-4137
    http://bugs.adobe.com/jira/browse/FP-4121
    Not yet any word from Adobe that this is considered a bug worth fixing.
    I would also like to add that the bug failing to load or run older AS1/2 swfs is present in both latest release version FP 10.0.45.2 and FP 10.1.51.95 (beta 3). So it does not look like it has been fixed with 10.1

  • ALE CONFIGURATION WHAT ARE CHANGES REQUIRED WHILE MIGRATING TO UNIX

    HELLO GUYS,
    PLEASE LET ME KNOW WHAT ARE THE CHANGES REQURIED IN ALE CONFIGURATION WHILE WE ARE MIGRATING FROM WINDOW NT TO UNIX?
    REGARDS
    RAJESH

    Hi Rajesh,
    Could you briefly explain me the scenario in which you want to transfer the data ?
    Upto my understanding:
    If you want to transfer the data from SAP to legacy system, through ALE u need to have translation programs, u can use BAPI's for this.
    Regards,
    Kannaiah Kavuri

  • How can I audit what has changed in a document in SharePoint?

    Hello everybody
    I need to audit the changes in all documents of my SharePoint server. That is, who has changed what, in a document such as an excel file. I need to know who has changed the file and what changes he has done to the file. How can I audit this kind of information?
    Is it possible to audit this kind of information through SharePoint? If not, is it possible to do this job with the Excel it self, that it distinguish the changes made by the members (for example highlight the cells with different colours for different users)?
    Thank you

    Hi ,
    As Margriet points, we can open different version  items and check what are changed after enabling list/library version history.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Problem with Chang pointers in ALE

    1) what is Chang pointers? use of change pointers? with example if possible?

    Hi Sudharsan,
    Please go through the following link
    http://help.sap.com/saphelp_nw04s/helpdata/en/12/83e03c19758e71e10000000a114084/frameset.htm
    thanks
    Sekhar.

  • How to find out what are all the change pointers assoicated for an idoc ??

    Hi ,
    How to find out what are all the change pointers activated for an idoc ??
    Thanks,
    Varma

    Verma,
    You can check what are the active Change Pointers for the message type in tcode <b>BD50</b>
    Use tcode <b>BD61</b> to check whether change pointers are active or not??
    Hope this helps..

  • What are the names of the cursors and mouse pointers in Win 8?

    I am writing a VBA program that is to work with pointers and cursors. 
    What would be the code to change them, where are they, and what are their names?
    Can I customize/import my own?
    (Forgive me if this is a duplicate.  They first one burped me out...)
    Everything I know I learned from my cat. No matter what the situation is, there is a napp for that.

    Hi
    Emerogork2,
    To develop a VBA program to work with pointers and cursors ,the following links may be helpful.
    About Cursors(This link shows us that we can custom a cursor )
    http://msdn.microsoft.com/en-us/library/windows/desktop/ms648379(v=vs.85).aspx
    Cursor Class(This is about cursor class and there is an example of custom cursor)
    http://msdn.microsoft.com/en-us/library/system.windows.forms.cursor(v=vs.110).aspx
    Cursors.Hand Property(This includes an example of overriding
    Control.OnMouseHover method)
    http://msdn.microsoft.com/en-us/library/system.windows.forms.cursors.hand(v=vs.110).aspx
    Cursor.Position Property(This includes an example of creating a cursor from the current cursor`s handle)
    http://msdn.microsoft.com/en-us/library/system.windows.forms.cursor.position(v=vs.110).aspx
    Considering this is a developing issue, it`s recommended to post it in our MSDN Forum .The people there are more experienced in this area.
    MSDN forum
    https://social.msdn.microsoft.com/Forums/en-US/home
    Best regards

  • Change Pointers are not getting populated in BDCPV table.

    Hi All,
             I am trying to create IDOC for Activity type master - KL02 through change pointers. For that I have done following things.
    Message type - COAMAS
    1. Created Custom message type - WE81 - ZIN_COAMAS_TCSMOBILE
    2. WE82 - Config for Mess Type and Idoc type combination
    3. SCDO - Checked object type LSTAR and have required tables in that object.
    4. BD61 - Activated Change pointers - Generally.
    5. BD50 - Checked Active for ZIN_COAMAS_TCSMOBILE
    6. BD52 - Added fields for I want to create Change pointers
    7. BD60 - Message type and ref Mesage Type and function module config.
    8. BD64 - Created distribution model for my Message type
    After doing all this settings the change pointers are not getting created in BDCP and BDCPV tables.
    Note - The entries are going in CDHDR and CDPOS table for activity which i change through KL02 for class LSTAR
    Can anybody figure out what need to be done in this case?
    Regards,
    Gautam Joshi.

    Hi All,
              Solved the problem myself.
              In BD52 I have given
              LSTAR               CSLA         KOARS
              LSTAR               CSLA         LSTAR
              LSTAR               CSLT          KTEXT
              Here the data of activity are stored in TCLA and TCLT tables. So intially while doing config in BD52 I have given TCLA and TCLT table names.
              But I debugged the KL02 and found that change pointers are not created for TCLA and TCLT table. further looking into CDHDr and CDPOS table I found that for COAMAS message type in these two tables table name was CSLAB.
    CDPOS entry
    LSTAR                        
    3166442                      
    119512890                    
    *CSLAB*                        
    2003166442   2400123120000101
    KTEXT                        
    U                            
    --> BUT CSLAB is structure.
    After putting these entry in BD52 the problem solved.
    LSTAR     CSLAB     KOKRS
    LSTAR     CSLAB     KTEXT
    LSTAR     CSLAB     LSTAR
    Regards,
    Gautam Joshi.

  • I have two graphics workers on osx 8.  They are both complaining that their files are changing label colors on it own.  Any idea what could cause this?

    I have two graphics workers on osx 8.  They are both complaining that their files are changing label colors on it own.  Any idea what could cause this?

    and there were and have been problems with any two nvidia cards which was the main part of my question.
    To provie details try pasting all but serial number from system profile. Sorry but Mac Pro tells me nothing, not model, year, or what graphic card it came with or updated with.

  • I am changing ISPs and will be dropping two email addresses I use as AppleID's.  Can I keep them as AppleID's and use a rescue e-mail address from a new ISP?  What are the downsides if I have an iCloud address as an alias under one of those addresses?

    I am about to change internet service providers and will be dropping two e-mail addresses that I use as Apple ID’s.  One is used solely for iTunes and the other is used for iCloud, mail, calendars, etc.  The second has two iCloud email address as aliases.  I will be going to a new ISP and will establish an e-mail address from that ISP as a backup in case the iCloud addresses are not available. 
      It has been suggested to me that I should continue to use the e-mail addresses from the old ISP as my Apple ID’s.  And that I use the e-mail address from the new ISP as a rescue e-mail address for those Apple ID’s to get any communications relating to the ID’s. That seems like a simple and straight-forward way of handling the change and would minimize the chance of complications from changing the Apple ID’s.  But, are there any downsides to handling the change in this way?  If so, what are they?

    You can continue to use them as Apple ID's, change the rescue address (as you know)
    You can use your iCloud address, but it won't be an alias, it's a full email address.

  • What are the things to be changed when changing page name, model, jws, etc?

    Hi Everyone,
    My jdev version is 11.1.2.3.0.
    I have developed one ADF application with one page and it is working fine.
    Now i need to change my page name so i modified and it is also working fine.
    But while deploying it gives error like model-viewcontroller already exists because previous application without changes is already there in server.
    without disturbing the previous application i need to deploy this changed application as a new application to the web logic server.
    For that what are all the changes i need to perform and where to perform?
    Please give suggestions.
    Thanks.

    You only need to change the webroot and the application name (you may try with the same application name, but I', not sure it works then).
    When you then deploy the server take the ear a new application.
    Timo

  • What are the consequences of changing the scratch disc??

    What are the consequences of changing the scratch disk? Everything was fine with my project until I tried to work on a new project for someone else. I uploaded new footage to a new session and changed the scratch disk to my other external hard drive. Now there is confusion with my initial project..

    This is something we all live with. You have to be careful going back and forth between projects, if you are using different scratch disks for each. If you are editing a project on one scratch disk, then start a new project on another, remember to switch back to the original scratch disk when you go back to the original project. Otherwise render files will wind up on the wrong drive, or worse, you will capture to the wrong drive. Each issue is correctable by managing your media over to the proper drive, and deleting then deleting from the other.

  • SOA Suite 10g and SOA Suite 11g? what are the major changes in these two?

    Hi Experts,
    I am keen in knowing about Soa Suite 11g. SOA Suite 10g and SOA Suite 11g, BPEL changes? what are the major changes in these two product/tool wise? Is now OSB is part of Soa Suite 11g? it would be helpful for us to know what are the major changes and updates or modifications came in 11g.
    Please share this valuable information.
    Is there still any version is in progress from Oracle, which is yet to be officially launched from oracle?

    what are the major changes in these two product/tool wise? Few major changes to enlist are that SOA suite 10g was using Oracle Application Server (OC4J) however 11g is on Weblogic and 11g is based on SCA. B2B is now part of SOA suite itself and OSB can share a domain with SOA. You may refer below link to know few more -
    http://blogs.oracle.com/soabpm/2010/03/11gr1_patchset_2_111130_soa_fe.html
    Is now OSB is part of Soa Suite 11g? OSB has a separate installer but can share a domain with SOA and SOA-direct binding is also supported now. Refer below link to know more about new features in OSB 11g -
    http://download.oracle.com/docs/cd/E14571_01/relnotes.1111/e10132/osb.htm#CJACHEHJ
    Is there still any version is in progress from Oracle, which is yet to be officially launched from oracle?No major release is planned. Patches for 11g R1 may come.
    Regards,
    Anuj

  • What are the key steps & order to follow: changes in my flat file structure

    HI,
    I have a Cube which sits on ODS.
    In the ODS,  the are 6 characterisics: Char1, Char2,...., char6; and 3 key figures: kf1, kf2, and kf3.
    The ODS is loaded through a flat file.
    Through an update rule and startup routine, the ODS updates the cube.
    Now, I have a new requirement to add 2 new characteristics (Cha10, char20) and one 2 key figures (KF55, KF66)).i.e. the flat file will now be coming in with these new fields.
    I have an idea but this this is the first time I really have to implement, I need to be sure.
    What are the key steps that I need to go through and in what order?
    Thanks

    What version are you running ?
    Will you need to load history data as for these new fields or is it just going forward ?
    Is it all one to one mapping for the new fields ?
    1. Make sure you know to what dimensions you need to add the new chars ? New dimension for these two ?
    2. New chars to be made keyfields ?
    3. Update Type for keyfigures Overwrite or Additive ?
    Enhance the Cube, DSO, change  TRFN/TR/UR..

Maybe you are looking for

  • Apple TV Mirroring

    I've been playing around with Apple TV and my iPad and I can't believe that the mirroring can't be displayed as widescreen. Is Apple working on this?

  • Saving iBots in the Shared Folder

    Hi, I have a couple of questions regarding iBots: 1. How do I save the iBots in the Common Shared iBots folder? (I can do this as an Administrator, but not as any other user) 2. How can I have the content delivered as an Excel file to my dashboard. I

  • Disable row in selection pop-up in WebClient UI

    Hi, My requirement is to disable (like greying it out)  a row for selection/de-selection in a selection pop-up. I checked the collection wrapper class CL_BSP_WD_COLLECTION_WRAPPER but could not find any appropriate method. Can anyone tell how to do t

  • SAP Hardware

    Hi , I am given the Project of SAP ECC 6 implementation, In that we have to implemment FICO,SD,HR amd MM Module , Please let me know what will be hardware configuration of servers , as we are planning to purchase HP Servers . Secondly Please let me k

  • Skinny Msg Server CPU Peak

    Hi there, I have some problems in a Cisco UC540 with "Skinny Msg Server" having some CPU peaks. During peak all services are unavailable (calls, intermet access, etc. - this UC540 is our internet gateway):   100