ALE/Change Pointer Configuration for ZSEGMENTS

Hello all,
I have been searching for a few days now trying to obtain my requirement with extending of an idoc.  I am working with the following:
Message Type: HRMD_A
BASIC Type: HRMD_A06
Extension: ZHRMDA06
I extended the idoc because I wanted to include 2 extra infotypes which are not on that idoc.  Infotypes 77 and 709.
Here is what I have completed so far.
WE30...Created ZSEGMENTS to include below.
WE31...Extended the HRMD_A idoc to include the ZSEGMENTS defined below.
WE82...Updated the output types and assignments to idoc.
BD61...Activate Change Pointers
BD50...Activated change pointer for HRMD_A.
I change the address field in infotype 0006. 
Run the BD21...idoc is generated with the changes to address, everything looks good.
Do the same thing for the ethnic origin on infotype 77, no idoc is generated. 
I turned on logging onto table PA0077.
I am evaluating the change logs via SCU3, and I am seeing my changes on the field.
What I have tried...
I have tried creating a object in t-code SCDO (ZTEST)
I have associated  ZTEST with table/field PA0077-RACKY.
Tried running BD21...No iDoc generated.
I have been researching for a few days and it feels that this should be able to be done through configuration and not custom coding.  Am I wrong to think that?
Has anyone ever did anything like this before which they can point to documentation or even the appropriate search criteria on the SCN forums.
Thanks in advance for your help!
Jason

Hi Jason,
I believe you have to enter the fields that trigger the changing pointer in tcode BD52. In my case these are the fields for BOM:
Regards,
Custodio

