Keeping track of who used MRBR

hello all
is there a way to find out according to users, who has released invoices?
kind of a report on MRBR according to user.
all this, keeping in mind I do not see the invoice in MRBR anymore after it has been released.
basically: who released which invoice?
thanks
Alisa

Hi,
go to table CDHDR and search for:
OBJECTCLAS = INCOMINGINVOICE
OBJECTID = 51056009862009 (BELNR+GJAHR)
TCODE = MRBR
and then with field CHANGENR you can go to table CDPOS.
Best regards.
Edited by: Pablo Casamayor on Jan 8, 2010 11:36 AM

Similar Messages

  • How to keep track of who used my mac?

    Hi everyone, I have a question.
    I have a mac which have two accounts I want to keep track of when and which account had login-ed to the mac?
    I am using MAC OS X 10.6.6 is there a log file record these information?

    The 'last' Terminal command will reveal this.
    (56414)

  • How do 3rd party companies keep track of who to bill?

    I went to go buy a ringtone from a website and the website told me my account activity had maxed out.  I changed my phone number and the website still said that.  How do those websites keep track of who to bill when you can change your phone number?

    When you make a purchase from a third party think of your cell phone number as the credit card and your device as your home address. They have to know how you are paying and where it is going. Just because you change how you pay ( your phone number) you are still having it sent to the same place. When you register for a 3rd party service it links to the ESN number for your device. Hope that helps a little

  • How to keep track of status using wrapper class?

    Hi,
    I got the following code on the server side:
    ..........//this method invocation may take a long time to do
    Object methodResult = method.invoke(object, args);
    if (methodResult != null) //method invocation return results
          //convert the methodResult Object into JDOM Element   
         ObjectWriter writer = new SimpleWriter();  
         Element element = writer.write(methodResult); 
         //return result to client--------------------------------------------------------  
         //Results tag to notify incoming result from method invocation on next incoming byte  
         out.println("Results"); 
         //convert the element into String  
        String strXML = Util.convertXMLtoString(element);  
        //send the String xml out to the client. The client will receive the string representation of the xml  
        out.println("strXML):        
    else //there are no results return from method invocation
        //save the result into xml file  
        Util.createFile(element, new File(filename));
    .......................The problem is how to I keep track of the status of the method invocation.
    As can be seen from the above code, Object methodResult = method.invoke(object, args);
    the method invocation will take a long time!
    How do I write a wrapper class to keep track of the status of the method invocation that can be check by the client? I am thinking of using a url to keep track of method invocation so that the client can continously poll the wrapper object to check if the method invocation has finished.
    Can anyone change my code and give advice?
    Thanks a lot!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

    No,
    I am not using Java threads at all.
    I just need to keep track of the status of the method invocation and report to the client.
    Sometimes, the method invocation can take ages so it is not acceptable for the client to invoke a method and wait a long time without any response: but in fact the server is still in the process of executing the method.
    Please advice.

  • Can AIM Users see my Current Tracks? Who uses Jabber?

    I have a new macbook and use ichat. im using an AIM account to chat with friends. I like the feature with "Current iTunes Track" But can the people im talking to see it? I asked a friend if they could tell me and they said they couldnt when i was chatting with them.
    and speaking of jabber...what is it? who uses it? can only jabber users see your current itunes song? :-p
    thanks!

    I don't know if the current iTunes track status will work with people on AIM (i suspect it will for the people using iChat at least) as i wouldn't touch the AIM protocol with a barge-pole.
    Jabber (which is called XMPP now that it has been ratified by the IETF) is the official standard protocol for Instant Messaging. It is an open standard that anyone can implement and, rather than one central provider like the proprietary IM providers, works on a distributed server basis. You can think of it kind of like email, but for IM.
    XMPP usernames take the same form as email addresses, so [email protected] is the user "bert" on the XMPP server "example.org", and anyone can run a server if they so choose that will interoperate with all the other XMPP servers.
    XMPP is the great hope of IM. Just as 20 years ago you were locked into only being able to email people using the same service provider as you, today you can only IM people on the same service as you. Then SMTP was invented and quite quickly all the providers started using it, allowing anyone to email anyone else. Eventually XMPP will achieve the same for IM.
    Already, in the last 18 months or so, XMPP has really picked up pace. Google chose it as the base of their "Google Talk" (http://talk.google.com) service and linked it with their Gmail service (if you have a Gmail account you can set up iChat to use your corresponding Gtalk account), and LiveJournal recently set up their own IM service also using XMPP.
    Millions of people, spread across thousands of servers, use XMPP. I'm one of them as i prefer to use non-proprietary, open protocols where possible (it also helps that XMPP is vastly superior to the closed protocols used by IM providers such as AIM, MSN and Yahoo).
    The Current iTunes Track status works fine with XMPP (tested both in iChat and on the IM part of my Gmail account). iChat sets the status message to the current track rather than use the new XMPP standard for current track info, so it should work in any XMPP/Jabber client.

  • Keep track of recently used items in my app

    I have developed and app which have several services when user launch the app in the first screen that shows all available services as Tiles. So what i need to do is to track users usage of those apps and load those apps according to the usage in a separate
    section call recently used apps. So how can i do such thing ? Is their any examples .. Thanks in advance :) 
    Dileepa S. Rajapaksa
    Trainee Developer
    Microsoft, Sri Lanka
    Twitter : @dsrajapaksa
    Blog : http://www.dileepatech.net

    Hi astrodileepa,
    So what i need to do is to track users usage of those apps and load those apps according to the usage in a separate section call recently used apps.
    ->Not quite understand your question, those apps you mentioned here are activated from your app or activated from the system?
    As we know Windows Store App runs in a sandbox mode, we cannot get any system level information such as user activities, if you would like to get the information of the system, I don't think your scenario can be done in Windows Store App.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Keeping track of anyone who made a deletion from a table

    Dear all;
    I thought this was going to be easy but I am yet to think of a solution to this problem. I have the following table created
    create table test_tbl
       test_id varchar2(10) not null,
       test_modifiedby varchar2(30),
       test_result number(10),
       primary key(test_id)
    );with the following insert
    insert into test_tbl
      (test_id, test_modifiedby, test_result)
    values
      ('122', 'John', 4);
    insert into test_tbl
      (test_id, test_modifiedby, test_result)
    values
      ('123', 'Jamie', 6);
    insert into test_tbl
      (test_id, test_modifiedby, test_result)
    values
      ('124', 'Katy', 8);
    insert into test_tbl
      (test_id, test_modifiedby, test_result)
    values
      ('125', 'Eric', 10);I am trying to write a simple procedure which is used for deletion and also I would like to be able to keep track on and the save the user who made the deletion and that is where I am having problems. I need to keep track on who made the deletion because I have a trigger which is used to save all deleted test_id made. See trigger below
    CREATE OR REPLACE TRIGGER test_tbl_before_delete
    BEFORE DELETE ON test_tbl
    for each row
    begin
    insert into audit_test_tbl_table
        (test_id, test_modifiedby, test_result)
    values
       (:old.test_id,
        :old.test_modifiedby,
        :old.test_result
    end;Please how do I solve this problem. All help will be appreciated. Thank you.

    Unfortunately Rob, I wouldnt be able to do that because I am using a web development tool called Asp.net which is linked to our oracle database and from the web development tool, users are able to login into the application I am designing and based on their login creditials, they are able to carryout tasks like deletions, insertions, etc. Now I am able to get the user name and info directly from the web development and able to pass it into my deletion procedure. See procedure below
    procedure deletefromtest_tbl(delete_testid in varchar2, delete_modifieruser in varchar2)
      AS
    temp_cnt number;
    BEGIN
    select count(*) into temp_cnt from test_tbl td
    where td.test_id = delete_testid
    if(temp_cnt != 0) then
        delete test_tbl pk
        where pk.test_id = delete_testid
      commit;
        end if;
    end deletefromtest_tbl;From the procedure, I really don't know how to apply the delete_modifieruser (which contains the information of the user that perform the delete) so that information gets saved in the audit_test_tbl_table.

  • How to keep track of sessions ?

    Hi,
    Recently at an interview I was asked that how do you keep track of n number of user sessions in JSP ?
    Can somebody help me with the answer that I should have given ?
    Thanks.

    You would have to extend the session handling system using the various listeners for Session events. Check out the package javax.servlet.http.
    SessionListener: responds to sessionCreated/sessionDestroyed - so you can keep track of sessions as they come/go.
    You then also keep in memory (either a singleton, or in application scope) a permanent map of all the sessions. That way you knoe exactly how many sessions there are, and can get at the data for any or all of them.
    (Note this is a potential security risk, which is why the functionality was removed from the servlet framework)
    Another approach would be to use a SessionBindingListener, on a user object. This listener fires events when the object is bound/removed from a session
    Assuming it is an Intranet, where a user logs in, and after login, a "User" object is placed into session. This will let the user object fire an event whenever it is bound - ie when you log in. Thus you can keep track of who is logged in, and if they are logged in multiple times.
    Hope this helps some,
    evnafets

  • How keep track of caller from web page or app in your EJB

    I want to make a Security Handler for my EJB Server. I want apps / users to be able to log in. However, after they log in (for example from a web page), how do I keep track of who they are when they then make subsequent calls to EJBs?
    Where can I find out who they are?
    How do I standardize this for apps and web page callers?
    I know that for web servers to keep track of who the caller is for them, they need to store a handle on the client. Do I need to do this too?
    If I do keep smth on the client side that they send back/forth to me, does that not fit with the EJB standards?

    still unable to find answer. Hey, can I also ask: do I ask too obscure questions? I don't get most of them answered. Are they boring?

  • Keeping track of workgroup users

    Hi
    We are currently looking for an effective way of identify all of our workgroup users.
    With offline sites, it is obviously much easier to identify them as they all have a site in admin console but for workgroup we are finding that people are being missed out on updates etc because install records are sometimes not maintained.
    The best way that I can think of at the moment is by comparing SMOUSERS with SMOHSITEID on our worrkgroup server, but I notice also that there is a table called SMOUSERCATEGORY, which is currently empty in our system.
    Does anyone know what fills this table or does anyone have any better ideas?
    Regards
    James

    Hi Vivek
    Hope you are well
    The issue that we face is keeping track of who has actually got workgroup installed.
    Scenario:
    - We have a new MUP that needs to be applied to all clients
    - We send it via conntrans to all offline clients
    - We send an email with a link to a batch file which triggers the MUP for all workgroup users....
    but we do not necessarily know all of the users that have workgroup client installed! THAT is the problem.
    A manual record of all installs is maintained in a list currrently, but sometimes people get new PC's or someone forgets to update the list (sometimes it is even installed by IT support guys without our knowledge)
    We DO have SMS running on all machines which returns very detailed information about the software loaded onto each machine (including all program files), so I guess I am asking if the workgroup installation has any files that are different (ie recognisably workgroup) from a normal offline installation.
    Alternatively, a way of being able to identify all Mobile Sales users in the gui which can then be compared with SMOHSITEID to remove the offline users.
    Sorry for the wordy response
    James

  • Keeping track of visitors

    Hi- I've recently posted a blog on the imac site. Is there any way to keep track of who views the site? Thanks very much.
    Joel

    One way is to add the iWeb/Apple counter within iWeb.
    Counts for your top five/five most recently updated
    pages will be shown on your .Mac login page.
    Another way is to add Statcounter, post publishing,
    however this will make your blog comments stop
    working if you have this enabled.
    http://web.mac.com/varkgirl/iWeb/Aardvarkland/Selectiv
    e%20Statcounter.html
    By "blog comments" are you referring to the comments that readers can add, or to updates that I'd upload? Thanks for your help.
    Joel

  • Keeping track of current clients on server

    My problem is that i have all these clients connected to my server. I don't want the same client connecting to the server if he is already connected.
    I was thinking that I could keep track of who is currently connected on the server side, but that leaves many gaps. What happens when a client crashes, and he just drops off the server. The server won't know this happened, and it would be hard to know which client dropped off.
    My next idea was that the server could send a query out to the clients, and each client that threw a IOException would be a client that wasn't logged on anymore. and i could cut his server connections, and end his thread.
    Is there maybe a better way to keep track of clients currently connected to the server?

    The idea of probing the clients can be a bad one, because it takes some time for the server to figure out that a client isn't on. The query you send out will be the same as any other data, and if the query could find out the connection is down, then the connection would already have been broken somewhere else, and you'd know the user is offline. (Assuming you have sane coding practises, which is an IOException handler around the main data loop, and a finally{} block which marks the user as disconnected.)
    One way to ensure that the same user isn't connected twice is to boot off the first instance when the second instance connects. Regrettably a lot of company's solutions to this problem are the other way around, and block you from logging into the server until the first connection times out (a good example of this is the MMOCRPG, Ragnarok Online, where getting disconnected means having to wait about 60 seconds until the server realises your first connection is gone. ;-))

  • I got ipod in a public toilet but no one is there to ask who owns it. it has pass code so i cant access her/his info. so i decided to keep it and use it. i want to reset  the passcode. do you think they can track it and know whos using it?

    i got ipod in a public toilet but no one is there to ask who owns it. it has passcode so i cant access her/his info. so i decided to keep it and want to use it. i want to reset  the passcode so that i can change the settings. do you think they can track it and know whos using it?

    Hand it to the police and if nobody claims it maybe they will let you have it. The person who loss it will be grateful.

  • I have been using Find my iPhone for over a year to keep track of my 12 year old daughter occasionally.  All of a sudden when I click on the app icon it asks me to log in.  This has not been the case.  It has always remained logged in in the past.  W

    I have been using find my iPhone on my iPhone 4s for the past year.  I will look at it occasionally to keep track of my 12 year old.  All of a sudden I have to log in every time I click on the app.  I have always remained logged in in the past.. I upgraded to IOS 8 today thinking that might fix it.  It has not.

    adkennon wrote:
    And maybe you don't talk to too many people but I've been on many forums on different websites where people have had similar problems and a lot of people in the store were having battery problems where they were draining too fast. What I learned is that all the people who did not download the updates are good. There phone is working the same. The people who have, they're having battery problems
    I have downloaded every update and my battery life is better than any previous iPhone I have ever owned. I see posts from hundreds of people every day, and this is not a commonly reported problem. While there are a few random reports of battery problems, it is no more than I have seen for any other model or any other version of iOS in almost 8 years. Usually problems of rapid battery drain can be traced to bad apps (FaceBook is the worst offender) or corrupt data being synced from iCloud or other sources (gmail, Windows Live, Yahoo, etc).
    The simple test is to restore the phone as New. Do not create any email accounts. Do not install any apps. Do not enable FaceTime or iMessage. Do not enable Twitter or any other social networking app. Use it for a day and check the battery usage. You will find that it is working well.
    And also see this: http://www.overthought.org/blog/2014/the-ultimate-guide-to-solving-ios-battery-d rain. It is the best treatise I have seen on the subject of battery usage.

  • Do you need to use an email as an apple ID?    We have a family email which is currently the apple ID so I can keep track of purchases but i have 2 iPhones and 2 itouches. Can all 4 devices have different apple ID under the same email address. Also for th

    Do you need to use an email as an apple ID?    We have a family email which is currently the apple ID so I can keep track of purchases but i have 2 iPhones and 2 itouches. Can all 4 devices have different apple ID under the same email address. Also I wanted to know because for the game center we wanted to keep track of each individual not just o e account.  DID I MAKE SENSE

    Figured it out. Thanks.

