Ph: 7377820135

My first discovery dive in Great Barrier Reef

My first discovery dive with my sister on August 2009 at Great Barrier Reef!! 

[image][image][image][image]

Everytime I passby Robinsons from my lunch or teatime, I told myself you did a great job yesterday! Imagine.. just imagine you wanted to have a good sleep. Why don’t you give yourself a Chanel N°5? 

Everytime I passby Robinsons from my lunch or teatime, I told myself you did a great job yesterday!

Imagine.. just imagine you wanted to have a good sleep. Why don’t you give yourself a Chanel N°5? 

SAP ABAP: Reset user password programatically

Besides using BAPI_USER_CHANGE for resetting user’s password, alternatively you can create your own FM with syntax below: (tested this for ESS)

Parameter required for this FM: username & new_temp_password.

*Fill user's buffer
CALL FUNCTION 'SUSR_USER_BUFFERS_FILL'
    EXPORTING
      fill_all          = 'X'
      user_name         = username        "username
    EXCEPTIONS
      table_users_empty = 1
      OTHERS            = 2.

*Reset password
CALL FUNCTION 'SUSR_USER_PASSWORD_PUT'
    EXPORTING
      user_name               = username
      password                  = new_temp_password       
      maint_for_own_user_only = space
    EXCEPTIONS
      user_name_not_exist     = 1
      password_not_allowed    = 2
      passwords_not_equal     = 3
      OTHERS                      = 4.

*add changes to DB
CALL FUNCTION 'SUSR_USER_BUFFERS_TO_DB'
    EXCEPTIONS
      no_logondata_for_new_user = 1
      no_init_password          = 2
      db_insert_usr02_failed    = 3
      db_update_usr02_failed    = 4
      db_insert_usr01_failed    = 5
      db_update_usr01_failed    = 6
      db_insert_usr05_failed    = 7
      db_update_usr05_failed    = 8
      db_insert_usr21_failed    = 9
      db_update_usr21_failed    = 10
      internal_error            = 11
      OTHERS                    = 12.

***Remember to commit your work!
COMMIT WORK.

CALL FUNCTION 'SUSR_USER_CLEAR_BUFFERS'.
Very excited and can’t wait for my upcoming trip to Tioman Island. Beside scuba diving, I love to lye down on the chair to enjoy the sound of wave, sunny weather and play volleyball on the beach if a bunch of friends kacau me. Can’t wait to throw the ball to their head lol. Two more weeks to go!!! Must control not to let my low self-esteem influence my excited mood!! Gambateh!!!

Very excited and can’t wait for my upcoming trip to Tioman Island. Beside scuba diving, I love to lye down on the chair to enjoy the sound of wave, sunny weather and play volleyball on the beach if a bunch of friends kacau me. Can’t wait to throw the ball to their head lol.
Two more weeks to go!!! Must control not to let my low self-esteem influence my excited mood!! Gambateh!!!

[ http://merdurian.com/post/7377820135/photoset_iframe/waikee/tumblr_lo0btgTBmB1qc05e3/500 ]

My dinner on Wednesday

53% of companies used phased approach for their implementations, 35% of companies used big-bang and only 11% chose hybrid method.
http://panorama-consulting.com/erp-rollout-strategies-big-bangs-and-phases/
Venice. Not enough time to discover the place :(

Venice. Not enough time to discover the place :(

Accent theme by Handsome Code

[ http://assets.tumblr.com/iframe.html?10


You are viewing a mobilized version of this site...
View original page here

Mobilized by Mowser Mowser