Automatic triggering of Xi...

Hi...
My requirement is to trigger an XI interface as soon as Good reciepts (GRC- MIGO) is done in SAP and the XI has to create a file at the reciever side. I want to know what should be the data flow for this scenario.
Also, let me know if  there is any standard idoc available for GRC (Tx -MIGO).
Provide me with any links...documents...
Thanks..

Hi,
Once the Good reciepts (GRC- MIGO) is done in SAP  you can generate the IDOC, which will be processed across the designed XI interface.
Either way you can call the standard BAPI available for it "BAPI_GOODSMVT_CREATE"
also refer How to configure the standard IDOC 'MASTER_IDOC_DISTRIBUTE' for MIGO for Goods Receipt
http://www.tek-tips.com/viewthread.cfm?qid=521412&page=20
Thanks
Swarup

Similar Messages

  • Output type not automatically triggered in billing

    Dear all,
    Output type is not automatically triggered while creating billing,every billing need to maintain it
    manually but output type is already maintained for all customers in VV31.
    How to solve this issue or any configuration setting need to be done ?
    Jeyakanthan

    Hi
    Kindly check the belwo path
    Sales and Distribution
         Basic Functions
             Output Control
              Maintain Output Determination for Billing Documents
                Maintain Output Determination Procedure
    in the billing out put procedure  check against the billing out oput condition type  any  tick is  maintained in  the manual only
    Regards
    Damu

  • Automatic triggering of idoc for Personal Actions T Code (  PA40 )

    Hi Experts,
    I wanted to do automatic triggering of idoc after performing Personal Actions by transaction PA40.
    Needed some info .
    Thanx in Advance,
    Pradipta

    Hi Pradipta,
    You can use the change pointers for this.  Just check for what fields you want to trigger an IDOC.  But this can not be triggered immediately.  You have to run RBDMIDOC frequently.  It will take the input as messaeg type and generate the IDOCs.
    Before that please check if the change pointers are activated for this message type or not.
    shylesh

  • Automatically triggered reminders for order confirmations

    Hi,
    Does anyone know whether it is possible to set up automatically triggered e-mail reminders for purchase order confirmations?
    Best regards
    Thomas

    Hi,
    maybe you can use the dunning procedure as reminder. You can find dunning data in the vendor mastere and you have to set up the message determination.
    regards, Paul.

  • Automatic triggering of Lead document from another preceeding lead document

    Hi,
    In my project we are using two lead documents for qualification of a Prospect one will be done by call centre employees and other by the sales rep.
      I want to create a Second lead document automatically from the first lead document Qualification level. Can this be achieved by an action profile or would BAdI implementation be needed? Please provide a solution for this. Thanks in advance.
    With Regards
    Selvam T

    Hi Robert,
      Thks for your suggestion. I tried to configure but i face some issues in Triggering. Can you explain it in Detail.
    With Regards,
    Selvam T

  • Automatically triggering ATP Check

    Hello,
    I require a help for the following issue:
    Case A: KIT Items
    1. I modify a vbkd field for the main item on the screen in VA01.
    2. USEREXIT_MOVE_FIELD_TO_VBKD gets triggered for this item.
    3. Now in this exit I perform some calculation & modify some fields in XVBEP & XVBKD tables for all the relevent subitems of the kit  using -
    LOOP AT xvbap INTO wa where uepos = vbap-posnr.
    Now I want to trigger ATP for the main item as well as all the sub item. How to achieve this ?
    I tried using the flag -
    vbap_ende_verfuegbarkeit = 'X'. But it trigger ATP only for the current item i.e. only for the Main Item & not the sub items
    Case B: Header Changes
    1. I modify a vbak field for the main item on header in the screen in VA01.
    2. USEREXIT_MOVE_FIELD_TO_VBKD gets triggered for the header ( POSNR = '000000' )
    3. Now in this exit I perform some calculation & modify some fields in XVBEP & XVBKD tables for all items of the order  using - LOOP AT xvbap INTO wa.
    Now I want to trigger ATP for the all the items looped in the sales order. How to achieve this ?
    Flag vbap_ende_verfuegbarkeit = 'X' doesn't help here as it work only for the current item no. in this case it is '000000'
    After lot of investigation on my side I have found (I'm not sure if it will really work) that if I can some how automatically trigger USEREXIT_MOVE_FIELD_TO_VBEP for all the required items it should trigger ATP as well.
    Can somebody help ?

    Hi Sharad,
    Thanks for your reply.
    My situation is that I wish to trigger ATP on specific changes
    & not just only at the end when the order is being saved.
    It means if I make specific changes in the SO I should be able to explicitly trigger ATP after the change irrespective of the order being saved or not.
    Right now if I make these changes ATP is not getting triggered correctly. To get the correct dates the user has to manually perform ATP by pressing <Check Item Availabitly> button.
    I want a functionality (FM/BAPI/Std. routine/etc.) which will trigger this automatically after the change so that user gets to see proper dates immediately.
    Hence I'm looking for some thing that will trigger ATP in VA01 or VA02 with an explicit call for a item number (POSNR) specified by me  ie. it should create proper entries in XVBEP table for the provided Item.
    Something similar to what happens when we select an Item Line & press <Check Item Availabitly> button manually on the Sales Order.
    Can anybody help me with this.
    Regards,
    Pramod

  • LSO-Automatic triggering of Notification forms

    Hi,
        When an attendee is booked for a Firmly planned course automatically three forms are getting triggered.
    how do I control this triggering or rather how do I restrict the forms from triggering.
    Can anyone help me in this issue.
    Regards
    Vishnu Priya

    FYI:
    In spro>Training and event management>SAP learning solutions>Training management>Day-to-day activities>Correspondance>SAP script based correspondance>Output control options>Specify user-specific output control options
    In the above mention node in the "Medium" field if we select the option "No Output" then notification forms are not triggered automatically.

  • Automatic triggering of Notification forms in LSO

    Hi,
       Can any one help me in configuration where we can change the notifications forms to be triggered automatically.
    Edited by: priyav on Apr 15, 2009 2:34 PM

    Hi,
    In spro>Training and event management>SAP learning solutions>Training management>Day-to-day activities>Correspondance>SAP script based correspondance>Output control options>Specify user-specific output control options
    In the above mention node in the "Medium" field if we select the option "No Output" then notification forms are not triggered automatically.
    Regards
    Vishnu Priya

  • Automatic triggering of Workflowu0085

    Dear all,
    I have created a workflow step with “ACTIVITY”.
    Is there any way to trigger a task automatically, instead of triggering from sap inbox?
    Regards,
    abhi.

    Hi Abhishek,
            You can do if this work item has a background process and no agents assigned to it. For example if you would like get the Purchase order Details you can have the methos get_po_details in the Activity without agents assigned so that your task (Workitem) gets executed automatically.
            this would have cleared your doubt.
    Cheers,
    Prashanth

  • Pricing Procedure and automatic triggering of condition records

    Dear Gurus,
    I am a junior SAP SD consultant.
    At the moment I am customizing SAP to generate sales documents and am using a standard pricing procedure called: RVAA01
    At T-Code: V/08 when you access the reference steps of that pricing procedure you see a lot of steps ranging from
    step 8 to 971
    At sales order level VA01,  once you have entered a PR00 condition record in VK11, and you click to view the pricing procedure:
    - Why does the system only selected those basic conditions and not more?
    PR00
    AZWR
    MWST
    SKTO
    VPRS
    - How does the automatic selection process occur in the pricing procedure to have hundreds of steps ready to use to finally come down to those 5 steps at sales order level?
    Your help is greatly needed
    Regards
    Chris

    Whatever condition types you see in pricing procedure the same will be in V/06 where you can also see three fields
    a)  Access Sequence
    b)  Header condition and
    c)  Item condition
    All your condition types that flows into your sale order will depend on these settings.
    Normally, all item condition types will have access sequence assigned on top right for which, you will have to have relevant tables assigned in V/07.
    Whatever tables you maintain in V/07, based on this combination, you would be maintaining pricing in VK11 for that condition type.
    Based on the above settings, when you create a sale order, system will search for the required combination and fetch the pricing.  This is for item level condition type.
    For header condition type, you will not be having access sequence assigned in V/06.  You can key in manually in sale order at header level condition tab so that the corresponding value will be bifurcated equally to all line items.
    thanks
    G. Lakshmipathi

  • Automatic triggering of output type in Goods issue

    Hello Experts,
    I am trying to pick the output type while creation of goods issue document using transaction MB1A. After creation, it is not coming automatically. I did the customization setting for maintaining conditions based on output type WA02, adding trans/Event-WA, print version-3, print item-1 but still it is not populating automatically while creation of GI document.
    Could you please let me know, how to do it or if i am missing some customization.
    thanks,
    Karun

    Hi,
    To trigger the OUTPUT automatically you have to maintain the CONDITION RECORDS in MN21
    Goto the Transaction code MN21 and enter the OUTPUT type as WA02 and give the following details
    Trans/Event type
    Print version
    Print item
    partner function
    Medium
    Date/Time
    Language.
    After maintaining this check whether the OUTPUT determined automatically or not.
    I hope it will determine automatically.
    thanks,
    santosh

  • Action event automatically triggered for combo box

    Hi all,
    I am facing a typical event handling problem for combo box in Swing(Using Net Beans 5.0, jdk 1.4.2)
    While adding items to combo box it is firing action event twice instead of once irrespective of no. of items added to it.
    For eg if there are 1 or more than 1 item added to combo box it is triggerring action event twice(one just after when first item is added and one again when rest all items are added)
    and if there is no item then also it is triggering once.
    Can you please help me out.
    Thanks

    post the SSCCE code, then only it is easy to find the problem

  • Automatic triggering of transfer posting while usage decision

    dear all,
    My client wants to put automatic trigger of Transfer posting as soon as he finished the Quality inspection from the goods returns from the customer .can anybody help in this problem.
    regards,
    K.Thyagarajan
    null

    You need to define a Follow-up fucntion in customisation (under Insp lot completion). Thi sfollow-up fucntion will have the fucntion module which does the Transfer posting.
    Then you need to assign the follow-up fucntion in the UD code of the selected set in QS51.
    Regards
    Ram

  • Automatic triggering of EDI output on sales order change

    Hi everyone,
    I need to trigger edi output whenever i make changes to sales order and save.
    Can anyone please help...
    Regards,
    Srikar

    Hi,
         Using change pointers you can create an IDOC when ever a specific field in the sales order line item is changed. activate the change pointer for message type ORDERS. Also maintained the entries in BD52
    After this when you change this field at the sales order line item, it inserts entries into change pointer table.
    Use Change Pointers properly so that idoc will trigger automatically.
    <b>Reward points</b>
    Regards

  • Automatic triggering of F1, Q1 quality notification

    Hi,
    Can anybody give me the steps to generate F1 and/or Q1 quality notifications automatically. Please give me detailed process which should i fallow to achieve this.
    Thanks in advance.
    Anand K

    Anand
    F1/Q1 notifiacations are the notifications for vendor complaints/rejections. You can only create these notifications automatically through QM. While rejecting the inspection lots or recording the defects it is possible to create these notifications automatically
    Regards
    Mahesh

  • Free Goods Automatically triggered in PO

    Dear all SAP experts,
      I want to handle the free goods in PO. First, I have set the exclusive free goods through MBN1 for specified vendor & material and its normal gross price condition.
    Just say BUY every 10 pc of Material A can get 1 pc of material B. And the min. purchasing qty for material A is 10 pc.
    However, during PO creation, there is no new item(material B) pop up when I input the material A in 10 pc. ? WHY?
    Do I miss some configuration steps??
    Do I need to create a new condition type NR00 and assign it to calculation schema RM0002? I have tried but it is not working...
    Thanks in advance for any reply.

    Hello Boris,
    You can achieve this with Inforeord maintainence (ME12).
    Follow the steps:
    - Go to ME12
    - Give the Vendor and material combination'
    - Go for condition data
    - Select the validity range
    - Click on "Gift box" icon, and execute the transaction
    - it will give you the list where you can maintain the base material and the free goods material number in "Free goods" column
    Hope this helps.
    Regards
    Arif Mansuri