Maybe you are looking for

  • To upload a excel file to dB table through webdynpro ABAP

    HI,     I am unable to upload a excel file directly by using  func module   "HR_KR_XSTRING_TO_STRING".     If file is in tab delimited then only, I am able to upload.     Suggest me if there are any other options to upload a excel file.

  • How to turn off color management in the print dialogue

    I Use Macbook Pro OSX 10.8.2 Lightoom 4 Canon Pixma MG 8250 Profile MG series 8200 GL3/SG3 for Glossy paper. It is stated that "remember to turn off color managment in the print dialog" when using custom profile (I assume the Profile MG...) is regard

  • Adobe media encoder CS4 - alised graphics and small black bars at 480x360 for web---HELP!

    I recently installed the CS4 premiere software with Adobe Media encoder. I encode video for the web. I have been a professional web video producer for over 10 years and have been using adobe products my whole career My issues are:      1)  I can not

  • Preview Blu-Ray Pop-Up Menus in Project Preview Window

    Hi- I'm trying to test how my blu-ray pop-up menu looks and functions in the project window, but I can't seem to find a way to get my pop-up menu to appear (other than in the project menu frame) . On most set-top blue-ray players, there's a button la

  • Lock and Unlock Time Stamp

    Hi, Is there a way to get the time stamp when we lock and unlock the entities. And also the User name who performed the lock and unlock task? Rgds Abhi