Transaction posting user and time

how do we get a transaction's posting time and the user who posted it?

It's not the user name, it's the (mostly hidden) User ID number.  The cause is a bit different, but the pink box in Problems after using Migration Assistant has an explanation of what happened.
Did you have only the single account before?  Had there ever been a different one, even if transferred from another Mac?  Does the last backup have the account you want to transfer?
If the answers to all three questions are yes, then the UID on the backups should be #501, and you may be able to use a variant of the 4th option in the above link.
What you need to do is transfer the account unchanged (meaning, no UID 501 on your Mac), but conflict with the name of an account on your Mac, so Migration Assistant will let you rename the account you're transferring.
Create a new account with the exact names as the one on your backups, and log on to it.
Delete all other accounts and home folders. 
Restart your Mac (to make the deleted UID 501 available).
Log on to the duplicate account.
Start Migration Assistant.  When you get this prompt, rename the account you're transferring:
See Using Migration Assistant on Mountain Lion or Lion for the gory details.

Similar Messages

  • Post user and pass to SOAP Header message in ABAP Proxy

    Hi Folks!
    I'm trying to post user and pass to SOAP Header on an ABAP proxy. I've already read the thread [Consume web service in ABAP proxy with SOAP header|Re: Consume web service in ABAP proxy with SOAP header; and I see that is possible to manipulate SOAP Header but I cannot understand how I work with function module SDIXML_XML_TO_DOM.
    Do I need pass to parameter xml a complete SOAP Envelope? If it is right how can I get the complete xml message to pass to this parameter? I think I don't need the build the xml strucuture as I did on WebAS 6.40, isn't it?
    Thanks in advanced.

    Hi Rafael,
    I would be interested in the solution... could you please post it into forum.
    Thanks and best regards
    Stefan Bosshard

  • Last Post Date (and Time?)

    Before the last revision of Discussions format the My Subscriptions page under Last Post the date of the last post in a forum or category was listed along with _the time_ of the post. This was a very helpful feature as one could scan the list and see if there were any new entries in a forum or category. Now we still have the date (Aug 29, 2007), but no time listed. Should we expect the time to be listed before long, or is that a casualty of the new dispensation? And if it has been removed, does anyone have an idea of why?
    Thanks.
    cornelius
    Message was edited by: cornelius

    Hi Cornelius,
    I hope you will forgive my saying so, but sarcasm does not become you.
    As a Level 4, you have the facility to post such a question in the FHB in the Lounge, where it can receive the attention of the Hosts and all the other Lounge Lizards who have that special 'inside' information.
    This particular forum will only attract attention mostly from the fringe dwellers such as myself, who are not likely to have access to or the freedom to publicly disclose the information which you require.
    Nevertheless, have a good day!

  • Automatically adding current user and time to textbox

    I have a text box called notes on one of my pages and I am wondering if it is possible to automatically add the current user's APP_USER name as well as the current time at the end of what ever the person writes.
    For example:
    The user writes - "Hello my name is bob." and hits submit
    What shows up - "Hello my name is bob. - BOB.SMITH 15-MAR-2013 4:13pm"
    Does that make sense? Do you need any more info?
    Any help would be appreciated,
    BK

    B, yes Computation Point: After Submit is what I meant when I said a Computation after submit.
    However, the code I provided was for a Process and not a computation. :)
    Look at your computation and you'll find that the "Computation Type" says "Static Assignment" with means it will assign exactly what you enter.
    Choose one that is appropriate for what you will enter. AND because it's a computation you do not enter the left side of the assignment (i.e. :P1015_NOTES := ...)
    So... if you go with for example "PL/SQL Function Body" the code you enter would be:
    return :P1015_NOTES || ' - ' || :APP_USER || ' ' || to_char(sysdate, 'DD-MON-YYYY HH:MI PM');APEX will execute the code and assign it to your item.
    Hope this helps.
    -Jorge

  • Non-admin users and Time Machine

    We have a 1-1 laptop program with 7th and 8th grade students. The students are not admins of their own laptops.
    This year we gave each student an external hard drive and had them use Time Machine to back-up their accounts. The problem was when a student needed to restore from Time Machine, we needed to enter the administrator's password.
    We'll be switching to Lion over the summer, and by default, a non-admin user cannot even turn on Time Machine without an adminsitrator's password, which makes Time Machine useless. I don't want to have our students go back to manually dragging and dropping all of their school data (and movies and music) to back it all up (what a messy process).
    Is there any way around the need for an admin password to use Time Machine?

    Time Machine (the application) is already allowed. That's not the problem.
    In order to set-up Time Machine the first time, users have to open the Time Machine Preference, and that is locked. When a user tries to unlock it, they need to enter an administrator's password, but our students are only standar users.
    We don't want to have to enter that password for 250 machines each time students need to access that preference.
    In addition, an administrator's password is needed to restore anything from a Time Machine drive, and we'd like a way around that too.

  • Capturing User Id and Time

    Hi All,
    I need to keep track of the user ID and Time for the data entered through a web interface.
    Please suggest the way to achieve this.
    Thanks,
    Deepthi.

    Hi Deepthi,
    there is a how to paper: How to Line Items in SEM-BPS.
    It describes how to add user and time to each dataset enterd/changed.
    Best regards
    Steffen

  • FEBA - How to post two or more transactions at the same time?

    Hi,
        one of our banks sends the statemets with many lines that belongs to the same transaction. We have to post partially one line, and afterwards the other line. Any of you know how to post two lines at the same time from the bank statement?
    Thank you in advance,
    Miguel

    Hi,
    I'm sorry for replying so late.
    The solution I reached was to change the a few things in the standard.
    Now I have a new "context menu item". I select two or more transactions and I right-click the mouse. I select that "context menu item" and the next part of the code adds the total amount of the transactions to look for the correct post for the first transaction. Once posted automatically, the next transaction is posted automatically by the system.
    I hope you understand my English. I've problem with technical FI terms.
    Here you are the code:
    First I added a new contextual menu item:
    CL_FEBAN_ALV_GRID=============CCIMP
    call method e_object->add_function
        EXPORTING
            fcode = 'BS_POST_ITEMS'
            text = text-002.
    *{ INSERT DHTK904078 1
    *--> Miguel Estu00E9vez - 16/06/2008
    * RIPI 24/04/2008 - Conciliaciones
    * Permitir conciliar mu00E1s de un apunte a la vez
        call method e_object->add_function
            EXPORTING
                fcode = 'ZBS_POST_ITEMS'
                text = text-Z02.
    *<-- Miguel Estu00E9vez - 16/06/2008
    *} INSERT
        call method e_object->add_function
            EXPORTING
                fcode = 'BS_KILL_ADVICE'
                text = text-004.
    CL_FEBAN_ALV_GRID=============CCIMP
    when 'BS_POST_ITEMS'.
        call method cl_feban_propagator=>raise_event
            EXPORTING
                i_event = 'POST_ITEMS'
                i_ref_to_item = l_ref_to_item.
    *{ INSERT DHTK904078 2
    *--> Miguel Estu00E9vez - 16/06/2008
    * RIPI 24/04/2008 - Conciliaciones
    * Permitir conciliar mu00E1s de un apunte a la vez
        when 'ZBS_POST_ITEMS'.
            call method cl_feban_propagator=>raise_event
                EXPORTING
                    i_event = 'ZPOST_ITEMS'
                    i_ref_to_item = l_ref_to_item.
    *<-- Miguel Estu00E9vez - 16/06/2008
    *} INSERT
        when 'BS_LOCK_ITEMS'.
            call method cl_feban_propagator=>raise_event
                EXPORTING
                    i_event = 'LOCK_ITEMS'
                    i_ref_to_item = l_ref_to_item.
    CL_FEBAN_PROPAGATOR===========CM001
        when 'POST_ITEMS'.
            raise event post_items
                exporting i_ref_to_item = i_ref_to_item.
    *{ INSERT DHTK904078 1
    *--> Miguel Estu00E9vez - 16/06/2008
    * RIPI 24/04/2008 - Conciliaciones
    * Permitir conciliar mu00E1s de un apunte a la vez
        when 'ZPOST_ITEMS'.
            data: zvalor(1) value '' .
                export zvalor from 'X' to memory ID 'ZFEBA01'.
                raise event post_items
                    exporting i_ref_to_item = i_ref_to_item.
    *<-- Miguel Estu00E9vez - 16/06/2008
    *} INSERT
        when 'LOCK_ITEMS'.
            raise event lock_items
                exporting i_ref_to_item = i_ref_to_item.
    Now, I proceed to calculate the total amount of the selected transactions to look for the correct one to post.
    LNEW_FEBAF01
    *     user parameter
            l_feban_position type c.
            field-symbols: <items> type item_tab_type.
    *{ INSERT DHTK904077 1
    *--> Miguel Estu00E9vez - 16/06/2008
    * RIPI 24/04/2008 - Conciliaciones
    * Permitir conciliar mu00E1s de un apunte a la vez
        data: zvalor(1) value '',
            zkwbtr type kwbtr,
            kwb type kwbtr.
        import zvalor to zvalor from memory ID 'ZFEBA01'.
        if ( zvalor is not initial ).
            if not i_ref_to_item is initial.
                assign i_ref_to_item->* to <items>.
                loop at <items> into h_item.
                    select single kwbtr
                        into kwb
                        from febep
                        where kukey = h_item-kukey and
                            esnum = h_item-esnum.
                            zkwbtr = zkwbtr + kwb.
                endloop.
            endif.
            export zkwbtr from zkwbtr to memory ID 'ZKWBTR'.
        endif.
    *<-- Miguel Estu00E9vez - 16/06/2008
    *} INSERT
        refresh g_picked_items.
        if not i_ref_to_item is initial.
            assign i_ref_to_item->* to <items>.
            loop at <items> into h_item.
                move-corresponding h_item to h_picked_items.
                append h_picked_items to g_picked_items.
            endloop.
        endif.
        submit rfebbu00 and return
            user sy-uname
            with anwnd = r_doc->*-anwnd
            with s_kukey in s_kukey
            with s_esnum in s_esnum
            with buber = g_posting_area
            with mregel = '1'
            with function = 'C'
            with mode = g_mode
            with p_bupro = g_bupro.
    *{ INSERT DHTK904077 2
    *--> Miguel Estu00E9vez - 17/06/2008
    * RIPI 24/04/2008 - Conciliaciones
    * Permitir conciliar mu00E1s de un apunte a la vez
        if ( zkwbtr is not initial ).
            select single kwbtr
                into kwb
                from febep
                where kukey = h_kukey-low and
                    esnum = h_esnum-low.
                    zkwbtr = zkwbtr - kwb.
            export zkwbtr from zkwbtr to memory ID 'ZKWBTR'.
        endif.
    *<-- Miguel Estu00E9vez - 17/06/2008
    *} INSERT
        refresh s_kukey.
        refresh s_esnum.
        clear h_kukey.
        clear h_esnum.
    endloop. "loop over all picked items
    call function 'CUSTOMIZED_MESSAGE'
        EXPORTING
            i_arbgb = 'NEW_FEBA'
            i_dtype = '-'
            i_msgnr = '110'.
    RFEBBU00
    * original transaction currency provided and posting area = 2.
            ftclear-selvon = febep-fwbtr. "INSERT - mpEURO
        ENDIF. "INSERT - mpEURO
        CONDENSE ftclear-selvon NO-GAPS.
    *{ INSERT DHTK903977 1
    *--> Miguel Estu00E9vez - 16/06/2008
    * RIPI 24/04/2008 - Conciliaciones
    * Permitir conciliar mu00E1s de un apunte a la vez
        data: zkwbtr type kwbtr.
        import zkwbtr to zkwbtr from memory ID 'ZKWBTR'.
        if ( zkwbtr is not initial ).
            ftclear-selvon = zkwbtr.
            clear zkwbtr.
        endif.
    *<-- Miguel Estu00E9vez - 16/06/2008
    *} INSERT
    APPEND ftclear.
    ** Begin of comment C5053248
    * perform druck_buzei_ftclear using ftclear-agkon.

  • The ability of blackberry ,its customers, and investors to progress exists within our own capability *edited as it was late when i posted the first time

    As I read these various posts I see that blackberry users are innovative, demanding, creative, particular but effective smartphone users.  However sometimes our frustration manifests in the typical comments such as:
    Come on blackberry how the eff could you not include in the z10 "mypin" auto generation in sms.  How the $hit do you think I invite most of my bbm contacts, not as many people are using blackberries you know so the email invite (yes it generates in email mode so you can simply copy and paste) is not as efficient any more.  There i am done ranting
    What if we knew blackberry's attentions were focused in this support forum, and through it they could make sure their updates meet the needs of  their users? If bb'ers begin posting ideas within categories that would effectively cover all aspects from application/ interface adjustments to developments blackberry devices could effectively grow with the user.  It is a beautifully reciprocal experience as companies/individuals will have free market research and power of change. 
    Companies and developers can simply calculate if they have a positive return on their investment of time, cost, resourcess and efforts.  Whether it be a company who is  interested in direct billing, a contract or advertising OR a customer is interested in attempting to impact a change.  Both sides have a vested interest. People could see how many others potentially like their new ideas whether in be in the realm of functionality or applications.  I have been told (and have read a bit)  Linux systems are an awesome example of how ideas mixed with creativity, critique, feedback and passion drive the force that is innovation, which is amazing. 
    We have the opportunity to create what could include even more people now.  As mobile technology  spans the globe and should call for impeccable security, who better to afford you and your ideas both the collaberation potential with the luxury and security of the safest network in the business.  Since the phone is complete as a unit superficially; shape and weight are perfect for  a phone, 3.5 small buttons on the whold device, and perfect size screen for communication and visual needs, (also read my post on external battery charger.....bravo blackberry),there would only be a need for minor external and relative internal improvements as technology requires adaptation.  Thus the only thing to really continue to work on is the interface and user experience. 
    It is a work of balance and interdependence as both consumer/creator roles are shared by all parties within the company/owner and the open market.  The customer experiences the ability for impact on their own environment and efficiency/comfort withn that through application and function improvements, and blackberry gets happy loyal customers and supporters. 
    If we knew could post ideas with the help of blackberry of course (online tallies ballot system etc) to provide numbers or structure or to help guide the process of evolution in regards to this aspect of our lives (obviously they cannot make every change in the same amount of time as they would have to balance attending to ideas with great support to addressing ones with fewer numbers but specific ideas.  Also the factor of people who like the option as it is or would support change would have to be taken into consideration. ) than I am certain our dispositions would change when we encounter an obstacle because we know there is option for remedy.
    For example with a great enough support for lets say to change a function of operation, there is also the possibility that the idea would simply inspire blackberry to offer it in various modes like ringtones notification or options within program settings are. I am sure as a group of intelligent users we could contribute to the establishment of a ratio for attending to the necessary factors involved.  How does it work with linux systems?
    We would have to be patient of course as this would take time to gain the momentum it would require to have turnaround be speedy when it occurs.  It could happen, remember happy people are patient people.  Show us you hear us, make some of the changes that we see and address over and over in this post and it is inevitable you will see an increase in users and ideas which will only keep the progress in motion. 
    Eventually every idea reaches a point where you decide if there is enough reason to continue to develop, practise, or refine it. If not you simply move on to your next idea. Blackberry If you allow people to share ideas on an item that is so vastly involved in our daily lives how could you not continue to receive support.
    If not this (as this is simply ones persons idea ) , then please blackberry, establish something that shows you hear and acknowledge us because you have a dedicated group of  driven and precis users who simply want their blackberry to work because they see its true potential and it has the ability to surpasses all other mobile experiences  in terms of convenience and output as it once did. Some of your users are also financial supporters who believe enough in what you have the potential to create they invest their own hard earned money.  I am both and I am certain others are in the same situation. I have never been so frustrated and so happy with the same item than I have at different points throughout my years with blackberry.  The customer support or lack of voice has been my biggest concern. We scrutinize your products daily, we have some of the best feedback for you, but without a reception they will only turn into complaints or rants.
    Offer the capacity for impact at a level no one else has to this point in the game has. As you prepare to launch to one of the biggest user markets  in the world see that there is the potential to also create one of the largest communities of innovation in the world. 
    Smartphone users collectively creating a device that would be both seamless and secure anywherre it went on the globe  Owning the software and the hardware affords you this ability to offer us some input to some level. The ability to adjust to your users constantly changing environment is what every business owner should strive for.   Listen to your customers before they end up in the rant section of their forum.  Please continue to let blackberry know we would like to have our feedback heard.
    Thank you

    As I read these various posts I see that blackberry users are innovative, demanding, creative, particular but effective smartphone users.  However sometimes our frustration manifests in the typical comments such as:
    Come on blackberry how the eff could you not include in the z10 "mypin" auto generation in sms.  How the $hit do you think I invite most of my bbm contacts, not as many people are using blackberries you know so the email invite (yes it generates in email mode so you can simply copy and paste) is not as efficient any more.  There i am done ranting
    What if we knew blackberry's attentions were focused in this support forum, and through it they could make sure their updates meet the needs of  their users? If bb'ers begin posting ideas within categories that would effectively cover all aspects from application/ interface adjustments to developments blackberry devices could effectively grow with the user.  It is a beautifully reciprocal experience as companies/individuals will have free market research and power of change. 
    Companies and developers can simply calculate if they have a positive return on their investment of time, cost, resourcess and efforts.  Whether it be a company who is  interested in direct billing, a contract or advertising OR a customer is interested in attempting to impact a change.  Both sides have a vested interest. People could see how many others potentially like their new ideas whether in be in the realm of functionality or applications.  I have been told (and have read a bit)  Linux systems are an awesome example of how ideas mixed with creativity, critique, feedback and passion drive the force that is innovation, which is amazing. 
    We have the opportunity to create what could include even more people now.  As mobile technology  spans the globe and should call for impeccable security, who better to afford you and your ideas both the collaberation potential with the luxury and security of the safest network in the business.  Since the phone is complete as a unit superficially; shape and weight are perfect for  a phone, 3.5 small buttons on the whold device, and perfect size screen for communication and visual needs, (also read my post on external battery charger.....bravo blackberry),there would only be a need for minor external and relative internal improvements as technology requires adaptation.  Thus the only thing to really continue to work on is the interface and user experience. 
    It is a work of balance and interdependence as both consumer/creator roles are shared by all parties within the company/owner and the open market.  The customer experiences the ability for impact on their own environment and efficiency/comfort withn that through application and function improvements, and blackberry gets happy loyal customers and supporters. 
    If we knew could post ideas with the help of blackberry of course (online tallies ballot system etc) to provide numbers or structure or to help guide the process of evolution in regards to this aspect of our lives (obviously they cannot make every change in the same amount of time as they would have to balance attending to ideas with great support to addressing ones with fewer numbers but specific ideas.  Also the factor of people who like the option as it is or would support change would have to be taken into consideration. ) than I am certain our dispositions would change when we encounter an obstacle because we know there is option for remedy.
    For example with a great enough support for lets say to change a function of operation, there is also the possibility that the idea would simply inspire blackberry to offer it in various modes like ringtones notification or options within program settings are. I am sure as a group of intelligent users we could contribute to the establishment of a ratio for attending to the necessary factors involved.  How does it work with linux systems?
    We would have to be patient of course as this would take time to gain the momentum it would require to have turnaround be speedy when it occurs.  It could happen, remember happy people are patient people.  Show us you hear us, make some of the changes that we see and address over and over in this post and it is inevitable you will see an increase in users and ideas which will only keep the progress in motion. 
    Eventually every idea reaches a point where you decide if there is enough reason to continue to develop, practise, or refine it. If not you simply move on to your next idea. Blackberry If you allow people to share ideas on an item that is so vastly involved in our daily lives how could you not continue to receive support.
    If not this (as this is simply ones persons idea ) , then please blackberry, establish something that shows you hear and acknowledge us because you have a dedicated group of  driven and precis users who simply want their blackberry to work because they see its true potential and it has the ability to surpasses all other mobile experiences  in terms of convenience and output as it once did. Some of your users are also financial supporters who believe enough in what you have the potential to create they invest their own hard earned money.  I am both and I am certain others are in the same situation. I have never been so frustrated and so happy with the same item than I have at different points throughout my years with blackberry.  The customer support or lack of voice has been my biggest concern. We scrutinize your products daily, we have some of the best feedback for you, but without a reception they will only turn into complaints or rants.
    Offer the capacity for impact at a level no one else has to this point in the game has. As you prepare to launch to one of the biggest user markets  in the world see that there is the potential to also create one of the largest communities of innovation in the world. 
    Smartphone users collectively creating a device that would be both seamless and secure anywherre it went on the globe  Owning the software and the hardware affords you this ability to offer us some input to some level. The ability to adjust to your users constantly changing environment is what every business owner should strive for.   Listen to your customers before they end up in the rant section of their forum.  Please continue to let blackberry know we would like to have our feedback heard.
    Thank you

  • Transaction Posting Confirmation Message and Action Listener behaviour

    Hi, I have a scenario that a user is Posting a Transaction and when he press the “Post” Button a, confirmation dialog box should popup asking “Do you really want to Post the record ?”. If the user press “Yes” the record is further process and If the user press “No” then the transaction should not proceed.
    I have implemented the main screen(PostTransaction.java) and the popup confirmation window(ConfirmationWindow.java)
    Question 1 ) Why the code is not stoping in the Post Button Action listener as in JOptionPane, then how do i know that the user has selected "Yes" or "No" ?
    Question 2) Do I have to write the code for posting of a Transaction(postTransaction() method) in the “ConfirmationWindow”? or it should be in “PostTransaction”.
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.application.Application;
    import javafx.scene.Group;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.Label;
    import javafx.scene.control.TextField;
    import javafx.scene.layout.GridPane;
    import javafx.stage.Stage;
    public class PostTransaction extends Application{
           public void start(final Stage stage) throws Exception {
                  Group root = new Group();
                  Scene scene = new Scene(root, 300,300);
                  stage.setScene(scene);
                  stage.setTitle("Transaction Post Screen");
                  GridPane gp = new GridPane();
                  Label lblName = new Label("Name");
                  Label lblAmount = new Label("Amount");
                  TextField txtName = new TextField();
                  TextField txtAmount = new TextField();
                  Button btnPost = new Button("Post Record");
                  gp.add(lblName, 1, 1);
                  gp.add(lblAmount, 1, 2);
                  gp.add(txtName, 2, 1);
                  gp.add(txtAmount, 2, 2);
                  gp.add(btnPost, 2, 3);
                  btnPost.setOnAction(new EventHandler<ActionEvent>() {
                        @Override
                        public void handle(ActionEvent arg0) {
                             //The code does not stop here as in JOptionPane, then how do i know that the user has selected "Yes" or "No" ??
                             boolean popupResult = ConfirmationWindow.confirmTranactionPosting(stage, "Please Confirm");
                             if(popupResult==true){
                                  //This line is printed before the user selects yes or no
                                  System.out.println("Proceeding with Tranaction Posting");
                                  //postTransaction();
                             if(popupResult==false){
                                  //This line is printed before the user selects yes or no
                                  System.out.println("Do not Proceed with Tranaction Posting");
                 root.getChildren().add(gp);
                stage.show();
                public static void main(String[] args) {
                  launch(args);
              private void postTransaction(){
                   //write the code for posting here
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Group;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.Label;
    import javafx.scene.layout.BorderPane;
    import javafx.scene.layout.HBox;
    import javafx.stage.Modality;
    import javafx.stage.Stage;
    import javafx.stage.StageStyle;
    public class ConfirmationWindow extends Stage {
         Stage owner;
         Stage stage;
         BorderPane root;
         static boolean postStatus = false;
      public ConfirmationWindow( Stage owner, String title){
        root = new BorderPane();
        stage = this;
        this.owner = owner;
        initModality( Modality.APPLICATION_MODAL );
        initOwner( owner );
        initStyle( StageStyle.UTILITY );
        setTitle( title );
        setContents();
      public void setContents(){
        Scene scene = new Scene(root,250,150);
        setScene(scene);
        Group groupInDialog = new Group();
        groupInDialog.getChildren().add( new Label("Do you really want to Post this record ?") );
        root.setCenter( groupInDialog );
        Button yes = new Button( "Yes" );
        yes.setOnAction(new EventHandler<ActionEvent>() {
              @Override
              public void handle(ActionEvent e) {
                   postStatus =true;
                   stage.close(); // Close the pop up. Transfer control to PostTransaction.java and execute the PostTransaction() method.
        Button no  = new Button( "No" );
        no.setOnAction(new EventHandler<ActionEvent>() {
              @Override
              public void handle(ActionEvent e) {
                   postStatus =false;
                   stage.close(); // Close the pop up only
        HBox buttonPane = new HBox();
        buttonPane.setSpacing(10);
        buttonPane.getChildren().addAll(yes,no);
        root.setBottom(buttonPane);
        stage.show();
      public static boolean confirmTranactionPosting(Stage owner, String title) {
           new ConfirmationWindow(owner, title);
           return postStatus;
    }

    The MII Message listener is a queue. But when I understand you correctly, you do not want to process the messages immediately after arriving in the Listener.
    Maybe the categorization of messages is an option for you (see [Sap Help: Processing Rule Editor - Category|http://help.sap.com/saphelp_mii121/helpdata/en/43/e80b59ad40719ae10000000a1553f6/frameset.htm]. You can enter a category for the control recipe messages. The messages will then be placed in the Listener queue. You can use the [Message Services|http://help.sap.com/saphelp_mii121/helpdata/en/43/e80b59ad40719ae10000000a1553f6/frameset.htm] actions to read the categorized messages and process them as you need.
    In addition to Manoj, you may also use the [Queueing actions|http://help.sap.com/saphelp_mii121/helpdata/en/43/e80b59ad40719ae10000000a1553f6/frameset.htm] of MII, where you can queue xml contents.
    Hope this helps.
    Michael

  • BAPI -  user last modified Name, Date and Time in SU01 of a Particular User

    HI Experts,
    After searched a lot in SDN , i am posting this thread,
    I want to know any  Standard BAPI  to give LAST modified User name , time and Date in SU01 of a particular User.
    I checked * BAPI_USER_GET_DETAIL* , its giving LAST modified  time and Date in SU01, But I want Last modified user name as well.
    I have 2 questions related with the above scenario,
    1) Which BAPI gives the details of LAST modified User name , time and Date in SU01 of a particular User.
    2) Any Table is there to give details of LAST modified User name , time and Date in SU01 of a particular User for a time period ,
    For eg : 1 month, if i would have set the time line, it should give the three details .
    Regards,
    Saravana.S

    Hi,
    I am not sure, if there would be any BAPI particularly for giving such particular information. Even if you can, you  might have to call 2 BAPIs, one for finding the list of such users modified within 1 month eg., and then getting the mod date and mod time.
    BAPI_USER_GETLIST - this can be used for searching.. but tricky
    then you have to call another bapi for getting the details.
    One option is you can create a new Z BAPI using the table and get the results.
    Regards,
    Amit Mittal.

  • User login report in Active Directory for specific date and time

    I want to get User login report in Active Directory for specific date and time e.g user logged in at15-01-2015 from 8:00am to 4:00pm
    Is any query, script or any tool available?
    Waiting for reply please

    You can identify the last logon date and time using my script here: https://gallery.technet.microsoft.com/scriptcenter/Get-Active-Directory-User-bbcdd771
    If you would like to get back in time and see when the user did a logon / logoff then you need to have auditing enabled. Once done, you can records from Security log in the event viewer: https://social.technet.microsoft.com/Forums/windowsserver/en-US/98cbecb0-d23d-479d-aa65-07e3e214e2c7/manage-active-directory-users-logon-logoff-events
    I have started a Wiki about how to track logon / logoff and it can help too: http://social.technet.microsoft.com/wiki/contents/articles/20422.record-logon-logoff-activities-on-domain-servers-and-workstations-using-group-policy.aspx
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Date and time stamp of user status does not appear

    Hi, gurus.
    For a specific transaction type, the date and time stamps for certain user statuses do not appear within the transaction although these missing date/time stamps are captured in the database upon checking by our ABAP.  It seems that this problem started when I added several statuses and rearranged their status numbers in the status profile last year.
    I'd also like to ask if it's really necessary that the statuses within the status profile and date profile should maintained in the same positions. 
    E.g.
    Status Profile                                                                               
    Status No.     ---       Status Code      ---            Short Text                                       
    10            ---                    IP1L                   ---       In Process 1st Level                        
    20            ---                    IP2L                   ---       In Process 2nd Level                          
    Date Profile
    Display Position   ---       Date Type
    1                          ---       In Process 1st Level       
    2                          ---       In Process 2nd Level
    We're going to create and assign a new status profile for the concerned transaction type.  We'll make sure that this status profile is sychronized with the date profile.  Hopefully, the date/time stamps will all be displayed in prospective transactions but the problem on the missing date/time stamps in historical transactions will still remain.
    Pls. help us.
    Thanks in advance,
    Theresa

    I'd also like to ask if it's really necessary that the statuses within the status profile and date profile should maintained in the same positions.
    No

  • Posted a transaction with FBS1 and FB01 of document type AC.

    Hi Guru's
    It's urgent
    I posted a transaction with FBS1 and FB01 of document type AC. What could be the difference between these two transactions.
    Regards
    Odaiah Pelley

    Hi
    What's the description of the Doc Type AC
    as for info:
    FB01 is a normal GL invoice entry for a cost that is incurred as per the posting date specified at the time of entering the invoice
    FBS1 - is used for Accrual postings which in acctg terms would be a cost incurred for a long term contract which will be distributed periodically
    hope this helps..
    Rukshana

  • How can i log transaction codes, programes and tables used by a user?

    Hi everyone,
    i need to log transaction codes, programes and tables a user has used in a certain time. how can i trace that and is it possible with timestamps?
    i tried something with the badi workload_statistic but thats not what i need. is there a simple function which can do that or is this really much more complicated?

    In SE13 there is an option to log table changes for a table.
    If you search for "SCU3" you will find plenty of information on this. Also search for "RECCLIENT" (without the "/") and you will find some more specialized threads.
    Cheers,
    Julius

  • Fetch Vendor block/unblock date and time information in Transaction XK05

    Hi ,
    When user blocked to vendor using transaction XK05,This data stored in the table CDHDR (bloked Date and time).
    My quostion is how will we fetch the bloked DATE and TIME from CDHDR table( i mean which condition i need to fetch).
    This table have the blow key fileds .
    1)  OBJECTCLAS       Object class
    2)  OBJECTID             Object value
    3)  CHANGENR          Document change number 
    Could you please help us to resolve this.. << Please do not offer rewards >>
    Thanks
    Satya.
    Edited by: Rob Burbank on Jun 24, 2010 10:44 AM

    In Development, repeat the block process, then go find what you just put into table CDHDR with SE11 or 16...a little innovation and initiative often allows one to discover precisely what is needed, if you'll pardon an admonition from an old programmer )

Maybe you are looking for

  • HTML Help viewer crashes.

    The Problem: After making some modifications to a working RH HTML file a crash occurs when trying to view a compiled .chm file. The Clues: - It doesn't occur right away, but after clicking on a couple links. - Sometimes the ".. tell Microsoft about t

  • Are the bugged badges for the iOS Reminders app a known issue?

    I've seen quite a few posts covering many years on this issue, and it seems to have gone ignored by Apple. The issue is badges not showing up for the Reminders app, even though they are turned on in the Notifications Center. It does not seem to be th

  • Created 'unread' mails in 'Sent' box

    If I reply to a message, there are no problems. However, when I create a new message and send it, it shows up in my 'Sent' box as unread, i.e. the little blue dot appears next to the message in the 'Sent' box. This is a new problem since I upgraded t

  • Font issue in motion 4

    I've downloaded a new font. The font is working fine in FCP and in PS, but in Motion, several of the letter show as dashes or partial letters. Why would this be? I put them in library/fonts Thanks

  • Can i use adobe pdf  viewer dll in educational commercial project in c

    I want to read PDF file in  my project ..for that i want PDF viewer..so m asking you ..can i use adobe PDF viewer in my project. Its a educational product for one of my client. Regards, Shain Singh