How to check during logon if an SAP ECC6.0 (ABAP) user is in Microsoft ADS

Hello
How to check during logon if an SAP ECC6.0 (ABAP) user is in Microsoft Active Directory Services.
I would like to prevent logon to ABAP system for users not present in Microsoft Active Directory Services
Thank you in advance

Have you looked at setting the SNC functionality for lookups against AD? Here's a link that might be helpful: [Secure Network Communications |http://help.sap.com/saphelp_nw70ehp1/helpdata/en/e6/56f466e99a11d1a5b00000e835363f/frameset.htm]
[Configuring SNC on AS ABAP  |http://help.sap.com/saphelp_nw70ehp1/helpdata/en/e6/56f466e99a11d1a5b00000e835363f/frameset.htm]
Hope that is helpful.
J. Haynes

Similar Messages

  • How to check ip address of concurrent SAP users?

    Hi All,
    I can check the host name of concurrent user at MS SQL Server Management Studio 2005 \ Management \ SQL Server Logs \ Activity Monitor
    Anybody knows how to check the ip address of SAP concurrent users?
    Thanks in Advance,
    Vivian Chan

    You may try run SP_who2 under you query manager to see.
    Thanks,
    Gordon

  • How to Use CMOD and SMOD in SAP using ABAP Code

    Hello anyone,
      Please help me How to use CMOD and SMOD in SAP using ABAP code.
    Give Me Some Sample Example.
    Mail ID: [email protected]
    Thanks,
    Regards,
    S.Muthu,
    SAP Developer.

    Hi,
    User Exits.
    http://www.erpgenie.com/sap/abap/code/abap26.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    customer exits
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f1a7e790-0201-0010-0a8d-f08a4662562d
    Menu Exit.
    http://www.sappoint.com/abap/spmp.pdf
    http://www.sappoint.com/abap/userexit.pdf
    http://www.sapdevelopment.co.uk/enhance/mod_sapmenu.htm
    http://www.sapdevelopment.co.uk/enhance/enhancehome.htm
    USER EXIT
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    http://www.sap-img.com/ab038.htm
    http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html

  • How to check Adobe Live Cycle Designer version in ABAP Workbench ?

    Hi,
    Please advise how to check Adobe Live Cycle Designer version in ABAP Workbench ? Currently i am using NW 7.0 SP18 (ABA,BASIS).
    Thank You and Best Regards
    Fernand Lesmana

    There are 3 ways you can check which version of ALD you have installed on your machine.
    1. Go to transaction SFP (Forms Builder) transaction and enter a form name. Select Layout and it should open Adobe LiveCycle Designer. From ALD select Help --> About section and it should give you version details.
    2. Go to SE80 and open an Interactive form application. Select the InteractiveFormUI element and click edit. This will open the ALD. From ALD select Help --> About section and it should give you version details.
    3. A more simpler way is just go to C:\Program Files\Adobe on your machine and there should be Designer folder there for e.g. Designer 7.1 / Designer 8.0 / Designer 8.1
    Chintan

  • How to check for Unicode/Non-Unicode SAP?

    Hi All,
    Please let me know how can I check whether an SAP system is a Unicode/Non-Unicode from SAP GUI?
    Thanks in advance,
    Adarsh

    Hi,
    You can check under menu :
    System -> Status -> SAP System Data -> Unicode System -> Yes/ No

  • How to check the Idocs sent from SAP system

    How to check the outbound Idocs sent from SAP system to target systems.
    How to know the message types and target systems.

    Hi,
    In Addition with the above mentioned transaction code(WE02), u can check out idocs in these table - EDIDC, EDID4, EDIDS.  Depending on different status you can differentiate them as Inbound or Outbound Idocs...
    Cheers...
    Santosh.
    <i><b>Mark All Usefull Answers...</b></i>

  • Need to know how to check the outbound queue in SAP for data flow into CRM

    Hi Specialist's,
    I have changed an entry in Customer Master Data in Sap r/3 and this change has come fine to CRM system.I checked the inbound BDOC in CRM ( Trn:SMW01) and it has come fine into CRM system.I am also able to see the affected field in CRM with new value.
    I need to know how to check this from SAP side i.e. I have checked the outbound IDOC list (WE02) but could not find the record.
    Is there any other way in SAP that i can check?
    Also please let me know if there is any other way except IDOC in SAP to send data from R/3 to CRM?
    Usefull answers will definitely be rewarded with points .
    Thanks,
    Abhinav.

    Hi Abhinav,
    There are no IDOCs generated in R/3 for replication. R/3 system calls BAPI and Function modules remotely on CRM system which are part of the Adaptors provided for middleware.
    Try to deregister the outbound queues in R/3 (Transaction SMQS) and see if you get an entry in the Outbound Queue (Transaction SMQ1). I have not tried this.
    If you don't get any entry in the outbound queue then definitely there would be some FM at R/3 end which would be calling CRM system remotely.
    <b>Reward points if it helps.</b>
    Regards,
    Amit Mishra

  • Manual Zero Stock Check during TO confirmation in SAP 5.0

    Dear All,
    1.We have a requirement to do zero stock check for SU managed Bulk Storage type during TO confirmation. Is there any exit/enhancement which can help us achieve this? We hve used FM L_TA_QUITTIEREN for TO confirmation for bulk storage type.
    2. We also want to do manual zero stock check during TO confirmation as we have same source SU in multiple TO line item in a TO. SAP note 22067 only says to do manual zero stock for this type of scenario. We are able to request empty bin in manual zero stock check. But unable to post any difference. Is there any exit or enhancement which will enable us to post difference during manual zero stock check?
    Best Regards
    Dinesh

    Solved Probelm on my own

  • How to investigate the sap ecc6 abap+java performancer issues

    Hi All,
    I have web as+java system.Of late we are facing performance problem with the system.Please let me know how to pinpoint the exact reason/culprit for the performance issue.
    I sthere any step by step procedure document with examples that si to be followed to check the performance issues..
    Thanks,
    kasperr.

    HI
    Check this link:
    [http://service.sap.com/performance|http://service.sap.com/performance]
    Regards
    Shridhar Gowda

  • How to take Bank payment voucher from sap fico production user?

    Hi
    how to take Bank payment voucher form sap fico from production user?
    anyone can help?
    Thanks in advance?
    Thanks
    Chandu....

    Hi,
    Ask your ABAP consultant to develop Z program for payment voucher printing.
    In program selection screen will be
    1. Company Code
    2.  Document Number
    3. Fiscal Year
    and you can get the desire output according the data key in the document.
    Regards
    Shayam

  • How to check mass change(vendor) done by any particular user .

    Hi,
    What is a transaction used  to check mass change(vendor) done by any particular user .
    Thanks,
    Dharmesh

    HI
    pls try this table CDHDR
    Thanks & Regards
    Phaneendra

  • How to check the OSS note in SAP Client system ?

    Hi all
    I just have a small question ... how do we check whether an OSS note is applied in the SAP client System or not ?
    Please let me know..
    Thanks
    Mallikarjun

    Hi
    1) One way is checking the version and support pack applied.I.e,
    On the main SAP screen > Systems > Status > Check details of the "Component version".
    2) STMS > Double click on the system you need to check > Check the status of your request.
    Nadini

  • How to check the ALE settings in SAP

    Hello everybody,
    I have a question about ALE setups.
    Through ALE,a lot of data flows from one SAP system to another.Hence all these various SAP systems are maintained as logical systems and the appropriate RFC destinations are in place.
    1.Now,if I wish to disable some of these recipient SAP systems ,how to go about it?
    2.More importantly, I have a list SAP boxes(you can say,recipient logical systems),for which I need to check if they are still active or if they have already been disabled.
    Basically,my problem is that I have a number of SAP programs which have got variants maintained ,containing these SAP boxes as partner recipient numbers as part of their variant data.Now,these variants are used to run a lot of batch jobs and I need to verify whether these mentioned partner recipient numbers are still up and active or they have been disabled while the variants never got rectified.
    Please let me know as how this complete check can be made.
    If any clarification regarding the problem is required,please do not hesitate to ask.
    Regards
    Papri

    Hello Papri,
    See below a fast overview for Application Link Enabling settings to check:
    1- Are logical systems with which you want to exchange data defined ?
    If not, you cannot have a RFC connection to those systems.
    2- Do you have RFC R/3 connections for your logical systems  (SM59) ?
    If not, no transactional RFC port can be created for those RFC connections.
    3- Do you have a transactional RFC port for your RFC connections (WE21) ?
    If not, no parner profile can be generated for your parner type (Logical System).
    4- Do you have a distribution model between systems (BD64) ?
    If not, no data exchange via IDoc is possible as no partner profiles LS (WE20) are generated and no model view is distributed.
    So, according to your point:
    1- only one logical system can be reached by RFC connection. It is not possible for others,
    2- that's why you have partner profile not being active,
    3- so, RFC connection is no longer active for logical system is this situation.
    Just one thing regarding those sentences from your first post:
    >(...)
    > Basically,my problem is that I have a number of SAP programs which have got variants maintained ,containing these SAP boxes as partner recipient numbers as part of their variant data.
    >Now,these variants are used to run a lot of batch jobs and I need to verify whether these mentioned partner recipient numbers are still up and active or they have been disabled while the variants never got rectified.
    > (...)
    As those partners (logical systems) are not defined, you should have a DUMP for those jobs.
    It is not the case ?
    Regards.
    Laurent.

  • CVAPI_DOC_CHECKOUTVIEW - how to check´out files to a SAP directory

    Hello,
    I have an issue with understanding and providing the FM CVAPI_DOC_CHECKOUTVIEW to check out files from KPRO to a SAP directory.
    I use CV120_KPRO_CHECKOUT to checkout files to local PC and this runs fine, but not for checking out files to SAP directories. So I found the API.... FM.
    But I am confused about the data required to run the FM CVAPI_DOC_CHECKOUTVIEW . I tried several times but it does not work either for check out to clnt nor to SAP server.
    Parameters for DOKAR, DOKNR, DOKVR and DOKTL are clear to me. PF-CONTENT_PROVIDE is CLNT for PC check out and SRV for Server checkout. But what about the rest?
    I am not sure how to provide the tables and the fields PF_FTP_DEST / PF_HTTP_DEST / PF_HOSTNAME and the PS_API_CONTROL.
    Can anybody help me with the required import data.
    Best regards
    Dirk

    Hi Dirk.
    We are using bapi to get the document file (original)
    Look our usage of pf_http_dest and pf_ftp_dest.
    CALL FUNCTION 'BAPI_DOCUMENT_GETDETAIL2'
      EXPORTING
        documenttype       = vl_dokar
        documentnumber     = vl_doknr
        documentpart       = vl_doktl
        documentversion    = vl_dokvr
        getactivefiles     = 'X'
        getdocdescriptions = 'X'
        getdocfiles        = 'X'
      TABLES
        documentfiles      = t_document.
    READ TABLE t_document INTO wa_document INDEX 1.
    CALL FUNCTION 'BAPI_DOCUMENT_CHECKOUTVIEW2'
      EXPORTING
        documenttype    = vl_dokar
        documentnumber  = vl_doknr
        documentpart    = vl_doktl
        documentversion = vl_dokvr
        documentfile    = wa_document
        originalpath    = 'your SAP directory'
        pf_http_dest    = 'SAPHTTPA'
        pf_ftp_dest     = 'SAPFTPA'
    IMPORTING
        return          = wa_return
    TABLES
        documentfiles   = tl_files.
    Darley

  • How to check pre-configured POWL in SAP ERP6.0 EHP4

    Hi Experts,
    Is there a way to check the available pre-configured POWL in an EHP4 SAP ERP6 system?
    Thanks and regards,
    eby

    eby,
      One of the ways you can test any ABAP Webdynpro POWL,is by adding the same to the favorites and executing the same.
    Choose Favourites > Add other objects. Scroll down and choose "Webdynpro application". Then in the webdynpro application enter "POWL" ,Enter description for specific POWL and then for parameter enter "APPLID" and the appropriate POWL Application ID for the same (Ex for MP POWL OPS-MP-POWL-OVERVIEW).
    Hope it helps.
    Regards
    Narasimhan

