Can some body help me reg. BAPI_USER_LOCK

Hi,
I am using  this FM BAPI_USER_LOCK   to lock firecall id's .But it is not working in 4.0 B version.
Can some body help me any alterante FM for the FM.
Thanks

Hi,
Below are the notes for this Function module.
You can unlock user USERNAME with the method Unlock.
The method is fully integrated in the central user administration system.
If the method is called in a sytem that belongs to a group for central user maintenance, the method behaves accordingly.
If the method is called in the central system of this type of system group, this triggers user distribution.
The user is also locked in the dependent systems.
The prerequisite for this is that the field maintenance attributes (Transaction SCUM) are set.
You need to do the prerequistie for running this BAPI.
With Regards,
Sumodh.P

Similar Messages

  • I HAVE A MAC BOOK AND I CAN GET TO WORK THE CD 1 IT DOESN'T READ AND ONLY APPEAR A ICON LIKE A FOLDER WIR ONE QUESTION MARK, CAN SOME BODY HELP?

    I HAVE A MAC LAP TOP MAC BOOK AND  WANT JUST TO REINSTALL THE SOFTWARE I DONT CARE ABOUT MY FILES I HAVE BACK UP BUT WHEN I INSERT THE DISK VERSION 10.5 WHICH COMES WITH MY COMPUTER DOESN'T WANT TO READ I HEARD THA IS TRYING BUT NOTHING,
    CAN SOME BODY HELP ME...

    There is a possibility that the disk drive could be broken, if it just spits it back out that usually means its toast. If your MacBook has a Core 2 Duo processor, you can install Lion (via a thumb drive not disks). Here is a link to the Lion thumb drive.You can also still order them for $19.99 by calling 1-800-MY-APPLE. Also you can borrow an external disk drive and try the Leopard disks that way as well.
    Good Luck!

  • Can some body help me to develop labview code for generating pulse to drive ac servo motor

    can some body help me to develop labview code for generating pulse to drive ac servo motor... i am using NI 9401 card ....tnx

    Driving an AC servo motor would (I missed AC on the previous msg) requires some complex hardware. This is generally done by drivers specifically designed for this purpose. I doubt you will be able to accomplish this with the hardware you currently have and it might be cheaper to just buy a driver for it and control the speed through the driver.

  • Can some body help me? yesterday I format my iphone and it have been more than 24 hours a litlle circle moving

    can some body help me? yesterday I format my iphone and it have been more than 24 hours a litlle circle moving

    Reset, hold both the Home and Power buttons for about 10 seconds until the iPhone begins to start. If still problem, and your decide to Restore your iPhone, try DFU Mode Restore. Open iTunes on computer. Connect iPhone to computer with USB cable. Hold both Home and Power button, after exactly 10 seconds release the Power Button, keep holding the Home button until iTunes recognizes iPhone in Recovery Mode, usually about 20 seconds time.

  • Hi, folks can some body help me¡  How  I can  use  de second  code  to  the  Itunes card  to  use  the  Itunes card.... My  number is vanished, how  i can submit  my  Itunes card?

    Hi, folks can some body help me¡  How  I can  use  de second  code  to  the  Itunes card  to  use  the  Itunes card.... My  number is vanished, how  i can submit  my  Itunes card?

    iTunes Store: Invalid, inactive, or illegible codes
    http://support.apple.com/kb/TS1292

  • Hello can some body help me on my icloud app.i cannot send an email with iCloud

    Hello
    can some body help me on my icloud app.i cannot send an email with iCloud
    excuse me my english

    Hello
    thanks for your prompt response
    yes i defined an account for icloud
    Regards
    Faisal Djama

  • I renew my itunes match and all the old information was lost can some body help me ?

    i renew my i tunes match and all the old information was lost can some body help me ?
    a few month ago i had all my songs on the cloud with i tunes match
    than apple has change their policy and they wanted 24.99 for a year
    after two month i renew my i tunes match but all my information was lost and now i cant play and sync all the music a had
    any body had this problem ?  any body solved it ?

    Greetings yoavfromseattle,
    Welcome to the Apple Support Communities!
    I understand that after renewing your iTunes Match subscription, you are not able to access your music as you would expect. To troubleshoot this situation, I would recommend reading over and working through the information in the attached article. 
    How to troubleshoot iTunes Match - Apple Support
    Cheers,
    Joe

  • Pages is deactivating iCloud alone, can some body help me

    pages is deactivating iCloud alone, can some body help me

    I am having a similar problem. When I try to open pages, it opens and then quits immediately.  It is only when with iCloud. So what's going on with the Pages app? Needs to be corrected SOON!

  • Error message while compling the following code.can some body help me?

    Hi all,
    I wrote a simple program which connects to oracle 9i which uses thin driver,
    the following code is
    import java.io.*;
    import java.sql.*;
    import oracle.jdbc.*;
    import oracle.sql.*;
    import javax.sql.*;
    class JdbcVersion
    public static void main (String args[])
    throws IOException, SQLException
         //Register Oracle's Driver
         DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
         //Build the connection string.
         String connString ="jdbc:oracle:thin:@(description=(address_list=" +
    "(address=(protocol=tcp)(port=1521)(host=home-f831b673e0))" +
    "(address=(protocol=tcp)(port=1521)(host=home-f831b673e0)))" +
    "(connect_data=(sid=PLSExtProc))" +
    "(source_route=yes))";
    Connection conn = DriverManager.getConnection(connString, "<username>", "<password>");
    // Create Oracle DatabaseMetaData object
    DatabaseMetaData meta = conn.getMetaData();
    // gets driver info:
    System.out.println("JDBC driver version is " + meta.getDriverVersion());
    and after compling this code i am getting an error message that
    C:\>java JdbcVersion
    Exception in thread "main" java.sql.SQLException: Io exception: Software caused
    connection abort: recv failed
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
    va)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at JdbcVersion.main(JdbcVersion.java:24)..
    can any one help me in this regards??

    hi nthali,
    now i wote a simple code as you suggested....and again encontering with new problem
    import oracle.jdbc.*;
    import java.sql.*;
    public class Test {
    public Test() {
    public static void main(String[] args) {
    Test test1 = new Test();
    test1.test();
    public void test(){
    try{
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Connection conn = DriverManager.getConnection("jdbc:Oracle:thin:@localhost:PNPKEY:'scott':'tiger'");
    Statement stmt = conn.createStatement();
    ResultSet rs = stmt.executeQuery("select * from player");
    while(rs.next()){
    System.out.println(rs.getString("id"));
    // System.out.println(rs.getString("name"));
    catch(Exception e){
    e.printStackTrace();
    this is java code...
    and while running it is giving me an error like this....
    C:\work>java Test
    java.sql.SQLException: invalid arguments in call
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
    at oracle.jdbc.dbaccess.DBError.check_error(DBError.java)
    at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
    va)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at Test.test(Test.java:14)
    at Test.main(Test.java:9)...
    can you help me??? in this problem...please??

  • Authorized distributors In Russia doesn't want to sale products to new shops. Can some body help?

    Hello Apple , I could not find a email to write to you about this so I will write it here.
    So what is the problem - we have wrote and call to all the distributors in Russia and they will not work with us.
    The answers from distirbutors.
    Marvel - said that we need to buy 10 products at time ( we said okay , sent us the price list ) -next day we had none price on the email. We have called them and asked where the price list is? the aswer was we will not sent it and ended the call.
    Same history with diHouse
    So how shold we work to get the authorized reseller, when we can`t buy at the distributors?
    And we are a new internet shop and a shop-office in Saint Petersburg in Russia. We have some other projects for reklame our shop, we have the money to buy products soo .
    We spend money to register the shop and many other thinks.. And got this.
    So what should we do import the products from Finland ?
    Please help and sorry for bad english.

    You are not talking to Apple here, this is a user to user technical support forum. Try going to http://www.apple.com/feedback and just pick a product. Do not expect a reply, however.
    Best of luck.

  • My ipad has problem what sould i do can some body help me pls

    i rest my ipad 2 but is link to the person i buy from

    iCloud: Activation Lock - http://support.apple.com/kb/PH13695
    Activation Lock: Removing a device from a previous owner’s account - http://support.apple.com/kb/TS4515
    Try the above.  If you cannot contact the original owner then the iPad is useless to you and you need to see if you can get a refund/  Apple will/can do nothing to help you.

  • HT5654 I am not able to restore my phone. From the last 15 days atleast 10 times it has gone to recovery mode. Can some body help

    Iphone 5, 7.0.4 ios. Phone is keep on going into recovery mode and now it is not restoing through itunes as well. Showing error 9. please help

    Configure your security software
    Check your security software and settings, which can block ports and prevent connection to Apple servers during update and restore.
    Common errors: 2, 4, 6, 9, 1000, 1611, 9006, 9807, 9844. Sometimes as a result of this issue, a device might stop responding during the restore process.

  • Capturing  through Sony HDV using firewire800 to 400 adaptor is not recognizing can any body help me solve this

    I am trying to capture using firewire 800 to 400 adaptor through a Sony HDV VTR. The VTR is not recognizing can some body help me solve this problem.
    I am using FCP7 and IMAC with 10.6.8 version os
    I dont have a 6 pin or 400 firewire port in the system

    Let's start with basics.
    Does your computer recognize that there is a VTR attached?
    • Open up system profiler>Hardware>FireWire.  Does your machine show up?
    If no, you need to figure out if the problem lies with the VTR, the cable, the adapter or your computer.
    My guess is with the adapter. A number of people have expressed frustration getting fw400 device to work through fw800 ports.
    If that's your problem, see if you can find an older Mac w/ fw400 ports or a dedicated fw800 to 400 cable.
    good luck,
    x
    ps - In "locking the barn after the paddle has been lost upstream" mode, this is why non-expandable computers like the iMac are so problematic. A MacBookPro with the expresscard 34 slot or a MacPro with 3 slots can work around these kind of issues. A closed box like the iMac is a dead end. Sorry.

  • HT5570 I have forgoten the security questions,i have tryed ewerithing to reset all of the instructions i have recived from the apple support team. I still can not reset the questions. Can some body please help me to reset them. Thank you and best regards

    I have forgoten the security questions,i have tryed ewerithing to reset all of the instructions i have recived from the apple support team. I still can not reset the questions. Can some body please help me to reset them. Thank you and best regards

    Since this is a user-to-user support forum, there isn't much we can do other than refer you to the following instructions and as noted in the instructions, then to Apple Support if you can't reset as shown in the instructions: If you forgot the answers to your Apple ID security questions

  • Please can any body help me out where can I find link to download  ALDSP2.5

    Hi All,
    Please can any body help me out where can I find link to download ALDSP2.5.
    I am trying since last couple of days as I am not able to find it. please some body help me out in this regard. I appriciate even if I get a link to download ALDSP3.0.
    thanks in advance.
    Please mail me the links at [email protected]
    rajen.
    Edited by: user13358281 on Jul 2, 2010 2:57 PM

    Hello Werner,
    Thanks for response, but I couldn't find the same.
    Still my search is going on. I dont know why oracle people made this that dificult, If I am not wrong I think earlier i could easily locate the previous version artifacts(softwares) easily. but now why they made that complicated.. no clues.
    any ways thanks once again.

Maybe you are looking for

  • [BO 4.0] Webi scheduling issue

    Hi, We are using Business Objects 4.0. i have a webi report that uses SAP BW as source. We are using DF to create universes for these webi report. In DF Admin tool, we have manually mapped the RFC connection to programID field. While scheduling this

  • Restricting certain quantity for all the customers who has crossed credit

    hi, how can we restrict the quantities for all the customers in standard functionality. for eg: the customer whom we are supplying the material is crossing the credit limits and with out paying any cash to business, he wants business to send the stoc

  • Multiclip editing with 'broken' clips

    I've got three DIFFERENT takes of a group singing a song. I want to use the sound from one take - making that take the master. The other two takes wander in and out of time.  I'd like to chop them up to make sections fit, then fill the non-fitting sp

  • Import of files from iMovie and iDVD to iPhoto

    Last veek I had about 2300 pictures in iPhoto. Now I have 5500 ,most from iMovie i think..., wonder how they got there?

  • My start up screen has frozen

    My start up screen has frozen when I turned on my MacBook pro