Setting up a different printer for a delivery output based on the sales grp

Hi All,
Is there a way to send delivery output to a specific printer based on the sales group in the delivery document apart from the normal printer maintained in VV22 for that output type.
I have seen printer determination based on plant and storage location combination but not specific to any other fields.
Your suggestions will be highly appreciated.
Regards,
MS

Dear mandapathi ,
In the output determination for delivery. check whether there is SALES GROUP in the condition table (field catelog).
Else you may add this field (have done in pricing and it requires adding the new field to some pricing tables.. similarly we might need to add this new field in the output tables also)
If adding this new field works well, then i hope we can set the printer for this combination in the condition record.
Thanks & Regards,
Hegal K Charles

Similar Messages

  • How to create a Platinum,Gold and Silver Customer and how to set different price for a single material based on customer?

    Hi All,
    How to create a Platinum,Gold and Silver Customer and how to set different price for a single material based on customer?
    Assume Material is Pen.
    While creating Sales Order in VA01 how to bring different price for the same material for Platinum,Gold and Silver Customers.
    Kindly help me out.
    Thanks,
    Renjith Jose

    A good place to start is http://www.javaworld.com/javaworld/javatips/jw-javatip34.html
    Also, do a search in this forum on HttpURLConnection. That class allows you to use POST method to send form data to a web server.
    "Hidden" variables are only hidden in HTML. The HTTP that gets POSTed to the web server doesn't distinguish between hidden and not hidden. That is, the content you would write to the HttpURLConnection.getOutputStream() would be something like:
    hidden=1&submit=ok(Of course, the variable names would depend on what the web server was expecting from the form.)
    Also, be sure to set the Content-Type request parameter to "application/x-www-form-urlencoded"

  • How do I set up automatic duplex printing for my HP Laserjet Pro400 M401n series?

    How do I set up automatic duplex printing for my HP Laserjet Pro400 M401n series from my PC  using windows 8?

    Thanks for your reply.  
    Looks like I didn't do enough research as the HP site said it's available however upon further investigation only manual duplexing is available with drivers installed.
    http://www8.hp.com/ca/en/products/printers/product-detail.html?oid=5166605
    Drive productivity and save paper, using automatic two-sided printing

  • BAPI for Outbound Delivery Creation with reference to Sales Order

    Dear all,
    I'm on R/3 4.6B platform and to develop an RFC for outbound Delivery creation instead of using the standard VL01N transaction.
    I've review BAPI for Outbound Delivery Creation with reference to Sales Order - VL01N thread which suggest BAPI_DELIVERYPROCESSING_EXEC .
    However, in 4.6B, that function module doesn't exist. Appreciate any suggestion and or workaround.
    Thanks.
    Steven
    Edited by: Steven Khoo on Mar 25, 2010 7:13 AM
    Edited by: Steven Khoo on Mar 25, 2010 7:14 AM

    Not required anymore

  • Different interfaces for purchase order output from MM system

    Dear Guru's,
    We are configuring the business scenarios of service procurement classic and Plan driven procurement with supplier enablement in the MM-SUS environment for our SRM7.01/ECC6 ehp 5 combination.
    These two scenarios are using different interfaces for purchase order output.
    The service procurement classic is using the proxy interface PurchaseOrderERPRequest_
    Out_V1 for purchase order output from ERP.
    However, the plan driven procurement uses the interface ORDERS.ORDERS02 for idoc message for purchase order output from ERP.
    Why are there two different interfaces for the same document output in two different business scenario? How the system will determine which interface needs to be used in the runtime for the purchase order output?
    Any thoughts will be highly appreciated.
    Thanks and regards,
    Ranjan

    Hi Ranjan,
    Please add the value 'CL' in the table SWF_CATIDS
    Then it will work.
    With Regards,
    Malay

  • Delivery doc creation for a selected line item of the Sales order

    Hi folks,
        Can any one help me in how to create a delivery order for a selected line item of the Sales order.My requirement is the request comes from the web browser where a sales document and details of the items are shown the user select one line item and request for delivery create of that particular SO doc.I have used couple of FM to create delivery but the delivery create is depend on the schedule line dates so iam unable to figure out where exactly i can distinguish between the line items.
    Example:
    SO:- 11193645
    Line item -1 has 2 schedule line 06/11
                                     06/13
    Line iteam-2 has 1 schedule line 06/12
    so if i try to create Delivery doc for date 06/12
    it creates partially for line 1 and line 2.
    but my requirement is i wanted to create SO for only line item 1 as i wanted to process Del Doc for only line item 1.
    If you have any idea please help me.

    hi ,
    You can develop a customised FM to process the Idoc data .
    1. Read the Idoc data into internal table for the line items which need to be delivered .
    2. Run BDC for transaction 'VL01N' ( delivery creation ) through which  eliminate the line items which are not in internal table and save the delivery document
    Note : Because in VL01N , you specify the sales document with respect to which you want to perform delivery hence automatically all items are copied to the delivery document .
    During BDC recording , select items by " MOVING TO TOP"
    and then deleting the selected item
    If you face problem in BDC recording , i can help u that too .

  • I have 2 children with iPods and I need to create 2 different accounts for them so they can play the same games.  How do I do this?

    I have 2 children with iPods and I need to create 2 different accounts for them so they can play the same games.  How do I do this?

    To restore the classic menu bar, you can do any of these:
    orange Firefox button > Options > Menu Bar
    tap the Alt key > View > Toolbars > Menu Bar
    right-click a blank area of the tab bar or navigation bar > Menu Bar

  • Delivery tolerance (based on the delivery date)

    Dear All
    How to maintain delivery tolerance (based on the delivery date) in Purchasing Order
    Would you help me, please
    thanks
    imron

    YOu can try with
    u2022     ST: Date variance (value x days)
    The system calculates for each item the product of amount * (scheduled delivery date - date invoice entered) and compares this product with the absolute upper limit defined. This allows relatively high schedule variances for invoice items for small amounts, but only small schedule variances for invoice items for large amounts.
    IN transaction code OMR6 for a company code.
    IN SPRO - Materials Management -- LIV -- Incoming  Invoice -- Invoice Block.

  • Creating a delivery note based on a sales order in SBO2005

    Hi
    I am using the diapi to create a delivery note based on a sales order. Everything works well apart from I have 3 user defined fields on the sales order lines, 2 numeric and one which is a combo box.
    The 2 numeric values as copied across ok but the combo is not.
    I don't know what the delivery number is as I guess SAP assigns that after I save the delivery note.
    Can anyone help me with this please ?
    Regards Andy

    Hi Paul & Gilbert,
    As you assumed, the docentry is created at the moment when you are saving the document.
    The docentry for the last created document can be retrieved from the Company object. There are two alternative methods for this: GetNewObjectCode and GetNewObjectKey. Please see the DI API reference for more details. These are the only reliable way to get the last created docentry. A query might work nicely in 95% of the cases, but in a multi-user environment it will sooner or later produce incorrect results.
    Henry

  • Set up quality certificate printing for deliveries

    Hi,
    to print a quality certificate for a delivery,
    1. do you need a certificate profile? Or is that only for QC for a batch and for an inspection lot?
    2. do you always use usage B?
    3. do you always use application V2?
    4. how do you set up condition tables, access sequences, condition types and output determination procedures?
    I created an output type (copy of LQCA) in application V2, assigned a program (RQCAAP00), a form routine (entry) and a form (QM_QCERT_01). I also created and released a certificate profile.
    But when I run QC20, I get the message
    "No messages for initial processing exist".
    What could be the error?
    Thx.
    Jessica

    Yes, you always need a certificate profile.  Usually you always use V2 (shipping).  The form you used, QM_QCERT_01 is only an example form that SAP provides.  It should be copied and must be adapted for your businss and you'll need a person knowledgable about SAPscript to make changes to it.  I  believe there is another for a COC (Certificate of compliance) which might be more what your looking for if you don't need to report batch values or inspection lot vales.
    Your probaly missing the certificate recipent record.  You'll find this under the QM area under Outgoing certificates.  You can try adding LQCA output type directly to the delivery in the item outputs.  (Any good SD person on site should be able to show you how to do this)
    To understand condition tables and procedures I would again turn to an SD person or a pricing person.  They use the condition technique a lot and should be able to explain it easilly.  They should also be able to help with setting up the output procedures and related items as well.
    Craig

  • HT5646 should I set up a different account for each child?  if so, how do I manage itunes money between two kids?

    should I set up a different apple account for each child?  if so, how do I manage itunes money between two kids?

    Hello staatsfamily,
    Having a separate Apple ID for each child will allow each child to keep their purchases and iCloud information separate.  It will also allow you to provide an iTunes Store Allowance for each child:
    With iTunes Allowance, you can send a monthly iTunes Store credit to anyone with an iTunes Store account. It's a great way for parents to manage their children's spending on the iTunes Store, App Store, and iBooks Store.
    Once you have created an Apple ID for each child, you can provide an iTunes Store allowance to each Apple ID. The following article will guide you in how to set this up:
    iTunes Store Allowance
    http://support.apple.com/kb/ht2105
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How do I set up a different login password from my administrator password on the same original admin account?

    I need to know how to set up one password for loging into my administrator account and then another for making changes to the account. Basically I want different passwords for login and admin. I already know about the different users accounts and how to set those up. I am not interested in creating a new user account. I want to be able to use one account on the computer and have one password for the login and then a different password for the administative.

    Even if you could have two passwords for a single account (which you can't) I'm not sure what advantage would be over just having a normal user account and an administrative account.  It's certainly a security best practice on any operating system (Mac, Windows, Linux) to use your computer as an unprivlidged (normal) user account and have a completely separate account with administrative rights that you can use for updates, etc.  It's for the same separation of privlidge reasons that normal user accounts are not in the "sudoers" file either.
    So, I'd recommend not trying to reinvent the wheel here.  Mac OS already does such a great job of automatically prompting you when an administrative privlidge escalation is needed for settings, updates, or installations.  If you really need administrative rights all of the time then you might just want to make your normal account an administrator.  This is not the best idea but if you are carefull to keep Gatekeeper settings enabled on your Mac, not allow Java in the browser, and just be careful in general on the web, then you can still stay fairly safe on a well updated Mac.
    The other benefit to having a separate administrative account is that if your normal user account ever becomes corrupted you can log into the administrative account to solve the issue.
    Hope this opinion helps you decide how to proceed.

  • HT1911 Someone else set up my itunes account for me and I cant remember the Apple ID, the Password, or the name he put under it all. How do I get back into my iTunes account???

    Someone else set up my iTunes account for me and I can't remember the Apple ID, the Password, or the name he put under it all. How do I get back into my iTunes account???? Or at least a number to call to get back???

    Go to Settings>Store>Apple ID, tap the ID shown, sign out, sign back in using the alternate ID.

  • BAPI for Outbound Delivery Creation with reference to Sales Order - VL01N

    Hi Everybody,
           We are in ECC 5.0 version.
           I want to create a enhancement for Outbound Delivery Creation with reference to a Sales Order.
           Is any BAPI available for this ?
           Any input on this will be very much helpfull.
           Please suggest any BAPI available for this, or should I go for BDC using VL01N or VL04 ?
           Thanks in advance.
    regards,
    Nagarajan.J

    Hi Nagarajan,
    The BAPI BAPI_DELIVERYPROCESSING_EXEC meets your requirement. You can create delivery with reference to sales order.
    The below is the sample code...
      data:lt_request      like bapideliciousrequest
                                    occurs 0 with header line,
           lt_createditems like bapideliciouscreateditems
                                    occurs 0 with header line,
           lt_return       like bapiret2
                                    occurs 0 with header line.
        lt_request-document_type      = 'A'.
        lt_request-document_numb      = vbeln.
        lt_request-document_item      = posnr.
      lt_request-material           = matnr.
      lt_request-plant              = werks.
      lt_request-stge_loc           = lgort.
      lt_request-quantity_base__uom = base_uom_qty.
      lt_request-delivery_date      = sy-datum.
      append lt_request.
      call function 'BAPI_DELIVERYPROCESSING_EXEC'
      EXPORTING
        DELIVERY_EXTEND       =
        TECHN_CONTROL         =
        tables
          request               = lt_request
          createditems          = lt_createditems
          return                = lt_return.
      loop at lt_return where type = 'A'
                          or  type = 'E'.
        exit.
      endloop.
      if sy-subrc <> 0.
    Use the BAPI for Commit
        call function 'BAPI_TRANSACTION_COMMIT'
             exporting
                  wait = 'H'.
      endif.
    Thanks
    Ramakrishna

  • MIRO : Selecting accounts for unplanned delivery cost based on PO type

    Hi Experts!
    Actually throught the configuration of transaction OBYC (UPF), when I have an unplanned delivery cost, there is an account number that has been configured.
    For any type of MM bill (MIRO), all postings are being made on the same account number for unplanned delivery cost.
    My client want to define the account number based on the PO type being billed.
    Example : For PO of type A, account number for unplanned delivery cost --> XXXXXXX
    and           For PO of type B, account number for unplanned delivery cost --> YYYYYY Thus overwriting the configuration of OBYC.
    I was thinking of doing some configuration using substitution (FI module). That will change automating the account number (BSEG-HKONT).
    Do you have any ideas to meet that request ?
    Thanking you in advance for your replies.
    Regards,
    Mahesh

    Hi
    You can use the BAdI MRM_UDC_DISTRIBUTE to change the distribution of delivery costs' shares across invoice items.
    But i am not sure if we can use the same for determining the G/L accounts.
    Thanks & Regards
    Kishore

Maybe you are looking for