Trigger Idoc

Hi
I am in BD10 and I want to trigger the Idoc, MATMAS. I want to select the segments that is there in the Idoc triggered from Dev. It's actually an XI requirement.
How do I select this? Also my XI system is not popping up when I click on the Logical System?
Regards

Hi Somaya,
  MM---->IDOC-->EDI SYST->Communication ->EDI Subsys>IDOC---->SD
This will be landscape, which will be used for the ALE(Application Link enabling)
accross  distribution of different buisness fucntions.
IDOC--Intermediate data ..
Communication might be an interface from or to the Client  from where he/she sends upload the data ...
lets say has an java applet for the same which stores the data in inbox in that way cilent can come to knw whether the data is been trasfered or not..
For Example.
SAP-syst -
IDOC----NON-SAP-sys
rewards if useful.
Thanks
Mohinder Singh Chauhan

Similar Messages

  • In MM related Transaction, trigger idoc

    In MM related Transactions, MSC2N, MB1A etc trigger idoc for goods movement only after we enter plant and storage location.In the user exit i have written code to create an idoc and gave validations for plant, storage location  it doesnt work.
    Does anyone have an idea about how to restrict the batch for this condition.

    Hi,
    There are several user exits for MB1A Transac .
    Exit Name           Description                                                     
    MBCF0002            Customer function exit: Segment text in material doc. item      
    MBCF0005            Material document item for goods receipt/issue slip             
    MBCF0006            Customer function for WBS element                               
    MBCF0007            Customer function exit: Updating a reservation                  
    MBCF0009            Filling the storage location field                              
    MBCF0010            Customer exit: Create reservation   BAPI_RESERVATION_CREATE1      
    MBCF0011            Read From RESB and RKPF For Print List in  MB26                 
    MBCFC003            Maintenance of batch master data for goods movements            
    MBCFC004            Maintenance of batch specifications for goods movements         
    It depends on what values u need from the screen.
    Enhancement : MBCFC003 has the values of MATNR, WERKS, CHARG and also Material document header and item values.
    The Userexit FM used is  : EXIT_SAPMM07M_003.
    Remember to check if the values are populated correctly before CALL CUSTOMER-FUNCTION '003' is called in the program. If those are the values u need then just write the code in the include of the exit.
    Regards,
    Ramya
    Message was edited by:
            Ramya Kanakala

  • How to trigger IDOC in a batch job?

    hi,
    My requirement is that a batch job must run on R/3 side to check if bank data are created or changed.Any creation or update in table BNKA will trigger an IDOC
    If a record is created IDOC BANK_CREATE01 should be triggered and
    If a record is changed/deleted IDOC BANK_CHANGE01 should be triggered
    A background program should run periodically (every hour) and check the table CDHDR for object class BANK.
    The program must check if any new entry exist in the table since the last run.
    New records can be identified according to the fields UDATE and UTIME.
    According to the change indicator (CHANGE_IND) the program will determine if the IDOC_CREATE (changeID=I) should be run or IDOC_CHANGE (changeID=U or D).
    If change ID=D, then deletion indicator will be set in the CHANGE IDOC.
    Can anybody tell me how will i write the code for this and how to trigger IDOc as i very basic knowledge in ABAP
    Thanks & Regards,
    Loveena

    hi
    whenever changes made to an application document.u want to replicate these changes in target system u have to work with cahngepointers
    RBDMIDOC is the program which u have to schedule background
    regards
    Nagesh.Paruchuri

  • Trigger Idoc when Batch is created or changed

    Hello,
    We have to transfer Batch ID,Status and Batch Characteristics through IDoc to PI when Batch is created or updated. This can be possible by 3 scenarios.
    When Batch is created or updated manually through Tcode MSC1N.
    When Batch is created or updated at the time of Goods Receipt.( Tcode MIGO)
    When Batch is created or updated at process order creation.(After Release of Process order) Tcode COR1.
    For first 2 scenarios we have found user exit 'EXIT_SAPLCLFM_002' from where we can fill the required Idoc data and trigger IDoc to PI system.
    Also for third scenario we have found user exit 'EXIT_SAPLCOBT_001' where we can get Batch Data but not the characteristics data that is created or updated.
    In both the above cases User Exit is fired before Commit to database statement. Therefore my query is whether we can trigger IDoc through Z function modules in these user exits in update mode?
    Can you provide any input on this situation or can you suggest any alternative method or exits to achieve this functionality?

    BATMAS / BATMAS03 -  for Tcode MSC1N.
    And  I  have only information that there is a SAP note is available on this.
    865778 MIGO to post a goods receipt for a purchase order
    Thanks.

  • How to trigger IDOC'S from SAP

    Hi All,
    How to trigger IDOC's from SAP(ECC 6)..where can we check this in mii 11.5 weather it is fail/success
    Thanks,
    Abhi

    You can trigger LOIPRO, LOIPLO and a few others manually from POIT (SAP Txn).  Master Data related to orders can be triggered from POIM.  Depending on which IDocs you which to generate, there are other transactions to trigger different IDocs.
    You can also use Triggers from MII to generate IDocs in SAP using CLOI_DOWNLOAD_TRIGGER_MDAT (POIM equivalent) and CLOI_DOWNLOAD_TRIGGER_TRANS (POIT equivalent).
    There is also a rather nice post which detailed the process of using change pointers to automate the IDoc generation and download, but I am having trouble finding it.  Will continue to look and will post link when I find it.
    Regards,
    Mike
    I couldn't find the post I was looking for, but there is an informative note 390635 which may help.
    Edited by: Michael Appleby on May 5, 2009 1:29 PM

  • How to trigger idoc using commnad line?

    Hi abap gurus,
    anyone knows how we can trigger idoc using commnadline like STARTRFC.EXE.
    Please let me know its very urgent.
    Thanks,
    Jack.
    Edited by: Alvaro Tejada Galindo on Feb 15, 2008 2:34 PM

    solved on my own

  • Trigger IDoc when outbound documents are deleted

    Hi Experts,
    I am working on a scenario where in when delivery document is deleted then we need to have a IDoc to be triggered and sent to the receiver.
    I understand that when we create/change delivery, there is a way to trigger IDoc (i.e., through message control). But when we delete a delivery, I am not sure, we have standard mechanism to trigger an IDoc. Can we have a standard way of making this happen?
    Thanks & Regards,
    Suraj Kumar

    Hi,
    In the NACE transaction, Click on the APPLICATION V2 and create a new OUTPUT type with Z as prefix
    In the Processing Routine Tab in the control data enter the MEDIUM as  6 which is the  EDI and  maintain the PROGRAM & SMARTFORM as developed by the ABAPer
    Now maintain the CONDITION RECORDS with the MEDIUM 6  and the LS as Partner function
    Now with the Help of your ABAPer, define  the PARTNER PROFILES in WE20 and the Message types .
    This will trigger the OUTBOUND idoc to the other system.
    Please check these settings and revert back if you need more details
    regars,
    santosh

  • Trigger Idoc for MIGO Goods Receipt

    Hi,
    We have an output type created and configured for ALE (dist model). The output type is also enabled with 'Partner Indep-output' in NACE. The program that is attached to it is 'RSNASTED' and form routine 'ALE_PROCESSING' yet while processing we get an error 'incorrect partner type' in output log once the GR is processed. Would like to know how to overcome this issue and the config fix to be in place to trigger idoc for a GR via MIGO

    option 1. go for special f/n in the output type config and need to write a program to create and post the idoc
    option 2. copy rsnasted and havae the required changes there which is then set in the output processing routines (NACE)
    option3. drop the requirement

  • How to trigger idocs when GR is done

    Hi Guru's
    Need to trigger idoc's when GR(Goods Receipt by Order(Supplier))is done(Idoc type: DELV01, Message type WHSORD).
    How can this be done for MIGO as there will not be any output type for MIGO.
    (EXample for sales order we do have output type to trigger idocs)
    Thanks!

    Hi Prince,
    As mentioned earlier, you can configure output type for ME (Inventory Management) in transaction NACE. You can copy existing WE01 output type and configure your custom type for your suppliers(vendors).
    You or functional team has to set up a procedure in NACE transaction to automatic determination of your newly configured output type.
    Once you are done with output type configuration, you need to maintain partner profile for your related vendors in transaction WE20. You need to maintain outbound parameters like partner type, role, message type, etc in partner profile.
    I think now you are ready testing. Good luck!!
    Regards,
    Pranav

  • How to Trigger IDOC for GR in SAP?

    Hi Gurus,
    I am making the configs for triggering an IDOC whenever a GR document is posted. Could you please advice on what are the configs need to be done and also on the Message type for the Idocs on the same?
    Thanks in Advance,
    Saakithyan

    It is possible.But you need to maintain output condition record to trigger idoc once GR is posted.
    Check below Idoc message types this may help your requirement
    MBGMCR01     BAPI Posting of goods mvts with MB_CREATE_GOODS_MOVEMENT
    MBGMCR02     Post goods movements with MB_CREATE_GOODS_MOVEMENT
    MBGMCA01     Reverse goods movements with MB_CANCEL_GOODS_MOVEMENT

  • Trigger IDoc DELVRY03 after Inbound Delivery create

    Hi,
    Inbound delivery is created through an Inbound IDoc and I want to trigger an outbound DELVRY03 IDoc when the Inbound Delivery is created.
    How do I trigger this?
    Regards,
    Sneha

    You have to setup output control,let me say one example
    when you create delivery ,then immeditely output type will trigger LD00,you need to set up partner profile ,according to that outbound idoc will trigger.

  • Trigger idoc for returns document using transaction O3O_RT01, O3O_RT02.

    Hi All,
    There is an requirement to trigger an IDOC with the details of returns documents.
    I am building a custom IDOC for this purpose. But the problem is i need to trigger the IDOC when i click on 'RETURN' button in the transactions O3O_RT01, O3O_RT02.
    Kdly help in as to is there any BADI or exit or and event available  to trigger a code when i click on that button, else  let me know how to go about it.

  • How to trigger idocs(outbound)

    Hi SapAll.
    here i just created a sample idoc to file scenario in SAP-NETWEAVER-XI/PI7.0 ,i just want to know on how to trigger the list of idocs that i explained below at sender SAP-R/3 side  .
    MATMAS.MATMAS05
    SRVMAS.SRVMAS01
    CREMAS.CREMAS04
    ACC_EMPLOYEE_EXP.ACC_EMPLOYEE_EXP02.
    will be waiitng for a good and quick answer.
    bye.
    regards.
    Varma.

    BD10 for Matmas
    BD12 FOR cremas
    BD14 FOR DEBMAS
    BD16, BD18 etc..
    And once the IDocs are generated use the program RSEOUT00 to push them out.

  • Trigger IDoc when ever a Sales Order is rejected

    Hello Experts,
    How to trigger an IDoc when ever a sales order is rejected.
    Thanks,
    Srikanth

    you have to define a message type that is triggered when the reason of rejection in not initial.
    You can do it by a standard access sequence. Then issue the message with medium 6.
    Best regards
    Roberto Mazzali

  • Trigger IDOC based on type

    Hi Frndz,
    I want to trigger outbound ASN based on "Shipment completion" that is present in VT02n. I want to create IDOC if Shipment Completion for sale is set to "DC". I want to stop IDOC creation when it is set to "SL".
    How can i do this ?
    Points will be awarded
    Thanks in advance

    can anyone give me a idea or suggestion?

Maybe you are looking for