Print preview issue with invoice script

Hi folks
i am working on preparing UTP for a invoice script(modification of standard one).
here when i am running the billing document number in VF02 i am not able to see the print preview.
i would like to know what should i do on this as i need a printpreview to prepare  UTP on this layout.
when i select the message type(output type) of that layout and press the option print preview nothing is happening.
when i say print in the status bar it is giving success message and when i saw in the spool the status is in waiting.
can anyone let me know what i need to do ?
thanks in advance

Hi
Do u know the o/p type  of the script ?
if not ist see the out put type by going to Tcode NACE
after thatjust go through the steps...
1 vf02 > give a doc no-> enter
2
from menue bar chose GOTO> Header> output
3.
now give the output type . medium -> printout press enter
4
save and go bck to 1st screen of vf02
from menue bar chose billing document--> issueoutput type
chose select the printout and select print preview.
rewards if useful
Regards
Sachhi

Similar Messages

  • When I print a document with Arabic script in In Design the characters appear in an inverted form, in the opposite direction, while the printer doesn't do this with other software such as Word

    When I print a document with Arabic script in In Design the characters appear in an inverted form, in the opposite direction, while the printer doesn't do this with other software such as Word

    (The small field at the top of questions is to type just a title; the large field is to type your full question in, along with anything else that may help us help you.)
    When you say "print", do you mean the text is correct in your InDesign file? If you export the document to a PDF, is it still correct? Final test: if you print the PDF to your printer (making sure you use the same driver and setting), is it wrong? Then it's your printer driver, trying to be smart when it should not. Locate a Settings dialog where you can switch off options such as this one. Were I a betting person, I'd tell you to look for something called "Auto-correct mirrored documents".

  • Any fix for the PC based network printer communication issue with Mavericks?

    Any fix for the PC based network printer communication issue with Mavericks?

    I just signed up for FIOS and am not experiencing your problem (had enough other ones instead).
    Go to mail preferences ~ click on a mail account ~ click on the advanced tab. The only settings that worked for me were: port 110 SSL OFF, authentication: Authenticated POP (APOP). If I remember correctly when I first set this up another window opened and I typed in my password and never had to do that again.
    Hope this helps.

  • Issue with invoice

    Hi Experts
    I am facing an issue with invoice. When i am cancelling an invoice , the system is actually not clearing the accounting doc for original invoice and neither it is clearing the accounting doc for cancelled invoice.
    Also if i see the customer line item of the accounting doc for the cancelled invoice , then instead of taking the posting key as 12 i.e. Reverse Invoice it is taking as 11 : Credit Memo which is quite unusual and as far as i know this is something standard and not modifiable.
    Kindly let me know if you can suggest any solution or comments to this issue
    Thanks

    Hi,
    Check copy controls in VTFF.
    Cancelled invoice should have the original invoice number in header and original invoice should contain the cancelled tick at header.
    Check if you are getting those status in the respective documents.
    Also, your delivery or order with reference to which the invoice was created will become open or being processed.
    Also try running std program for reorganization of status indexes in SE38 , program RVV05IVB.
    Regards,
    Amit

  • Alignmnet Issues with SAP Script

    Hi All i have an issue with SAP script i have few columns in the script where in the values in the column changes dynamically.For example the value of second column in the first row can be 5 characters and the value of the same in the 2nd row can be of 10 characters and it keeps varying for every row but the max length of it would be 20 characters.
    Now the issues is with the second column as the text in this column keep varying the text in the same row after the second column keep moving either towards right or towards left depending on the text in the second column,Can any one help me as how  can i fix this issue.
    Looking for your valuable inputs.
    Regards
    Hari Krishna.

    Hari,
    http://help.sap.com/saphelp_47x200/helpdata/en/d1/802d91454211d189710000e8322d00/frameset.htm
    Even though it is not the solution,I guess this link will be helpful.
    K.Kiran.

  • Printer Compatibility Issue with PDF?

    I have a PDF document someone else created with InDesign CS3 5.0.4.  It opens in Reader 9.1.3 and prints perfectly on some newer printers.  However on older printers the very bottom of the document is chopped off in both print preview and the actual print on paper.  Both printers are HP and I spent a couple hours chatting with HP Tech Support trying new drivers, etc.  Their conclusion was that it is caused by an unresolvable issue between the PDF and the older printer.  They, of course, said I would need to buy new printers eventhough they are not that old and work just fine for everything else.
    So far the same issue has come up in three other offices. There must be a better solution other than throwing money at it.
    I have never used InDesign and I am wondering if there could be some settings used at the PDF creation in either InDesign or Acrobat that may solve the problem.  The form must be printed exactly as designed so Shrink to Fit is not an option.
    Thanks.

    Thank you for answering so quickly!
    I agree, and I am afraid the answer to this issue is to either buy new printers or redesign the form.
    The PDF is a new state government form and I want to exhaust all other options before I get involved with the bureaucracy of inquiring about a change to the design of the form.  (A stick in the eye sounds more fun.)
    So from your expert knowledge of InDesign and PDFs there is no way, short of redesigning the form, to have it print correctly on "older" printers?
    Thanks again.

  • Print Preview problem in Invoice

    Hi experts,
                    i have the following problem, when i go to the VF02 and use the document 9000040 i go to billing document, then issue output to and choose print preview i have one item for USD1000 and the item can have a text (via SO10), when i get another document, for example 9000060 the print preview shows the item with USD1000 but the text assigned is not being displayed, the first document is a credit memo, the second one is a debit memo,  thanks in advance.

    Hi
      you have mentioned that you have pass the window and the window itself,what do you mean here actually bcz there is only 4 paramters to be passed
    EXPORTING
       ELEMENT                        = 'TEXT1'
       FUNCTION                       = 'SET'
       TYPE                           = 'BODY'
       WINDOW                         = 'MAIN'
    So here you r passing only the window.
    check out the paramters that you are passing i hope there must be some problem in passing the parameters properly in the print program.
    I hope this will help you to solve your problem.
    Thanks
    Mrutyunjaya Tripathy

  • PrintSetup/Preview issue with WebBrowser control in 64bit applications

    The WebBrowser Control appeared to be working well in a 64-bit VB.Net application I've been developing, until I looked more closely at what was happening when using the ShowPrintSetupDialog and ShowPrintPreviewDialog members. If I opened the print setup
    dialog and changed the page size from A4 to 8.5 x 11, clicked ok, and then either reopened the page setup dialog or accessed it through the print preview dialog, the page size had returned to A4 and had not retained the 8.5 x 11 setting. However, if I rebuild
    the application as 32-bit the changed setting is correctly retained. The code is being developed using Visual Studio 2012 Express running as administrator under 64-bit Windows 8.1 with 64bit Internet Explorer 11 installed as standard. Does anyone
    know how to overcome this problem so users can confidently change the page size in a wholly 64-bit application and print via the WebBrowser control? Thanks in advance for any help you can provide.

    I suppose you are using these methods WebBrowser.ShowPrintPreviewDialog Method and
    WebBrowser.ShowPageSetupDialog Method.
    Both methods show the below. Although why it would work 32 and not 64 is unknown to me.
    .NET Framework Security
    SecurityPermission 
    for immediate callers to use this control. Demand value: LinkDemand;
    Named Permission Sets:
    FullTrust.
    PrintingPermission 
    to access the printer through this method. Demand value: Demand. Associated enumeration:
    DefaultPrinting.
    La vida loca

  • Print Preview broken with Reader 9.3/Firefox 3.5.7?

    Since updating to Firefox 3.5.7 and Reader 9.3, one of our users reports the print preview no longer works properly.  Trying to downgrade to Reader 9.2 or Firefox 3.5.6 produced similar results on my test workstation.
    Computers in question are running Windows XP SP3.
    Has anyone else encountered this issue?  Are there efforts to fix this functionality?
    John

    I do not use the method "renderPDFForm" (at least not explicitly), instead use the "renderXDPForm (...)".
    I added the XDP form the zip (I forgot): download from here!
    And the only parameter that you can tell this method over the "target" of the resulting PDF is "com.adobe.idp.services.PDFFormRenderSpec. "
    /* Common to all generated PDF */
    com.adobe.idp.services.PDFFormRenderSpec renderSpec= new com.adobe.idp.services.PDFFormRenderSpec();
    renderSpec.setLinearizedPDF(true);
    renderSpec.setLocale("es_ES");
    renderSpec.setRenderAtClient(RenderAtClient.No);
    renderSpec.setCacheEnabled(false);
    renderSpec.setStandAlone(true);
    /* Target version 8 o superior: Usede ONLY to generate "MyForm-ES-AcroVersion8.pdf" */
    renderSpec.setAcrobatVersion(AcrobatVersion.Acrobat_8);
    /* Target version 7.0.5 o superior: Usede ONLY to generate "MyForm-ES-AcroVersion7.pdf"  */
    renderSpec.setAcrobatVersion(AcrobatVersion.Acrobat_7_0_5);
    /* Target version 6 o superior: Usede ONLY to generate "MyForm-ES-AcroVersion6.pdf"  */
    renderSpec.setAcrobatVersion(AcrobatVersion.Acrobat_6);
    After this, process PDF forms resulting in Assembler.
    I tried also NO explicitly assign the "AcroVersion" ... and in such cases, the resulting AcroVersion indicated corresponds to the time of design (Adobe Designer, File / Form Properties / Default / Target Version), and in such cases the resulting PDF, also displays the warning message.
    I do not know if I answered your question.
    Any idea?

  • Ram Preview Issue with Yosemite

    Hi, I have updated to OS X Yosemite, I am using AE 13.1.1.3, and now I am having an issue with RAM-Preview that makes working with AE problematic: When I start the Preview by hitting "0" on the Numpad the Ram Preview starts, but I am not able to stop it anymore until it has rendered to the end of the work area.
    It is also strange that I am able to move keyframes while it renders.
    The Shift-Ram Preview is also affected by this bug.

    There is a known bug with Yosemite and the RAM preview, but your issue sounds different. Anyway, see the known issues here: After Effects good to go with Mac OSX v10.10 (Yosemite)

  • Goods issue print preview issue

    Hi
    I have created stock transport order,goods issue in mb11 tcode 351 movement type,in mb90 tcode print preview shown only transferred from site details only,transferred to details of plant not shown,plz help
    Regards
    sam

    Hi,
    Contact ur abaper to change smart form.
    Arun

  • Print Preview issue related to Purchase Order

    HI,
    I am working on purchase order printout. For the creation of P.O. I have worked on printout ad its working fine. As comes to change purchase order, client is using same output type and if they take the printout its coming as
    Amendment to P.O. (In case creation of new purchase order printout Its coming as Purchase order only.) And in the change purchase order printout, its showing the items changed(But in print preview i am able to see the the new created purchase order only....not the changed purchase order print preview)..
    How can I see the change purchase order print preview?..so that I can make the changes as per the client requirement.
    Thanks,
    Kishore

    Kalyan,
    This is possible provided you have mantained Individual Capacity Defination in the Capacity header of the work center. Since yours is Labour you need to assign the person to the Individual capacity details for Machine you can define your own naming. With this you should be able to confirm every product with referance to the Individual Machine.
    Since you are using Serial Numbers, I assume that GR you are doing using transaction MB31 or MIGO, where you can assign the Serial Number to the material.
    Regards,
    Prasobh

  • Delivery output print preview issue.

    Hello Friends,
    While going for the print preview of the outbound delivery by T-code VL71 i am getting the message-->
    "Output could not be displayed (it may not be complete)
    Message no. VN069"
    As i have maintained VV21 & output type in the delivery.
    Please help me with the solution.
    Thank you.
    Sadanand.

    hi
    did u maintained the output type in NACE for appliacation V2
    and also check whether u have maintained the custom form in smartforms place
    Output type LD00
    trans medium : 1
    short tecxt : print out
    Program ; RLE_DELNOTE
    FORM routine : ENTRY
    smartforms : ur z form
    trans medium : 2
    short text : fax
    Program ; RLE_DELNOTE
    FORM routine : ENTRY
    smartforms : LE_SHP_DELNOTE
    hopre this would sove ur problem.
    Regards,
    Venkat.
    Edited by: venkatakrishnan Parthsarathy on Apr 14, 2008 2:40 PM

  • Regarding Smart Form Printing, Print Preview issues

    Hi,
    I have couple of issues regarding Smart Form Printing, Print Preview.
    In my program i am passing below parameters to smart form function module:
    t_control-device = c_printer.
    t_control-no_dialog = space.
    t_control-preview = space.
    t_control-no_dialog = c_x.
    t_output-tddest = g_spld.
    t_output-tdimmed = c_x. " Print Immediately
    t_output-tddelete = space. " Don't Release spool after output
    g_user_settings = c_x.
    Issue#1: Though i have set preview paramter to space, after executing program it is prompting for Preview Screen, There again i have to give printer name though i am passing printer name as above and i need to hit on print preview button to set Layout output.
    Here how can i go directly to layout output without preview screen.
    Issue#2: In some cases we need to Print the layout set output after executing program immediately without prompting for preview screen and then Layout set output should also be shown after printing the output.
    How can i solve these issues!
    Thanks in advance.
    Thanks,
    Deep.

    Hi,
    In the SAP menu screen goto <b>System->User Profile->Own data</b>
    There in the defaults tab, for the output device give the value you had maintained for <b>g_spld.</b> This will not prompt you a dialog screen, and if you want to print immediately select the checkbox as well. Then try to execute the smartform. Hope this solves ur issue.
    Tushar

  • Intermittent issues with Matlab Script in LV2012

    I'm having some intermittent issues with the Matlab Script in LV2012.  I'm running Windows 7 64 bit, and my Matlab is 2013 64-bit.  I've tried the suggestion here:
    http://digital.ni.com/public.nsf/allkb/8BEBC0C86541224286257AF300561B5E
    I tried this but it didn't work for me. 
    I've also looked at this:
    http://digital.ni.com/public.nsf/allkb/2B3FF46C8512C4F786256CF30071BE53?OpenDocument
    In one of my .vi's if I change 2 of the 3 input variables to the complex type, it works.  It seems to be insensitive to the data type of the first input variable.  In another .vi this trick doesn't work at all.  The fix given in the link is to update the .dll, but this seems to be old news as the .dll in my directory is newer than the one referenced in this link.
    The other funny thing is these scripts worked fine on Friday afternoon, but were throwing this error this morning.  I've closed and reloaded both Labview and Matlab, but that didn't fix the issue.
    Are there any new fixes for this issue that I haven't been able to find?
    Thanks,
    Doug

    Doug,
    If you have a service contract feel free to call in to the support line and you'll be able to work with someone on the phone. That'll be the quickest way to resolution.
    Feel free to send me a PM if you wish and I can take a look at the code and test it on our machine. 
    Notes for Branch AE:
    Please reply to This Post within 24 hours
    The US AE is expected to reply to all of your posts within 24 hours. Having this expectation will keep the escalation moving quickly and toward a fast resolution.
    You can also use other communication channels: Phone, Sametime, Lync,etc. to discuss the issue with the US AE. This can help with troubleshooting and quick diagnosis of the issue.
    Click here to provide kudos for a post on this page

Maybe you are looking for

  • Vi converted from LV2009 to 7.1

    Hey guys, I need 2 files converted from LabView 2009 to version 7.1. Can someone do it for me? Thanks a lot. Cheers, Andrey Attachments: initialization.vi ‏14 KB final.vi ‏42 KB

  • Can't change gui language

    How can I change the gui language to german? I can use the german gui in my sql developer version 1.5. If I update the version 1.5 to 1.5.1 through the "Check for Updates" button, the gui is still displayed in german language. If I download the sql d

  • 60i footage into 24p sequence

    Hi, I have 60i footage that I want to import into a 24p sequence. The scene was filmed in 60i specifically because I want to slow it down 50% in my premiere sequence and the 24p does not allow for good slow motion. My concerns are how to do it, and h

  • Image Not Found in Aperture

    I just imported over 1,000 images into Aperture from a photo shoot. The first 680+ images imported fine. The rest appear as images in Aperture but when I try to make Adjustments I get the message "Image Not Found." I used "Show Package Contents" on t

  • SCOT configuration for internal & external email system in EP.

    Hi, I want to add SCOT configuration for internal & external email system in  SAP EP 7.0  ? What all steps I need to do ? any good documents on this ?