Delivery Output type newly created not triggering

Hi,
I have created 2 new output types i;e 1 for returns Order and one when we save the Delivery order. This i have copied the standard output type (BA00 & LD00).
so now in returns order the output type i want to trigger automatically and print. But it is not happening. In VV11 i have defined for this condition as Print immediately and in customizing also i have maintained for sales organisation. But it is NOT triggering automatically when i save the return order. If i manually go and add this output then its working. So can you please tell me what needs to be done to trigger automatically.
Secondly for Delivery i have 2 output i;e when i save the delivery without picking and all in VL01N, it should trigger 1 output and second is when i do the picking and PGI in VL02N. Both should trigger automatically.Now both my output is triggered only when i do PGI in VL02n i;e VL01N output is not triggered.
Please help how can i do that.

Hi,
Go to T-code NACE
Application area : V2-Shipping
Now select the condition records and select your new output types.
Take the key combination defined by you Viz. Sales org/Delivery Type (for example
Enter Medium as '1'
        Date/Time as '4'
Press the communication Tab and Tick Print immediatley and release after output Check Box.
Also maintain the output device as LOCL
I hope this will help you
Br,
Tushar

Similar Messages

  • Delivery Output Type not updated automatically in change mode

    Hello,
    I am dealing with a strange problem.
    If i open delivery to change using VL02N then, output type configured for reissue is updated properly and on save ouput type is getting successfully processed also.
    Now if i open VL03N and then using change mode button on application toolbar i go to change of delivery, then output type is not getting created. The issue was figured out when i tried to open delivery from shipment and then using change button i tried to change and save delivery....
    Expectiing solution from experts.
    Thanks
    Hari

    Hi,
    May be this behaviour is due to the application in which you are opening the delivery. When you open the delivery from shipment, check the transaction code in the screen in system status. If it is VL03N, then it is correct. But if it is VT03N, then it is expected that even in change mode, the output is not triggered.  Pls check this once.
    I tried the same thing in an invoice from where i opened a SO and then went in change mode, and the otuput is getting retriggered.
    I hope teh configuration of your output is correct. Ensure that the Multiple Issuing button is ticked on, if you want yoru output type is to be triggered everytime you go in change mode.

  • Proforma Invoice triggers automatically through delivery output type

    Hi Gurus,
    Iam facing one issue related proforma invoice, senerios is sales order- once delievry saves, it triggers one output type ZGF8, and it triggers Proforma invoice type ZGF8.
    In delievry output type ZGF8, we have output program Z_EVT_LIKP_OUTPUT, and Form Rouitne CREATE_EVENT.
    Now user want to differnt delivery type and differnt proforma invoice type same as above.
    My question is how the system is triggers ZGF8 proforma billing type automatically, where in the system have the setting.
    Please guide
    Thanks
    Ramki

    in creation mode you can see kew combination this will show your access sequence criteria.
    Go to NACR display mode in header condition info ,click condition info tab with entering any values in screen this will show the details

  • Exit/badi to restrict output types while creating PO

    Hi,
    Please let me know how to suppress output types while creating/saving a PO. I need to find an exit/badi where I can get all the output types with status vstat = 0. Before saving the PO, I need to manipulate the nast records/output types, so that only PO will be processed successfully for those output types which I need.
    Please help me on this...
    Regards,
    Vikram.

    Hi Vikram,
    Output types are normally handled in configuration. In the configuration you can determine which output types are valid for the object in question and for the function (create or change).
    Also in the configuration you will be able to maintain requirements (coding), i.e. specifiy conditions when an output type should be surpressed or not ->Tx OMFT.
    Discuss this with your MM consultant.
    KInd regards,
    Robert

  • Purchase order output type NEU is not get assigned automatically

    Dear All,
    when i am creting purchase order the output type NEU is not get assigned automatically.
    I have maintained message condn record for NEU and for specific PO doc type NB.
    same problame i was facing for the inventory docuemnts but i was resolved by running one SAP std program so please guide me if any such program is available for Purchasing documents also or any other setting i am missing to make.
    Pl suggest
    Regards,
    Vimlesh

    Hi
    Please check the following in customization.Dont check in NACE you may miss something like fine tune control
    1) Check the Message determination procedure is having the NEU output type
    2) Check the std Message determination procedure is assigned to PO
    3) Check the output type for the Access sequence, default data for transmission medium and partner function VN, Language & Form assigned to it
    4) Check the Access sequence for the condition tables
    5) Check the condition record in MN04/MN05
    6) Check the purchasing group has printer assignement
    7) Check the fine tuen control for operation 1 & 2 for message type.
    Hope your problem now solved.
    Thanks /karthik
    Edited by: Karthik on Aug 13, 2009 5:29 PM

  • Output type (TRS0) is NOT appearing in NACE

    Hi Experts,
    when i am doing config for order integration output type (TRS0) is NOT appearing in NACE for V1.
    business function LOG_TM_ORD_INT is active.
    pl suggest.

    make sure you have a condition record for that output type

  • Output type for credit note

    Hi Gurus
    Can any one explain me to configure the output type for credit note
    Explain with the steps 
    Thanks in advance
    Regards
    Ramesh

    Hi
    SPRO-IMG-Sales and Distribution-Basic Functions-Output Control-Output Determination-Output Determination Using the Condition Technique-->Maintain Output Determination for Billing Documents
    -Maintain Condition Tables -Maintain Output Types -Maintain Access Sequences -Assign Output Types To Partner Functions -Maintain Output Determination Procedure
    Hope this will work.
    Hari
    Edited by: hari mukku on Apr 15, 2009 4:27 PM

  • Output type maintained but not getting triggered

    I have created a Z output type for scheduling agreement(application EV) which  triggers an idoc and maintained it in NACE but it is not getting triggered automatically with the conditions.Is there any more settings that has to be done??
    Edited by: nevinphilip on May 17, 2010 10:35 AM

    Dear,
    Maintain condition record to your combination in t.code MN07
    Regards,
    Gopala.S

  • Blocking delivery output types

    Hi All,
    I am doing my coding in user exit MV50AFZ1 for checking transportation data for the line items in STO. If it is not maintained then we should block that delivery. For that we are changing likp-lifsk and xlikp-lifsk value to 01(Block). Now client has added some new functionality to this. Now he is able to issue the delivery output with output types. We should be able BLOCK this also. Any pointers to do this will be of great help. We tried changing value lips-kvgr1 and xlips-kvgr1 to NDO, But it is not working.
    Regards,
    Vinod.

    Hi,
    Create a VOFM requirements routine for the output..And then assign that VOFm routine to the output type in the output determination procedure..
    In that VOFM routine have the following code..
    SY-SUBRC = 0.   " Propose the output type.
    IF XLIKP-LIFSK = '01'.   " Don't propose the output type if the delivery block is set.
    SY-SUBRC = 4.
    ENDIF.
    ***If XLIKP-LIFSK is not available then try using
    KOMKBV2-LIFSK.
    Thanks
    Naren

  • Output Type to create FlatFile

    Hi,
    We have a scenario where we have to create flatfile as out. We have developed a program that can generate the required file. But this program has a selection screen that reauires the input as a PO.
    Is it possible to link this program to an Output type, so that whenever the output type is determined this program is run and the required flat file is generated?
    If yes, what are the changes We will have to do in the config and/or the ABAP code?
    harehesh

    Hi Ravi/RS,
    First of all thanks for the reply.
    Based on Ravi's suggestion we have introduced a form/ endform statement, also based on RS suggestion he have made sure we are not using any commit statement.
    The functionality seems to be working but we are facing with an issue here. In the standard output types when the out is successgully transmitted the output type changes to green status. In out case, out program is creating a file but it is not changing the status of the output type to green , instead it becomes red.
    Please help
    harshesh

  • Output types are different in VF02 than in VF03 (A particular output type Z*** does not appear in VF03)

    Hi Experts,
    When I check the billing document (Go to>Header>Output) there are 3 output types. After executing VF02, an output type is added (EDI). Why does this particular output type (Z***) not appear in VF03?
    - What are the related configurations for this?
    - Is this a possible ABAP issue? To my knowledge, custom programs usually do not result to this kind of behavior.
    Thanks in advanced,
    Jack

    Jack Rockefeller wrote:
    I'm not a functional consultant but an ABAP consultant.
    Ah, OK, that explains it. Jack, I'm sorry but it's not quite feasible to explain the whole output determination configuraton in a discussion post. Here is a wiki page if you have some time for reading. It's not very thorough but you could google for more. But it would be more efficient to just ask an SD consultant.
    Also in VF02 look at the Output Determination analysis (it's somewhere in the menu in the Output screen) and see if it makes any sense to you.

  • Return delivery output Type

    Dear All ,
    we have defined Z_form for the return delivery .
    Now if we go for the Print out on the Header it is Displayes "Gr / GI slip receipt " utput type : WA01
    Earlier the same was " Return delivery Slip " and the Output type : WE03
    where to chk for the same ?
    Regards

    hi,
    1.Define the form here in SE71...
    2. Assign forms and programs: SPRO >> MM >> Inventory management and PI >> Output determination >>> Assign forms and programs..
    3. also check the o/p types at M706
    Hope it helps..
    Regards
    Priyanka.P

  • Outbound Delivery Output Type Rounded Value

    Dear All,
    The question is, I have an Outbound output type defined and currently in use. No routine is assigned. The problem here is in delivery, Material A with Delivery Quantity: 15.880 kg.
    But when printing the output, the Delivery Quantity has been rounded off to 16 kg. Why? Please advise.

    Hi
    In  the print program the coding was write down like that.
    For example if the weight 15.400 kg system will take 15kg
    or
    If the weight 15.600 kg system will take 16kg.
    That means in the print program coded like that for weight of the material. Take the help from ABAPER.
    Thanks,
    kp

  • Message type EDI is not triggering for outbound deliveries

    Hello,
    When ever the shipment status is completed message type EDI is triggered for the outbound delivery.
    However, in spite of the shipment completion the DESADV EDI message is not created in the outbound delivery.
    So, i request you to help me in this issue.
    Regards,
    Anil

    Hi,
    1st please check the partner porfile for whom it is sent ( Eg -- Ship to party) using T.code WE20 in partner type ku, look for the customer for whom it is sent.
    Check for the message type wheter it is add in outbound parameteres.
    Finally check the varaint of shipment whether the required output is maintained in the shipment varaint and also make sure that condition record is maintained for the output.
    You find some solution with this.
    Regards
    vk

  • New address to be printed in the delivery output type

    Dear all,
                    For the delivery i issued one output message to take the printout of the shipping label .
    Now i changed the address in the ship to party and again issued the message , still it is taking the old adress only is there any possibility for the new address to be reflected in the output message with out creating the new deelivery numbe .
    Best Regards,
    Kumar

    Hi there,
    In the O/p type form layout, in the ship-to address field mapping check what mapping is done. If the mapping is done to LIKP-KUNNR, then if you change the ship-to address, then the new address will come into the print out if you retrigger the O/p.
    If the mapping is done to pick it from VBPA tables of the relevant sales order, then it willnot update.
    So check the field mapping in the printout.
    Regards,
    Sivanand

Maybe you are looking for