Print output for PO

hi MM Guru's
can any one tell me please how to configure the output determination for printing of PO actually when i want to see the print preview of PO there is messeg
processing routin ENTRY_NUE programme ZPO_SPERRY1 does not exist
please help me out
helfull answer will be rewarded
Subhash Chand

Pls. go thru following thred. May be it will help you.
Re: PO output Settings
Thanks
Sanjay

Similar Messages

  • In Forms Unable to print output for particular billing document number

    Hi All
      I am working forms
       Here I am Unable to print output for particular billing document number, I am getting Error message like 'Graphic cannot be displayed'. 
    can anybody tell me the solution
    Regards

    Hi Chinna,
    Please check that the billing document may be using different logo and which may not be avilable or not fitting in the window. (May be graphic is over flowing the window dimensions)
    Lanka

  • Printing output for F.27

    Hi,
      I am using F.27 transaction for printing customers who have open balences.
    i have copied the standard program RFKORD11 and created the Z program as ZRFKORD11. now the thing is if there is no opening balances for a customer its printing output. i dont want to print output those who dont have opening balances.
    How can i do that? can u please send the detials.
    Please treat it as urgent.
    Thanks in advance.
    Regards,
    Srikanth Vemuri.

    Hi Srikanth,
    If the print program RFKORD11 for the F.27 then use the below lgic will work for your issue.
    IF NOT HBSID[] IS INITIAL.
            PERFORM CHECK_OUTPUT.                                  
            PERFORM FORM_OPEN.
            PERFORM AUSGABE_CUSTOMER_STAT.
            PERFORM FORM_CLOSE.
            PERFORM PAYMED_PRINT_OPENCLOSE.
    ENDIF.
    Remember you need to add the IF condition at two places. This is because the code have been called twice.
    Thanks
    Ramakrishna

  • Printing output for invoice.

    Hi All,
    We want to trigger an output for the invoice for SK language. Currently, the output type works for leanguege EN. but its not working for SK language. The script that works is same for both the languages.
    Also, we are not able to add a output for SK language to the invoice output.Kindly advice.

    Hi!
    I don't know exactly what's your problem, you were too brief in your topic, but first try out the followings:
    - check in SE71, is your SAPScript really exists in SK language
    - check in VV33 is your output setting correct
    - check the SAPScript settings for invoicing (V3), in NACE transaction
    - try to create a manual output in your invoice (default is RD00 output type, I don1t know are you using it or not)
    Regards
    Tamas

  • Need to add information/data to the Quote Print output for a quote

    I am trying to modify the print quote output generated after selecting a quote on the quote form. I need to know how to add information to this output.
    I am not sure where the output is selected from. How do I modify the select to include information from other tables in oracle. I am using the ASOPRINT.xsl routine. Any help would be greatly appreciated.
    Charles Harding

    Hi,
    From the xsl file I could figure out that the data for the quote lines is generated from the line <xsl:call-template name="line.table">. I would like to have some conditions added to it so that I can have particular type of items displayed on the PDF output. I am unable to figure out where I can add these conditions. Could someone help me in this? Any help would be appreciated.
    Thank You,
    Sowjanya

  • Formatting printer output for dotmatrix printer

    Hi Experts,
    i'm trying to format the output of the EPSON LQ-870 dot matrix printer to print the output in the paper size height 280 mm & width 210 mm.The device type i used for my output device is EPESCP2.For the first page the header and line items are coming correctly.But for the second page onwards, there is some space is coming between each line items.In third page,the header is coming little bit down from the required location.My page size is little bit less than the normal A4 size.How to rectify this?
    Points will be rewarded if helpful.......
    Thanks in advance.

    Hello,
    I created a condition table '550 - Shipping point/plant'. Then I created an access sequence 'ZSH1' and assigned this condition table 550 to it.
    In the output determination procedure, the procedure 'V10000 - Header output' has the condition type PL02 - BOL: Single Delivery assigned to it.
    The assignments look like:
    Step       Counter         Cond Type
    10               1                LD00     Delivery Note
    20               2                PL00     Packing list
    30               3                PL01     Planning Slip
    40               4                PL02     BOL: Single Delivery
    In Assign output procedures, the entry corresponding to delivery type 'LF' is:
    Del Type                O/P procedure                       O/P Type
    LF Delivery                    V10000  Header Output             LD00Delivery Note
    When I try to enter a new condition record using VV21, it does not show up this key combination 'Shipping point/Plant'.
    Can someone tell me if I am missing some customization?
    Thanks,
    Rugmani
    Edited by: Rugmani Rajan on Oct 22, 2008 3:06 PM

  • Error message when trying to issue output for printing in the VT02N

    We have one issue where user is trying to givng print out for shipiing details in the tranaction VT02 n
    in EXTRAS---> output , there are giving the out put type ZS04 and when they save the output type they are getting the following error messages
    Mandatory:   Proforma saknas
    Mandatory: (5.Varuposter) - Commodity code saknas i delivery:
    output type is configured in nace transacition with the print program and the forn name
    Please tell me why this error is coming
    thanks in advance
    pavan

    Hi,
    Check if you have entered values in all the mandatory fields required.
    If you have try debugging and check where error is coming.
    Just type /H in the command bar and click enter when you clcik on goto-extra it will got to debugging.
    In that put breakpoint at message.This will put break points at all message statements.
    Then you can find out very fast where the error is coming from
    Regards,
    Subhashini

  • Color management settings for the best print output

    Color Management while Printing has been one of the challenging areas which has been discussed a lot over user forums and has been a painful area in terms of clear understanding while taking print outputs.
    Here is an easy-to-understand KB (Knowledge Base) article ‘Color management settings for the best print output’ to help you get the best from your printers using PSE and bridge that knowledge gap.
    This article explains color management in Photoshop Elements, how to get better prints, and addresses some of the following issues like horizontal/vertical streaks in print output, too dark or too light print output, ICC profile problems and Color differences between prints from PSE and other applications.
    Thanks,
    Garry

    Thanks Noel.
    Yes have shared in PSE forum as well. But I usually drop such posts on PS General forum so community moderators as well as our power users who mostly use both PS or PSE or are aware about can communicate to their students, audiences etc.
    The idea is to reach out the message to as many as folks via relevant forums. Most of my otehr posts have found mentioned only on PSE forum.
    Thanks for the feedback Nice to hear such a great feedback within 5 mts of publishing
    Regards,
    Garry

  • Print program for delivery output printing

    Hi,
    I need help with creating a custom smart form and print program for outbound delivery.
    1. i want to know how to select data in my print program ? i mean how to i get the delivery number when the output type is executed.
    2. What parameters are to be passed so that delivery opens as soon as the output type is processed.
    Thank you.
    Usha

    Details of output triggered can be obtained from nast. By default structure nast is populated with the values when the print program is being processed. Field OBJKY is used for the delivery number; Application : V2
    It could be enough to pass an internal table with item level details and an header structure. This more or less is dependent on the output desired.
    Rgds,
    Karthik

  • 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

  • Print preview for PO output

    Hi,
    I have an issue with viewing print preview for PO output.
    In Messages,output type has been defined.
    I am trying to display print preview of the PO outpit by clicking on the print preview button.
    Instead of displaying the print preview on my screen,the printout is directly fired in the printer.Please note I am trying to display just the print preview and not printing the PO.
    This happens even when I have not set 'Print immediately' indicator in Communication setting and have defined 'Send with application own transaction'.
    Your input on this would be of great help,
    Regards,
    Bikram

    Hi,
    Triggering print or Preview option is dependent on driver program assigned to output type in OMTB. It will be customized program. You need to do modification in your customized program.

  • Output not printing correctly for BI Publisher report.

    Hi All,
    We have a BI Publisher report which is printing correctly on one printer but not on another printer. The top and right side of the output are getting truncated. Printer type for both the printer is same that is "--PASTA Universal Printer Type" and both are using the same printer driver 'PASTA_PDF' and same style 'PDF Publisher'.
    Please let me know how can I debug the issue.
    Thanks
    Vishalaksha

    Steve- I understand what you are mentioning about the ftp, the XML file looks okay on both server and the client except for the letter 'ü ' and the rest of the German characters prints okay. THe problem is that the BI reprot is printing the same wrong characters.
    --Ravi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Output determination and Printer determination for  both PO and GR

    Dear all,
    Can anyone please help me in congiguring the output determination and printer determination for  both PO and GR. please give me detailed configuration including the paths as i am stuck with the configuration.
    Thanks & Warm Regards
    Somashekar Anand

    hi Somashekar
    follow he steps
    Output of Purchase Order
    1. Condition Table
    SPRO > Material Management> Purchasing -> Message -> Output Control->Condition Tables->Define Condition Table for Purchase Order
    Select:
    Purchasing Doc. Type,
    Purch. Organization,
    Vendor
    2. Access Sequences
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Access Sequences->Define Condition Table for Purchase Order
    3. Message Type
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Message Types->Define Message Type for Purchase Order
    *4. Message Determination Schemas*
    4.1. Message Determination Schemas
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Message Schema->Define Message Schema for Purchase Order-> Maintain Message Determination Schema
    4.2. Assign Schema to Purchase Order
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Message Schema->Define Message Schema for Purchase Order-> Assign Schema to Purchase Order
    5. Partner Roles per Message Type
    SPRO -> Material Management-> Purchasing -> Message -> Output Control-> Partner Roles per Message Type ->Define Partner Role for Purchase Order
    6. Condition Record
    Navigation Path: SAP Menu-> Logistics -> Material Management -> Purchasing-> Master data->Messages-> Purchase Order-> MN04-> Create
    Now you create PO (ME21N) and save it. Go to ME22N and print the PO by giving output type.
    Output of GR
    After setting table, access sequence and output type for GR,run MB02 transaction, enter material document number. Double click one line item and select messages. Separate screen will be opened to configure outputs. Give the required fields and save the document. Now Run MB90, you can take printout. Output Type: WE03 or WE01 or WE02
    Reward points if helpful
    Thanks and regards
    Ravikant Dewangan

  • Output determination (print out) for service entry sheet

    All SAP Gurus,
    What are the steps involved in determining the output (print out) for service entry sheet?
    Regards,

    Hai,
    Goto NACE select the Application ES, out type NEU and maintain the program SAPFM11, Formroutine ENTRY_NEW, form ML_SERVICE_ENTRY aganist medium printout and maintain the condition records for printout to VN.
    take print in ML83
    Regards,
    eswaramanu...
    Edited by: eswar manu on Oct 21, 2008 8:37 AM

  • "Modifying" book templates for (locally printed) output?

    Hi,
    There have been many and varied threads on the subject of Apertures (in)ability to produce printed images beyond a single image per page/standard contact sheets and/or those that involve 'buying a book' [How good those books are is beyond the scope of this post ]
    The light table can be used to place & scale multiple images for print output, but 'auto-scaling' seems to render this 'unreliable' at best..... [3rd parties have been 'recommended' as at least partial solutions to this problem]
    It seems to me that access to the 'templates' that make up the 'book themes' would be a good idea - Darn, if I could simply double the page size from 8.5 x 11 to 17 x 22 I'd be pretty happy! [Portrait would also be really nice, but that's another story.]
    Does anyone know where the 'specs' for the books are located? - If we could change the page size it seems to me we'd be home free - AP already allows us to resize photo boxes within the page and then print locally.......
    Comments?
    Cheers,
    Ian
    MBP 2.16G / 2GB / PBook G4 1GB   Mac OS X (10.4.8)   etc etc

    1) Try the couple of templates here.
    2) Click on the cog and choose Save Page->As New Document Master
    3) Not in Aperture - unfortunately it's design/layout tools have a few essential bits missing. AFAIK the only way to do this is to close Aperture and edit the plist files for the book template design - not for the faint hearted! You could possibly create correctly sized blank design element 'spacers' in photoshop and add them to the design as images, not sure how well that would work!

Maybe you are looking for

  • Fiscal year imp

    hi! i have one queition , in fiscal year varient creation we enter periods, and in year shift bar we enter also 0 or -1 or +1 can any one explain about how can we using this with detail. thank u chinna

  • Add new field LFA1 into BP

    Hello , Using BDT, I created a custom field in Table LFA1, this field appears into screen but is not saving, I changed also the BUSB transaction to set this field. Can anyone help how to update the Values from Screen to the database table (LFA1). Tha

  • Performance of WLPS

    What sort of performance are people seeing for WLPS? I have tested the demo portal on a Wintel P500+256MB, and a Sun E420R+1GB, and get response times for loading the main page (after JSPs have been compiled) of four and two seconds respectively. Thi

  • Formule used in the transaction MP30 for calcolate the value ROP.

    Dear gurus, in the transaction MP30 we insert the value in the field "Corrected value" and  the system calcolate a value of the parameter Reorder Point . What formule use for calcolated this value? How this value is calcolated.? Thansk a lot Daniele

  • Is there any function module to get the no. of days in a month?

    hi all, if i have the month and year then is there any FM by which i can get the no. of dayz in that month? regards, shweta upadhyay.