PLD - printing copies

Hi.
when printing an A/R Invoice document for the second time, there is a text/image/watermark saying "COPY". This is to distinguish it from original I guess. Anyhow, is there any way to edit the content of this text/image/watermark in the PLD?
Best regards,
Runar Wigestrand.

Hi,
First check what is the exact value of the mentioned field, for example 'COPY'. Let's say this field is Field_001.
Create a formula field, let say Field_002: Field_001=='COPY' - this field will give you value 1 if the above statement is true.
Now create the text field with the text in another language or whatever you would like to display and in the Field Properties, General tab use the Link to function and link this field to Field_002. In this case this text field will only be displayed if the original field reads 'COPY'. Now you can hide both Field_001and Field_002 and just display the text field.
Hope it makes sense.
Regards,
Nat

Similar Messages

  • MN05: setting the number of printer copies for the whole range of vendors

    Hi all,
    by t.code MN05 I can set the number of copies of the MM documents printed the FIRST TIME. I can do it for doc.type or vendor.
    I can't set the number of printer copies for the whole range of vendors. Should I do it for each one of them?
    Thanks
    Gandalf

    Unfortunately,
    setting for document type, it doesn't work for all range of vendors.
    Setting for document type, in the field "PartF" I've put in "OA". Could it depend on it?
    you do for document type and then it will cover all range of vendors.
    If you want prints for a specific vendor then set condition recrod for that vendor only.
    regards

  • Logic to get  2 print copies separately

    Hi All,
    We have a req on check printing to add logic to take care of 2 print copies (check and office copy)separately and save them in a PDF file in a location thru pop-up.
    Pls. provide your valuable pointer.
    Thanks,
    Deepti.

    Hi,
    Refer to the following code. it will be helpful for u.
    REPORT  ZPRACSCRIPT.
    TABLES: likp, lips,itcpo.
    Data:  struct type itcpo,
          pdftab type standard TABLE OF tline,
          datab TYPE standard TABLE OF itcoo.
    DATA: BINFILe type I,
          filename type string,
          filepath type string,
          fullpath type string.
    struct-tddest = 'LP-01'.
    struct-tdnoprev = 'X'.
    itcpo-tdgetotf = 'X'.
    CALL FUNCTION 'OPEN_FORM'
    EXPORTING
       DEVICE                            = 'PRINTER'
       DIALOG                            = 'X'
       FORM                              = 'Z_PRAC'
       LANGUAGE                          = SY-LANGU
      OPTIONS                           = itcpo
    EXCEPTIONS
       CANCELED                          = 1
       DEVICE                            = 2
       FORM                              = 3
       OPTIONS                           = 4
       UNCLOSED                          = 5
       MAIL_OPTIONS                      = 6
       ARCHIVE_ERROR                     = 7
       INVALID_FAX_NUMBER                = 8
       MORE_PARAMS_NEEDED_IN_BATCH       = 9
       SPOOL_ERROR                       = 10
       CODEPAGE                          = 11
       OTHERS                            = 12
    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 'CLOSE_FORM'
    TABLES
      OTFDATA                        = datab
    EXCEPTIONS
       UNOPENED                       = 1
       BAD_PAGEFORMAT_FOR_PRINT       = 2
       SEND_ERROR                     = 3
       SPOOL_ERROR                    = 4
       CODEPAGE                       = 5
       OTHERS                         = 6
    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 'CONVERT_OTF'
       EXPORTING
         FORMAT                      = 'PDF'
      IMPORTING
         BIN_FILESIZE                = BINFILE
        TABLES
          otf                         = datab
          lines                       = pdftab
       EXCEPTIONS
         ERR_MAX_LINEWIDTH           = 1
         ERR_FORMAT                  = 2
         ERR_CONV_NOT_POSSIBLE       = 3
         ERR_BAD_OTF                 = 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 METHOD cl_gui_frontend_services=>file_save_dialog
        CHANGING
          filename             = filename
          path                 = filepath
          fullpath             = fullpath
        EXCEPTIONS
          CNTL_ERROR           = 1
          ERROR_NO_GUI         = 2
          NOT_SUPPORTED_BY_GUI = 3
          others               = 4
      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 'GUI_DOWNLOAD'
        EXPORTING
         BIN_FILESIZE                    = binfile
          filename                        = 'D:\MYFILE.PDF'
         FILETYPE                        = 'BIN'
        tables
          data_tab                        = pdftab
       EXCEPTIONS
         FILE_WRITE_ERROR                = 1
         NO_BATCH                        = 2
         GUI_REFUSE_FILETRANSFER         = 3
         INVALID_TYPE                    = 4
         NO_AUTHORITY                    = 5
         UNKNOWN_ERROR                   = 6
         HEADER_NOT_ALLOWED              = 7
         SEPARATOR_NOT_ALLOWED           = 8
         FILESIZE_NOT_ALLOWED            = 9
         HEADER_TOO_LONG                 = 10
         DP_ERROR_CREATE                 = 11
         DP_ERROR_SEND                   = 12
         DP_ERROR_WRITE                  = 13
         UNKNOWN_DP_ERROR                = 14
         ACCESS_DENIED                   = 15
         DP_OUT_OF_MEMORY                = 16
         DISK_FULL                       = 17
         DP_TIMEOUT                      = 18
         FILE_NOT_FOUND                  = 19
         DATAPROVIDER_EXCEPTION          = 20
         CONTROL_FLUSH_ERROR             = 21
         OTHERS                          = 22
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    Regards
    Rajesh Kumar
    Edited by: Rajesh Kumar on May 4, 2009 8:43 AM

  • Slow printing copies to HP Color Laserjet 400 series

    This issue first appeared on 10.8, and still there... Not sure if it is a feature or bug
    HP Color Laserjet M451 with ethernet connect and 386 MB ram. Mac 10.9.3 with latest print driver from HP.
    Let's say my document has 5 pages, text and graphics, it will print fine speed wise. Say it takes about 30 sec to spool, process and print the one page. THe rest of the document print at good speed.
    If I decided to print 8 copies of this document, and select 8 copies in the print setting, it will essentially submit the print job 8 times so after the first job is done, i will have to wiat for it to process the file and spool it to the printer, etc. it will take a long time. It does not matter it is Word, PDF (using Acrobat reader or Preview), or PowerPoint, same time of respond.
    Same printer, network and file print from Windows 7 will spool, process once, and then the printer will just fly thought the copies as if it is all one document, so i can get this done in say 1 min. The printer print fast after 1 page.
    So. Let's say I want to print 1 page of a document (it can be just text), and say i want 50 copies. then forget it. It will sit there and spool, process and etc each  page for 30 sec. And windows 7 (even xp) will treat it like it is printing one document of 50 pages.
    Any idea if this is a feature of Mac or HP? couldn't be HP if windows 7 print ok.

    This works for me, because I'm tired of waiting for Adobe to find solutions: open your pdf document with Preview and print from there. It will print cleaner and faster than any Adobe application.

  • C309a print copies of 1 page documents

    I've been using Photosmart printers with duplexing for years. In the past, I've always left two-sided printing on "Automatically" as the default for general printing. If I had a one page document, and asked it to print, say, 3 copies of the document, I would get 3 pages with one side each.
    I just intalled a C309a on the same Vista system I've been using in the past. I've set my printer default to "automatically" for two-sided printing. Now if I want to print several copies of a one-page document, it prints both sides of the page. So a request for 3 copies of a one-page document results in two printed pages - one page has the document printed on each side, plus one page has it on only one side.
    The only way around this seems to be to alternate between printing shortcuts. If I have a one-page document, and I want several copies, I have to switch to the General setting with two-sided printing set to "off". If I want a multi-page document duplexed, I have to switch over to the Two-Sided printing setting. I'm disappointed because I didn't have to switch back and forth with any of my former Photosmart duplex printers.
    Is my new C309a really supposed to work this way? Or should I be able to get 3 single-sheet copies of a one page document, even with two-sided printing set to "Automatically", like all my previous printers allowed?
    Thank you!

    audpilot,
    same boat, same printer...
    this is not how the other printers worked.
    is there any workaround?

  • Print copies with different languages

    Hello Experts,
    I would like to know if it's possible to print 2 copies of a Smartform with the first exemplar print in English and the second one in Spanish?
    Thanks for your advices,
    Tipiah

    Thank you Tamas for your reply,
    In your solution, we need to call twice the FM from the program.
    This involves to have 2 spools... do you know if there is a way to use the number of copies when we're calling the smartforms, yo avoid to call twice the FM?
    Thanks

  • Error Outgoing Payment PLD printing

    Hi All,
    Please help us with PLD.
    We encounter error when there are more than one invoice selected in the outgoing payment.
    We need to put in the repetitive area all the paid invoice selected in the outgoing payment
    Header data
    Payee
    Bank name, branch and account no
    Check no
    Repetitive Area
    AP Invoice no
    AP Invoice remarks
    AP invoice Applied amount or paid amount ( Local Currency)
    AP invoice Applied amount or paid amount ( Foreign  Currency)
    AP Invoice Customer Reference
    Regards,
    Amy

    hi,
    Create a customized query & create a report using query print layout designer.
    It will solve problem.
    Jeyakanthan

  • Outgoing Check pld printing error

    Dear all,
    I am setting PLD for outgoing check in check for payment window. My check size is width=200 mm height= 95 mm.
    In tally my client print check by using normal printer with these measurements in Letter paper format.
    I am using paper source letter with width as 566 and height as 269 ( this is the conversion value from mm). All margins as zero, and four database fields- vendor name , check amount in words, check amount in numbers, check date. But this setting gives me printing error. I am not able to see its preview.
    Kindly give your suggestions.

    Hi,
    1. Try to change the paper size to normal A4. Is it working with this paper size?
    2. On which area do you have those fields?

  • Print copies of layout

    hello!
    i have a layout that must be printed in 4 copies by laserjet printer.
    I need that all the copies will be printed in one job, what is happening that the 4 copies are printed in 4 different jobs.
    Is there a way to do it through the print program?
    and in the open_form function in options ( structure itcpo ) the is a field TDNEWID - NEW SPOOL REQUEST what is it used for?
    best regards
    yifat

    Hello Yifat,
    Make sure while setting the ITCPO-TDIMMED, ITCPO-TDNEWID is set to space (ITCPO-TDNEWID = ' ').
    Or do one thing mail me the code at my email address with form, I will try this at my end....
    Thanks & Regards,
    Ankur Jain
    [email protected]

  • Unexpected print copies

    I want to print out a pdf-file being only one page and I order 1 exemplar only. But I get 3 more copies of that page of different quality. I am using adobe reader XI 11.0.06.   Which way I do initiate this behavior or better how can I get one print only? This is happens occasionally and only few files are affected.

    Many thanks Gilad,
    my printer is magicolor 4650
    I found that feature :color separation was activated
    after deactivation all prints come as expected

  • Acrobat 8 - "Print/Copies" Reset to "1" after print job

    I am a Windows Acrobat 8 Pro user.
    When I print more than one copy of a PDF document, I select "Print" and change the number of "Copies" to the number I need.
    The feature I request is that the number of "Copies" gets automatically reset to "1" after a print job.
    I find that when I need a quick copy a another PDF document, I often just select the print option button. When I do this I get the same number of copies that I requested for my previous job because the number of copies is sticky and does not reset itself.
    Microsoft Word has a number of copies feature but this number resets to "1" copy after a print job.
    This would be a very helpful feature for Acrobat.
    Douglas Meredith

    As a counter, I find the reset to 1 that WORD does very annoying. I weekly print out 9 copies of a page, front and back. When I turn it over, I always have to reset to 9 again. I think the reset is a good idea on closing. However, during active use, I would rather see it left as is or give the user an option.

  • Problem in printing copies through vf31

    Dear Gurus
    I have copied a program
    RLB_INVOICE
    and change it with my requirement.
    created a smartform
    and inserted this code in a window of type  "COPIES WIINDOW"
    if sfsy-copycount = 001.
    text = 'ORIGINAL'.
    elseif sfsy-copycount = 002.
    text = 'TRIPLICATE'.
    elseif sfsy-copycount = 003.
    text = 'DUPLICATE'.
    endif.
    the problem im facing is that
    when i execute transaction vf31 and select the document that  i want to print and give criteria for number of messages as 3.
    and print the document.
    it print 3 documents but it doesnot change the text on copies.
    where im going wrong
    please help
    regards
    Saad Nisar.

    i  think now  problem is  from ur  printer  side.
    contect  ur  basis person  and  check  all printer  setting  may  be  ur  problem   solved or  wait  for  more reply....
    or  just  check  ur  text element for  barcode...

  • Smartform printing copies automatically

    Hi everybody,
    I need to print 5 copies of a smartform, I'm doing it with a cycle in the Smartform function call and changing a text in the footer, but when the printing is sent the printer tries to take paper from the feeding tray and stops, when I print a sapscript or other documente in SAP it takes paper from Tray 1 nad continues with the printing, does anybody know the parameter to control this in the smartform call????
    Regards
    Julio Cesar

    Thanks

  • Same content gets printed while printing copies in SRM

    Hi ,
    I am trying to print one original and 2 copies for a PO form. There are few texts specific to the copies. I am using copies window to achieve this. All these are getting displayed correclty in the spool request. When I take the hardcopy/print the original PO is getting printed thrice.
    What could be the reason for this?

       Copies are not supported in adobe form. There are certain things which are different between the forms. SAP note 1009567 explains it clearly.  Alternative solution to get multiple copies has been explained in the thread  Multiple copies in Adobe form with different header text.
    So,i'm closing this thread.

  • Print copies settings in NACE

    Hi All,
    I got the following requirement from my client.
    1. My client requested me to schedule one job for transaction MRRL
    2. He wants 2 copies print out of credit notes from that job.
    I scheduled a job for transaction MRRL and for credit note printouts I did the below settings in NACE transaction code.
    1. In NACE for application MR (Invoice Verification) --> in Condition records --> for ERS (ERS Procedure) out put type --> in Communication i added printer name and Number of messages as "2" (as my client wants the print  2 copies of credit note).
    But when my client getting the print from the job he is getting only one copy of credit note...... could any one let me know what settings I need to do for extra copies of print? which are total 2 copis of print.
    Many Thanks in Advance.
    Abdul Mazid

    Not Answered----

Maybe you are looking for

  • IPhone 4s does not sync purchased items' play count?

    I recently bought a new album using my iPhone, and subsequently synced. Now, looking at my recently played, I can see items I've played over the last several days, but not this album. I really want this album to sync play counts as I really like havi

  • Group box vs SQL Reporting Services Bookmark box

    <p style="margin: 0cm 0cm 0pt" class="MsoNormal"><font face="Times New Roman" size="3">Hi,</font></p><p style="margin: 0cm 0cm 0pt" class="MsoNormal"><font face="Times New Roman" size="3">My name is Peter Mead. I have started a job where they have a

  • Auto Deployment versus Hot Deployment

    Hi, Can anyone one please tell me what the real difference is between auto deployment versus hot deployment in WLS 8.1 SP4 as I am confused after reading the documentation. Can they both be individually enabled or disabled? Can I just disable Auto de

  • CC desktop fails to instal

    Payment went through but Creative Cloud failed to instal What next!!!

  • Got new computer, can't add my library

    How do I get my itunes library on my new computer? I tried to sync my ipod but it's asking me to erase the content. Is there any way around this?