Need to call another progarm in Zdriver program for a specific output type

For billing document they had configured a Zdriver program and Zsmart form in Nace.
Now, we had created an output type and when user clicks on that specific output type my ZXYZ program should run.
ZXYZ program will convert the spool request into .pdf files.
So what I had done is I have given a condition in Zdriver program saying that If output type is ZD0p.
Submit ZXYZ program so that this program will automatically run.
I just want to make sure that is it the right way I mean shoudl I add something else to the Submit statement...here
and can any one tell me how can I generate spool request by giveing a billing document number in VF02--> Click on Enter > Click on Header>Click on Output-->Enter the Output type and give the communication method details and click on Save...will this generate the spool request..?

Hi
and can any one tell me how can I generate spool request by giveing a billing document number in VF02--> Click on Enter --> Click on Header-->Click on Output-->Enter the Output type and give the communication method details and click on Save...will this generate the spool request..
After doing the whole porcess...re enter the vfo2 transacrion, give the document number and in Menu..Under "Billing Document"..Select issue output to...and there select the output type..and select Print button, it will generate spool request.
Regards,
Vishwa.

Similar Messages

  • Print program for the smartform for selecting the output type (email/fax)

    Hi All,
    Requirement :I have to create a print program for the smartform where the output type may be print out,email or fax ,so i need to put the condition for selecting the output type (like printout,email,fax).
    can any body please let me know how  to put the condition for selecting the desired  output type ?
    Thanks in advance
    Rahul

    Hi
    It is not the output type that has to be changed
    it is the MEDIUM which you have to change and configure
    for printout medium is 1
    for FAX medium is 2
    for MAIL it is 7.
    so instead of printout change the medium to 2 or 7 for the same output type and attach to the same driver program and smartform/form.
    Reward points for useful Answers
    Regards
    Anji

  • 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

  • Calling another transaction in Dialog Programming

    Hello ppl,
    How can I call another transaction(ZPROGRAM2) from my transaction(ZPROGRAM1) using the delivery and the check box options selected in Screen Programming. Should I use BDC.? Also in case of any errors in ZPROGRAM2, the control should return to ZPROGRAM1 with all the previous setting retained.
    Thanks a lot.
    Karthikeyan

    Hi ,
    You can try with BDC as you need to get the control back to the program1.
    If not you can try with the SUBMIT statement.
    ex:-
    SUBMIT zrslg0000  EXPORTING LIST TO MEMORY
                  AND RETURN.
    Regards,
    Satish

  • Do I need to buy another copy of Mountain Lion for my MacBook?

    I have a new iMac that is came preinstalled with Mountain Lion.  Do I need to purchase another copy for my older MacBook?

    Yes.

  • Program name if no output type for dunning smartform

    Hello Experts,
    I want to know if smart form is not associated with any output type then how can I know which program is calling the smartform. I checked out in TNAPR with the smartform parameter value and system did not returns any hits. It means smartform is not associated with any output message type.
    I am working with a dunning smart form where I need to make some changes, Transaction F150 displays the form print preview(One can also print from the transaction), But I have no idea which program is actually calling the smartform.
    Secondly I made some changes in the text element but when through F150 I again viewed the form display, some thing I deleted from the text element still appearing in the preint preview. Could anyone throw some light on this and guide me.
    secondly how to put breakpoint in the smartform, Normally in abap report you just press ctrl+shift and f12 but in breakpoint it is not applied.
    Thanks,
    Mark

    FI Forms will not save under TNAPR table
    FI Form names and Program Try to use below tables :
    Tables : T001F or TTXFP
    There is no output types for FI Forms,
    Check the below link :
    http://help.sap.com/saphelp_erp2004/helpdata/en/15/8c2239c2af4a04e10000000a11405a/frameset.htm
    Path for see form name and print program - Dunning
    path for configuration is :
    SPRO
    FInancial Accounting->Contract Accounts Receivable and Payable->Business Transactions->Dunning Notices.
    Just goto SMARTFORMS Transaction -> use smartform name -> execute smartform -> it will go SE37 -> click on display -> here you can set up break point.
    or you can use print program to setup debugging.
    Now run F150 Transaction -> here you are able to see debugging mode
    Thanks
    Seshu

  • Abap program for delivery note output

    Hi,
    I would like to send a delivery note by email using standard output type. I already custumized the outpt type, assigned communication strategy and all other necessary data, but when I tried to send this document via email nothing happened...
    Is there any sample program which is sending delivery note documents (shipment document) on the external email address in PDF format?
    Thanks for your help
    Saso

    Hi Saso,
      Please, Refer to this link,
      Re: Delivery Note By Email -Output type LD00
    Thanks and regards
    Anup

  • Two print programs using the same output type in t-code v/40

    Hi,
    I am trying to use the same Output type RD00 to print diferent forms.
    In t-code v/40 we can fill a second Processing but how this work?
    Can someone tell me more about this?
    The final goal is to print diferent forms according to different companies.
               Thank you and best regards
                         João Fernandes

    Hi,
    It is not possible to have 2 different routines to be assigned to one output type in the procedure. I think when you say 2 routines, you are saying 2 logics or you are saying the subroutines KOBED and KOBEV of the routine.
    In all reqmt routines, which is in discussion now, only one of the subroutines will be always called, though I dont know unfortunately which one is this. As you said, that only one of your processing logic works, that is the right subroutine area where the second logic should also be coded. So please move your code from the inactive subroutine area to the active subroutine area. Now you should be able to see both the validations being active.
    Hope this helps. If the case is different, please let us know.

  • Program for setting changed output indicator for deliveries

    Hi All,
    Is there a standard program and Form routine to send changed Delivery data as EDI output ?
    We have a scenario in which if a delivery that has already been sent out is changed, we want to trigger a changed output. We are using output type SEDI in application V7.
    If i click on my SEDI output type, I see an option to input Program name and FORM routine name for change output under the tab General Data, but i dont know what values to put here . Any and all help will be greatly appreciated .
    Thanks,
    Amit

    Hi Amit,
    There is an SAP Note 395569 (CHECKLISTSD: Change outputs) which should help you achieve what you want.
    Best Regards
    Nikhilesh

  • I need to find a good (reliable) Zip program for my MacBook Pro (the last one I downloaded installed Spyware on my system...so now I'm "gun-shy" about downloading ANYTHING to my system)

    I have recently been purchasing Books in Digital formats (which come compressed) and I am not able to un-Zip them.
    I have used WinZip in the past (I'm a former Windows user) but I hear that this program isn't very good on a Mac...any recommendations?
    I am running Mac OS 10.6.8
    Processor: 2.4 GHz Intel Core 2 Duo
    Memory: 4 GB 1067 MHz DDR3
    Available Storage: 212.02 GB
    The last Zip program I downloaded to my system was Zipeg and it LITTERED my system (no joke, I had to go to the Genius Bar to have everything removed).

    Mac OS X actually has a built-in ZIP tool that can both unzip files and zip files. However older versions of OS X do not cope well with password protected zip files and it maybe some of your zip files also use newer options your old operating systems correspondingly old zip tool does not support.
    I would therefore echo the suggestion of Illaass and recommend you get the free Stuffit Expander tool.
    For what its worth you now can actually buy a version of WinZip for the Mac, see http://www.winzip.com/mac/en/index.html I have not used it as I find the built-in zip tool in newer OS X versions along with Stuffit Expander sufficient. I have also written an Automator workflow which allows me to create password protected zip files.

  • Call another WD Application (Web Dynpro for ABAP)

    Hi, everyone.
    I have a question.
    I made two WD applications. The applications are not related to main Component and Sub Component.
    I wanna call one WD application from a main WD application as like ABAP call transaction.
    It does not mean popup window or sub component...
    How can I implment the techique?

    Hi Etnaya,
    Just create an external url window and supply the name of the application as . An external url window can be created by calling method CREATE_EXTERNAL_URL_WINDOW at the window manager.
    Best regards,
    Thomas

  • Need to find link to download Mail program for OS 10.3.9

    Hello can anyone provide this link? I recently reinstalled system software and need to download the version I can use with this operating system (I think it's Mail 1.3?)
    Much appreciated!

    You might want to consider using the freeware email client Thunderbird 2.x. http://www.mozilla.com/en-US/thunderbird/ Download here http://www.mozilla.com/en-US/thunderbird/all.html
     Cheers, Tom

  • Calling Multiple forms for a single Output Type in Smartforms

    Hi SAP Gurus..
    I want to call 2 smartforms simultaneously for a Single O/P type.
    But the problem is that My Driver Program in Standard. I cannot edit the Driver form. Whatever I need to do I can do it only in the Smartforms.
    Please help me out in this....

    I guess the better way is to customize your print program. I am not sure whether there are any other alternatives for doing this.
    Rgds,
    SaiRam

  • How to find the corresponding programs for a particular condition type

    Hi experts,
    I have one condition type( KSCHL ).
    I need to find the programs where this condition type is used.
    Thanks in Advance.

    Dear Nagireddy,
    You have to go further by using where-use list option(Arrow Direction Icon) from SE11 or from SE38 editor. Then the system will show you the places where the condition type KSCHL is being used.
    Thanks & Regards,
    Dinesh

  • Need guide on how to design LabVIEW layout for displaying an output from Kelly Controller to control the CompactRio

    Hi guys. Do need some help here.
    My task is to design a LabVIEW design shematic to display the regeneration current drawn from the BLDC motor through Kelly Controller with an output voltage range of 0-5V. The Kelly Controller is to communicate with the CompactRio. However, I do not know how to start it and I'm kinda new to LabVIEW.
    Really appreciate any kind help and guide that can progress me ahead. Thanks.

    Hi kienyang90,
    CompactRio guide can be found in NI website via this link http://www.ni.com/pdf/products/us/fullcriodevguide.pdf 
    By reading the guide, you will get an idea on how it works.
    To connect compactRio with external module or sensor, you need an i/o module.
    for example an analog input module is this one http://sine.ni.com/nips/cds/view/p/lang/en/nid/208798
    You have to pick modules depend on what kind of output source you are going to give to the compactRio
    Hope this help
    TuiTui

Maybe you are looking for

  • How can i add multiple fields when multiple fields match?

    Ok, I am really new to JavaScript and need as much help as I can get. Ok, here's what I have: I have 10 drop boxes labeled HAZ1-HAZ10. In each drop box the user can choose 1.1 - 1.6. I also have 10 numeric fields labeled NEW1T - NEW10T. These numeric

  • How do i copy Ipod classic songs to new computer when it says "Ipod synced with another library" and cannot find that library

    Have a new PC and have a classic Ipod with about 6000 songs and had my itunes on an external HD a Maxtor One Touch II. Make a long story short the songs are not in the external HD no more songs. also looking in the C drive of the computer \My Music\i

  • Oracle SQL Developer 1.5.1

    Hi, I have problem after getting data from database, is look like that: http://images46.fotosik.pl/39/aed67a246d542dae.jpg The data are not clear, I have to do Refresh to get this fix. Is happen only during scrolling vertical or horizontal. Is not a

  • Making Text Editable in AE loses the effects from Photoshop.

    I have to animate text and have finally gotten that process down .. but one problem left. The original text is made in Photoshop CS3 with shadow, bevel/emboss effects on it. When I make the text editable in AE so I can animate it, the Photoshop effec

  • Imessage all messed up

    Hello. I am having a right old time with imessage. I have it on an iphone, ipad and macbookpro. None of them match up, some messages come into the ipad but nothing else, messages from my wife only show up on the macbook but not the other devices. Yes