Maybe you are looking for

  • Jsp throw numberformatexception.see my code .reply as soon as possible

    i am developed application onclick checkbox delete the record.on first field i give the href to serailno for open the update page. like this <a href="UpdateBoq.jsp?S_NO=<%=sno%>">.sno is serialno.is come from database wihen i am click on serial no it

  • ICal + SunBird

    Hi since iCal (2.x used in Tiger) doesn't have CalDav support, im forced to use SunBird from Mozzila for all my Tiger and XP Machines (Leopard Machines work fine). I have 4 groups created, all have their own calendars. I've managed to get SunBird wor

  • Method of a code greater than 64k

    Hi! When I run expert system program (that has thousands of if-then rules), it gives me the following error. java.lang.classformaterror: method of a code greater than 64k program contains less java code and more if-then rules for testing accuracy of

  • Media management

    Two questions 1. During the course of editing, I seem to have amassed a whole load of files on my scratch disc which have the suffix -av. The cannot be opened by quicktime but clearly relate in some way to the original. Can you tell me how they have

  • Moving Motion Projects Between Computers

    My apologies, as I'm sure this must have been answered elsewhere - however I can't find the answer, so: I'm moving a Motion project between two computers (Project file & media ) - I can do this easily with Final Cut Projects (you just relink the file