Maybe you are looking for

  • Trackpad Quit Responding

    So, I got me an iMac a week ago, I have the BT mouse and keyboard. I could not restrain myself and picked up the trackpad earlier today. That being said, I connected the device, no problem. I used it for about an hour, just kinda playing around, then

  • Problem with duplicate target database from active database

    Hi all, i try duplicate database from active database - I have von target and auxiliary the same SYS Password - tnsping wogks in both directions fine - sqlplus to target and auxilairy works from both server - Metalink Solution 1056174.1 not help but

  • BAPI for change PO confirmation date

    Hi, Does anyone know a bapi or a function module for change the confirmation date of one item of a purchase order ( that changes the field EINDT of table EKES ) ? I need to change it according to goods receipt date. Thanks in advance, Paulo Sousa

  • Every application hangs.

    I don't know where to start looking to solve this problem... Every application I open -- Chromium, Lxterminal, Pidgin, Lxpanel etc. -- hangs for a minute before coming back an becoming operational.  This will happen on opening a new window, tab, open

  • Reg:Number Ranges

    Hi SD Experts, I have assigned Number ranges to my Sales document. I raised a sales order & save it.Ex-Sales Order no 12345.Due to some reasons the customer had rejected that order.So i deleted that order in VA02.Now I want to use this no 12345 for o