Output for print

I'd like to output some frames for print. What is the best possible output setting available? Has anyone done this with good results?
Thanks,
Darrell

This is my experience with printing from Motion:
http://discussions.apple.com/click.jspa?&messageID=2000416
Patrick

Similar Messages

  • 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

  • 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

  • Cannot find PDL type for output device '(Printer name)'

    Hi,
    After seeing the statutory reports (PF, ESI etc) in standard format, we try to print form. We get the below error:
    Cannot find PDL type for output device '(Printer name)'
    Message no. FPRUNX113
    Diagnosis
    No PDL type has been found for the specified output device.
    System Response
    Error message
    Procedure
    Contact your system administrator.
    Procedure for System Administration
    For more information, see SAP Note 685571.
    Any input will be off great help...
    Regards
    Pooja

    Hello
    It looks like that you had not installed the ADS(Adobe Document server) for the PDF type reports. Please check with your basis team if you want to configure ADS.
    If you need the output as a sapscript then please do the sollowing steps:
    (1) Execute transaction SM30
    (2) Enter 'Table/View' as V_T5F99OCFT
    (3) Select 'Maintain' option.
    (4) Select 'New Entries' option from the Application Too
    (5) Enter following entries:
         Logical Form Name    = HR_IN_EPF12A_99M
         Form Variant         = (Leave this field blank)
         End Date             = 31.12.9999
         Start Date           = 01.01.1990
         Form Type            = SAP Script (SSC)
         Def. Type            = (This field should be checke
         PDF Form Name        = HR_IN_EPF12A_99M
         SAP Script Form Name = HR_IN_EPF12A_99M
         Smart Form Name      = (Leave this field blank)
    (6) Save the entries
    The above example I have given you is only for the form 12A.
    You have to make entries for all the reports sapscript in this table.
    Please goto SE71 -> F4 -> Payroll -> Payroll India here you will find
    all the sapscripts you require.
    Regards
    Ramana

  • 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

  • Creating Format type for printing ALV output.

    Dear Friends,
        I am using a format type for printing ALV output print which displays 65 rows and 255 columns on DINA4 page. I want to create a format type which will print 65 rows and 310 columns on 'LEGAL' page format .
    So plz suggest the ways along with help links if any.
    Regards,
    Madan.

    Hi Mandan,
    As long as I know the maximum column for printing is 255.
    Might be you can split your output into 2 rows...
    Regards,

  • 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

  • Output type for printing payment voucher

    Dear freinds,
    Can any one tell me what is the output type for printing Payment Voucher.
    Thanks & Regards,
    Santosh.

    For FI config will be done by the functional team you may not see it in NACE tcode, do consult your functional consultant...
    Close the thread once your question is answered.
    Regards,
    SaiRam

  • Regarding callfunction for output device without a prompt for printer name.

    Hi,
      Is there any call function, for accessing output device, without a prompt for printer name? Can we directly execute the smart form without print popup?
    Can anyone suggest me in this regard.
    Thanks in advance,
    Shwetha Korlepara.

    Hi,
    Check my code and reward points by clicking the star on the left of reply,if it helps.
    *& Report  ZZZ_JAYTEST1                                                *
    REPORT  zzz_jaytest1 NO STANDARD PAGE HEADING MESSAGE-ID zhrt.
    Variable Declaration
    DATA : v_form_name TYPE rs38l_fnam,
           itab TYPE STANDARD TABLE OF pa0001,
           w_ctrlop TYPE ssfctrlop,
          w_compop TYPE ssfcompop,
          w_return TYPE ssfcrescl.
    SELECT * FROM pa0001 INTO TABLE itab UP TO 5 ROWS.
    SORT itab BY pernr.
    DELETE ADJACENT DUPLICATES FROM itab COMPARING pernr.
    DATA: control TYPE ssfctrlop,
    control_parameters TYPE ssfctrlop,
    output_options type SSFCOMPOP.
    control-preview = 'X'.
    control-no_open = 'X'.
    control-no_close = 'X'.
    control-no_dialog = 'X'.
    control-device = 'PRINTER'.
    output_options-tddest = 'LOCL'.
    OUTPUT_OPTIONS-TDNOPRINT = 'X'.
    OUTPUT_OPTIONS-BCS_LANGU = SY-LANGU.
    CALL FUNCTION 'SSF_OPEN'
    EXPORTING
       USER_SETTINGS            = ' '
       OUTPUT_OPTIONS           = output_options
       CONTROL_PARAMETERS       = control
    EXCEPTIONS
       FORMATTING_ERROR         = 1
       INTERNAL_ERROR           = 2
       SEND_ERROR               = 3
       USER_CANCELED            = 4
       OTHERS                   = 5
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    output_options-tddest = 'LOCL'.
    OUTPUT_OPTIONS-TDNOPRINT = 'X'.
    OUTPUT_OPTIONS-BCS_LANGU = SY-LANGU.
    CALL FUNCTION '/1BCDWB/SF00000066'
    EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
       CONTROL_PARAMETERS         = control
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
       OUTPUT_OPTIONS             = output_options
       USER_SETTINGS              = ' '
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            = w_return
      JOB_OUTPUT_OPTIONS         =
      TABLES
        itab                       = itab
    EXCEPTIONS
      FORMATTING_ERROR           = 1
      INTERNAL_ERROR             = 2
      SEND_ERROR                 = 3
      USER_CANCELED              = 4
      OTHERS                     = 5
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'SSF_CLOSE'.

  • List of Output For Particular Printer

    HI,
    SAP guru,
    I want to find out LIst of OUTPUT for Particualr Printer.
    Can you Plz Advice me
    Thanks
    Bhushan

    Hi,Goto SE16 table and give table name NAST and then give out put device(field name-LDEST) and the execute afetr out put you  can see out type in the field "message type"(KSCHL)
    Hope you are very clear now...
    Regards,
    Chandra

  • What are the steps  to view the output for check printing

    what are the steps  ,the method to view the output for check printing

    Hi,
    You can ask your functional person to make a payment to a vendor which will then issue a check. You can use the same payment run in program RFFOUS_C and create new checks by voiding the previous check number with a void reason code.
    You can do this as many times as you want and test your check output.
    Regards
    Shounak

  • 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

  • Print PO Output for Communication (POXPOPDF) in XML

    Please someone guide how to generate a PDF form of PO through the request PO output for communication.
    After gaining whatever knoweldge I could from metalink, I have defined a data definition in XML Publisher and also changed the output of the request to XML, to generate an XML output so that I can use that in the template builder to generate a layout template.
    My request PO output for communication is completing in error and is nnot producing any output.
    Please suggest , are there any missing steps?
    Many Thanks,

    Hi Bipuser,
    Yes, I am having the value for this tag.
    I will give you more clarification.
    The Requestor/Deliver To Person is at the shipment level.
    So for each shipment, there will be a RDT person. It can be same for every shipment or different.
    Hence I have name stored at every shipment row.
    So the tag is NOT NULL
    All these names are stored in the same xml tag at different shipment rows.
    Is there any way to check whether the xml tag at all the shipment rows are having the same value or different values?
    Hope I have made my point clear.
    thanks,
    Anand

  • How to call the XML Publisher Report thro Standard PO Output for Comm.

    Hi
    We need to call our custom report(XML Publisher Report) from the standard PO Output for Communication Report.
    There is a parameter(Purchase Order Layout) in PO Output for Communication in which we can see no. of standard reports. We want to add our custom report in that list so that when we will run this standard report by selecting our custom report for Purchase Order Layout parameter, we should get the output as per our Custom report.
    Since PO Output for Communication is a Java Concurrent Program, we are not able to place our custom report in the list of Purchase Order layout Parameter.
    Ram

    Welcome to the forums !
    Pl see if MOS Doc 305307.1 (How To Modify Print PO Report POXPOPDF With Custom Template) can help
    HTH
    Srini

  • Bursting control file for Printer not working in WINDOWS ENVIRONMENT

    Hi,
    We are trying to print xml publisher report output (PDF) using bursting control file. Is not wokring.
    We are using ebs (R12.1.1) on Windows environment.
    Any pre-requisite setup (ie. cups config) should be done before printing using control file. Please guide me i am not having knowledge in printer setup and printer part..
    Thanks in advance
    --Ben                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Hussein,
    Yes, I am able to print seed concurrent report (o/p -text) to that printer (method:- giving the printer name and copies by clicking " Option " in SRS window.. )
    When i do the same for xml publisher publisher report to the same printer , its not working using bursting control file.
    I too made the test in xml publisher report without bursting control file , there i faced another new issue. Let me explain
    1. We are using RDF as data source . here o/p :-" XML "
    2. We are using RTF as layout. In template definition, i chose the default o/p type as :- "HTML"
    3. When i submit the request, i choose the printer which is working fine for printing seeded report. (method:- giving the printer name and copies by clicking " Option " in SRS window.. )
    4. My printer getting prints HTML tag, instead of desired o/p. I wondered after seeing the printout.
    5. I cross checked by clicking view output, its showing me the exact html output as per RTF layout.
    Dont know wat happening ??? Help me out.
    i did the same for changing default output type in template definition to RTF,PDF.. its printing source code of the output type instead of printing output.
    Thanks & Regards,
    --Ben                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for