For the new delivery type created the Idoc is not getting triggered

Hi All,
I am facing the following problem:
For every outbound delivery getting created we have an Idoc which creates the file(sending the outbound delivery details), this file is sent to a system where the picking & packing of the goods happen. This process seems to be working fine for all the existing delivery types, but now we created a new delivery type for which the Idoc is not getting triggered.
Would like to understand what setting are we missing because of which the Idoc is not getting created for the new delivery type.
The Idoc being used is:   DESADV01
Message type :DESADV
Thanks,
Geeta

I believe your existing idocs are created through a output type on the delivery ? if yes, probably you need to configure an existing output type / create a new output type for your new delivery type...

Similar Messages

  • Urgent IDOC -  EXIT_SAPLLMDE_002 not getting triggered.

    I am doing an inbound idoc on message type WMMXY goods movement.
    The idoc is sucessfully getting posted when tested through we19.
    But the user exit  EXIT_SAPLLMDE_002  where i am doing an enhancement is not getting triggered when the idoc is posted.
    I have activated the exit functional module, the project in CMOD is also activated.
    Some one pls help me .. if u have its document pls post it to me.

    Hi,
    Please refer to this documentation of user-exit; may be of some help for you.
    You can use this user exit to influence the processing of IDOCs of the
    message type WMMBXY (goods movements) that are sent to SAP from external
    systems via the MM-MOB or WM-LSR interfaces. You can also access
    customer-specific processing in this case.
    Call transaction and other important requirements
    The user exit is performed in the function module that processes the
    IDOCs of the message type WMMBXY, after the IDOC is withdrawn and
    checked but before direct processing in the application has been
    initiated. (That is, the data for the goods movement has already been
    determined and edited, but the function module for updating this has not
    yet been accessed. The standard function module for processing the
    message type WMMBXY is called L_IDOC_INPUT_WMMBXY. The IDOC is processed
    in an update task, which means that the source code is also executed in
    the update.
    If an error arises, then messages should not be issued since processing
    is being carried out in the background and the result of processing must
    always be returned to the ALE interface. For this reason language
    elements such as MESSAGE, COMMIT WORK, LEAVE and the like should not be
    used. If errors that should be passed on to the ALE interface or that
    affect the result of processing are found in the user exit, you should
    also use the user exit MWMIDI07(EXIT_SAPLLMDE_001) since it alone can be
    used to take your errors into account (see documentation of the user
    exit).
    Parameters and options
    The user exit in the program is the function module EXIT_SAPLLMDE_002.
    In order to be able to use it, you must first create Include zxlidu10
    and activate the enhancement by means of transaction CMOD. As
    parameters, you can use the following data:
    o   Goods movement data already determined from the received IDOC:
        -   Transaction code that is given along with the application
            function module (see interface description (import parameter
            X_TCODE).
        -   Indicator: post only if all items o.k. (import parameter X_XALLP
            ). This indicator must be set by default, to enable IDOC error
            processing.
        -   Indicator: Reset all tables (as primary call) (import parameter
            X_XALLR). This indicator is not set by default to enable the
            processing of several IDOCs. Normally you will not change these
            two indicators.
            -   Goods movement items table (table parameter T_IMSEG)
        o   Received IDOC data:
            -   IDOC control record (import parameter I_IDOC_CONTROL)
            -   IDOC data records (table parameter T_IDOC_DATA)
        This user exit can be used to:
        o   Influence the determined data for the goods movements. All data can
            be changed in this case.
        o   Analyze and process data that is transferred using customer-specific
            segments.
        o   Access additional activities.
        Examples
        A number of potential applications are described below.
    A number of potential applications are described below.
    o   You want to inform a user by mail when the goods movements of
         certain vendors or customers take place.
    o   You want to start your own label printout, for example at goods
         receipt.
    o   You want to update your own tables, for example statistical data.
    o   You want to analyze a missing parts table at goods receipt and
         redirect the goods receipt correspondingly.
    Reward points if helpful.
    Regards,
    Pankaj Sharma

  • IDOC IDOC_OUTPUT_ORDERS  not getting triggered

    Im triggering an idoc IDOC_OUTPUT_ORDERS immediately when i create/change the PO
    However the idoc is getting generated when i change only certain fields.
    When i change other fields it does not get triggered.
    Why?
    -Dexter

    Hi,
    Check in the distribution model tcode BD64 if you have set some filter settings for the partner.
    KR Jaideep,

  • IDOC - EXIT_SAPLLMDE_002 not getting triggered.

    I am doing an inbound idoc on message type WMMXY goods movement.
    The idoc is sucessfully getting posted when tested through we19.
    But the user exit EXIT_SAPLLMDE_002 where i am doing an enhancement is not getting triggered when the idoc is posted.
    I have activated the exit functional module, the project in CMOD is also activated.
    Some one pls help me .. if u have its document pls post it to me.

    I am doing an inbound idoc on message type WMMXY goods movement.
    The idoc is sucessfully getting posted when tested through we19.
    But the user exit EXIT_SAPLLMDE_002 where i am doing an enhancement is not getting triggered when the idoc is posted.
    I have activated the exit functional module, the project in CMOD is also activated.
    Some one pls help me .. if u have its document pls post it to me.

  • New Process type:Is the previous run in the chain still active?

    Hi,
    Please provide details of the new process type Is the previous run in the chain still active? In SPS 12. Thanks in advance.

    Hi,
    did you see that post. it says it is a mistake and will be removed.
    New Chain Process Type: Is the previous run in the chain still active?
    regards,

  • Vendor returns with delivery(new delivery type)

    Hi,
    I configured vendor return process with delivery. it's working fine with delivery type RLL but when I try to copy "RLL" and create new delivery type it's still picking delivery type "RLL" and not the new delivery type.
    My configurations
    1. Create new delivery type copy of "RLL" - LE - shipping - new delivery types
    2. Assigned new delivery type to all the plants - MM-Purchase- purchase order - return orders.
    Am I missing something?
    Regards,
    R.S
    Edited by: Jeyakanthan A on Dec 21, 2011 11:04 PM

    I found the missing config. delivery type determination for outbound delivery was missing. It's working fine now.

  • Outbound IDOC not getting triggered while new master data is created

    Hi Experts,
    I am trying to trigger an outbound idoc for Cost Center master data when ever cost center is being created or cost center is being changed. (Usinf COSMAS)
    I have successfully made use of change pointers and now able to trigger the idoc when ever Cost Center is getting changed. But while creating new Cost center, IDOC is not getting triggered.
    I used the function module MASTERIDOC_CREATE_SMD_COSMAS for triggering the idoc.
    Could one of you please let me what would have gone wrong? Since IDOC is getting triggered while changing the master data but not getting triggered while creating new master data.
    Thanks in Advance,
    Vinoth

    Hello,
    when you activate BD21 for a message type, it creates a entry in the SAP tables. that these Cost Centers have been sent already and any susequent changes to this will trigger a IDoc.
    As for BD16, scheduling it wont help as, you need to specify the selection criteria, and i do not see how you will be able to dynamically get the selection criteria.
    Try BD95, and BD59 to create a change pointer for a field, so when ever this fields is modified (new/updated) an idoc will be triggered.
    regards,
    Abhishek

  • Steps to define new delivery type

    Hi ,
    I want to know that,what is the complete step to define the new delivery type ,that can be use in exsiting order type to complete the sales cycle process.
    Regards
    Prabudh

    Consignment Stock Processing:
    Consignment Stock Processing
    Purpose
    Consignment goods are goods which are stored at the customer location but which are owned by the company. The customer is not obliged to pay for these goods until they remove them from consignment stock. Otherwise, the customer can usually return consignment goods that are not required.
    Consignment Fill-Up: Consignment fill-up replenishes the stock at the customer site. Since the goods remain the property of the company, this process is not relevant for pricing and consequently not for invoicing either.
    Create a sales order using order type KB.
    Enter the required data on the customer, the consignment goods and the delivering plant.
    Enter all other relevant data and save the order.
    Create a delivery as the subsequent document for this sales order and, after picking has been completed successfully, post goods issue.
    The underlying goods movement type is a stock transfer. This ensures that when goods issue is posted, consignment special stock is created for the customer concerned. If special stock of this kind already exists in the delivering plant for this customer, the goods are posted to this special stock.
    Order type: KB (document category C: sales order)
    Std. Delivery type: LF
    Item category: KBN (not relevant for pricing and billing)
    Schedule line category: E1 (relevant for deliveries, uses availability check, 631 (GI consignment: lending) to post the stock into a special consignment category in the delivering plants stock for that particular customer and material)
    Copy control rules for the sales doc, item category, and schedule line category.
    Use trans MB58 or MMBE to check the stock.
    Consignment Issue: The Consignment issue enables the customer to withdraw consignment goods from the special stock that are to be used or sold.
    Create a sales order using order type KE.
    Enter the required data for the customer, the consignment goods and the plant to which the goods are to be returned.
    Enter all other relevant data and save the order.
    Create a delivery as the subsequent document for this sales order and, after picking has been completed successfully, post goods issue.
    The goods are then reduced by the relevant quantity in the special stock assigned to the customer. This goods issue also reduces your total stock.
    Invoice the delivery which issues the consignment goods.
    Order type: KE (document category C: sales order)
    Std. Delivery type: LF
    Invoice: F2
    Item category: KEN (relevant for pricing and deliver related billing, special stock indicator W, should determine cost too)
    Schedule line category: C1 (relevant for deliveries, uses availability check, 633 (GI issue: customer consignment)
    Consignment returns: proceed as follows: Consignment returns enable your customer to return goods to the consignment stock that has already been issued from it.
    Create a sales order using sales order type CR.
    Enter the required data on the customer and the consignment goods.
    Enter all other relevant data and save the order.
    Create a returns delivery for the sales order (the system automatically chooses delivery type LR). The goods issue posting cancels the goods issue posting which was carried out when the consignment goods were issued. This posting records the return of the goods to the plant where goods receipt was carried out.
    Create a credit memo for the consignment return you created in Step 1.
    Order type: KR (document category H: returns)
    Delivery type: LR
    Credit for Returns Order type: RE (delivery or order related billing)
    Item category: KRN (relevant for pricing and deliver related billing, special stock indicator W
    Schedule line category: D0 (relevant for deliveries, no availability check, 634
    Consignment Pick-Up: The company uses consignment pick-up to take back consignment goods that are faulty or excess materials that the customer does not need. This process is not relevant for billing since the goods remain the property of the company.
    It may be beneficial to have a mandatory reference such as the consignment fill-up. In addition to it copy control rules can be used to further control it. In the copy control rules indicate the document flow. As the stock is coming back into the warehouse or plant, you can specify a returns shipping point to be automatically determined. No invoice is necessary, as the goods are not changing ownership.
    Create a sales order using order type KA.
    Enter the required data for the customer, the consignment goods and the plant to which the goods are to be returned.
    Enter all other relevant data and save the order.
    Create a returns delivery for the sales order (the system automatically chooses delivery type LR). The transaction is completed by the goods issue posting which initiates a transfer posting from the customer's special stock to your plant stock.
    Order type: KA (document category C: sales order)
    Delivery type: LR
    No invoice
    Item category: KAN
    Schedule line category: F1 (relevant for deliveries, availability check against the stock on the customer’s consignment, 632 (Consignment pickup)
    Reward points if useful
    Re: Delivery Document Type
    Re: Consignment Process

  • I am changing from Word to Pages. I have created my custom template with all my styles etc and that is what comes up when I go for a New Document. Fine. How do I get it to use the same Custom Template when I use Pages to open a Word document?

    I am changing from Word to Pages. I have created my custom template with all my styles etc and that is what comes up when I go for a New Document. Fine. How do I get it to use the same Custom Template when I use Pages to open a Word document?

    The template is a document in itself, it is not applied to an existing document whether it is a Pages document or a Word document converted to a Pages document.
    You would need to either copy and paste content, using existing styles, or apply the styles to the converted Word document.
    You can Import the Styles from an existing document and those imported Styles can be used to override the current document's styles:
    Menu > Format > Import Styles
    The process is simplified if the styles use the same names, otherwise you will need to delete the style you don't want and replace it with the one that you do want when asked, then the substitution is pretty straightforward.
    Peter

  • HT1206 I need a work iTunes account for my work system, but used my work email address as an associated email to my personal iTunes account. Now I can't use the work email to create the new iTunes account.  how do I remove the email from my personal accou

    Since I upgraded to Mavericks from Snow Leopard I need a work iTunes account for my work system, but used my work email address as an associated email to my personal iTunes account.
    Now I can't use the work email to create the new iTunes account.  how do I remove the email from my personal account?

    You can long into an account via this page and update the email addresses that you have on it : http://appleid.apple.com

  • I created a new library so I can use it for just my music, but now my ipod will only sync to my old library and not the new one I created, even though I'm in the new library when I open itunes.  Any solutions?

    I created a new library so I can use it for just my music, but now my ipod will only sync to my old library and not the new one I created, even though I'm in the new library when I open itunes.  Any solutions?

    The point is that there are four i product users for one computer in my house, and not everyone wants the same music on their device.  Like I said before, the ipod is not syncing to the new library even though I plug it in when the new itunes library is pulled up.  It keeps syncing to the old library...

  • Item availability for selected items and directly create the delivery

    Hi All,
    For a very big sales order ..lets say having 700 line items ...is there any convenient way to create the delivery for selected items ..e.g. 30-40 line items rather going and selecting the line items then doing the item availability.
    do you have any LSMW format by which we can do the item availability for selected items and directly create the delivery.
    kindly Guide me..
    With Regards
    Azeez.Mohd

    Hi ,
    There is no stand way of doing it . You need to take help of abaper to do this :
    1. Create a t code where if you give sale order number , it displays a report with all the items with a check box near to it as we see in SE16 .
    2. This report could be best in ALV form where users can do "ctr+f" and search only the required materials then select those lines and press a button on the top of report .
    3. Once the button is pressed , program will run vL01n ( create delv in backgrnd) in a BDC form . At time of delev creating , the bdc program in backgrnd uses only those items which were selected by user and not the other items .
    4. Program will create a delv using a BDC in background and return the delv number for user to view tht.
    U can also try using FM : RV_DELIVERY_CREATE to create delv in backgrnd after user selection if BDC is getting tricky.
    Hopefully ,this shuld work and will be a easy process for the customers.
    Let us know the outcome .. .
    B O L ..
    Hope this Helps !!!

  • Problem in  assign the delivery type to the existing output type

    Hi
    There is a problem in assinging the existing Output type to the delivery type.
    In, NACE i have maintained the output type for the procedure and also through VV21 i have created the condition type with the combination of shipping point/delivery type.
    But system automatically not determining the output type when we create the outbound delivery. This output type is to trigger the EDI in terns..
    Can any one guide me what are the setting to be done for the same?
    Edited by: V. Mariappan on Jul 5, 2009 12:40 PM

    Hi,
    Check whether you have maintained the condition records for output for the above combination & also the Print device in the Communication tab & Print immediately settings.
    If you haven't maintained the above, do the same & check.
    Thanks & Regards,

  • GL assignment to the new movement type copied from101(GR of purchase order)

    Dear friends,
    user need another movement type copied from 101 due to diffierent GL assignment needed for the new movement type.
    while below is the only combination for PRD(cost (price) diffierences) is OBYC. and the first row is the current GL assignment for 101.
    My question is :  How do I  assign diffierent GL  for the newly copied movement type ,say Z01.
    General modification       Debit          Credit
                                         530000       530000
    PRA                              530050       530050
    PRF                               530000       530000
    Thanks in advance,
    Linda

    Hi,
    Go to t code OMJJ and locate your movement type Z01. Then go to  Account Grouping on the left pane  and create a new account modifier there. Then give the same account modifier in OBYC settings and assign the GL account against it. 
    Thanks,
    Atal

  • No inspection lot created for new inspection type created

    Hi all,
    We create a new inspection type which is based on a copy-version of an existing inspection type. These inspection type has a inspection type origin of standard SAP 04 (i.e. Goods Receipt from Production).
    Question 1 - we bumped into problem when come to testing in which when perform goods receipt, there is no inspection lot created, may I know why?
    The following fields of this new inspection type are all checked; those not specified, are not flagged.
    1 - Insp with task list (flagged); Automatic Assginment (flagged); Check Chars (flagged); Skip Allow(flagged); Automatic UD(flagged); Serial Number Poss (flagged).
    Question 2 - for this kind of inspection type with origin 04, do i need to perform a goods receipt against a production order or purchasing order? How do I perform a GR against a production order?
    Thanks.

    Hi Tuffy,
    Possibly you might not have ticked on preferred inspection type in material master. This could be one of the reasons. Try to do GR after ticking this.
    The setting you have mentioned (flagged parameters)are seems to be correct. But lot generation is governed by preferred inspection type.
    If you have assigned this newly customized inspection type to lot origin 04, then it would be used against production order and not the purchase order.
    There are several ways to carry out GR against production order. It depends on the scenarios which you follow
    1.     MB31 101 movement
    2.     You may use backflush so while confirming order through CO11N auto GR is posted
    3.     In case of repetitive manufacturing scenario generally GR is done by MFBF transaction
    Regards,
    Anand Rao

Maybe you are looking for