How can we distinguish between post, parked and rejected invoice in SAP

Hi Guys,
Is there any way by which we can distinguish post, parked and rejected invoice. I mean to say any field gets updated after doing any of these activity...
Help from you all will be highly appreciated...
Thanks in advance,
Vikash

Hi,
If BKPF-Bstat is space then its a normal document and if it is A then its clearing..
A     Clearing Document
B     Reset clearing document
D     Recurring entry document
M     Sample document
S     Noted items
V     Parked document
W     Parked document with change of document ID
Z     Parked document which was deleted
I hope this helps.
Regards
Ravinagh Boni

Similar Messages

  • How can I distinguish between the first and the rest in Smartforms??

    I have made an Invoice in Smartform. I have to take three copies of that. In the first copy it will be printed "ORGINAL INVOICE" and in the next copies it will print "Duplicate copy".  How can I distinguish between the first and the rest in Smartforms??
    Regards,
    Subhasish

    >
    Subhasish Ganguly wrote:
    > I have made an Invoice in Smartform. I have to take three copies of that. In the first copy it will be printed "ORGINAL INVOICE" and in the next copies it will print "Duplicate copy".  How can I distinguish between the first and the rest in Smartforms??
    Hello Vamshi,
    As per the OP's requirement he has to print 3 copies of the invoice. Which according to my understanding should be printed at the same time ? May be i am wrong in interpreting this.
    You must be knowing you can control the print params of the SmartForms in CONTROL_PARAMETERS where you set the NO_DIALOG & in the OUTPUT_OPTIONS pass the number of copies.
    I think the solution you have proposed the "Original Copy" will be printed only once. (Correct me if i am wrong)
    Every time the user prints the invoice again he will be getting a "Duplicate Copy". If this is what the OP wants the logic is perfect
    Cheers,
    SUhas

  • How can I distinguish between a regular iPod and a iPod 4 s?

    How can I distinguish between a regular iPod and a iPod 4 s?

    Hi ARPantoja!
    I have an article here that can help you distinguish different iPod models:
    Identifying iPod models
    http://support.apple.com/kb/HT1353
    Take care, and thanks for visiting the Apple Support Communities.
    -Braden

  • How can i distinguish between set or tuples from incoming filters in a calculation

    How can i distinguish between set or tuples from incoming filters in a calculation. i am using descendants function with the leaves option to calculate some project revenue cause there is different calcuation method on sub projects the sum on the main project
    should reflect the sum of the sub project with all different methods.
    this works fine until i try to select 2 sub projects at the same time. i am getting the standard currentset dosnt work cause its a set.
    is there i way i can check if its a multiple select or not and handle it a different way

    Hi,
    Check the following link about Multi Select Calculations written by Mosha.
    http://sqlblog.com/blogs/mosha/archive/2007/01/13/multiselect-friendly-mdx-for-calculations-looking-at-current-coordinate.aspx
    Best regards...
    Chandima Lakmal Fonseka

  • How can I distinguish between iMessages and SMS messages in the iOS 7's "Messages" app?

    I often chat with the same contact using both services, but I just have a duplicate contact thread in the "Messages" app, which I cannot distinguish unless I go into the thread itself and check to see whether the conversation is blue or green. Is there a way to distinguish between the two services? If so, how?
    If not... Apple, get on it.

    Excuse me great powerful one. I will certainly deal with it and I'll try to survive. Sorry if I have troubled you, great Sir. I am not worthy of your answers.
    BTW: If you would have read the Q thoroughly you would not have posted an exact same answer.
    "...unless I go into the thread itself and check to see whether the conversation is blue or green. Is there a way to distinguish between the two services?"
    And I got your reply saying:
    "Yes, by going into the thread itself and check to see whether the conversation is blue or green."
    Wow, that was heplful.

  • How can I distinguish a JMenuItem , JPopupMenu and TopLevelMenu?

    I used the following methods to get the component who (a menu)gains the focus:
    JComponent com = JFrmame.getFocusOwner();
    or
    MenuSelectionManager menuMgr = MenuSelectionManager.defaultManager();
    MenuElement[] menuPath = menuMgr.getSelectedPath();
    if(menuPath != 0) {
    JComponent comp = Array.get(menuPath, menuPath.length-1); // this is the item with the focus
    then I need to use getAction() to get the menuItem's action. But how can I filter JMenuItem and JPopUpMenu from TopLevelMenu (JMenuBar item) ?
    Thanks!

    The instanceof may provide the simplest solution, since JPopupMenu, JMenuBar and JMenuItem don't have any kind of ancestor relationship with each other.if (comp instanceof JPopupMenu) {
        // Popup
    } else if (comp instanceof JMenuItem) {
        // Item
    } else if (comp instanceof JMenuBar) {
        // Bar
    } else ...?Hope this helps,
    -Troy

  • How can you tell between Week 37 and Week 38?

    Hey everyone. Well it took me some research to find out the difference between week 37 and week 38.
    So to clear up with future readers that arent sure, The "week" refers to when the ipod was made.
    Anyways, is their a visual difference on the box display? I know you can tell by looking at the serial but im nervous with targets "no return if opened" policy.
    And if I did open it, would a warranty (I would buy seperatly) cover that if their were problems?

    The week 38 box has Macy Gray on the front.  I do not remember who week 36/37 was, but some week 37's had Macy Gray on their box as well.  So, the ONLY way to know for sure if you have a week #38 is to look at the "SERIAL NUMBER IS LOCATED ON THE BACK OF THE BOX"!  You DO NOT have to open the box to see the serial number!  So that should resolve Targets issue.
    NOTE~~~~ Apple has released a firmware update 1.1.1, which appears to have resolved the screen problems that plagued week 37.  However, if you are buying NEW, don't mess around and get a 38!
    Gunny

  • Help-how can i connect between a client and servlets on different machines

    hi all
    I asked this question already but:
    I am tring to run a client which is an HTML file that has a "submit" button, that when pressed it should connect (or something) to a servlet, which is on a different mechine.
    what must i write instead of: "localhost"?
    and what web server should i use?
    this is the code on the client side:
    <form action=http://localhost:8080/servlet/MyServlet method=POST target=_blank>
    <input type=submit name="M1" >
    </form>
    thank you

    thanks
    I tryed that by writing the ip address of the servlets mechine instead of "localhost", but there was no reaction
    i wrote:
    <form action=http://10.33.24.33:8080/servlet/MyServlet
    method=POST >
    <input type=submit>
    </form>
    what is wrong with that?
    when i pressed the submit button nothing happened.
    does any body know what can i do?

  • How can I distinguish between applets from the servlet end??

    What I'm looking for is just a way to distiguish between one applet from another on the servlet side. I know the session name and id will be helpful in this case. I was wondering, can I get the name of the client applet(Ex: appletClientOne or appletClientTwo) so that I can keep track of which messages to send to specific applet.

    Yes. Store the name of the applet in a cookie or HTML hidden input tag. Your other option is to connect to different URL's on your Servlet. Finally, you could use a combination of the above, and then set which applet a user is using in his/her HttpSession.
    - Saish

  • How can I link between FORTRAN program and Labview

    I try to use lapviwe to link betwwen different codes one of the them is FORTRAN *.for and the other is Neurosolution breadboards *.nsb but I don't know how so if you can help me I'll do appreciate that for you.

    ahmedr40,
    I would suggest building the FORTRAN code into a DLL as well as the breadboard code. You can then use the Call Library Function node to call the compiled code. This would be the easiest and fastest method. You could also compile these pieces of code and link them to some C/C++ code that you can write and then call this code from LabVIEW.
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask

  • Distinguish between Document Libraries and Subsite

    Hello Team,
    When I create a Subsite or create a document Library, How can I access the Document library through the network Share
    If I add documents to a Document Library:
    Does it create a static link or a dynamic link
    How can I access the Document library through the network Share
    If I create a folder structure and add document to the folders to subsite
    Does it create a static link or a dynamic link
    How can I access the folders in a subsite through the network Share
    How can I distinguish between a sharepoint site or document library by just looking through a URL

    Following links explain how a Document library can be accessed using Network Share/Windows explorer.
    https://hubone.zendesk.com/hc/en-us/articles/200167580-SharePoint-Using-Explorer-View-or-Mapped-Network-Drives
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/b3425c4b-6558-4b51-882d-f9603c36f214/accessing-sharepoint-documents-from-windows-explorer-on-the-server?forum=sharepointgenerallegacy
    The Url of a Document library will conatin "Forms" in it. Example:
    http://yoursite/MyDocs/Forms/AllItems.aspx
    Blog | SharePoint Learnings CodePlex Tools |
    Export Version History To Excel |
    Autocomplete Lookup Field

  • I have three iPads and one iPod and one iPhone.  How can I message between them without sending the message to all of them.  You send the message to your email address but all of them are set up und one account.

    I have three iPads and one iPod and one iPhone.  How can I message between them without sending the message to all of them.  You send the message to your email address but all of them are set up under one account.

    You can have a different receiving email in the Messages app on each device : Settings > Messages > Receive At . I'm not sure that there is a different way to have the message only go to one device.

  • How can I share between 2 different accounts.  we have a clinic that serves pediatics and unfortunately, they set up two different accounts within our agency.

    How can we share between two different accounts on the same iPad?  We have a therapy clinic with 2 devices and want to share apps. I did not set up the second one, but how can we fix this ?

         Hi Rosdy, to get the most out of iCloud it is recommended that you use the same account between devices. Thus whenever you buy something on your phone it becomes accessible from your laptop regardless of whether your synced it over usb or not. *
         For more information on iCloud usage please click here.
    * This feature requires that both devices be on the same WiFi network.

  • How can i wirelessly synch my calender and my contacts between my iphone and my ipad

    how can i wirelessly synch my calendar and my contacts between my iphone and my ipad

    Icloud
    http://support.apple.com/kb/PH2576
    http://support.apple.com/kb/PH2582

  • How can I transfer document ie word and exel files between my iPad and my laptop

    How can I transfer files ie Word and Exel between my iPad and my laptop.

    It depends on what app(s) that you are using on your iPad that you want to transfer the documents between - without and app the documents cannot be saved (apart from as email attachments), as unlike 'normal' computers the iPad doesn't have a file system and files/documents have to be stored/associated with an app. Once you've got an app then, depending on what it is, transfer might be done via the file sharing section at the bottom of the iPad's apps tab when connected to your computer's iTunes, via wifi, email attachments, Dropbox etc.
    Documents To Go supports (http://itunes.apple.com/au/app/documents-to-go-office-suite/id317117961?mt=8) supports both Word and Excel files and how to transfer to/from it is described on this page http://support.dataviz.com/support.srch?docid=14497&pid=198
    Apple's Pages app supports Word documents : http://itunes.apple.com/us/app/pages/id361309726?mt=8 (how to transfer files http://help.apple.com/pages/ipad/1.4/#tanb5b5c055)
    and their Numbers apps supports Excel documents : http://itunes.apple.com/au/app/numbers/id361304891?mt=8# (transferring files http://help.apple.com/numbers/ipad/1.4/#tanb5b5c582)

Maybe you are looking for

  • How to sort out your problems with the os 4 upgrade.

    I'm in the UK, and I am an Orange customer. I have just been in contact with an amazing guy called Lee, who has sorted my problem for me. His advice....... go into Settings, general, scroll down to bottom of the screen to Reset, and tap on it. Go to

  • Bi Content Add-on

    Hi All, While adding the bi content, ocs_import queue job is hang status, when we check the work process status is on hold with reason RFC, it is not updating anything(sequential (or)direct read)).then i have canceled that job and reset with the func

  • Shipping tab doesn't appear in PO

    Hi MM experts, When I am creating returns PO (return box checked), the shipping tab is not coming in item detail. System gives below error. "Not possible to determine shipping point for item" The most common reason this shipping tab doesn't appear in

  • Configuring CISCO AIRONET AP

    Hello; how to configure the IP Adress of CISCO AIRONET 1600i AP to access It through the Web browser and configure It? we tried to assign a static IP using CLI so we downloaded Tera Term and tried to connect It using the DB Cable. The following messa

  • Sync is not starting on my computer. What am I doing wrong?

    I'm trying to install add-ons but sync won't start and I can't figure out why.