How to put material and service in the same order

I want to put the material and service in the same order. How do it input different taxes. and also migo for one material item and other service item.

HI,
In your scenario create material and service PO using T-code ME21N as follows.
1) Select PO document type, vendor and PO date
2) PO first line item account assignment 'N' if project and give input data material code,plant,storage location,qty,rate,delivery date and tax code.
3) PO second line item account assignment 'K', item category 'D',material short text for service, plant,storage location,material group data's are input given and press enter it will open 'Service Tab' in Item Detail Menu.
4) In item Detail Menu - Service tab you will give Service no.,qty,gross price for the above  service material activity and service tax code in Invoice TAB and then check PO and SAVE.
5) After getting PO approved by top management.
6) PO first line item, you will do MIGO and PO second line item you will do ML81N service entry sheet.
7) On the vendor bill, you will mention material document number (GRN no.) & Service sheet number and given to accounts dept.. They will book vendor bill and give payment.
Hope, it is useful for you and solve your requirement.
Regards,
K.Rajendran

Similar Messages

  • How do my wife and i use the same ipad?

    How do my wife and i use the same ipad?

    Nothing keeps you from handing it "back and forth" to share. I do this all the time on our couch with my Wife's iPad...
    I think your quesiton revolves around having your own bookmarks and other data/info on the device. 
    The iPad is meant to be a "single user device"; there isn't a login/logout to differenciate one user from another.  "The iPad isn't a computer"..  ;-)
    But, that being said, there are lots of ways to share the iPad/iOS environment.  Many apps, such as Facebook, let you login and out..  so, while you share the same app, each of your login is different.
    For bookmarks and notepad it is a little trickier..  You can each use a different browser (so all of your bookmarks are complerety seperate.)
    In some cases I would sugest a couple get a $900 Macbook Air rather than an iPad if this sharing won't work.  "Why can't I log in and out of and iPad?".  I think that the fact that it doesn't gives the iPad many adantages over a computer.
    If you have more specific questions pleaser ask away.  Just like you share the kitchen table and many other things around your household, there are many ways to make this work!  ;-)
    Matt

  • How to stream Webcam and Desktop at the same time?

    Hey Guy,
    I just got a little Problem with  FMLE... I want to stream live during a Game, but I dont know how to stream Desktop and Webcam at the same time ^^. The streaming Platform i want to use is twitch.tv.. the most common Gamin Platform I think...
    I got an IMac i7.
    Pls help me   I dont get how all these ProGamer do it -.-
    Thanks in advance
    Kathi

    You're going to need additional software or hardware.  If you're running a Macintosh, try CamTwist.  It's free and allows you to create virtual "cameras" from just about anything you can see on your computer.  It's a bit clunky getting used to the interfact and how it works, however.
    Hardware solutions (like scanline converters and video switchers) can get pretty expensive.  So you may want to go with a piece of software that can handle on-the-fly video compositing/switching.  There are two applications that come to mind right off the bat -- and lucky for you, both of them can also output to a live streaming server. 
    Wirecast is a popular choice, although the pricing starts around $500.  It's Macintosh/Windows.
    A very popular choice among gamers is XSplit (Windows only) and is a subscription-based model (you pay a small fee by the month, quarter, or year).  XSplit has some very impressive compression happening under the hood, and was originally designed for gamers who wanted to share their desktop, XBOX, or PS3 adventures... all while also being able to lay over banners, PIP (picture-in-picture) of themselves, or anythhing else they wanted to clutter the screen with.
    If you're running on Windows, give XSplit at shot.  It can easily handle your desktop (or most anything else) as a "camera" as well as being able to lay your webcam on top of the desktop feed.

  • How to post aquisition and depriciation at the same time

    Hi Gurus,
    Could you please let me know how to post aquistion and depriciation at the same time.

    Hi
    What do you mean by postin at a time, is it uploading the balances to SAP
    if not there is no question of posting at a time
    Thanks
    Kameshwar Rao

  • How to use ActionListener and ItemListener in the same class

    Why can't I use both ActionListener and ItemListener in the same Class?
    I want to use a drop down list and an entry box on the same form.
    How? I'm having trouble compling......
    Thanks!
    CODE:
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
    public class Disp extends Applet implements ActionListener, ItemListener
    { TextField entry=new TextField(7);
    Button Enter=new Button("Enter");
    public void init()
    add(entry);
    add(Enter);
    entry.addActionListener(this);
    entry.requestFocus();
    Enter.addActionListener(this);
    public void actionPerformed(ActionEvent thisEvent)
    String answer=entry.getText();

    Simply get your Applet to implement both ActionListener and ItemListener.
    public class MyApplet extends Applet implements ActionListener, ItemListener
      public void init()
        itemWidget.addItemListener(this):
        actionWidget.addActionListener(this);
      public void actionPerformed(ActionEvent e)
        System.out.println("ACTION PERFORMED!");
      public void itemStateChanged(ItemEvent e)
        System.out.println("ITEM STATE CHANGED!");
    }Hope this helps.

  • How to record midi and audio at the same time?

    Hello,
    I have a Roland sh-201 synth and Logic 9. When I use patches from the sh-201, it will record it via audio. What if I wanted to record the audio but also have the midi information as well? How would I be able to accomplish this? My synth is connected via USB which carries both midi and audio. Sorry for my poor english, but any help would be greatly appreciated.
    Thank You.

    Hi
    Logic will record both audio and MIDI at the same time, but you *MUST* have the Software Instrument/MIDI track selected in the Arrange Track List.
    The audio track must be 'Record Ready':
    HTH
    CCT

  • How do I read and write on the same CAN Port

    I have a PXI chassis with a NI PXI 8464 CAN card.  I am learning to use this device.  I am trying to send messages back and forth between the two ports on the card.  I have four simple VIs:ReadWas; WriteWas;ReadSteering; and WriteSteering.  I have been starting the read VIs first then starting the write VIs.  When I start the write VIs I get an error from CAN init saying I am trying to change an object that is running. 
    Is it possible to send and receive on the same port of the CAN card without stopping then reinitializing the card?
     I have attached ReadWas, ReadSteering and WriteSteering to this post.  ReadWas and WriteSteering share a CAN port.
    Any help is greatly appreciated,
    Thanks,
    Phillip
    Attachments:
    ReadWAS.vi ‏112 KB
    ReadSteering.vi ‏143 KB
    WriteSteering.vi ‏114 KB

    have you looked at this example, (CAN Send & Receieve using NI-CAN Frames) it is in the example code section 
    http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=E993D9B56C3D2BABE0340003BA230ECF&p_...
    http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=E993D9B56C3D2BABE0340003BA230ECF&p_...
    Basically, you are getting the error because the second time you call CANconfig it realizes it is already open. Try consolidating the 2 pieces of code into 1 CAN VI.

  • How do my husband and I use the same itunes acct

    People tell me all the time that their whole family has the same iTunes account so they can share everything. How do they do that? I tried to do mine on my husands phone and it said that the account was already in use so he set up his own. How do we share apps? If he pays for one I dont want to pay for the same one.

    Settings App > iTunes & App Store > Automatic Downloads [turn off the catagories you do not wish to be auto-downloaded].
    You will want to do this on both devices

  • HT1473 Please help!How to put two iTunes accounts on the same computer?

    I have an Ipod and my mum has an IPhone. The songs from my IPod are backed up on my computer and we would like to have different music, but both backed up on the same computer. How do i do this without erasing all the music etc that is already on my mums phone?

    Launch iTunes with the Shift key held down, create a new library, and import her song files to it. Alternatively, create a new user account on the computer, move the song files to a shared area, and then import them.
    (104363)

  • How to access music and playlists on the same computer, for both Microsoft accounts?

    Hello all,
    My husband and I recently got a new computer and are running Windows 8.1. We were able to successfully use an external hard drive to transfer all of the music and playlists over so that I can access them on my user account (I am the "main" user). All of my playlists are present exactly as they were previously. This is the location of the iTunes media folder on our hard drive: C:\Users\Brittany\Music\iTunes
    However, when my husband logs on as a user separately, the iTunes program is there, but we are only able to get him very limited access to some music. We can't get him access to any of the playlists, which is where the bulk of the music is.
    We've tried everything. We've double-checked that he's an Administrator. We've made sure that all the folders are shared between us. We can both read and write to this folder location. We've gone into the preferences in iTunes itself and told it where we want it to find the iTunes Media folder. We also tried moving the iTunes media folder into the public shared music folder, and that didn't do a darn thing either. Nothing works.
    I feel like we are missing some critical step somewhere. Or maybe we screwed something up somehow. I don't know. All I know is that it seems crazy if we're not going to be able to access the exact same version of iTunes complete with playlists. What gives?
    Please help! Thank you!

    We've gone into the preferences in iTunes itself and told it where we want it to find the iTunes Media folder.
    This step is wrong. Make sure the iTunes folder in your profile is visible from his login, then press and hold down shift as you launch iTunes and browse to the iTunes Library.itl file in your library. It may be easier to store the library at C:\iTunes and have both accounts access it there.
    See Backup your iTunes for Windows library with SyncToy for advice on how to keep the backup copy of your library on the external drive up to date.
    tt2

  • How to read from and write into the same file from multiple threads?

    I need to read from and write into a same file multiple threads.
    How can we do that without any data contamination.
    Can u please provide coding for this type of task.
    Thanks in advance.

    Assuming you are using RandomAccessFile, you can use the locking functionality in the Java NIO library to lock sections of a file that you are reading/writing from each thread (or process).
    If you can't use NIO, and all your threads are in the same application, you can create your own in-process locking mechanism that each thread uses prior to accessing the file. That would take some development, and the OS already has the capability, so using NIO is the best way to go if you can use JDK 1.4 or higher.
    - K
    I need to read from and write into a same file
    multiple threads.
    How can we do that without any data contamination.
    Can u please provide coding for this type of task.
    Thanks in advance.

  • How to install iFS and iAS on the same machine?

    I have successfully installed iFS on a Windows NT 4 machine. Now, I would like to install iAS Enterprise Edition on the same machine. The installation guide for iAS says that I should first deinstall all products from the default ORACLE_HOME. I have not found a clue as to what to do if I want to keep the software already installed.
    Would it work if I tried (after installing iAS) re-install iFS using different ORACLE_HOME directory?
    Is there a white paper or any other document that would clear up the issues involved in installing Oracle products in ORACLE_HOME?
    Thanks a lot,
    Marek

    You can install IAS on the same machine that Oracle and IFS are on. Install IAS into a new Oracle Home (i.e. D:\IAS).
    This worked for me.
    I am still waiting to hear how (look for my post about 20 below yours) how to configure IFS to use the Apache Web Server that is part of IAS.
    Good Luck.
    Maybe one of these days Oracle will create an IAS discussion forum. This is my third request and I haven't heard anything back from them yet.
    null

  • How to place footnotes and endnotes on the same page?

    I have a word document with nearly about 64 footnotes and 500 endnotes. Endnotes are basically references guiding to other sources which are quoted in the book.
    My client has asked me to place all endnotes (references) of each page at the bottom of the page itself along with footnotes, but they shouldn't merge with footnotes. The reason for that he related that it makes easier for the reader to check the reference of the quote immediately at the bottom of the page, instead of flipping over all the pages and going to the end of the book everytime.
    How to do this? Can anyone enlighten me?

    Endnote placeholders are usually customizable to wherever you want them to be.
    How to do this? Can anyone enlighten me?
    I'm not sure if you're asking this question from a aesthetic design perspective or from a functionality perspective.
    Either way, I guess this link should give you some clarity: http://carijansen.com/2010/11/13/footnotes-and-endnotes-with-indesign/
    Also, there is already a thread in this forum that should answer your question - http://forums.adobe.com/thread/681891
    You may also want to review these links for cross-referencing that cuts down lot of time which came out in CS4 by request:
    http://www.adobe.com/designcenter-archive/indesign/articles/lrvid4024_id.html
    http://www.adobepress.com/articles/article.asp?p=1332860&seqNum=5
    Message was edited by: Sudarshan Thiagarajan
    Reason: A couple of more links to detail cross-referencing feature

  • How to sync Ipad and Iphone on the same computer

    My wife's iPhone is synched via iTunes on a PC whose hard drive just crashed. I have a laptop that sync's my iPad. I now want to sync her phone on the same laptop. We have separate itunes store account. How can she sync her phone with the laptop and not get the iPad information. We mostly want sync her email and her existing apps. Music and podcasts don't matter.

    anthonyitaliano
    HT1386 Re: My new iPhone5 won't finish syncing. 
    Nov 10, 2013 5:47 AM (in response to anthonyitaliano)
    not sure if this is a permanent fix but, ever since upgrading to itunes 11.3.1, my iphone5 seems to finish syncing on its own, now. didn't seem to be a problem anymore. at least after doing only one sync, since the upgrade.
    (stiil have a blank "purchased" page at itunes store, though).

  • How can my Spouse and I share the same Itunes Music on separate machines?

    My Spouse is on a PC desktop and I am on a Macbook Pro.  I have a large Itunes library on my Computer and he has a fair sized Library too.  We listen to a lot of the same music and each have Ipods. It's crazy to buy the same music twice.... is there a way we can share our music and make playlists for our separate Ipods?

    Understanding Home Sharing
    iOS- Setting up Home Sharing on your iOS device
    Setting up Home Sharing for Apple TV (2nd & 3rd generation)
    iTunes- Setting up Home Sharing on your computer
    Troubleshooting Home Sharing

