The time when the BADI implementation class really initialize.

when I debug the cl_exithanler=>get_instance, I found that it returns the class name as: CL_IM_EX..., not the implementation class name begin with: ZCL_IM... which is created by me. So when does the BADI implementation class really initialize?

It's not a macro, as Uwe showed you. Inside your Constructor method just enter the following code:
break sy-uname
Because of the '.' in your name you cannot use
break yuan.gan.
I am suprised to see that as a user name like that though.

Similar Messages

  • Wmi script to find out the time when the user was added to local administration group

    Hi Friends,
    i need a script/query based on wmi/wql that find out the time when the user was added to local administration group on this computer
    Regards
    Tanoj
    OSLM ENGINEER - SCCM 2007 & 2012

    WMI does not keep security information.
    Unless you have enabled auditing, this information is not retained in any way.
    If auditing is enabled, you can write a powershell script to look for the specific event in the eventlog. More specifically, you should look for all security events with id 4732 containing the group.
    this one command does the trick
    get-eventlog -logname security -instanceid 4732 -message *administrators*
    https://technet.microsoft.com/en-us/library/dd772663(v=ws.10).aspx
    MCP/MCSA/MCTS/MCITP

  • The time when the PI doc is counted ,I want see the hour and minutes ,

    HI  experts ,
    How can I find when the physical inventory doc had been created ,counted and posted , by hour and minutes ,    the date is not enough .
    Thanks in advance .

    we use MI31 for create Physical inventory doc.
    as a matter of fact ,  what I most want to know is when the count quantity is entered by hour and minutes , because the book quantity in the Physical inventory doc is extract from MBEW table when the count quantity is first entered.After that the book quantity never updated .  So it's necessary to konw the exact time when the count quantity is entered , then we can do the right analysis of physical inventory difference.

  • How to find out the time when the ASE started?

    Normally, ASE not reboot for production. Only for maintenance or performance tuning, maybe need to reboot ASE.
    Question is how to find out the time when ASE was started?
    one way maybe is check errorlog. Any more simple way no need to login to server OS?

    Hi Kent,
    In ASE 12.5 and up, you can do 'select @@boottime'  For older releases, a general method is 'select crdate from sysdatabases where dbid=2'
    1> select @@boottime, crdate from sysdatabases where dbid=2
    2> go
                                     crdate
                 Jul 15 2014  9:19AM             Jul 15 2014  9:19AM
    (1 row affected)
    Cheers
    Dan

  • Displaying the time when the iphone is asleep

    Sincere apologies if this has been posted elsewhere.
    On my ancient Nokia phone, I was able to have the time displayed when the phone was asleep. Is this possible on the iphone? I don't want a nightstand type app, because I'm hoping not to use up too much battery. It would be handy to have the time displayed so I can quickly glance at the phone to check the time as it sits on my desk.

    There are different LCD technologies - with older ones the image could be visible (but poorly) without backlighting (reflective). Newer technology (transmissive) shows better images with greater viewing angles but require backlighting.
    iPhone's LCD seems to be fairly viewable in bright sunlight, so I'd be willing to say that it might be possible to show a readable image (displaying time, at least) without the backlighting, but that capability would have to be supported by the phone (display image, turn off backlighting) and currently it is not.

  • Changing the time when the commitment is created.

    Hi everybody!!
    Does anybody now if the action of requesting a SC can built up a commitment. If the approver reject the SC the commitment should be rejected. In the PO creation the commitment shouldn't be created.
    Is that possible? if it is, can anybody give me some idea how it could be done.
    thanks for your attention
    Best regards
    Jorge

    Hi Jorge,
    We find the same issue in here. I have checked this forum, and get notes 900825 in which it is mentioned that the solution is possible using Badi only (not changing SAP standard). But unfortunately it is considered consulting issue and SAP would charge for this.
    I was thinking that perhaps we can utilize BADI triggered during SC creation, in which the BADI should be able to call FM in backend which can be used to create commitment. This commitment should be deleted afterward whenever the SC is rejected or the PO has been created as follow-on document (another BAdi should be utilized which will need to call FM to change the commitment).
    However I'm stuck on the function module that we can use in backend. For anyone reading this post, can you help?
    Best regards,
    Yosea

  • To find time when the user was dropped oracle

    Hi Experts,
    I have query from my auditor that will it be possible to find the time when the oracle user was dropped .
    Vesrion oracle 10g,11g
    Can we find it through audit trail or there is some dynamic performacne view which keeps this information.
    Or other wise we have to create some trigger manually to capture the time if so then please provide the details of the same
    A quick responce will be helpfull ....

    See here : 11.2.0.1 Windows XP
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select username from dba_audit_trail
      2  where
      3  action=53;
    no rows selected
    SQL> show parameter audit;
    NAME                                 TYPE        VALUE
    audit_file_dest                      string      E:\APP\SERVERROOM\ADMIN\ORCL\A
                                                     DUMP
    audit_sys_operations                 boolean     FALSE
    audit_trail                          string      DB_EXTENDED
    SQL> audit drop user;
    Audit succeeded.
    SQL> create user test identified by test;
    User created.
    SQL> drop user test;
    User dropped.
    SQL> column sql_text for a50;
    SQL> set line 200;
    SQL> select username,
      2  timestamp,
      3  sql_text
      4  from dba_audit_trail
      5  where
      6  action=53
      7  /
    USERNAME                       TIMESTAMP SQL_TEXT
    SCOTT                          30-APR-12 drop user test
    SQL>So, answer is action=53 in dba_audit_trail for drop user and for specific user just add like operator with sql_text column. Means, scott user droped the test user on 30-APR-12.
    If you wish to know the meaning of action column of dba_audit_trail then see below link :
    http://docs.oracle.com/cd/B19306_01/server.102/b14237/dynviews_2088.htm#g1432037
    command.v$session = action.dba_audit_trail
    If this answer your question, please close the thread, else continue.
    Regards
    Girish Sharma

  • Time when the waveform value cross a determined level

    Hi all,
    I'm using PCI-5112 with Labvew to capture a waveform and i'm getting a triangle form waveform type. How to find the time when the waveform value cross some predetermined values. To put it more clearly, I attached a picture. In my picture, I want to know TH (time interval when the Y value cross 100), TM ( time interval when the Y value cross 50), TL (time interval when the Y value cross 20). How to put these measurements through Labview program? Any clue or example would be very helpful. Thx  
    Attachments:
    description.jpg ‏22 KB

    You can do this using the built-in NI-SCOPE functions or the LabVIEW pulse waveform measurements VIs by tweaking the reference levels appropriately.  However, given the noise level in your signal, you may not be happy with the result, since these measurements are done essentially on a point-to-point basis.  A more robust option is to find the approximate location of the level crossing, take N points on either side of it, do a simple curve fit to this data, then use the curve fit to determine the actual level crossing.  A line fit would work on the first part of your curve, an exponetial or parabolic fit on the second.  A further optimization would be to use a robust fitting method, but it does not look like you need to go that far.
    If you need more details on any of these methods, let us know.
    This account is no longer active. Contact ShadesOfGray for current posts and information.

  • Limiting the time when Sales Orders can be confirmed on the same day

    Hello Gurus. The business has a requirement where they want to limit the time of the day when they can confirm sales orders on the same day.
    So, when they receive a sales order, they want that if the order is received after a certain time (e.g. 14:00) then it cannot be confirmed for that same day, it can only be confirmed the next day.
    How can I implement this limitation?

    Fernando,
    Let me restate your requirement so that I understand your question: 
    A Sales order is created 'today' with a requested delivery date of 'today'.
    There exists adequate material in Stock to confirm the order.
    You want the confirmed date to be 'some-amount-of-time-later-than-now"
    (say 18 hours or so)
    Which confirmed date in the sales order are you talking about?
    Confirmed Material Availability date?
    Confirmed Loading date?
    Confirmed Transportation planning date?
    Confirmed Goods Issue date?
    Confirmed Delivery Date?
    Many people with this requirement use 'delivery scheduling', and add a half day or so in pick/pack processing time.  This means that you are recognizing that it takes a bit of time to create the delivery notice, print the shipping papers, pick and pack the parts, and get them ready for the carrier to ship.  So, for an order entered 'now', it wouldn't be due to ship from your warehouse until 'a half day from now'.
    To enable Delivery scheduling  IMG>SD>Basic Functions>Delivery scheduling and transportation scheduling>Define scheduling by sales document type. Select the relevant ordertypes, tick delivery scheduling.
    If this is already selected, then you can increase the pick/pack processing time of the shipping point in IMG transaction OVLZ.  It can be set to a fraction of a day (2 decimal points).
    Regards,
    DB49

  • Why the iPhone vibrates 2 times when the iPhone OS is starting?

    Someone know why the iPhone vibrates two times when the iPhone OS is starting (and the apple logo appears)
    In my case, this rare event occurs when a problem with an application (3rd party) force to iPhone to restart or when occurs a problem during the sync with iTunes. After this event, my iPhone never load (your OS) and the only way is the restore.
    null

    Amazing how much trouble when can get into by taking shortcuts before we understand something... isn't it....
    Read the API and find out for yourself what events are triggered by a JButton......
    Remember thsi advices:
    1) Before using shorthand event handling, make absolutely sure that you understand the process back to front...
    2) Write your own event, listener and implementer in order to get a clearer picture...
    3) Until this is clear to you, always implement the appropriate listener and override the necessary methods....

  • HT4623 since i updated my iphone 4 to ios 6, i ve noticed that the wifi connection turns off each time when the screen is locked. I need to be connected with wifi all the time so as to stay updated with all my emails.

    since i updated my iphone 4 to ios 6, i ve noticed that the wifi connection turns off each time when the screen is locked. I need to be connected with wifi all the time so as to stay updated with all my emails. is there anyway for this problem.
    (PS: i know we could use 3G but i want to use wifi instead)

    I am having a really wierd issue as well that is probally related. I dont see 95% of the album artwork associated with my music. Also, it seems as if this has gotten worse since I started using that match feature

  • Questions for the time when a mail is sent and arrives

    Hi, all
    I have a few questions for OCS but I can't find any informaiton for them.
    My customer asked me how to know the time when a mail is sent to and arrives a destination mailbox from the OCS database. My Questions are...
    1)
    There are two columns - 'INTERNAL_DATE' and 'RFC822_DATE' - in 'ES_HEADER' table that seem related to sending date. What is the difference between them?
    2)
    Can I know the time when a mail arrives the recipient's mailbox (or mail server) from the OCS database?
    3)
    What does the column 'RECEIVED_DATE' in ES_ENVELOPE table mean?
    I would appreciate if anyone lets me know links or websites where I can get informatin.
    (or if give answers to me directly, I would appreciate so much!)
    Thanks in advance.

    First to permanently delete every trace of Babylon try here '''cor-el''' reply:
    https://support.mozilla.com/en-US/questions/782060
    second to set google as home page see here:
    [http://support.mozilla.com/en-US/kb/How%20to%20set%20the%20home%20page How to set the home page]
    * try to update firefox because you are in beta version 4.0b10 and it is unsupported and beta(trail unstable version)
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Reset the time when he is typing(keyboard event) any info in from.

    Hi All,
    We have implemented auto session logout(if user is ideal for 15 mins one message popup will come and after 5mins user gets  logged off) in our portal and it is working fine. when user navigate to other page the timer is getting reset  but if user working in same page for 15 mins popup message comes and if is not clicking 'ok'user gets logged off .
    For navigation i am using EPCM.subscribeEvent("urn:com.sapportals:navigation", "Navigate", pop);
    My requirement is to reset the time when he is typing(keyboard event) any info in from.
    Please provide your inputs.
    Thanks,
    Santosh.

    Dear Santosh
    Regarding events between WD and Portal you need to consider the interface
    IF_WD_PORTAL_INTEGRATION
    Please check this to see how it is done
    http://wiki.sdn.sap.com/wiki/display/Community/Usingportaleventtocommunicatemultipledatabetweendifferentwebapplication%28WDAandBSP%29
    Kind Regards
    /Ricardo Quintas

  • How to record the time when a checkbox was checked?

    I would like to insert the value of NOW() at the moment when a checkbox is changed from unchecked to checked.
    Having a programming background but now spreadsheet background, I can't find out how to do this seemingly easy thing.

    Hello
    It may appears as a
    • simple task:
    if the checkbox is B2,
    in C2 enter =IF(B2=TRUE,NOW(),"")
    The time will be displayed when you will check the box
    • not so simple
    the time displayed in c2 is a "living" one.
    It will change each time when the sheet will recalculate. So the value will not be accurate.
    Here is a script which will give an accurate result:
    Enregistrer le script en tant qu'Application ou Progiciel : checkandtime.app
    déplacer l'application créée dans le dossier
    <VolumeDeDémarrage>:Users:<votreCompte>:Library:Scripts:Applications:Numbers:
    Il vous faudra peut-être créer le dossier Numbers et peut-être même le dossier Applications.
    Copier le contenu de la cellule "pseudo case à cocher" dans le presse-papiers.
    Sortez de la cellule puis cliquez sur celle-ci
    menu Scripts > checkandtime
    Si vous travaillez avec Mac OS X 10.4.x, le script collera " " ou "X"
    Si vous travaillez avec Mac OS X 10.5.x, le script collera un caractère Unicode coché/pas coché
    S'il colle coché il colle également la date/heure dans la cellule adjacente
    +++++++
    Save the script as an Application or an Application Bundle: checkandtime.app
    Move the newly created application into the folder:
    <startup Volume>:Users:<yourAccount>:Library:Scripts:Applications:Numbers:
    Maybe you would have to create the folder Numbers and even the folder Applications by yourself.
    Copy the contents of the "fake checkbox" cell in the clipboard
    Exit from the cell then click once in it.
    menu Scripts > checkandtime
    If you work with MacOS X 10.4.x the script will paste " " or "X"
    If you work with MacOS X 10.5.x the script will paste an Unicode character: checked or unchecked
    If it paste checked, it paste also the current date_time in the adjacent cell.
    Yvan KOENIG le 27 mars 2008
    --(SCRIPT checkandtime.app]
    on run
    set theApp to "Numbers"
    try
    set txtDatas to the clipboard as Unicode text
    on error (*
    The clipboard was empty *)
    return
    end try
    log txtDatas
    if txtDatas contains tab then return
    set txtDatas to my applyMask(txtDatas, theApp)
    log txtDatas
    set the clipboard to txtDatas
    my pasteIn(theApp)
    end run
    --=============
    on pasteIn(the_App)
    tell application the_App to activate
    tell application "System Events" to tell (first process whose title is the_App) to keystroke "v" using {command down}
    end pasteIn
    --=============
    on applyMask(t, the_App)
    try
    set v to (system attribute "sys1")
    if (v's class is integer) then
    set v to (v as string) & "." & (system attribute "sys2") & "." & (system attribute "sys3")
    else
    error
    end if
    on error
    set v to (system attribute "sysv")
    set v to ((v div 4096 * 10 + v mod 4096 div 256) as string) & "." & v mod 256 div 16 & "." & v mod 16
    end try
    if v < "
    set faux to " "
    else
    set vrai to character id 9745
    set faux to character id 9723
    end if
    if t is vrai then
    return faux & tab & " "
    else
    return vrai & tab & (current date) as text
    end if
    end applyMask
    --=============
    --[/SCRIPT]
    Yvan KOENIG (from FRANCE jeudi 27 mars 2008 14:32:26)

  • How do i edit my billing info if my credit card associated with apple id expired and i have a duty to app store from the time when i had the old credit card?

    how do i edit my billing info if my credit card associated with apple id expired and i have a duty to app store from the time when i had the old credit card?
    so the thing is a few days ago i made an app store purchase and i didn't know i was running out of money on my credit card. i realized that only when i tried to purchase another item and it didn't work. nothing special til here. the problem is that meanwhile my credit card was replaced by a new one by the bank because the old one was soon expiring. So the data associated with the old credit card no longer exist.
    i tried to edit my billing info associated with my apple id in order to enter the new credit card data, but the system doesn't allow me to do that.
    so i can neither pay my purchase, nor edit my info, nor access app store anymore.
    what's next? any ideas? thanks

    Servers down wait till status is fixed to change or add your data http://www.apple.com/support/systemstatus/

Maybe you are looking for