Offline Approval in SAP ECC 6.0

Hello experts,
Requirement: Approvers should be able to approve SAP workitems from Outlook mailbox without directly logging into SAP.
From my searches in SDN, I understand that Extended Notification along with Single Sign On will take care of most of the requirement, except that the approvers still need to have SAP login credentials and they will actually be executing the SAP workitem from the shortcut in the Outlook email.
Although Extended Notification provides a number of advantages over RSWUWFML2 in terms of HTML support, Web UI Support, consolidation and forwarding of workitems and such; the core functionality is still the same i.e. providing SAP workitem shortcuts in an external email.
Is there any way, we can get actual offine approval functionality in ECC like it works in SRM? The following wiki describes the steps required.
http://wiki.sdn.sap.com/wiki/display/SRM/Offlineapproval-generalconfiguration
This is not available in ECC but is there something similar?
Or can a similar functionality be developed on the ECC side?
Has anyone attempted some development on similar lines?
Thanks in advance for your suggestions and advices.
Regards,
Supratim

HI Could you please check the details below this all is present in the Basic settings guide which you could find in the SAP help portal
An alternative method of setting up mail via SMTP is described in SAP Note 455140.
As of SAP Web Application Server 6.10, the SAP system's kernel supports SMTP (Simple Mail Transfer Protocol) directly, meaning that e-mails can be exchanged between the SAP system and any SMTP-compliant mail server without the need for any additional external components. In the outbound
direction, the SAP system passes the mails to a single mail server, whereas in the inbound direction mails can be received from any number of mail servers.
As of SAP Web Application Server 6.20, faxes and text messages (pager/ SMS) can also be exchanged via SMTP. For this purpose, the faxes and messages are packed into e-mails. For sending, the mail server refers to the domain of their recipients' addresses and forwards the e-mails either to an internal fax/text message server (for example, [email protected]), or to an external provider (for example, [email protected]). For receiving, the fax/text message server or provider sends e-mails to addresses with the SAP system's domain (for example, [email protected]).
Prerequisites
The mail servers involved must be SMTP-compliant.
If you want to use text messaging in the SAP system, then you must define names for the messaging services to be used, such as SMS, with transaction SA14.
Procedure
Setting the Profile Parameters (Transaction RZ10)
You must adapt the SAP Web Application Server’s profile if the SMTP functionality is to be used. The SAPconnect send job can only be scheduled for servers on which SMTP is active, so ideally you should activate SMTP on all of the SAP system’s application servers.
You must set the profile parameters below. The placeholder <*> stands for the sequence number (starting with zero) of parameters that occur several times.eicm/plugin_<*> = PROT=SMTP,PLG=<prog>
This loads the SMTP plug-in. It is a dynamic library that implements the SMTP protocol. <prog> specifies the file name of the SMTP plug-in.
The program is located in the execution directory of the SAP Web Application Server instance, has the name smtpplugin and the extension typical for your operating system (.so, .dll, and so on).eÈhTÙï icm/server_port_<*> = PROT=SMTP,PORT=<port>
This opens a TCP/IP port for the reception of mails by the SMTP plug-in. <port> specifies the number of the port that is to be used. This port must not be occupied by any other program on this host. If no mails (including status notifications) are to be received in this SAP system, you can set <port> to 0.
You can use TIMEOUT to define an optional maximum time (in seconds) that is to be waited for a response from the mail server.eÈhTÙï is/SMTP/virt_host_<*> = <host>:<port>,<port>,...
This defines a virtual mail host for the reception of mails. If all inbound mails (including status notifications) are to be received and processed in a single client of the SAP system, this parameter is not required and is/SMTP/virt_host_0 = *:*; is taken as the default. If several clients are to receive, a virtual mail host must be created for every client. <host> specifies the name of the host
to which inbound mails are addressed. You can specify * here if the mails are to be distributed independently of the host addressed. <port> specifies the number of a port to which inbound mails are addressed.
User Administration (Transaction SU01) You must create a service user to process the inbound mails in every SAP system client in which mails (or status notifications) are to be received. You use transaction SU01 to create a user of the type Service and assign the profile S_A.SCON to it
Client Assignment (Transaction SICF)
Each SAP system client in which inbound mails (or status notifications) are to be received and processed must have an SMTP server. In transaction SICF, there should be one SMTP server (called SAPconnect) supplied in every SAP system. You use this one for the first client then create an additional SMTP server for each additional client. You make the following settings on the SMTP server
Host data -- You enter the sequence number of a parameter is/SMTP/virt_host_<*> from the profile. If you only have one client and therefore did not enter a parameter of this kind, you enter 0.
Service data-- You enter the client to which the mails received via this virtual mail host are to be forwarded, as well as the logon data of the system user created for inbound mails.
Handler list You enter CL_SMTP_EXT_SAPCONNECT as item 1.
SCOT :
Default domain--- Under SettingsDefault Domain, you define the domain of this SAP system client. This is used for the following purposes
   The SMTP plug-in logs on to the mail server using the domain as ID.0ˆN=?ü
   The message ID of outbound e-mails is compiled with this domain.0ˆN=?ü
   If an SAP user who has no Internet mail address maintained sends an e-mail, a sender address    composed of the SAP user name and this domain is generated