Maybe you are looking for

  • CS4 Master Collection (have disks) on a Win7 computer that hs no internet

    I have CS4 and need to load it on a Win7 computer. This computer contains sensitive proprietary data on it and cannot be attached to the internet. Is there a way to activate it?

  • Cancel update to 10.9.2

    Hello. I would like your help on a software update issue. I am running 10.9.1 on a retina Macbook Pro and I have disabled updates through the System Preferences - App Store option, where I have deselected all options for upgrading/updating. For some

  • Wildcard Certificate use in Sun Java System Messaging Server (IMAPs/POPs)

    I'm trying to use a wildcard certificate acquired from GlobalSign and am having problems getting it (properly) into the cert database. I tried using certutil, and that didn't seem to work at all, it would list without user cert status: rmorneau+root@

  • Does final cut express 4.0 work in new macbook bought in Oct 2013

    I bought Final Cut Express 4.0 in 2008 and recently I bought a new MacBook Pro 15" around Oct 2013 and updated to Mavericks 10.9. I copied all the contents and apps from the old macbook to the new one and when using the Final Cut Express, it asked me

  • JTable Custom Cell Editor: how to get value?

    I have some custom cell renderers and editor. One of my custom cell editor is a text field that can popup a separat gui for easier data selection. As this text field alone with the popup gui works great, when i use this field in my custom jtable cell