Entries in PO history

What are the scenarios when we find these entries in the PO Histroy?
SEnt       Service entry
SD-L       Subs. deb. log. IV
SD-D       Subs. deb. dl. costs
SDeb       Subs.deb.: general
Please help me MM Gurus.
Ganesh

SEnt Service entry--this will appear in po histrory of service po if SES has been released against this PO..
SD-L Subs. deb. log. IV--if u make subsquent debit against LIV..
SD-D Subs. deb. dl. costs
--this is against planned del cost..
SDeb Subs.deb.: general
--subsquent debit against PO

Similar Messages

  • How to delete a single entry from GUI History

    All,
    I want to delete a single line of GUI history.
    This is my scenario.  During the installation of SAPGui in the user system , we usually send the preconfigured MDB files also along with distribution. But by mistake i tyoed the administrator password in the user name of the login screen it gotupdated in the master MDB file . Now i wanted to delete the only that particular entry from GUI History.
    PS I donot want to delete the entire MDB file and recreate again.
    Any Info?
    a®s
    Edited by: a®s on Jul 7, 2009 10:56 AM

    Hi,
    It is very simple....
    Here is how you can delete a particular entry from GUI History
    1. Open the login screen.
    2. Place cursor in "User Name" input field
    3. Press spacebar on your keyboard. - This will show all entries from history
    4. Scroll & highlight the entry you wish to delete using arrow keys on keyboard (Do not hit enter, just scroll....leave all entries visible)
    5. Hit "Delete" button on your keyboard.
    Hope this helps.
    Regards,
    -Abhijit

  • I have several no title entries in my history.  what does that mean?

    I have several "no title" entries in my History.  What does that mean?

    Hello,
    If it froze while in use and then brought up a question mark after resetting, this would indicate to me a hard disk drive failure
    Your going to require a retail copy of Mac OS X 10.4 or the system disks specific for that model of iBook.
    You will need to boot from disk and run the Disk Utility. check and repair your drive if possible or a replacement drive may be required.

  • How can I locate a log of dated activity on a mozilla firefox where I know I should have entries in my history yet they do no show - and without being deleted?

    In summary, on the date of 8/17/2014 in the evening, I experienced some very bad internet connectivity and virtually any website I visited was having difficulty loading. I know I had visited a couple of websites between the hours of 6:30pm or 6:45pm (EST) up to roughly an hour or two, and now (even though I had NOT chosen to delete even one (let alone hours of history entries) there is a chunk of mozilla history missing where I did not delete. I am seeking some assisstance finding the log of ALL of this browser's activity that day, especially a record of any alterations to browser's history. I know that I did not physically delete hours worth of activity and there must be some way of bringing this truth to light. Thank you for your time

    You can use the SQLite Manager extension to create the list.
    *SQLite Manager: https://addons.mozilla.org/firefox/addon/sqlite-manager/
    *Open Profile Directory -> places.sqlite -> Go
    *Hit the "Execute SQL" tab
    *Use a Select like this:
    <pre><nowiki>
    SELECT datetime(visit_date/1000000,'unixepoch','localtime') AS visit_date, url, title
    FROM moz_places, moz_historyvisits
    WHERE moz_places.id = moz_historyvisits.place_id AND visit_date BETWEEN strftime('%s','YYYY-MM-DD HH:MM:SS')*1000000 AND strftime('%s','YYYY-MM-DD HH:MM:SS')*1000000
    ORDER BY url, visit_date DESC
    </nowiki></pre>
    Change the strftime parameter list to the wanted date/time range, times in UTC.
    Leave out the ORDER BY line to order by the first column (visit_date) or use ORDER BY visit_date DESC

  • Multiple (no title) entries in Safari history

    I have noticed after visiting several websites using Safari on my New iPad when I veiw my history there are several entries that say (no title).  I have played around a little with clearing my history right before visiting the sites to make sure that is where they are coming from.  FWIW, the sites in question are what I would consider to be well known reputable sites, one of them being www.detroitnews.com
    Example:  I cleared my history within Safari, then cleared it again along with cookies and data via Settings.  After that I opened Safari, visited one of the sites and checked my history.  It had four entries that said (no title) and then the name of the actual site I was at.
    I'm concerned that I have picked up some sort of spyware or adware and these entries are a result of being redirected or routed through a maliciuos advertising site on the way to my intended destination.  Does that make any sense or am I being paranoid?
    The odd thing is my wife has the same iPad and when I asked her to try the sites in question she did not get the (no title) entries.  We've compared our two iPads side by side and we have all of our settings set exactly the same.
    Is there such a thing as an anti-virus or virus scanner for iPads?  I've surfed around a bit and haven't been able to find anything.
    Thanks in advance for your help!

    sorry , a bit later: some more info:
    Toepassingsbasics
    Naam Firefox
    Versie 3.6.6
    Profielmap
    Tonen in Finder
    Geïnstalleerde plug-ins
    about:plugins
    Buildconfiguratie
    about:buildconfig
    Extensies
    Naam
    Versie
    Ingeschakeld
    ID
    British English Dictionary 1.19 true [email protected]
    ReloadEvery 3.6.3 false {888d99e7-e8b5-46a3-851e-1ec45da1e644}
    Woordenboek Nederlands 2.2.0 true [email protected]
    DownloadHelper 4.7.3 true
    Aangepaste voorkeuren
    Naam
    Waarde
    browser.history_expire_days.mirror 180
    browser.history_expire_days_min 7
    browser.places.smartBookmarksVersion 2
    browser.startup.homepage_override.mstone rv:1.9.2.6
    browser.tabs.warnOnClose false
    extensions.lastAppVersion 3.6.6
    network.cookie.lifetimePolicy 1
    network.cookie.prefsMigrated true
    places.last_vacuum 1277904749
    privacy.clearOnShutdown.cookies false
    privacy.clearOnShutdown.downloads false
    privacy.clearOnShutdown.formdata false
    privacy.clearOnShutdown.history false
    privacy.clearOnShutdown.sessions false
    privacy.sanitize.migrateFx3Prefs true
    privacy.sanitize.sanitizeOnShutdown true
    privacy.sanitize.timeSpan 0

  • Removing in entries in the history?

    Hi
    I'm doing the finshing touches on my project and started polishing the navigation in my site. I started putting all these back buttons in my pages to easily move around my site. These back buttons use the following javascript: self.history.back() or self.history.go(-1)
    But I get some problems with this method. There are alot of pages that I reuse. For example I have page1.jsp and page2.jsp that go to page3.jsp (forgive me for the lack of originality here). Page3.jsp goes to page4.jsp which is a form that posts to itself. When page4.jsp is done it's post, it displays a success message and provides a link back to page3.jsp. Now when I hit back I want to go to page1.jsp or page2.jsp, whichever page I originally was from. But I end up going to the success message of page4.jsp
    I was thinking if I can remove the entry of pag4.jsp from the history, when I hit the back on page3.jsp I will go back to either page1.jsp or page2.jsp properly.So is there a method or approach to do this?
    Of course my approach could be off, and there might be a better way to do this. Just want to hear form the other people who implemented back buttons in their site.
    Thanks in advance for all the help!

    You could potentially store the value of the page you originated from, and redirect using the stored value rather than try to mess with the web history and use javascript. This isn't always ideal, but seems like it would fit your sitation fairly well.

  • Mutilple entries in Revision History of Check-in page.

    Hi,
    In the check-in page for only one of the content item, i see that in Revision history table ,there
    are multiple entries of each revisions of that content item(EX: if i have total 5 revisions,there are 2-entires fro revision 5 and same for other 4-revisions)
    Also, am not able to any other actions also for that content item
    (Ex: Update, checkout, detele revisions so on..
    Any idea on this??
    Thanks

    Hi Sivaraju,
    unfortunately I've got some problem to understand your reply :(.
    I'm not looking for any favourite-values-definitions or a preset of concrete values.
    Please open any report that contains (for example) the char 0material.
    Open the "Select filter-value..."-dialog for 0material and set the drop-down-box at the
    very top to "History" (it should already be set by default).
    You'll notice that the value-list below contains a maximum of 20 entries.
    My question is: Where can I customize this maximum value and set it to - let's say - 50 ?
    Did you get my point?
    Did your answer already address this topic?
    Kind regards,
    Marco

  • Scheduled Reports won't run - no error or entry in "History"

    Hi,
    I have a very basic CR setup to test the scheduling of Crystal Reports Server, and while it will run manually, in both view mode and if I "Run" it as a manual schedule.
    The report emails out.
    But on a schedule of "Every week day" at 4:30pm it just doesn't run. There is no entry in the history to indicate it failed - it is as if it didn't even run to be honest.
    Any help is greatly aprecieated.

    check if your CrystalReport Job Server is running.
    Regards.

  • Opening a link in a new window puts its entry in history while browsing in private mode.Does it suppose to work in this way?

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/785616]</blockquote><br>
    I have set Firefox to never remember history.This is equivalent to private browsing but whenever I open a link in a new window I can see an entry in the History menu under "Recently Closed Windows". Firefox should not remember any type of history when I already said it do so.

    Hi,
    the only way I know of the is to go to file and click for a new Window.
    Sounds like tabs maybe your thing, from Safari's Helpviewer. for more info look there.......
    To turn on tabbed browsing, choose Preferences from the Safari menu and click Tab. Select Enable Tabbed Browsing.
    To open a link or bookmark in the bookmarks bar in a new tab, hold down the Command key and click the item, or hold down the Control key, click the item, and choose Open in New Tab from the shortcut menu.
    To open a bookmark collection in the bookmarks bar or a folder of bookmarks in the Bookmarks Library in tabs, hold down the Control key, click the collection or folder, and choose Open in Tabs from the shortcut menu.
    If you select the Auto-Click checkbox for a folder in the bookmarks bar, then you can open all the bookmarks in the folder in tabs by clicking the folder name in the bookmarks bar.
    To open a webpage in a new tab, choose New Tab from the File menu and type the address for the page.
    To close a tab, click the close button in the tab.
    To quickly switch between tabs, press Command-Shift-[ and Command-Shift-].
    To show a webpage that is in a tab and close all other tabs, hold down the Option key and click the close box in the tab you want to remain open.
    When you click a link in a page you are viewing in a tab, the page opens in the current tab. Click the Back and Forward buttons in the address bar to scan pages you have opened in a tab.
    If you choose a page from the History or Bookmarks menu, the page opens in the current tab.
    Hope it helps you do what i think you are looking for.
    Cheers
    Eme

  • Change the number of history entries on the Back Button

    Firefox allows 15 history entries when holding the Back (or Previous) button. If I want to go to the #31 entry in the history, I have to press and hold Back many times to reach it.
    I want to change that number for more entries like 50. Is it possible?

    You cannot change how many are displayed in the back/forward drop down at a time.
    You can change the number but not how many are displayed at a time in the dialog window.
    Select the earliest entry you can on the back button (the lowest entry), and then invoke the Back button again, and go to the earliest entry.
    I have test data you can try:
    I have '''browser.sessionhistory.max_entries''' set to 70 the default is 50
    To test bring up
    * http://dmcritchie.mvps.org/firefox/tab_capacity/001.htm
    What you see on the page are a lot of numbered links '''001 - 060'''
    # start with the 001 entry in a new tab make sure you started it in a new tab
    # then go successively through 002-060 in the same tab then go up into bogus numbers '''to 70'''
    # Right click on the Back button, you will see that you can see 15 entries at a time
    # Click on the earliest visible at the bottom of the heap
    # Click again on the Back button to select the earliest again
    # Repeat previous step until to see 001, all entries were accessible through the Back button, but 15 is the maximum that you will see at a time..

  • History in Bookmarks shows no entries

    There are no entries in the History section of Bookmarks.  How do I correct this?

    Safari does have a private browsing mode in 7.1, but it's not access in settings. Open Safari and in the bottom left hand corner you'll see the private button. Make sure it's not on to be recording history.
    Alternatively, did you go into Settings -> Safari and delete the history and caches?
    And you should update your profile to show the current iOS version you're using so we know how to direct you.

  • Delete history entries with delete key/stift+delete doesnt works

    If i want to delete single entry from web history, i type keywords that open this entry, select it and press shift-delete.
    That was woking in previous versions of firefox (after I restart it). Now even after restart that deleted entries appear again. I guess this is a bug and needs to be adressed. Thanks

    Problems with bookmarks and history not working properly can be caused by a corrupted places.sqlite database file.
    You can check for problems with the <b>places.sqlite</b> database file in the Firefox profile folder.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    *Places Maintenance: https://addons.mozilla.org/firefox/addon/places-maintenance/

  • Safari history incomplete.. drops out some entries

    Hi,
    My safari keeps dropping out some entries in the history - any reason why this might be? For example one day all entries for that day are there and the only half the next day?
    Thanks

    HI,
    Quit the Safari app if it's open.
    Click the Settings icon on your iPhone, then click Safari. (may have to scroll down)
    In the next window click: Clear History
    Reopen Safari and see if that helps.
    Carolyn

  • Search syntax for Safari history? how to remove items from specific pages?

    I'm using Safari 5.0.3 and I prefer keeping the browsing history quite long for accessing contents I had been searching in the net some weeks ago.
    However, that way I'm collecting lots of clutter and therefore I'd like to remove selected entries from the history, e. g. from the page where I'm reading daily news etc.
    I tried to use the search field (accessible with Cmd-F in the history view) to search for parts of the corresponding web address, e. g. "http://www.heute.de", but I do not only get the history items from that site but many others from google and other pages.
    So I'd like to know: is there a search syntax to use the search field, like address=www.heute.de* which enables wild cards, operators like OR/AND etc.?
    If not, is there a 3rd party tool which can help or can I use spotlight/the finder to find and remove the unwanted items from the browser history?

    Hi beckmart
    there might be ready-made apps or add-ons to do that - but this may help...
    quit safari, open Home/Library/Safari/History.plist using PrefSetter
    enter the url you want removed in the search box, no need for quotes - say www.google.com
    expand the 'web history dates' section at left to see individual results, then select the first one & shift-click the last (don't use select all) to highlight/select all the results - then press the delete key to remove them. Then save the file.
    Naturally, a backup copy of history.plist would be wise - but the above seems to work very well.

  • Service entry sheet - Service PO Problem

    gurus
    I have a service PO which has "N" number of SES entries in PO history as well as same number of GR and also N number of IR entries..
    Can somebody tell me how to consolidate against which SES (GR) which IR is posted?
    Any table for PO history or any standard T-code to find the IR against a SES (GR),
    thanks
    SACHIN

    Hi Sachin,
    You have to follow below 3 Process for your requirement.
    1) In Service Order -
    > Item Details ---> Invoice Tab -
    > Just Check the SERVICE BASED IV ( If you have checked in the Vendor Master, it will automatically Flow)
    2) You post the Vendor Invoice in MIRO by choosing the referance Document as SERVICE ENTRY SHEET
    3) While posting the invoice in the above process, you enter the Service Entry Sheet number in the referance Field along with the Vendor Inv. No.
    If you follow the above process, then easily you can get the datas from EKBE table.
    With Regards
    Srinivasan Baskaran

Maybe you are looking for