Node----There is always one SMTP node in each client. This node is created by the SAP system and cannot be deleted. To configure the node for sending Internet mail, you:
1.Ensure you are in the Node view.
2.Double-click on the node name.
3.Select Node in use.
4.Specify the mail server to which outbound mails are to be passed in Mail Host and Mail Port.
5.Choose Set adjacent to Internet.
6.Specify the address areas of recipient addresses that are to be reached via this node. This is usually * if all e-mails are to be sent using SMTP.
7.Enter output formats for SAP documents. The following settings are recommended here:SAPscript/Smart FormsPDFABAP ListHTMBusiness Object/LinkHTMRAW TextTXT
8.Confirm.
Send job
E-mails sent from an SAP application are merely put into a queue. A periodic background process, known as the SAPconnect send job, takes the e-mails from this queue and sends them via the Internet. To schedule this job from SAPconnect administration, you:
1.Choose ViewJobs.
2.If there is not already a job scheduled, choose JobCreate.
3.Enter a job name and confirm.
4.Select the variant SAP&CONNECTALL by placing the cursor on it.
5.Choose Schedule Job.
6.Choose Schedule Periodically.
7.Enter an appropriate time period, such as 10 minutes.
8.Choose Create.
Inbound
If you want inbound e-mails to a specific address or with a specific content to automatically start a program that processes these e-mails, you can configure this under Settings>>Inbound Processing.
If you want inbound e-mails to a specific address or from a specific sender to be automatically redirected to another recipient or distribution list, you can configure this under SettingsInbound Distribution

