Functionality of SUSR _ LOGIN _ CHECK _ RFC

Hi people,
I need to know how this FM works. I have 2 quesiton:
- You import user and password but i don't know where this function go to verify this.
- What kind of user this FM comprove? User of sap (user for log to sap) or users that can use sap (users with a same user to log sap)
Thx in advance
Points are guaranteed.

Hi Manel,
This FM check the login for only users of SAP..
If the username is something like SAP* or DDIC, SAPCPIC etc.. it raise exception, 'No check for this user'.
This function checks the USR02 table which has the user settings and it verifies the login name and password and work accordingly..
Thanks and Best Regards,
Vikas Bittera.
**Reward if useful**

Similar Messages

  • Question about email setting: how  do i change the setting so i need to login to check my email. Currently it automatically come to the inbox without the need to log in. Thanks

    Question about email setting: how  do i change the setting so i need to login to check my email. Currently it automatically come to the inbox without the need to log in.

    You don't. Email comes in either by push or when you invoke the email app. Ther is no password except when you first set up the account. If your iPad is not being used as your personal device and you need to shield emails from other users, then don't use the email app.  Instead, use web mail if available from your provider.

  • Bapi or Function Module to do the availability check for Planned Orders

    Hi all,
    I need a Bapi or a Function Module to do the availability check for a Planned Orders. Anyone knows how?
    I will use it in an Exit.
    Thanks in advance
    Points will be given

    I think I found it.
    If anyone is searching for it too, we will use these one:
    CO_ZA_AVAIL_CHK_ORDER_MULTI

  • How to achieve Check point functionality in SSIS with out using check point.

    I got question from
    interview!!! How
    to achieve Check
    point functionality in SSIS with out using check point. If package
    fails it has to be re-run from the point that it failed instead
    of rerunning the entire package.without
    using check point.
    Please
    any one can explain step by step...

    Sorry you have failed your interview question. Good thing you remembered it, thought about it, and ask a question about it. The solution is actually very straightforward.
    Create a table to store the state of your progress. Before each step read the table to find out where left off, then skip each completed step. After each step write to the table which step you have completed. A step can be anything, a task, a component,
    a row, an import file, an export file. You don't have to use a table, it could also be a file, just something you can read and write, and does not disappear when your package stops.
    If you find this difficult to comprehend, think of a checklist of things you do everyday and work from there.

  • [b]Function Module[/b] Avaiable [b]to check[/b] it is a [b]valid E-Mail id

    Hi,
    Is there Any <b>Function Module</b> Available <b>to check</b> it is a <b>valid E-Mail id or not</b>
    eg.  [email protected]  ---> is Correct
           Johannnnn             -
    > is Wrong , Because no @ Symbol is present
    Regards,
    Surjith

    > Try using google, there are a lot of php scripts und
    > perl scripts available, since 6.10 the ABAP Editor is
    > able to handle regular expression, so its easy to
    > bring those expressions to ABAP.
    It's actually very difficult (if not impossible) to craft a regex that works for all possible internet email address forms.  But, yes, there are a few out there that would capture most incorrect varieties.
    To catch typos, I'd simply check for a @ somewhere in the middle of the entry, and a period (.) somewhere after the @.  Beyond that, I think you're more likely to get people typing an email address that isn't theirs or doesn't exist, rather than one that has an incorrect format.  e.g. typing [email protected] instead of [email protected]  or [email protected] instead of [email protected]  It's impossible to pick up on that kind of error!
    ( SX_INTERNET_ADDRESS_TO_NORMAL is part of basis, so will be available in ERP, BW etc. It thinks that me@sap is valid ).
    matt

  • MSI installation, how to disable the online functions (like Cloud and login)?

    How can I disable the online functions which need a login with the adobe id? I want to do this while I install the Adobe Reader DC with the MSI installer.

    Hi Yannic,
    I can understand your concern, however Document Cloud is a core part of Adobe Acrobat Reader DC and Adobe Acrobat DC so it cannot be disabled. If you don't want to use this feature then you don't need to sign in.
    If you really feel that this does not suites your requirement then you can uninstall it & re-install Adobe Reader 11 Adobe Acrobat Reader DC Install for all versions.
    Let me know if you have any further queries.
    Regards,
    Aadesh

  • How to disable login mail checking?

    I would like to disable the mail checking on each login: I am not interested in seeing "No new mail" or else each time I login in a console. In other distributions, there was a specific setting in /etc/login.defs:
    MAIL_CHECK_ENAB = no
    I do not find this option in the arch /etc/login.defs, nor it is mentioned in man login or man login.defs; trying to set it anyway results in login complianing about badformed configuration file.
    I also tried to comment out both MAIL_DIR and QMAIL_DIR, but without success.
    Is there an other method to get this result? Thanks in advance for your help.

    I have finally solved this issue, after only 4 months (it was my first issue using archlinux). Since the most part of shadow functionality is managed by pam, /etc/login.defs is not used at all. I had to edit /etc/pam.d/login. I had to comment out this line in that file:
    # session optional pam_mail.so dir=/var/spool/mail standard
    I am very satisfied, I hated those unuseful "No new mail"

  • Does the Creative Cloud app on Mac have to launch at login to check for updates?

    I don't really care to have the Creative Cloud app on my Mac running all the time.  I don't use any of the features for it other than to update apps.
    If I UNcheck "Launch at login"....will I still get notified of updates?
    -Kevin

    I certainly didn't have the Application Manager running all the time in CS6.  Adobe must have had a background process checking for updates because in CS6 where there was an update, I would get the update icon in my menubar.
    What I'm wondering now is.....does CC have a similar process that will notify me of updates?  I don't want to have to manually launch the Creative Coud app just to check.
    -Kevin

  • To create bapi?(function module for bapi i.e. checks and update table)

    Hi all,
      I want to know how to create BAPI?. means in function module how i hv to put checks and how i will update database table.
    thanks and regards
    sg

    BAPI STEP BY STEP PROCEDURE: -
    http://www.sap-img.com/abap/bapi-step-by-step-guidance.htm
    BAPI Programming guide: -
    http://help.sap.com/saphelp_nw04/helpdata/en/e0/9eb2370f9cbe68e10000009b38f8cf/frameset.htm
    BAPI user guide: -
    http://help.sap.com/saphelp_46c/helpdata/en/7e/5e115e4a1611d1894c0000e829fbbd/frameset.htm
    Example:-
    http://www.erpgenie.com/abap/bapi/example.htm
    list of all bapis
    http://www.planetsap.com/LIST_ALL_BAPIs.htm

  • Possible checks before RFC Function Call

    Hello everyone,
    I have the problem, that one of my transport requests was denied to transport into production by our QA, because I didn't check, if the RFC FM (it was a BAPI to be exact) exists in the target system and I didn't handle the RFC exceptions.
    Can someone tell me what this means, and to be sure, what additional checks can be done before calling a remote enabled function module? Code snippets are more than welcome!
    Thanks in advance,
    Alej
    PS: Points will be rewarded!

    Hi,
    variables declared in the top include of the function group is available to all the function modules in the group during runtime.
    Regards,
    Renjith Michael.

  • FM Function Moduels in PO Releasing to check the Budget.

    Hi,
    We are having a requriement to check the budget  at PO Deblocking ( Releasing ) Level, not at the time PO creation Level.
    can anybody suggest is there any function module or standard settings available to check this.
    Example :
    PO Creation with F1+FC1+CI1
    PO Should only show the budget  if check button is pressed in the PO with deriving above account assignments based on the derivation tool.
    and should not stop for saving the PO if budget is not available.
    When deblcking the PO
    system should check the budget and give the error message.
    Thanks  in Advance
    SAM

    Can be achieved with BADIs ME_COMMTMNT_PO_RELEV, ME_COMMTMNT_PO_REL_C. However, it is not applicable for service POs.

  • Lumira Login Error "Check the Server Name and Instance ID"

    Dear Experts
      I installed Lumira Desktop and was able to connect to the
    HANA Server.
    Later while I was working the software hanged and I had to
    shut it down.
        Now, after re-opening the software I receive error "Check the Server Name and Instance ID"
    (though the server credentials are same as error and correct”
    Any suggests on how to rectify

    I wonder if one of the following KBAs may give you a clue?
    1995325 - Error HDB 11009: The dataset could not be published to SAP Lumira Server because publishing to the SAP HANA layer failed. Lumira Server
    2134259 - Lumira LaunchPad Logon Hangs
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow me on Twitter (#SAPLumira)
    Got Enhancement ideas? Use the SAP Idea Place 

  • Login servlet checks db for ID/PWD

    Upon compilation receive the following:
    Login.java [31:1] unreported exception java.sql.SQLException; must be caught or declared to be thrown
    String uName = validateUser(userId, password);
    ^
    1 error
    This occurs with the following code (which does throw the exception, sure I am overlooking something here):
    import java.io.*;
    import java.sql.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class Login extends HttpServlet {
    public void doPost(HttpServletRequest req, HttpServletResponse res)
    throws ServletException, IOException {
    //String nextPage = req.getParameter("nextpage");
    String userId = req.getParameter("name");
    String password = req.getParameter("password");
    String uName = validateUser(userId, password);
    if (uName == null) {
    PrintWriter out = res.getWriter();
    out.println("Please verify the UserId and password");
    out.close();
    else
    HttpSession userSession = req.getSession(true);
    userSession.setAttribute("userName", uName);
    RequestDispatcher rd =
    getServletContext().getRequestDispatcher
    ("C:/JDK_Forte/forte4j/Development/SF_board.jsp");
    if (rd != null)
    rd.forward(req,res);
    public String validateUser(String inputUserId, String inputPassword)
    throws SQLException, ClassNotFoundException{
    String returnString = null;
    String dbUserid = "Valdarie";
    String dbPassword= "Xylithien";
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection con = DriverManager.getConnection("jdbc:odbc:myDriver",
    dbUserid, dbPassword);
    Statement stmt = con.createStatement();
    String sql = "select name from sf_users where name = ''' + inputUserid + ''' and password = ''' inputPassword + ''';";
    ResultSet rs = stmt.executeQuery(sql);
    if (rs.next())
    returnString = rs.getString("name");
    stmt.close();
    con.close();
    return returnString;

    Hi susandenise1,
    Yep like you said, whoever use validateUser will catch or throw the 2 exceptions
    since we validateUser could throws 2 exception
    public String validateUser(String inputUserId, String inputPassword)
    throws SQLException, ClassNotFoundException
    -- Paul

  • ABAP Function for Material Unit of measure check

    Hi Gurus,
    i need to find a FM, a sequence of FM or anything else that return the same list (in internal tables whould be great!) like when i try to change the UM on a material but there are some open items  and i got "DISPLAY ERRORS".
    i need this because using BAPI_MATERIAL_SAVEREPLICA i got only the message "The base unit of measure cannot be changed; choose "Display errors".
    BT

    This was my 1st try before coming here and found the function, but it retrieves informations from memory and the memory area is not filled when i use the BAPI.
    Anyway i solved otherwise.

  • Function module for MDVP(Collective Avalability check)

    Hi all
    I am developing a program which one part of it is Running MDVP. I've found Function module LD05_CHECK_AVAIL_MAT but it just runs first part of MDVP and since several screens after that run , I need a function module  which can run whole MDVP Transaction screens together. Would you please help me?
    Regards
    Bolourchi

    Dear Prasobh
    MDVP has several steps to execute which function module LD05_CHECK_AVAIL_MAT can perform first step but we have several screen afrewards which needs another Function module.Would you please explain a little bit about your proposed FM means CO_FU_ORD_AVAILABILITY_CHECK . I executed it but I can't undeerstood it's import like INDEX_IMP (Index document table order headers) . what should I put for this import.I supposed that import should be planned order.Would you please explain more.
    Regards
    babak

Maybe you are looking for

  • E60 lost wireless connection to network

    my E60 lost wireless connection to network. tried GPS, DUAL, automatic, manual search for network. Same SIM works fine with different phone. Any idea anyone?

  • Internet connection breaks while loading a QuickTime-Stream

    I'm not able to watch a QuickTime-Stream. The video seems to load forever and while loading my interntet connection on my Mac mini breaks. Same situation on any other computer at home. I fear there's a problem with my router. Can you help me?

  • Flash player cannot be updated in firefox, so i cant view vedios in firefox

    if i installed flash player, still firefox says i need to update flash player

  • Upgrading to iTunes 8

    so a few days ago i tired to open iTunes and it said "iTunes cannot open because of a weird audio configuration" so i clicked help and it was because of QuickTime so i reinstalled the newest version so now i tried to open iTunes again and it says "th

  • Profile Manager - webauthd LDAP authentication

    I'm trying to make Lion Server talk to an simple OpenDS directory server. After jumping through a series of hoops to get everything (iChat, Directory Utility) working, I now had to look into Profile Manager. Now, Apple has put up a support article at