Similar Messages

  • ALE Change pointer setup for master

    Hello everyone,
       When I am extracting data from R/3 some of the changes are not getting extracted.  I want to check if all the proper Message types are turned on or not.  What is the best way to do that?
    I am extracting 0cust_sales.
    thanks

    It is activated there, I checked.  Thats like a master switch which controls change pointers for all message types. 
    But dont I also have to turn on change pointer for each message type ?
    I am refering to customizing in R/3
    SAP Netweaver-> SAP Web Application Server -> IDoc Interface / Application Link Enabling (ALE)->Modelling and Implementing Business Processes->Master Data Distribution->Replication of Modified Data->Activate Change Pointers for Message Types
    Thanks

  • Reg : change pointer mechanism for triggering the IDOC for delivery note

    Hi ,
    I am working on a change pointer mechanism for triggering the IDOC for delivery note and will be using this message class DESADV.
    So SAP has suggested for assigning the message class DESADV with the function module in MASTERIDOC_CREATE_SMD_DESADV in BD60 transaction code.
    So I was looking to create this MASTERIDOC_CREATE_SMD_DESADV function module in SAP and SAP suggesting that  we should create this MASTERIDOC_CREATE_SMD_DESADV function module as same as the function module MASTERIDOC_CREATE_SMD_MATMAS.
    So do anyone knows that is there any tool has been provided by SAP for creating this function module MASTERIDOC_CREATE_SMD_DESADV in SAP system for triggering the change pointer mechanism for outbound Delivery.
    Thanks !
    Regards,
    Kiran

    Hi,
    When you are change pointer the system itself will take care of sending the changed master data to your partner system and the user will not have any intervention.  If you really wanted to have that then you need to use the change pointers to read the master data which is modified in a custom program and then display that on the screen.  Once the user selects that master data records then trigger an IDOC for creating the idoc for that master data and also flag that master data record as processed in the SAP BDCPS standard table, so that the same record will not be picked. If you wanted to know how the change pointers piece of code is written go through the program RBDMIDOC and you can understand how the change pointers logic is written.
    Thanks,
    Mahesh.

  • ALE change pointer error - master data

    Hi friends,
    While loading master data (customer,material and order number) all delta,we faced the error "ALE change pointers are not set correctly".
    In the discussions posted earlier,it was said that the change pointer in BD61 activation would solve the issue.
    If i do that now,whether my other delta loads will be affected or it doesnt have any relation to my other transactional deltas.Pls clarify me.
    Also explain me the reason fot this error.
    Thanks & Regards
    Ragu

    thanks ajay for your input
    regards
    ragu

  • Change Pointer Configuration

    Hi Experts
    Is it possible to add a Change Pointer for any Fields of any Tables.
    If Yes, where do I have to configure the the missing tables and Attributes to choose them in the BD52 and activate the CP.
    Cheers and Thanks
    Sascha
    Moved by moderator to the correct forum
    Edited by: Hilit Fisch on Jun 14, 2009 8:27 AM

    Yes provided you have corresponding master data object available.
    Please refer [this|http://help.sap.com/saphelp_nw04/helpdata/en/78/2178da51ce11d189570000e829fbbd/content.htm] for more information.

  • ALE change pointer

    Hi all ,
    Can anyone suggest any link where i get step by step / complete procedure to create change documnet and change pointer to trigger IDOC for changed master data?
    thanks & regards
    Sheetal

    Hi,
    Please go through SAP Technical sites for details. You can check this [Link Also.|http://wiki.sdn.sap.com/wiki/display/ABAP/ALEChangePointers]
    [Check This also|http://articles.techrepublic.com.com/5100-10878_11-1048973.html]
    thanks,
    Abhijit
    Edited by: Abhijit Mandal on Feb 15, 2010 6:54 PM

  • Change Management Configuration for SolMan 4.0 SP13

    Hi SolMan Experts,
    Recently, we have build SolMan4.0. As of now, we have configured this for System monitoring and EWA reports.
    Now, we are planning to configure for Change Management.
    Could you please provide me the useful documents for CHANGE MANAGEMENT configuration on SolMan4.0.
    Thanks in advance!
    Regards,
    Hari.

    Hello
    Follow the same steps which mentioned for SP12, as per my understanding there is not much difference in basic configuration of solution manager 4.0.
    Create systems in SMSY, RFC connections, create logical system, create project, activate charm, these are the basic steps.
    You will get information on this on saphelp and also go through the solman rkt (service.sap.com/rkt),
    sap market place  sap support infrastructure  solution manager  media library (u will find all documents)
    Even they gave given the charm configuration guide for SP12, u will find that in technical papers.
    Hope this will help
    Regards,
    Sharmishtha

  • Change Pointer Program for IDOC creation..??

    To All
    Where does the message type is assigned, which allow that type of IDOC getting created in WPMU...??
    Can COND_A be created in Change pointer Program...??
    If possible ..How...??
    Thanks
    Sumeet

    3)
    RBDMOIND to confirm whether idocs have been successfully
    dispatched to the receiver..and v can also use this program to change the status of idoc from 3 to 12....
    RSNATED is the program used for triggering IDOC for the output type..where the output medium is 6.
    And the subroutine that triggers the IDOC in the program is EDI_PROCESSING.
    RSNASTED itself determines the associated IDoc outbound function module, executes it to fill the EDIDx tables and passes the prepared IDoc to the port.
    You can call the standard processing routines from any ABAP, by executing the following call to the routine. You only have to make sure that the structure NAST is declared with the tables statement in the calling routine and that you fill the at least the key part and the routing information before.
    TABLES NAST.
    NAST-MANDT = SY-MANDT.
    NAST-KSCHL = 'ZEDIK'.
    NAST-KAPPL = 'V1'.
    NAST-OBJKY = '0012345678'.
    NAST-PARNR = 'D012345678'.
    PERFORM einzelnachricht_screen(RSNAST00).
    Calling einzelnachricht_screen determines how the message is processed. If you want to force the IDoc-processing you can call it directly:
    TNAPR-PROGN = ''.
    TNAPR-ROUTN = 'ENTRY'.
    PERFORM edi_processing(RSNASTED).
    ~~Guduri

  • Creat Shipping point configuration for plant

    Hi
    I want create shipping point for plant XYZ.
    I need to create shipping point, so that I can maintain country and Transportation zone for the same.
    Request you please tell me where i can configure in IMG?
    What is the step by step process for setting shippong point for anty plant ?
    Vicky

    Hi Vicky,
    Shipping Point Configuration:
    1) SPRO->Enterprise Structure->Definition->Logistics Execution->Define, copy, delete, check shipping point...  for Defining the Shipping Point
    2)SPRO->Enterprise Structure->Assignment->Logistics Execution->Assign shipping point to plant... for linking Shipping Point with Plant.
    3)SPRO->Logistics Execution ->Shipping->Basic Shipping Functions->Shipping Point and Goods Receiving Point Determination->
                 ->Define Shipping Conditions
                 ->Define Loading Groups
                 -> Assign Shipping Points ........ here you enter the combination of Shipping Condition, Loading Group, Plant for  determing the Shipping Point which can be one default and many manual.
    Regards,
    Karthik

  • Access Point configuration for flat network

    We have recently aquired a remote location which has a pre-existing flat network (172.16.X.X/16). Before we are able to convert them over to our new IP scheme, they have a need to have wireless connectivity on site. We have 4 1142's which I need to configure for them. I have experience configuring WLC's and autonomous AP's for networks with multiple vlans but have never configured AP's for a flat, single subnet network. I need to configure them for either guest access (internet only) or corporate access to network resources with radius authentication. Do I configure a native vlan as I would for a typical multi vlan network? Do I configure the switch port as an access port as opposed to a trunk beacause of the lack of layer 3? I basically need a sample configuration for this situation.

    since you are on flat network, you just need to configure the SSID, no need for subinterfaces.  With the AP only servicing the one VLAN you can leave the port as an access port as well.
    as they are on the only subnet, I wouldn't do a 'guest' SSID.  I would go with just the corporate SSID with WPA2/AES/802.1x.  So the config is exactly the same for the RADIUS server and the SSID, but greatly simplified since you don't have to sub-interface anything.
    Steve

  • Language change despite configurated for English

    I've been using iTunes without problems for nearly two years. Several days ago, however, the language in several places, for example in iTunes Store, changed from English, which is what is configured in Preferences, to Italian. Now, for example, on the homepage, I read "Musica" instead of "Music." When do a search for a podcast and get the results, in the "Price" column it reads "gratis" instead of "free" and the price is in euros and not dollars. I imagine this is because I am currently in Italy.
    By chance, I've just logged into my iTunes account and got a message saying it wasn't activated (or words to that effect) for purchases other than in the U.S.. I clicked on something -- I don't remember what exactly -- and now everything is back to the way it was: in English. But I still have no idea why it changed in the first place. I didn't buy anything. I didn't change the language preference. Whatever happened, it was only by chance that I've fixed it.
    Any ideas on why this happened. Is it likely to happen again? If so, will logging into my account resolve it again?
    Thank you.

    Is your problem only in the store?
    If you look at the bottom of the store home page you will find a My Store button where you can set your country.
    A few people have reported their country changing although usually with an upgrade.
    In iTunes itself you set the country in Edit>>Preferences>>General. The change only takes effect when you restart iTunes.

  • Change keyboard configuration for special keys

    Hi guys,
    I want to change the default behaviour for some special keys when running windows.
    I want the Cmd (Mac) key to be the Alt (Win) key and the Fn (Mac) key to be the Ctrl (Win) key.
    Is this possible?

    Thanks for your answer Fortuny, but it seems the Ctrl and Alt keys can't be re-mapped using that application... I'll keep searching
    Edit: You pointed me in the right direction I found a similar application to the MSKLC called SharpKeys, I was not able to edit the Fn key, but at least a could remap the left Cmd key to be the Alt key.
    Message was edited by: Apolyon

  • Shipping point configuration for selected materials

    We have configured one working day as our rounding-up period for shipping point in the system.  This forces the material to be available one day before shipping for preparation and traffic time.  
    The abpve has worked well for us since we have been make to order company till now.  Today we are moving towards keeping stocks for seasonal and fast moving items.  Problem:  In our current configuration, we can not ship on the same day even when we have stock.  The shipping point will add the rounding-up period for all materials on a SO.
    We would like to allow for same day shipping for in-stock items, as long as ATP confirms the qty.  At the sametime, continue to add the extra day for shipping point for anything that is not in stock.
    What can we consider to allow for such flexibility.  I would appreciate any pointers or help to point a rookie in the right direction.. 
    Thank you in advance,

    hi,
    u can achieve teh stocking scenario by creating a new shiiping point with 0 lead times (i assume u will continue with the MTO scenario too). for teh other requirement check the settings in ovz9- especially the tab 'recepits in the past'.
    saurabh

  • ALE Change pointer BDCPS table gets processed again and again

    Hello,
    In Test system, when we run BD21 for DEBMAS, same change pointers getting processed again and again. This did not happen in Dev.
    We did client copy for building Test system from DEV  (Gold client).
    Is it possible to carry over few table entries from Dev (even though it is gold client) and these entries cauing aboev problem while runnign BD21?
    Is there any way to get rid of it? Will BD22 help?
    Thanks.
    Rupali.

    >
    Rupali K wrote:
    > Hello,
    >
    > In Test system, when we run BD21 for DEBMAS, same change pointers getting processed again and again. This did not happen in Dev.
    > We did client copy for building Test system from DEV  (Gold client).
    >
    > Is it possible to carry over few table entries from Dev (even though it is gold client) and these entries cauing aboev problem while runnign BD21?
    >
    > Is there any way to get rid of it? Will BD22 help?
    >
    > Thanks.
    > Rupali.
    Hi Rupali.
    BD22 is used for erase change pointers. Why don't use WPMU ? or WPMA ? Using transaction WPMU, this
    take change pointers, and mark it like processed. I'm using WPMU, and it's  working.
    Regards.

  • Change pointer triggers for one order type but not for other with LOIPRO

    Hi all,
    We have old production order type ZP01 since last 3 years. Idoc LOIPRO are triggered properly. Now we introduced new production order type ZP02, but idocs are not triggereing for these prod. orders. They both are production orders with different order types but same message type LOIPRO
    I noticed that change pointers are not getting written to CDHDR and CDPOS for this new order type. For old order type they are getting written to CDHDR/CDPOS. Does any one know where is the issue in config.
    Currently BD52 contains following entries for LOIPRO
    ORDER-AFKO-AUFNR
    ORDER-AFKO-KEY.
    Thanks in advance

    Anyone with an idea.
    The project went live by using RCCLORD or RCCLTRAN, but still the same orders keep triggering. How do we restrict the already processed production orders.

Maybe you are looking for

  • Driver for hp color laserjet cp2025 windows 7 32 bit

    I just bought a refurbished Dell Optiplex 755 32 bit with Windows 7.   I have a hp color laserjet CP2025.  The icon appears in devices & printers  window as unspecified, category unknown yet the model no. appears correctly as CP2025.  It has a USB co

  • Flash not working in Dreamweaver

    Hello.. hope someone can help. I'm trying to get a photo gallery to work in Dreamweaver. Everything is working fine when testing in Flash but when add to my Dreamweaver file and test in browser, it doesn't work. any help is really appreciated

  • Two tables on the same page. Is it possible?

    Hi all, I followed the multi-slect sample in Winston's blog and everything is working. However, when I tried to put two tables on the same page, the selections are all messed up. When I looked at the code again I realized the line RowKey rowKey = (Ro

  • Doc/metadata search not using TREX - max files to search?

    Hi, We are creating WebDynPros searching a CM repository for documents with certain values on metadata properties.  I know this is kind of "brute force" instead of using TREX classification. Is there some way of saying how many documents in a folder

  • 4.3 won't update to 5.1

    I keep getting asked to update my Pages...I'm running 4.3 Pages '09 but when I go to update it says it's installed (version 5.1) but it isn't. What can I do?