Getting a PDF by triggering an Output Type

Hi All,
I have created an Output Type in NACE. Say ZRUD. In Nace I have configured it to a PrintProgram.
Then please tell me the next procedures, through which I will be able to generate a PDF not by directly executing the smartform, but by triggerring the output type.

You need to fire the output on the specific printer which has a device type of PDF1.
Your basis guys can help in this regards.
Regards,
Naimesh Patel

Similar Messages

  • How to configure a interactive pdf form to an output type

    Hi all,
       The user has to open the form, do some manual entry in the form and finally print it. For this I have created a Webdynpro application with the adobe pdf form linked to it. It can be teted by testing the webdynpro application. But can it be linked to some output type, so that when the output type is triggered, the form is opened and user can do some corrections and print it. Please help me in this regard.
    Thanks
    Thivya

    Hello. I dont understand why would you do such a thing.
    First option is to link it. so if a user e.g. changes the order, he will get the form preview which he can fill and then print as you wanted. All this in ERP and print preview for the form in adobe reader.
    Or you can create a WD app, which must be manually opened, form created, form changed and printed.
    I hope it helps or you can try to clarify if i don´t understand your problem.

  • Delay triggering of Output type

    I have a requirement, wherein when I do a PGI in VL02N, 2 Output Types Z1 and Z2 are triggered.
    Z1 will generate the Billing Doc and Z2 will print a form with all the details inlcuding Billing Doc Number.
    However, Z1 takes time (abt 30 sec) to generate Billing Document, and Z2 generates the spool simultaneously but does not display Billing Document in the form, as Z1 has not yet completed.
    Is there any way, we can delay Z2 or trigger Z2 only after Z1 is completed.
    Note : We don't want to use batch job.
    Am new to output types, so kindly explain in detail the steps for solution.
    Thanks
    Vivek

    Hi,
    We have worked on a similar requirement. In our case we triggered the output Z2 at the time of billing. So configure Z1 during PGI in delivery and Z2 in billing. We adopted the method, you are having currently, initially. But in case of error during billing creation it was very difficult to handle the errors. The delay of 30 sec. could increase if you have huge load.
    I would suggest it is logical to print only after the billing document is created so you can look at this option if you like.
    Cheers,

  • IDoc triggering without Output type?

    Hi Experts,
    I need a help regarding triggering of IDoc. I need to trigger an o/b IDoc for message type SHP_OBDLV_SAVE_REPLICA without having output type on creation or save. Could you please anyone advise is there anyway to do it? It would be great if someone have come across for this kind of req and would helpful for me share same with me.
    Thanks.

    Hi Brad,
    Thanks for your input. Is there any o/b process code exists for Idoc type SHP_OBDLV_SAVE_REPLICA02? Could you anyone share if there is any.
    Thanks

  • Form triggering through Output type

    Hi All,
    There is a issue which i am facing , I have create a output type ZFIN and attached a custome program xyz with this outputtype. when the output is triggered throught transaction VL32n the custom program should be trigger but ther is an error raising which is going to my SAP inbox that is " PERFORM_TOO_MANY_PARAMETERS".
    Regards
    Dhiraj Shetty

    Hi,
    1. Run transaction SU01
    2. Enter <user name> => EDIT
    3. Go to tab 'Parameters'
    4. Select parameter ID = 'NDR' and enter value 'X'
    5. Save
    Done

  • 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

  • Triggering of output type

    Hi Experts,
    I have two output  types and the output type 2 should only trigger if the output type 1 has processed.
    we have coded  in a routine in transation V/27 , and attached it to output type "ZWMA". 
    As per the logic In the routine we are checking the NAST entries , if successful we are marking sy-subrc  as 0 ( suceessful).
    The issue we are facing though values exist but nast table is not popultaed with thse values at the time of execution of routine and hence the check is failing ..
    do we have any other way to check if one output type is processed before executing another output type  and only tigger outpute type 2 if output type1 has processed;
    like something about about access sequence or configuration through which we can solve the issue
    thanks experts!!

    Hi there,
    Make use of element VSTAT  in NAST table for checking the Processing status of message as and when u require to do it.
    Hope it helps.
    Regds,
    abhee

  • Orders triggering without output type

    Hi Gurus,
    Can anyone guide if we can trigger outbound orders (sales orders) without Output type?
    Any suggestion will be greatly helpfull.
    Regards,
    Nitin

    Hi nitin
    Message control is only technique to generate the IDoc ...provided by SAP.
    There is no alternate method...
    I can suggest you that... if you donu2019t want to create sales order IDoc (outbound) immediately
    Hold on with yellow status output type and generate the IDoc when ever you want by scheduling the RSNASTED...
    Thanks
    Ramesh

  • Debugging the program that will get triggered for a particular output type

    Hi all,
             I have one program,which will get triggered when a Sales order of type 'VOR' is created.Whenever 'VOR' order is created it will trigger the 'ZALT' output type.And this output type 'ZALT'has been configured to my program.This output type configuration has been set up by my functional consultant.
    My problem is I created Sales order of type 'VOR'.But I want to debug my program,which has to be triggered because of that 'VOR' sales order type,which in turn triggers 'ZALT' output type and in turn triggers my program.
    My problem is I created Sales order of type 'VOR' by keeping debugging point in my program.But it is not going to my program and simply displaying sales order has been saved.
    So is the outtype has been configured properly?.Do I need to go to my functional consultant?Could anyone explain in this regard?
    Rgds,
    Balaji

    Hi Balaji,
    If possible, try to repeat the output in the output type messages screen of VA02 and change its dipatch time to '1'(Through further data). Now put the break point in the program assigned to output tye 'ZALT'(You can see this in the TNAPR table) and run the program RSNAST00 through SE38. The program will stop at the break point.
    If its not possible to repeat the output and if you want to check it the first time the output type is processed, ask the functional consultant to change the dispatch time in the condition record that is being retrieved for proposing the output type to '1'. Now run RSNAST00. The program will stop at the breakpoint.
    Thanks,
    Vinay

  • 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

  • Triggering output type from VL02N

    Hi,
    I need to attach some kind of routine to VL02n.
    The requirement is that in VL02N, on goods issue, an output type is supposed to be triggered.
    Please suggest me as to how to trigger this output type on goods issue.
    The functionality is like this.......on triggering the output type, idocs are generated. SO i need to write a routine sort of from where i can trigger and then write the idoc related code

    Hi,
    just follow this link..it might be useful...
    [Automatic Output Type from VL01|http://wiki.sdn.sap.com/wiki/x/BY-jBw]
    Regards
    Kiran

  • VL01N delivery saves triggers Proforma Invoices through delievry output typ

    HI Gurus,
    Iam facing one issue related to work flow, 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

    Hi Ram Ki,
    I think your problem is more toward the setting of the output determination. You can consult with your functional consultant who normally set this up.
    For your reference, you can go to transaction NACE, where you can see:
    1. Procedure that is active
    2. Output type belongs to the procedure
    3. Access Control which fields used for comparison
    4. Condition record which values used for comparison, to determine whether the output type is to be triggered.
    Regards,
    Lim...

  • Output type triggers HU and PGI

    hi,
    I am associating an output type in delivery to trigger creation of HU and PGI.
    When i run it independantly without output type, it is working.
    But, when triggered with output type , it is giving call transaction command as illegal command.
    Is that because i am calling same vl02n for creation of HU?
    If that is the reason, let me know how to handle it?

    Hi Gaurav,
    Please see the output determination message first to understand the problem.
    If the output determination is saying that the requriement not fulfilled, it means the requriement routine is checking for something other than PGI, which needs to be completed.
    If the requriement routine is fulfilled and Outputy type not triggered, then it is a master data issue.
    Please check what is the issue first.
    Regards
    Krishnam Raju

  • Creating/Triggering Output Type from program

    Hi,
    When I am creating Inbound Delivery using VL31N tcode, an Output type associated with it triggers automatically.  But my problem is that I have stopped the triggering of Output type automatically while saving Inbound delivery. and want to create mannually through program.
    Is there any FM or any other way to do through program.
    best regards
    bobby

    Hi
    Below link is for your reference
    [create output type reference|http://www.interfax.net/en/help/sap_sd_mm_module.html]
    hope it will help you.
    Regards
    Natasha Garg
    Edited by: Natasha Garg on Feb 5, 2009 7:25 AM

  • Report based on Output Type

    Dear Friends,
    If there is any functionality or Table from where i can get list of Invoices based on OUTPUT TYPE
    we have diff invoice types like sales invoice, service invoice, lease invoice and for all invoices there is dif output type is assigned. If i want to generate service invoices report based on output types assgined to it how we can do that?
    Regards
    Vishal

    hi
    Thanks Friend
    But again there is one problem when i am running this in Devlopment client its working fine but in other client not working n giving message No messages for initial processing exist
    what may be the problme?
    Regards
    Vishal

Maybe you are looking for

  • WebHelp fine with external links, but AIR output isn't.

    Sorry for the repost, but I did not get any eyeballs by posting this in the Adobe AIR or Other Single Source layouts forums. Hoping to get some experts' opinions here. I have this problem with using the AIR packager for RH7 as well as RH8. Please adv

  • SD_SALES_HEADER_MAINTAIN

    Hi All, Thanks in advance. can any one help me out to know why i am getting the error ' Error when copying the contract data in batch input ' when my program is calling the function module 'SD_SALES_HEADER_MAINTAIN'. I am getting subrc = 1 when contr

  • Ipad 3 won't publish to YouTube?

    My ipad 3 won't publish to YouTube. It says "cannot publish (file name)" Doesn't matter how long video is. Wouldn't upload a 3 sec video. Any help?

  • Controlling the layout of application objects in MIDP

    If I don't want to use the MIDP high level user interface API, can I control the layout and position of application objects in MIDP? thanks in advance, Rani

  • StackOverFlow error in ALSB

    We have one proxy service which picks emails from a mailbox.Then its publishes the message to a jms queue.We have another proxy service which picks the message from the JMS queue and using a java callout we parse the plain text message to XML.It was