Similar Messages

  • Offline approval process in ECC

    Hello All,
    Is there any way to achieve offline approval process in ECC the way it is in SRM?
    We want to replicate the same process in ECC as in SRM, with mail being sent to the user with approve/reject buttons, and on clicking any of the options provided, the same need to be updated in SAP.
    Any help will be highly appreciated.
    Thanks in advance
    Regards,
    Razia Shaheen.

    Hi Jennifer,
    Since SRM PO will be leading PO in extended classic scenario, why donot you design the process controlled workflow in line with the existing release strategy that you are using for ECC PO?
    Thanks and regards,
    Ranjan
    Ranjan Sutradhar

  • Offline approval in ECC through Outlook

    Hi,
    We have of requirement for offline approval of SES through Outlook .
    We are in ECC 6.0 and when a User creates a SES a mail has to be triggereed to the aprrover Inbox.
    The manager should be able to approve or reject directly from his outlook. the manager is not a SAP User.
    Please let us know the possible alternatives to achieve this functionality,
    Any documentation will be of great help.
    Regards,
    Raj

    Hi,
    you need to develop SAP Workflow (Extended notification) to be able to approve/reject in Outlook. There is a separate SAP Workflow forum in SDN, you might want to have a look that forum.
    Regards

  • Org management (integration with SAP ECC 6) and shopping cart approval

    Background:
    We currently use EBP 3.0 - Classic Scenario.
    Our current Organisational plan was manually created in EBP, and is not the same as the HR hierarchy in SAP ECC 6
    Shopping cart approvals use the workflow WS10000276 u2013 Approval Single Level over Limit, which utilises the SLAPPROVER attribute. The user name assigned to the SLAPPROVER attribute does not have to be the manager of the user. To meet our Business requirements, a fairly flat structure was created at the time we implemented EBP 3.0. The approval level an approver is allowed to approve up to is controlled with the use of roles assigned to a user.  Each of the approval roles has an appropriate value set against the BBP_APPROVAL_LIMIT attribute under Personalisation.
    Moving onu2026
    We are just about to move from EBP 3.0 to SRM 7.0 u2013 Classic Scenario - by carrying out a new installation.
    Our Business requirement has changed, in that they want the approval of shopping carts to be carried out by the line manager, if that person can approve the value of the shopping cart. If not, for the approval to go up the HR hierarch until a manager with a suitable level of approval is found.
    I believe it is possible to create the Organisational structure in SRM from the HR hierarchy in SAP ECC 6. I have tried to do this in our play/test system using - Integration Business Partner-Organizational Management, without much success as yet!
    I have a few questions in this area:
    1.     Not all of the users in the SAP ECC 6 HR hierarchy will be SRM users. E.g. In the SAP
                 hierarchy there are 3 users u2013 User A, User B and User C. User B is the manager of User
                 A and User C is the manager of user B. In SRM only User A and User C are users. That
                 being the case, is it still possible to initially create the organisational in SRM from SAP ECC6?
    2.     If it is possible to create the organisational structure as described, then using Process
                 Controlled Workflow we could use the Shopping Cart BC Set One-step manager approval.
         If we did this, what would be the best way to incorporate the approval limit of a manager?
         Can this be simply achieved by setting the BBP_APPROVAL_LIMIT attribute in conjunction
                 with the One step manager approval?
         We want to avoid having to use the SLAPPROVER attribute due to the high level of
                 maintenance we currently experience.
    Thanks to anyone who can advise me.
    Claire

    Hello Clarie,
    this might help
    HR Data Synchronization (Org Unit, Position and Employee) to SRM
    Arshad

  • Offline Approval using Workflow in ECC6.0

    Hi,
    I wanted to know if there is any way in which we can enable offline approvals of work items in ECC 6.0.
    I know that in a SRM system it is possible with the use of RBBP* reports, but these reports are not present in the ECC system. I have tried making use of swnadmin and swnconfig transactions, but I have not been able to achieve what I am trying to, which is offline approval (approve/reject) of tasks/workitems (without having the user to interact with SAP GUI windows/html).
    An ideal scenario would be that a user recieves an email with Approve/Reject option, and on clicking any of these options, the necessary updates are registered by the SAP system.
    So is it possible to implement the above by making use of WebServices or something else?
    Any help or guidance will be very helpful and rewarded
    Thanks,
    Shailesh

    Shailesh,
    Notrix is third party software and used to link between Lotus Notes and SAP.
    A Job runs in Notrix and pulls all workflow work items and sent to approvers lotus notes inbox, also you gotta write down some FM into SAP as a plug-in to Lotus Notes.
    its a collective effort from Basis team, Notrix, ABAP developer and workflow consultant. Most important client has to be in consent for this all cost.
    hope that it will help. for more info about Notrix pls google.
    Cheers
    Jai

  • Shopping cart offline approval with outlook

    Dear Experts,
    Currenlt we are working on SRM 5.0 classic scenario and ECC 6.0. I want to implement shopping cart offline approval with outlook.
    Can you please guide me what all are the settings need to be done for offline approvals....
    Thanks
    Ravi

    Hi Ravi,
    The program RSWUWFMLEC was used to scehdule offline approval mails upto SRM 4.0(In SRM 5.0,report RBBP_NOTIFICATION_OFFAPP is used)..
    Please see the foll link for more deatils:
    SRM5.0:
    http://help.sap.com/saphelp_srm50/helpdata/en/31/ec423b4ac8d506e10000000a11402f/frameset.htm
    SRM 4.0:
    http://help.sap.com/saphelp_srm2007/helpdata/en/31/47c6cb8e9249f2bc29444212e4704a/frameset.htm
    You need to check the settings mentioned in the link above before you scehdule the report for snding the approval mails to the external email ID's of the approvers.
    The job mentioned are only for sending the approval mails.To send the requester notification messages to external mail box (instead of SRM inbox),see the foll thread for more pointers:
    Re: mail refuse shopping cart
    Do let me know if you need an further help.
    BR,
    Disha.

  • Sap Ecc 6.0 Installation error in  Import Java dump e

    Hi Friends,
    I got error in Phase 20 of 45:-
    ERROR 2015-08-06 17:01:26
    CJS-30049  Execution of JLoad tool 'E:\j2sdk1.4.2_12\bin\java.exe -classpath "E:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\CENTRAL\AS\install\sharedlib\launcher.jar" -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload "E:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/install/lib/iaik_jce.jar;E:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/jload.jar;E:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/antlr.jar;E:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/exception.jar;E:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/jddi.jar;E:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/logging.jar;E:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/offlineconfiguration.jar;E:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/opensqlsta.jar;E:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/tc_sec_secstorefs.jar;H:\usr\sap\ECC\SYS\exe\uc\NTI386\ojdbc14.jar" -sec ECC,jdbc/pool/ECC,
    ecc6/sapmnt/ECC/SYS/global/security/data/SecStore.properties,
    ecc6/sapmnt/ECC/SYS/global/security/data/SecStore.key -dataDir E:/sap_kol/javacomponent\JAVA_EXPORT\JDMP -job "E:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\CENTRAL\AS\IMPORT.XML" -log jload.log' aborts with return code 1.<br>SOLUTION: Check 'jload.log' and 'E:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/jload.java.log' for more information.
    ERROR 2015-08-06 17:01:26
    FCO-00011  The step importJavaDump with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_Jload|ind|ind|ind|ind|9|0|importJavaDump was executed with status ERROR .
    INFO 2015-08-06 17:16:48
    An error occured and the user decide to stop.\n Current step "|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_Jload|ind|ind|ind|ind|9|0|importJavaDump".
    Kindly help me!!
    Anuska

    Hi Markus, Debashis , Uday and Friends,
    I am currently Watching Thread.
    Plz Help Me.
    Regards,
    Anuska

  • Problem while receiving a mail in blackberry using offline approval

    Dear SRM Gurus,
    We are working with SRM Server 5.5, SP08.
    We are using offline approval functionality using <b>Blackberry</b> device. We
    have observed that in an approval mail sent to blackberry, the approver
    does not see hyperlink for "Approve by mail" or "Reject by mail" text.
    However, when the same approval mail is checked on any other mail
    application like gmail or yahoo, we are able to get an hyperlink and
    approve the work item.
    While execution of report "RBBP_NOTIFICATION_OFFAPP", we have selected
    a checkbox "with approval links".
    Kindly suggest, how can we rectify this problem. We will appreciate your immediate help.
    Thanks in advance,
    chandra sekhar
    0062 081510685482

    Hi
    Yes, but for this you need have SAP MI (mobile infrastructure) configured in the landscape. MI is part of SAP NW. Integration of MI is possible with SRM2.0 and upwards.
    <u>For details refer -</u>
    http://service.sap.com/mobile - mobile procurement
    Re: Shopping Cart approval process in SRM using Black Berry
    Shopping Basket Approvals Through Blackberry
    <b>To change standard email text</b>
    Re: How can we change the standard email text?
    <b>There is a former thread dealing with text modification in the <u>RBBP_NOTIFICATION_OFFAPP</u> .</b>
    https://forums.sdn.sap.com/click.jspa?searchID=3694563&messageID=3714821
    <u>Configuration of Approval mails to Blackberry - Refer to the HELP links -></u>
    http://help.sap.com/saphelp_srm40/helpdata/en/5a/af5eff85d011d2b42d006094b92d37/content.htm
    <b>Other related links -></b>
    WF does not restart when requester accept changes
    RBBP_NOTIFICATION_OFFAPP
    Offline Approval: RBBP_NOTIFICATION_OFFAPP Vs RSWUWFMLEC
    RBBP_NOTIFICATION_OFFAPP
    Re: Offline approval
    Re: Is it possible to action an approval  work item sent to Lotus Notes mail
    http://help.sap.com/saphelp_erp2005/helpdata/en/index_srmaddon.htm
    WF-BATCH or not WF-BATCH....
    Do let me know.
    Regards
    - Atul

  • Offline approval - weird characters in Outlook

    Hi all,
    We're on SRM 5.0, Server 550, SP12.
    Scenario: offline approval of Shopping Carts
    After running report RBBP_NOTIFICATION_OFFAPP, approver is getting an e-mail in Outlook 2003 with some weird characters:
    **START**
    Â
        The following requires processing:
    Â
        1 . Approve shopping cart of Shopper with value 64,78 USD
       
    Â
    Â
        Use the following link to log on to the system and carry out the approval online:
        Log on
    Â
    Â
        To approve or reject directly from this e-mail, select one of the following links:
    Approve by E-mail   Reject by E-mail   Â
    **END**
    When I look at the same message in , these characters are not visible; but there seem to be spaces/blanks in those spots. Looks like Outlook is substituting spaces for some other character.
    Also, there're some extra blank lines, which we would like removed.
    Any ideas how to get rid of the unwanted characters and unnecessary lines, besides BAdI implementation?
    Cheers,
    Serguei

    Hi,
    Please check the foll note:
    Note 1100912 - E-mail messages for work items with incorrect line break
    Also,sometimes some junk characters are inserted into the offline mail if the required services(for the generation of mail ) are not active in transaction SICF.
    Please see whether the following path is active in SICF:
    SAP/BC/BSP/SAP/SMART_FORMS/DEFAULT.CSS
    If the above service is not activated,then activate that and re-test.
    Last option would be to implement the BADI BBP_OFFLINE_APP_BADI (method ~MAIL_DATA_GET) to remove the unwanted characters.
    BR,
    Disha.

  • Automatic creation of contract in SAP ECC from ESO

    Hello Experts,
    We are installing SAP ESO 5.1, with integration package, linked to a SAP ERP 5.0 system.
    With the out-of-the box integration package, it is possible to create an outline agreement (contract) from an ESO Master Agreement / Agreement by selecting Scripts -> Publish to ERP from the toolbar (this can only be done if the Master Agreement is in a "saved" state). This is a manual process.
    My question is: is it possible to automatically execute this script by means of Workflow?
    The goal would be for E-Sourcing to always create a contract in the SAP ECC backend system from a completed ESO Master Agreement. I believe this can be achieved by executing a script at the "saved" event?
    I'll appreciate your feedback on this approach, or any other solutions you might have implemented with customers to reach a solution to a similar requirement.
    Thanks!
    Regards,
    Gilberto Gallardo

    Hi Gilberto
    I would not suggest "Publish to ERP " to me made a post save script as contract managers/ buyers might "save" a draft version of the master agreement which might still need some validation. Also since a  word contract is not in place at this point in time, there might be changes later on which could make the situation rather messy.
    In case you are going for approval workflows in phase definition of contract, you can use "Publish to ERP " as a postscript for workflow when contract finally is moved to executed phase but again would support Howie here that it should remain a manual process since a lot of validations would be required.
    A lot depends on business on what they consider to be the culimination of CLM cycle. Few would like to start transactions through oultine agreement before actual contract is signed to speed up the process while many would like to wait for the actual signed document to be in place before starting transactional procurement.
    Regards
    Mudit Saini

  • PO approval process in ECC for extended classic scenario

    Hi All,
    At this moment we are using SAP ECC for procure to pay process. In the existing system set up, our ECC purchase order goes for approval via SAP enterprise portal(EP). We are planing to implement SRM 7.0 Extended classic scenario, so that user can take the advantage of creating PO in their web portal. We don't want to disturb our existing ECC PO approval process at this point of time.  
    So our requirement is :
    User will create PO in SRM. Same PO will replicated in ECC and the PO will goes for approval in in ECC and the PO output will generate in ECC. Can it me possible in extended classic scenario ?
    Thanks in advance.
    Regards,
    Jennifer
    Edited by: Jennifer Batty on Aug 8, 2011 5:08 PM

    Hi Jennifer,
    Since SRM PO will be leading PO in extended classic scenario, why donot you design the process controlled workflow in line with the existing release strategy that you are using for ECC PO?
    Thanks and regards,
    Ranjan
    Ranjan Sutradhar

  • SRM Offline Approval via Blackberries is not working

    SRM Experts,
    We are using SRM 5.0, PI-7.0. We don't have SAP MI (mobile infrastructure) configured in the landscape. Whenever user approves the Shopping cart from blackberry, it does not work. If user approves from MS-Outlook, it works. I heard that we can approve SC from  blackberry without configuring MI in the landscape.
    I also observed that when SC is approved via blackberry, it does not have subject line and workitem number information whereas when it is approved via Outlook it has. Any idea why subject line and workitem number information is missing via blackberry?
    Can someone please help!
    Points will be rewarded..
    Thanks in advance!
    MP

    Hello,
    I am assuming that you are using the standard out of the box offline approval process in SRM. What you are saying is that when someone clicks on the link using Blackberry, it does generate an encrypted response but does not populate subject text?
    If that is the case please check the version of Blackberry operating system. Try using the functionality from a latest Blackberry model with latest device software installed.
    Earlier versions of the BBerry devices/OS did not even support mailto: hyperlink inserted in the approval request mail.
    Abhay
    PS: I have tested this functionality using Blackberry Pearl and I did not come across any problem of subject line not getting populated. The encrypted approval response also gets populated correctly.
    Hope this helps.
    Edited by: Abhay Joshi on Mar 4, 2008 5:51 PM

  • Offline Approval in workflow - SRM 5.0

    Hi Team,
    I am new to SRM Workflow.
    I have a task of Offline Approval.
    I have one file for which we are developing offline approval process in SRM 5.0
    for that we are developing workflow.
    I know there is a report  in SRM which we can use for offline approval.
    But I am not getting it, from where I need to start.
    How can I cal that report in Workflow.
    How should be my work-flow.
    Please suggest your inputs.
    Thanks & Regards,
    Monika

    Hello Monika,
    Please, read How-To below:
    [Offline approval - general configuration|http://wiki.sdn.sap.com/wiki/display/SRM/Offlineapproval-generalconfiguration]
    Regards.
    Laurent.

  • SAP ECC 6.0 / Active Directory Password synchronization

    Hello,
    We have a need to synchronize our users Windows passwords (AD) to our SAP systems (ECC 6.0, BW 3.5, and SCM 5.0).  We do not use CUA and currently do not use a Portal and are not looking at doing SSO.  We simply want to have one repository (AD) that will manage passwords for our Windows apps as well as our SAP systems.  So far, we have not found a way to do this.  SAP Note 603208 says this kind of synchronizing is not possible due to encryptions, among other things.  However, we did find a white paper that stated the following:
    ~snip
    <i>The Management Agents delivered with MIIS generally support password management: <b>they can take a password from some source (either from a user password change from the Windows interface, or from a self-service web-based password reset interface) and can set the same password in the various connected systems</b>. The Management Agent developed by Oxford is no exception. To change a password in an R/3 System the Susr_User_Change_Password_Rfc function can be used, but this is only possible if the old password is known and the SAP system allows the password change for this user. In cases where the old password is not known (for example the setting of an initial password) the password can be reset using the BAPI_User_change function.</i>~snip
    Does anyone have any information on how we can achieve the password synchronization between Active Directory and Abap-based SAP Systems?
    I very much appreciate your time and help.
    Paul

    Paul,
    You can achieve this using "common authentication". Since Active Directory uses Kerberos, if you allow your SAP systems to support Kerberos authentication as well, then you will be able to logon to Windows workstation, and use the Kerberos credentials issued by Active Directory during this logon to log the user onto SAP.
    This is common, and easy to acheive. You need to use the SNC capability which is provided in SAP GUI and also in SAP ABAP engine, and you also need a GSS-API library for both workstations and for the SAP servers that implements the Kerberos protocol. If your SAP server is running on Windows Servers then you can get this GSS-API library from SAP, but if (like many companies) you are running SAP ECC, BW, SCM etc. on UNIX or Linux servers then you need to license a third-party product which provides the GSS-API library etc. I represent a vendor (CyberSafe) that provides this exact product, but you can also find other vendors by looking on SAP partner website, under SNC certified products list. If you want to find out more about our product, please ask me offline by getting my email address from my business card.
    I hope this helps. Of course, if there are any questions for me related to this which are appropriate for public viewing then please ask them via this forum instead of via email.
    Regards,
    Tim

  • SAP ECC 6.0 Behavior on Windows 2003 MSCS

    Dear Experts,
    I have SAP ECC 6.0 run on Windows 2003 Enterprise SP 64-bit Cluster (MSCS) and when we run testing on failover we got the following result:
    All cluster groups in node1 - Shutdown Node 1 - Node 2 Up
    - Whoever login to Node 1 will be disconnect during failover
    - Whoever login to node 2 and run transaction during failover will be hang till failover done successfully
    - Whoever login to node 2 and only run the transaction after the failvover done will not feell any disruption
    - New logon session is failed until basis is bringing online the following in cluster administrator under SAP Group (SAP SID 00 Service & SAP SID 01 Service)
    The same result if we shutdown Node 2 and all cluster group failover to node 1.
    Both services are install local in each node and start option has been made "manual"
    My question:
    1. Is the above result is common?
    2. Is there anyway to make SAP SID 00 & 01 to be automatic failover?
    Regards
    Rian W

    Hi Rian Wisandano,
    All your questions/queries looks common to me...
    In any given scenario, resources both SAP & DB based resoureces have to be online for you to access/logon to the system using SAPGUI. And it's very common that, unless resources (either service or instance specific) are online at cluster level the corresponding resources in SAP MMC won't be online. In your query one of that was, about 00 and 01 services, YES they are 2 different instances of your SAP build and corresponding entries at cluster level.
    And it's expected behavior that, while fail-over or fail-back of cluster resoureces from one cluster node to other cluster possible cluster node that, resources goes into offline and then mover over/move back and then comes online. So as its a thumb rule for given seconds/minutes (based on the resources) resources at cluster level will be offline before they come online. So during this time you will not be able logon to your SAP system because its not only cluster resoureces but also SAP MMC corresponding entries also will be offline....Along with cluster resources come online the resources/entreis in SAP MMC also comes automatically.
    And it's correct to setup, Cluster Service to 'Manual' in High Availabilty Setup.
    New logon session is failed until basis is bringing online the following in cluster administrator under SAP Group (SAP SID 00 Service & SAP SID 01 Service)
    The same result if we shutdown Node 2 and all cluster group failover to node 1.
    I hope this helps you to understand the behavior of cluster.
    Revert back if any further clarification required.
    Regards
    Sekhar

Maybe you are looking for

  • Custom search using boolean attribute set to True gives no result

    I am setting up an auto-query using the custom search portlet. This is to show all items where a boolean custom attribute is checked, ie = True. In step 3 I have tried to set the operator to Equals to and the default value to True. This gives no resu

  • Finder crashes when I try to click on the File Menu, or CTL Click. Ideas?

    Started a few weeks ago, after the update to Mavericks. Anytime I try to click on an item via Finder, and CTL+click to have the drop down menu, Finder crashes. Same thing happens when I try to click on the File Menu when Finder is selected. Ultimatel

  • Cisco ISE - CWA AD Authentication

    Hello, I'm using a Cisco ISE on 1.3 and have a CWA portal setup for AD Auth. When a user connects to a particular SSID (from a WLC) that is setup for mac filtering, it redirects to a CWA via the Auth Policy. the CWA is disabled, they login, the devic

  • Error in BP when saving a transaction type

    Hi Gurus!!! first of all merry xmast!!! I need you help since I cannot see where the error is. I am using CRM 7.0 and in the UI when saving a transaction I get the following errors "The region 00 is not defined for country" and "The country is not se

  • Video Frames to Layers window issues

    hi im having this problem with the "File > Import > Video Frames to Layers" the box comes up like this: as you can see the box is white, the file i have imported if MP4 and iv tryed this with 2 files now, and get the smae thing, iv also tryed ans mov