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

Similar Messages

  • 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

  • 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.

  • How to do Stastical Setup for Master data Loading

    Hi All
    Thanks a lot for all guys,who are helping me a lot.
    I want to do stastical setup for Master data of sales order.I know how to do for transaction data.
    But what is the procedure for MAster data in SBIW-Tcode.
    Regards
    Balaji

    Hi,
    <i>Actually first we should load data to Master data table and then to Transaction load data.By this reporting performance will be good.Right?</i>
    Actually this will decrease the time of transaction data loading .So it improves the loading performance ,  not reporting performance.
    <i>Now I got a doubt from where this Master Data is been loading? and how to load this data.</i>
    2LIS_11_VAITM and 2LIS_11_VASCL are the DS for Transaction data , not for master data.To load the master data, first of all find out the master bearing characterstics in the data target.And then search for teh DS of master data in R/3 with tcode RSA6 .You will use characterstic(info object) as the search option here.
    For example 0materail is the Master characterstic.
    And you can see the DS for this Characterstic in RSA6(if it is not there, you have activate it from RSA5)
    0MATERIAL_ATTR
    0MATERIAL_LGEN_HIER
    0MATERIAL_LKLS_HIER
    0MATERIAL_TEXT
    With rgds,
    Anil Kumar Sharma .P

  • 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

  • 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 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

  • Change pointer technique for idocs

    I have to generate idoc whenever some fields of the sales order changes (Transaction VA02)
    I thought of doing this using change documents. There is a standard change document object VERKBELEG   for sales order.
    In transaction BD52 for the message type ORDRSP I have mentioned the fields names as below (my idea is to generate the idoc when these fields of the sales order changes).
    VERKBELEG          VBAP          ABGRU
    VERKBELEG          VBAP          KWMENG
    VERKBELEG          VBAP          KZWI1
    VERKBELEG          VBAP          KZWI2     
    VERKBELEG          VBAP          MATNR
    VERKBELEG          VBAP          PRCTR
    VERKBELEG          VBEP          WMENG
    VERKBELEG          VBKD          KDKG3
    VERKBELEG          VBPA          PARNR
    It seems that the report RBDMIDOC will not support for transaction data.
    When I tried to execute the report RBDMIDOC by giving message type    ORDRSP in the selection-screen it gave the following error
    Message type ORDRSP cannot be sent with change pointers
    Message no. B1157
    Diagnosis
    You attempted to send message tyoe ORDRSP. Unfortunately you cannot choose data for this message type using change pointers.
    System Response
    The system does not carry out the action.
    Procedure
    If message type ORDRSP is for master data, it can be sent directly. If it is for transaction data, the message tyoe is sent automatically via the transaction.
    is there a way to generate idoc via the transaction VA02 (sales order change)  instead of executing the report
    RBDMIDOC

    Hi Srinivas,
    This can be done but some development would be required.
    If you know about requirement routines ( transaction VOFM ) you can create your own requiremnet routine for application V1. For reference see routine 002 for V1 .
    ( program  LV61B002 ). You can create your own req routine say 901 for V1 and then assign it in output procedure in NACE for BA00. Output will be generated only when you pass a SY-SUBRC = 0 from the custom routine that you will create .
    But another problem would be how to determine whether the field values you have mentioned has changed or not.
    You can use user exit MV5AFZZ , subroutine SAVE_DOCUMENT_PREPARE , to analyze your fields .
    Here you have XVBAP[] table with ( user ) changed values in current transaction , YVBAP[] with current database state at runtime. ( same is true for XVBKD & YVBKD ) . You can analyze the values and then set a flag here to say that "Generate Output" or "Supress Output" . This single caharacter flag "X" or space you can pass to ABAP memory , which you can read ( import ) in requirement routine ( VOFM ) and then set SY-SUBRC = 4 or 0 depending on this flag value.
    Above solution will not mean any modification to SAP .
    Otherwise you can also look at OSS note 395569 wherein its a modification but you can achieve desired results.
    ( You can use the code given here as refernce and put this same code with the solution I have proposed above with some additional checks. )
    If answers were helpful reward and close.
    Cheers.

  • Change communication structure for master data with direct update

    Hi All,
    I am having a problem with a change I want to make to some master data. I have added the attribute to the characteristic, but when I have gone to change the communication structure, its not possible (the add line button is greyed out)
    I can see the new infoobject in the datasource/trans structure, but not in the comms structure (And yes it is in change mode   ).
    The master data uses direct update, and I have read that this causes some hassles in changing the comms str.
    Can someone please give me some steps in doing this??
    Thanks
    Ryan

    Hi Ryan,
    Why u have nothing to map is ?
    U r datasource trasfer structure from the source ssytem has nothing new ..
    1)TO ur Info object u can only write the routing or give any formula or anythign like the trasfer rules oftions that have when u click on the IO icon..
    2) Enhave the structure of the datasoruce that is getting from the  R3 source system...
    3) Replicate it ..
    Then only u will be able to find the extra field at the Trasfer structure... to map to the IO which have been added..
    hope it helps
    regards
    AK

  • Change comapny code for master data directly.

    As per the requirement i need to change the company code for some records for company consolidation.
    I need to convert three company codes with one comapny code.
    Is it possible or there is any work arround. answers will be rewarded.

    Probably not the answer you are looking for but SAP has [SLO|http://www.sap.com/services/bysubject/consulting/brochures/index.epx?PageSize=10&ActualPage=4] (System Landscape Optimization) consulting services.  This service is used by SAP customers when they need to change data (master data/transactional data) during say a company consolidation.
    Changing data in SAP tables directly is obviously highly discouraged, especially in a productive system.

  • 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.

  • ALE partner profile setup for diff. IDOC extension

    Hi,
    We have three extensions of IDOC type HRMD_A06 and message type HRMD_A. In one of the extensions segment IT0002 is extended.
    In the partner profile extension is not specified. Due to this when the IDOC is generated Custom segment is not getting picked up.
    I pu the extension in the partner profile then it woks fine.
    But I do not want disturb the existing profile setup. Is there any option in WE20 where we can define two profiles with one message type, basic type and different extensions.
    Also if we define the custom message type then distribution model and the partner profile needs to be generated for the new custom message type.
    Appriciate quick response.
    Regards,
    Sonali

    Hi,
    just check the FM 'BAPI_BUPA_CENTRAL_GETDETAIL'.
    Or just search for oher FMs with BAPI_BUPA*.
    Hope this helps...
    vasanth

  • Create Form setup for Master Detail Form

    Hello All,
    I have to create a Master Detail OAF Form where user will enter data in the header section and then fill the detail section on the same page. Now, I have created Header section but when I go to detail section and fill the information I got an error because HeaderId for header section is not passing to the detail section. I have created even VL also.
    Kindly let me know that what all steps are required to set the View Link for this Master Detail form.
    Many Thanks in advance.
    Thanks,
    Sandy

    Hello Gyan,
    Thanks for the prompt reply. I would also like to know that once AO will create what all steps I need to take. Like I have to create a VL and then I need to create two regions and now what all properties I need to update to work M-D relationship.
    Thanks,
    Sandy

  • 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.

  • ALE Change pointer idocs generated in wrong sequence

    We are using the serialization group to generate the MATMAS and CLFMAS idocs with the sequence MATMAS generated first and then CLFMAS.
    Normally,this seems to work fine with the idocs generated in the right sequence.
    However, during a period of every 24hours, I could see a couple of MATMAS and CLFMAS idocs being generated in the WRONG sequence with CLFMAS generated first and not MATMAS as maintained in the serialization group.
    What could be the reason?
    I checked in the BDCP and BDCPV tables, the timestamps for the wrong sequence idocs seem to be correct with MATMAS before CLFMAS. However the actual idoc creation time is not in correct sequence.

    Hi,
    Can you check your serialization group via tcode BD44 and check the sequence number for MATMAS and CLFMAS?
    Hope this will help.
    Regards,
    Ferry Lianto

Maybe you are looking for

  • Help on web.xml file, what if the parameters contains key words ?

    Hi: I am just wondering what should I do if I want to include key words suchs as <param> in web.xml file for a servlet config. Example: <servlet> <servlet-name>testServlet</servlet-name> <parameter> <param-name>some name</param-name> <param-value>som

  • How do i put films on my i-pod?

    I`ve got an i-phone 5 and an i-pod classic, and i can`t seem to put films on to them, in the past ive been able to put films on my i-pod?

  • Good game for MacBook?

    I know its kind of a vague qustion, but is there any game for the MacBook that runs really well, is fairly new and adicting? I know I'm being too broad here, but if anyone could point me in a good direction, that would help me out a bit. Thanks!

  • Space utilization of Oracle XDB

    hi, There is a significant difference in the size of .dbf files for USERS tablespace & size of individual tables. Total size of .dbf files is 30 GB approx. Total Table size = 2853 MB 1. Is there a way to find how has Oracle allocated the remaining sp

  • How to repear a corrupt file with Numbers

    How to open a "corrupt" file with Numbers. With excel it is possible to open such a file with the following error message : "The file you are trying to open, 'filename.xls', is in a different format than specified by the file extension. Verify that t