Excluding PO printing for some vendors.

Hi Guys,
I have a requirement as below with respect to PO printing.
I have 10 vendors for which client doesn't want to print the PO for others they want to print the PO.
Currently we are maintained the condition records with respect to document type.
We have two access sequence for condition records (MN04).
1. Purchase Org/ Vendor
2. Purchase Org/ Document Type.
We have a customized print program.  In this print program the system takes the printer details from the user master.
For the limited 10 vendors the client want the output type, that is the system should trigger message type. when they process those purchase orders, the message status should change to printed, but the print out should not come from the printer for those 10 vendors. As the printer details the system picks from the user master so I am not able to restrict the system from printing the purchase orders created for those excluded vendors.
Please guide me some solution for this.
Regards,
Manju.

Untick print immediately option from comm. data for these vendors.
Regards,
Dakshesh

Similar Messages

  • How to Restrict printing the document using IRM for a Single Document?Allow printing for some documents and restrict the printing for particular documents in same document library?

    Can we able to Configure the IRM in Document Level in SharePoint Document libraries?
    The document library contains multiple document sets , Can we restrict the printing according to document sets? Allow printing for some documents and restrict the printing for particular documents in same document library
     Is this possible?Please suggest.

    Yes, that can be done. But note that all administrators will have the same right to print, so you need to make sure the users are not administrators. You can include a macro to disable printing, but if the users disable macro, they can print the documents.
    Hence, there is no foolproof way to prevent printing documents. If you still need a foolproof security, PDF format provides password based security (viewing doesn't require a password) that can be implemented to prevent the document from printing,
    which doesn't require any special scripts and is tough.
    You can have a look at the following links:
    http://msdn.microsoft.com/en-us/library/office/ms458245(v=office.14).aspx
    http://msgroups.net/microsoft.public.word.docmanagement/prevent-printing-of-docum/91353
    http://www.go4sharepoint.com/Forum/prevent-printing-saving-documents-10150.aspx
    The following link explains about the security features in PDF. This is for information purpose only and not for promotion of any products:
    http://www.pdflib.com/knowledge-base/pdf-security/
    Balaji Kundalam

  • FBL1N - Limit display line itens for some vendors

    Hi All,
    I have a request from business to limit the access for some vendors in FBL1N.
    The idea is to limit the users to do not see the line itens for some vendors.
    Is there some standard configuration? Any suggestion?

    Ricardo,
    My suggestion is to involve a Basis person for this. You need to check the authorization object attached to Vendor line item display transaction FBL1N.
    Then explain to the Basis person the conditions in which certain line items should not be displayed. I am sure this exercise would be of help.
    Regards,
    Vishal.

  • Clearing cross-profit-center to be restricted for some vendors

    Dear All,
    For some vendors we want only clearing on the same Profit Center to be allowed.
    Can you please tell me if it's possible and how?
    Many thanks in advance.
    Adela

    Ok, now I understand your requirement. What I know is that this requires an extensive user exit to be used within FI Validations. The validation should be at the line item level since we are dealing with fields from BSEG. This will need at least 2 validation steps. The first one will have pre-requisites like, the posting key, t-code (F-44) and account type K, for example. Then the user exist will read and export the profit center from the line item, say the invoice with profit center 111. Then the second validation step will have similar pre-requisites and import the profit center from the memory variable from previous step.
    This user exit in the second step will compare the profit center from the line item profit center and then will issue an error message if the values are not the same.
    You need an ABAP programmer to work with you. The user exit code would need to be inserted into a sub routine pool especially assigned to FI validations.
    Sharabh

  • I am using OS 10.8.5 on a MacBook Pro, what version of Widows 8 should I purchase so I have an IE browser for some vendors I need to communicate who only have IE browser support?

    I am using OS 10.8.5 on a MacBook Pro, what version of Widows 8 should I purchase so I have an IE browser for some vendors I need to communicate who only have IE browser support?

    but if all you need is to use internet explore and not play 3d games then
    using bootcamp is overkill and overcomplex
    use a free virtual machine such as virtualbox https://www.virtualbox.org/
    and you'll have IE comming out of your ears in no time

  • Setup of Inspection Lots for some vendors and not for all

    Hello,
    We do have a situation where in the business wants Inspection Lots to be set up for some vendors and not for some vendors - for the same material.
    What it means is, for Material XXXXX001, Vendor 00003 needs inspection during GR for Purchase Order and Vendor 00005 and 00006 should be set up for Non Inspection upon GR and stocks should be posted to Unrestricted.
    Any suggestions / options are welcome.
    Thanks
    Kris

    Hello,
    You can use vendor q-info records to handle this... deactivate the goods receipt inspection on the vendor(s) that do not require incoming inspection.
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/c6/b9b3341a933f50e10000009b38f83b/frameset.htm
    Regards,
    John

  • Condition records- setting printer for multiple vendors at the same time

    Hi all,
    I have maintained condition record for POs for Key combination of Doc type,Purch Org and vendors.Now for a particular doc type and P.Org , I have around 50 vendors. I need to change the printer for all these 50 vendors to 'printerx'.Is it possible? I tried selecting multiple vendors at a time and changed the printer but its not working.

    Hi Saurav ,
    You can achieve this through SCAT transaction.
    For running SCAT take the help of ABAP team.
    I hope u might be having the list in the form of text file.
    If not , download the same from NACH table.
    Regards
    Ramesh Ch

  • Down payemt restriction for some vendors

    The issue is like this
    Down payment to some vendors to be restricted but not through the separate vendor account group because after some point of time my client may allow them (vendor) for down payment.
    Thanks in Advance

    1. Use of field in Master Data.
    Decide wich field to use. For example Payment method.
    in Ob28 mantain validation
    Prereq.    BKPF-BSTAT <> 'S'
    Check     ZWELS= '1'
    Message Error
    So, for vendor wich allowd to create DPR you'd mantain Payment method=1...
    2. in Ob28 mantain validation
    Check :  here you'd ask abaper to write code,wich'd check Z table,where you mantain list of vendor(for wich DPR isn't allowded)
    As for me, 1 varint is more useful!

  • How to block a document of being printed for some users??

    Hi everyone:
    Is it possible to let just some users to print a document ??, let's say a purchase order.
    Thanks in advance.

    Hi Ernesto,
    I've done that by creating a User Permission Tree for that purpose and setting the BubbleEvent = False for Pint and Print Preview menus based on the permission of the current user.
    Algorithm
    1. Create a User Permission Tree, either by code or by UI (AdministrationSystem InitializationAuthorizationsCreate additional Authorizations
    2. Catch the MenuEvent, when pVal.BeforeAction = True and MenuId = 519 (Print Preview) or 520 (Print). Then check if the user has, or not, permission to print. If he does not, then set BubbleEvent to false to block printing.
    Regards,
    Vítor Vieira

  • Reader x 10.1.3 doesn't show print dialog when printing, for some users on Terminal Server

    We are running Windows Server 2003 with Terminal Services for approximately 10 remote users.
    A few days ago, some users started to complain about not being able to print pdf documents to their printer. I discovered that the print dialog box doesn't open, so they can't even select another printer.
    If reader is set to open in browser, it just crashes the browser, if it set to open in Reader itself, it does nothing, no dialog,
    I've tried removing the printer and reinstalling. Since it works from the console without issues, I thought it may be permissions related, so I added users to administrators group, with no success.
    They can print from Outlook, Word, etc....just not pdfs.
    Can anyone help?
    Printer HP MFP 3027 PCL 6

    Can you please see if launching the Preferences window from within Adobe Reader standalone application works?

  • I need help. One line of text in my layout isnt printing for some reason.

    I'm working on a business card. Part of the logo is not printing. The logo is just text, in this case the font is Curlz MT.
    Not sure what the problem is. When I print it to either of our copiers, this line will not print. When I PDF the file, the line fails to print.
    I copied the entire layout and pasted into a new document and that did not fix the issue.
    So, I removed all the background elements and other junk. Everything except for the logo and this line still did not print.
    I then copied just the logo and dropped into a new document, and then it works. I checked to see if that text box was set to "nonprinting", but it was not. I don't know whats going on. I can send the file if anybody has time to check it out. Any ideas?
    Chris
    IDCS3 Mac

    No.. no white text. I looked around for overprinting but I didnt see anything. Heres some pics..
    The specific line that is not printing is "Spice" on the logo on the right. "Sugar &" print just fine.

  • Payment attachment print for ACH Vendors

    Hi All,
    We have a requirement to print the payment adive (attachement) for every ACH payment run per vendor.
    The payment method country is US and ACH is the method. The program that is used in RFFOEDI1 for the payment methods.
    Please let me know if there is a possibilty of printing this.
    Thanks
    Hari

    Hello,
    Check your settings in FBZP. Make sure that the form is assigned for the payment method in company code. Select Always Payment Advice radio button.
    If you want to send the payment advice to the vendors by email, follow the below mentioned details:
    Your basis consultant should maintain the settings in SCOT.
    You need to configure the FORM in FBZP make sure that you have selected always payment advice radio button.
    In addition, in FBIF, you need to make sure that 00002040 process has been configured. You should copy the function module SAMPLE_PROCESS_00002040 to ZSAMPLE_PROCESS_00002040 and accordingly change the logic for fax. Currently this FM allowed for mailing. You need to make these settings in FIBF transaction code. Search forum further with key word "00002040"
    Hope this solves your problem.
    Regards,
    Ravi

  • Color Cartridge only prints for some applications -- HP Deskjet 5740

    My color cartridge still has half its ink left.  It prints fine for the charts and graphs of SPSS (statistical processing software).  However, it will not print in color at all for Word, or from AOL pages.  What could cause this?
    I have already ran all the maintenence routines, like cleaning and such.  On the test page, those fruits come out somewhat greenish, but mostly black and white.  But then my SPSS charts have rich color.  This is baffling.

    Hi , Welcome to the HP Forums! I noticed that you are getting a cartridge error, with your your HP Deskjet Ink Advantage 2520hc printer. I am happy to look into this error for you!  Please, try the steps within this guide, Blinking Lights on the HP Deskjet 2510 and Deskjet Ink Advantage 2515 All-in-One Printer Series, and let me know what happens!  Hope this helps!  “Please click the Thumbs up icon below to thank me for responding.”

  • How to exclude Required Validation for some fields?

    Hi,
    I have a page in a form with some fields that are set as required like this:
    Field 1   Field 2
    table
    Field 3   Field4 "Add" button
    Field 5    Field 6
    "Submit" button
    There are two buttons in this form. The "Add" button is PPR allows adding Field 3 and Field 4 to the table. The "Submit" button is for the actual submission and processing. When "Add" button is pressed, I only want the require validation to be done for Field 3 and Field 4, but not Field 1/Field 2/Field 5/Field 6.
    Currently, if I press "Add" button, the required field validations are triggered for all six fields. How can I only limit the require validation to some required fields only for this button?
    Thanks
    -Mina

    subform is a great idea and kinna what I needed in this situation, but there is another challenge.
    In my case, I tried to put table, Field 3 and Field 4 in subform:
    Field 1 Field 2
    <af:subform>
    table
    Field 3 Field4 "Add" button
    </af:subform>
    Field 5 Field 6
    "Submit" button
    When I press "Add" button, Required validation still triggered for all fields. Only if I put Field 1 and Field 2 in another subform, and Field 5 and Field 6 in a different subform. Then it works like this:
    <af:subform>
    Field 1 Field 2
    </af:subform>
    <af:subform>
    table
    Field 3 Field4 "Add" button
    </af:subform>
    <af:subform>
    Field 5 Field 6
    "Submit" button
    </af:subform>
    But in my case, I need Field 1, Field 2, Field 5, Field 6 and "Submit" button to be in the same subform, as the "Submit" button applies to these four fields. In the UI design, Field 3 and Field 4 are between Field 1/Field 2 and Field 5/Field 6 though.
    Any other ideas?

  • Airport Extreme: Can't Print for some reason

    While trying to set up my Airport Extreme, and trying to get my computer to print to my printer it's connected to (my computer reads the printer just fine) then it gives me the error message, "An error occurred communicating with the selected base station," when I try to set things up on my Airport Setup Assistant. It's not printing to the printer, even though I downloaded both the driver and installed the Airport Extreme Cd. This is the image that I see: http://img401.imageshack.us/my.php?image=picture1zm8.png
    Please help! Do I HAVE to hook the printer or Airport Extreme up to a computer in order to have it work? Or can it just be plugged into the router, and the printer plugged into the usb jack in the back of the AE? There is one light in the middle of the AE that is lit, and that's about it... Sometimes the other two light up. Thank you!

    Stacking doesn't work in anything but folder view, and even then only when you are viewing images in a single folder (not including its subfolders). I may have some details wrong on this last bit, I can't quite remember this morning.

Maybe you are looking for

  • Premiere Pro 2.0 and Windows 7 - Direct Sound Input soundcard driver problem

    My XP machine crashed, I reinstalled Premiere Pro 2.0 with Windows 7, and I got the following error: 'The Currently installed soundcard driver does not support Direct Sound Input. Recording audio is not possible.' The soundcard drivers are updated. A

  • The query which runs in 1 minute in oracle 8 takes hours in oracle 10.

    I have a query which takes longer time in oracle 10. I have looked at the parameters and it all seems to be right. I dont know what other parameter has to be changed in order to make it work. The strange thing is that if I addr another criteriain the

  • Getting NVIDIA RIVA TNT2 to work?

    Hi, i'm trying to get my video card to work correctly. It seems to be: NVIDIA RIVA TNT2 Model 64/Model 64 Pro GPU I checked in Xorg's logs and it seems it wants a driver called nvidia-71xx. I checked in the repositories and it doesn't seem to be ther

  • Rogue calls on Expressway-E - can they be blocked/dropped

    Is there a way to automatically block calls from rogue SIP endpoints trying to dial internal PSTN numbers via the Expressway-E (see attached screenshot)? Via the firewall protection of the Expressway you can add IP addresses, select UDP port 5060. Bu

  • I am looking for help.....

    Is there a software available, were you can take a pencil drawing of a wolf and merge it with an image of a mountain side or a creek bed, so that the image would look natural enough, but you would still see the wolf in the mountain side or creek bed?