XI IDOC Master Data Synch with Change Pointer (GLMAST)

Hi,
I have scenario to create integration between 2 SAP system with XI 7.0 using IDOC - GLMAST. I already acitvate Change Pointer Globally (BD61) and Activate Change Pointer for GLMAST (BD50).
The problem is whenever changes have done in system 1, 2 IDOC generated, First IDOC  to Logical System PRODUCTION and second IDOC to Logical System SALES.
In order to seding the IDOC i have scheduled report RBDMIDOC. My question is how i can modify the IDOC target port in stead of send to PRODUCTION and SALES to others port (XI in this case).
Thank you and Regards
Fernand

Hi Prateek
I already create partner profile and port for XI and add GLMAST. but then the IDOC generated alwasy sent to PRODUCTION and SALES partner profile.
How to disable that IDOC to send to PRODUCTION and SALES partner profile and only send to XI Profile ?
Thank you and Regards
Fernand

Similar Messages

  • Add new bank account in master data client with idoc DEBMAS.

    Hi friends,
    I have an issue.
    I am trying to add new bank account in master data client with idoc DEBMAS.
    But when I submit, then just overwrite the bank data but not add.
    I try playing with MSGFN code with value '009' or '004' but nothing done.
    Someone has met this issue ?
    Thanks for your answers.

    Thanks,
    But what do you mean ? where can I find this path , in img ?
    Fields->Set Qualified Update ->Append Option
    I think we have to use another idoc :
    BUPA_C_BANKDETAIL_ADD01 SAP BP,  BAPI: Add Bank Details
    I'll try...

  • Migration of Equipment Master Data together with PRT data

    Hello Experts,
    we need to migrate Equipment Master Data which have activated the view PRT data. Most of the fields in this view are stored in table CRFH. Is there a way to migrate Equipment Master Data together with the PRT data of the Equipment? All the BAPI's I found do not have an import structure for those fields. Is a batch-input the only way?
    Does anybody know a mass change transaction for Equipments?
    Thank you and Regards
    Christian

    Hi Krishna,
    You can use the standard batch input program RFBIDE00 in LSMW to update the customer master data. However, there might be scenarios where you might be required to update the fields which do not get updated by the standard bacth input program. If any of such fields are defined as mandatory, then you wont be able to use this method directly.
    In such cases you will have to either create a recording to poplate the fields which do not get updated by the standard program and use both the recording and the standard batch input program to update the customer master data OR create a recording for customer master create and use the same in LSMW.
    Best regards,
    Harsh

  • Master data datasource for the point of delivery and installation.

    Hi,
    Can any one help me with the Master data datasource for the point of delivery and installation.
    Currently i am using ouc_instfacts for installation facts.
    With Thanks& Regards,
    Shakthi.

    Hi Shakti,
    I guess you are asking for assignment of installation to POD (table euiinstln)?
    Then you should check 0UC_PODINST_ATTR.
    Best regards
    Harald

  • Master data attributes with direct update...its very urgent

    Hi all,
    Could anyone tell me how to laod the master data attributes with direct update in the infopackge..
    provide steps to create master data attributes and how to load..
    Thanks,
    Manjula

    Hi Manjula,
    Flexible Uploading
    Transaction code RSA1—LEAD YOU TO MODELLING
    1. Creation of Info Objects
    • In left panel select info object
    • Create info area
    • Create info object catalog ( characteristics & Key figures ) by right clicking the created info area
    • Create new characteristics and key figures under respective catalogs according to the project requirement
    • Create required info objects and Activate.
    2. Creation of Data Source
    • In the left panel select data sources
    • Create application component(AC)
    • Right click AC and create datasource
    • Specify data source name, source system, and data type ( Transaction data )
    • In general tab give short, medium, and long description.
    • In extraction tab specify file path, header rows to be ignored, data format(csv) and data separator( , )
    • In proposal tab load example data and verify it.
    • In field tab you can you can give the technical name of info objects in the template and you not have to map during the transformation the server will automatically map accordingly. If you are not mapping in this field tab you have to manually map during the transformation in Info providers.
    • Activate data source and read preview data under preview tab.
    • Create info package by right clicking data source and in schedule tab click star to load data to PSA.( make sure to close the flat file during loading )
    3. Creation of data targets
    • In left panel select info provider
    • Select created info area and right click to create ODS( Data store object ) or Cube.
    • Specify name fro the ODS or cube and click create
    • From the template window select the required characteristics and key figures and drag and drop it into the DATA FIELD and KEY FIELDS
    • Click Activate.
    • Right click on ODS or Cube and select create transformation.
    • In source of transformation , select object type( data source) and specify its name and source system Note: Source system will be a temporary folder or package into which data is getting stored
    • Activate created transformation
    • Create Data transfer process (DTP) by right clicking the master data attributes
    • In extraction tab specify extraction mode ( full)
    • In update tab specify error handling ( request green)
    • Activate DTP and in execute tab click execute button to load data in data targets.
    4. Monitor
    Right Click data targets and select manage and in contents tab select contents to view the loaded data. There are two tables in ODS new table and active table to load data from new table to active table you have to activate after selecting the loaded data . Alternatively monitor icon can be used
    honor with points if this helps,
    Sudhakar

  • Master data records with one key

    Hello All,
    I have scenario that I need to load the master data records with one key.
    For ex--
    Cluster            Dcode               version
    5000                 DC1                  2008
    5000                 DC1                  2008
    5001                  DC1                  2009
    Could you please let me know possible ways.
    Thanks

    In your case if Cluster is the key then the underlying attributes data will be overwritten when the same cluster key comes.
    as per you example data finally it loads only two records in to the target, since first two records key is same.
    Hope this helps.
    Veerendra.

  • IDOC - Master data changes( through MM41 & MM42) to XI

    Hi Experts,
    My requirement is:
    Any updates/ changes to the article master through SAP transaction MM42 or any article creation through SAP transaction MM41 will trigger an update for the interface which will be picked up during the nightly batch job. For all updates/changes made throughout the day only the latest change will be interfaced to other non-sap system during the nightly batch.
    An IDOC will be generated for the changes made throughout the day by picking the latest one. IDOC name is WBBDLD03.
    Actually i am working on IDOC first time. I think i need to track changes in master data table through ABAP statements only and then a internal table ( with required data) need to be sent through IDOC. Please suggest if my approach is correct?
    Also, tell me the method to be followed for sending IDOC?
    Some examples implementing the similar scenario would be highly appreciated.
    Hoping for a useful response:-)
    Regards
    Gaurav K

    Hi,
    This is a change pointer scenario.
    IDOC:WBBDLD03
    Messge type:WBBDLD
    You need to write any code. You have to just make some ALE settings, this itself will meet ur requirement.
    First activate change pointer through BD61.
    Also activate change pointers for ur message type using txn BD50.
    Create LS for both sender and receiver (Use txn SALE)
    Assign the LS created to the respective clients .
    Create a rfc dest for ur receiving system using SM59.
    Later create a distribution model using txn BD64 (Here u mention ur receiver sender and message type )
    Create partner profile for ur logical system with this message type using txn WE20.
    Now you can trigger sending of the idocs through job schedule prg.
    But i dont know what is the prg name for ur scenario.
    I hope it helps you.
    Reward points.
    Thanks,
    Prasanna

  • Master data Synchronization with SAP XI - IDOC

    Hi,
    I have scenario to synchronize master data between ERP1 -
    > ERP1, for example GL Account (FS00). Every time user make a changes in the ERP1 on the GL Account screen  (FS00), by automatically system will be generated IDOC and sending to XI.
    is that scenario can be done ? or have to do manually to send the IDOC.
    Please elighteen me.
    Best Regards
    Fernand

    Fernand,
    You can do it, by using Change Pointers. Please see the below discussion, it might give u an idea.
    Re: How to trigger an Idoc automatically when a transaction is saved?
    -raj.

  • Idoc trigerring with change pointer under conditions

    Hello dear experts
    Could you please tell me how can i trigger an outbound idoc using the change pointer ( RBDMIDOC program)?
    I have to generate the ARTMAS outbound idoc ONLY when the material status which is the table MARA is set to a certain value.
    I can manage to trigger the outbound idoc but i did not manage to restrict this triggering according to the value of the material status fields.
    Thanks for all your answers.
    Best Regards.
    Yannick

    I tested using filter on Dist Wh and change pointers - for us, Dist Wh filter for material set on plant.  When we made change to matierial, only if change to plant was made, so plant was included in idoc segment, did the filter work.  If change material description, plant not on idoc segment so was sent .  Looking for alternative...

  • Why change pointers for master data, why not change message?

    Hi Gurus,
    I have one doubt about Idoc.
    When changes to master data has to be sent Change pointers are configured and used. (CDPOS & CDHDR). In case of the transaction data change change idoc is used as is the case with orders (we use ORDCHG for ORDERS message type to send the chnage details to a order which was already sent to other system.
    Why we can't use change idoc or message type whatever, instead of Chnage pointers in case of master data or vice versa in case of transaction data.
    Your valuable input will be rewarded with suitable points!!
    -B S B.

    Change pointers are getting stored in the tables BDCP and BDCPS. As SAP suggests these tables should be as small as possible. And Master data are not much frequently changed data.
    As you compare with the transactional data, you need to change them many times in the real scenario. If we also process the transaction data via chnage pointer, these changes BDCP is getting more and more entries.
    RBDCPCLR is the program used to process the change pointer. If you have much data in the BDCP table, this program will take much time to run.
    So, we use the change pointers for the master data only.
    Regards,
    Naimesh Patel

  • Master data failing with Duplicate records

    Dear All,
    Daily the ODS XD0SDO08 is getting loaded with four requests.
    While loading Master data Delta from ODS XD0SDO08 to 0Doc_Number and Cube XD_SDC08, regularly it's getting failed with the error "54 duplicate record found. 1130 recordings used in table /BI0/XDOC_NUMBER" But after deleting the Request from the 0Doc_number and the cube XD_SDC08, and reconstructing from PSA, it is succcessfull.
    If I check the PSA,there are few records in PSA, in which each Sales document number has two after image records and two before image records.If I count the number of these records they are almost equal to the number of Duplicate records we are getting in the error message.
    As we are loading to cube XD_SDC08 and 0Doc_Number, we don't have the option of Ignore Duplicate records in the Infopackge.
    Please suggest me a solution as I have to delete the request manually and reconstruct it daily.
    Regards,
    Ugendhar

    Hi ughi,
    As ur telling that data is sucessesful in cube but not in infoobject check the records in  infoobject wheather their is M version and A version if both are there ..some times load fail with duplicate data record due to this problem ...Run Attribute change run for that infoobject and  check ..
    if this will also be not sucessesful ,and as per ur update after reconstruction it is sucessful means their will be problem in update rule heck once
    another thing u will not get ignore duplicate data records because here infoobject as marked as data target ..
    if u think my suggestion is helpful assigin point to this thread
    regards,
    Gurudatt Bellary

  • Payroll  Idocs- Master Data Export - US( PC00_M10_OTEM )

    Hi,
    I have one issue with the IDocs created by Master Data Export- US Program.
    Program Name : RPCEMDU0_CALL
    Tcode : PC00_M10_OTEM
    The Idoc's which are being created by this program having some wrong values for Benefit Infotypes.
    Can anyone help me to know how the Idoc's are created and where the Idoc segments are getting filled with the data in this Program?
    I have debugged the program but did't get any clues.
    Thanks in Advance.
    Regards,
    Sudhakar.

    Hello,
    I have some helpful information.
    The program that creates the IDOC is RPCOTM** where ** is your country version.
    The results of the OTSEL feature are checked in RPCOMF** and then the routine FILL_DATES(RPCOTFX0) is called to write the IDOC. 
    Debugging in this area will tell you...
    1.  Is the OTSEL value for IT0041 set
    2.  Was there a change in the dates for your period
    3.  What is being written to the IDOC
    Best of Luck
    Dan Reeves

  • FI master data integration with hr master data

    Dear Xperts i had an issue regarding integration of FI and HR Master Data.in pe03 i changed the feature ANLAC by Replacing N with Y because of this the integration get ON but the issue is that whenever our FI consultant assign asset to any personal number say for example Personnel number 1.then if i create it40 for personnel number 2 that asset which is assigned to personel number 1 is displaying in it40 in asset fiel of personal number 2 but we assigned to 1 not to 2 what will be the problem could u please help me in this regard

    Dear Experts.
    Say for e.g i assign two different assets to two different personal numbers e.g asset no 14000235 to pernr no 1 and asset no 14000236 to pernr no2 but when i maintian them in pa30 in infotype40 if firslty before mainting asset no for 1 i maintian it for pernr no 2 it is displaying asset no 14000235 which is for pernr no 1 not for pernr no 2 is their any way that respective asset number should come in personal to whom i assigned in FI
    Regards

  • IDOC:Master Data Records are not going to be updated after posting the IDOC

    I need to create employee Master data records in R/3 .I am using the IDOC HRMD_A07, though the IDOC posting is successful no tables, corresponding to employee master Data are getting  updated,
    Can anybody plz Let me know the possible reasons and solutions for this?
    Thanks in Advance,
    Sandhya

    hi i hecked the job log entries in SM37 in source system, the idocs were returned with '0' records. i took the Idoc number and checked in BD87 it displays some logs in that one node shows the red status with the detail as follow  IDoc entries in tRFC queue      3383
    the next one is green                Data passed to port OK                    1
    i selected the red staus node and clicked 'process'  button but it displays as
    The operation cannot be carried out with this node type
    wht should i do now, wht may be the reason for the datasource not pulling the data from R/3 to BI?

  • Master Data Synch - Contact persons

    In master data synchronization FSCM for business partner contact person do I have to setup a different bp number range or do they take the same number of the contact person assigned in the customer master?
    If not is there a way we can configure the BP contact person such that it takes the same number as Customer Contact person.
    Thanks-Donny

    Hi Vivek,
    I am not able to sync ECC-Customer/Contact Person as FSCM-BP/Contact Perso.
    And Contact Person doesn't appear in worklist.
    Customer created/changed (with a Contact Person) is synced, but, fails when there is a Contact Person.
    Seek you help.
    Thanks,

Maybe you are looking for

  • Report to delet production orders

    Hi guys, help needed! Does anybody of you know a report to delete production orders completely? Such on as the RMMMDE00, which deletes all material of the current client. Hoping for an answer, Barbara

  • Oracle Forms 10g Frm-92101,Frm-92100

    Hi every body .. I have build template form using oracle form developer 10g .and i have use PJC To Customize default Smart Toolbar ,it's work fine but on heavy interaction i receive one of this tow error Frm-92101,Frm-92100...but using default oracle

  • Is the Snow Leopard Mac Mini Server the right solution for my office?

    I'm the de facto "sysadmin" for my small office, which usually just means I set up the wireless, configure network printing, troubleshoot little issues with Mail and MS Office products. Currently, we have 4 employees all on iMacs. We share files thro

  • PPCS3 won't export only the work area to media encoder

    I can't figure out why Premiere Pro CS3 is no longer exporting the work area to the media encoder. I CAN successfully export the work area to Encore but even when I select WORK AREA under the RANGE option in EXPORT SETTINGS the media encoder still sh

  • Building an Interactive Dashboard

    I'm using Apex4.1 on a hosted platform. I'm trying to build a business application and the client wants a Dashboard. Here is the best way I can explain it: The dashboard displays a series of rows in the table. When you click on the "edit" button, it