TIM TAM Integration with SAP - RBAC

Hi - Would like to know if anyone has integrated TIM TAM with SAP EP to achieve RBAC? Please forward any information which could assist in this process. Also I need information on the SAP roles and how would these map to roles in TIM TAM

The latest TAM integration for PeopleSoft can be found here:
http://catalog.lotus.com/wps/portal/topal/details?catalog.label=1TW10AM26

Similar Messages

  • Time device integration with SAP TM

    Hi,
    Can anyone guide me to integrate a hand punching time device with SAP Time management such that the time events can be recorded on batch processing from the device and validate it in SAP and generate the reports. We are working with SAP 4.7 version.
    Would really appreciate some tips.

    Hi,
    First of all check if there certified interface between your time recording system (that collects data from time devise) and SAP. If so, then use this interface.
    Otherwise you have to develop interface.
    1. Create extract program from time recording system.
    The extract file from time recording system should contain employee ID, time event and time.
    - Employee ID corresponds to Time recording ID in IT 0050 in SAP
    - Time event corresponds to Time event type in IT 2011 in SAP
    - Time corresponds to Time field in IT 2011.
    2. Then create batch input utility that will update IT 2011 on regular basis.
    Cheers

  • Brief discussion on SAP XI and its' Integration with SAP MDM.

    Hi,
    I have never worked on SAP XI.
    I am discussing it on brief, please give your valuable replies.
    SAP XI consists of System Landascape Directory(SLD).
    SLD Consists of Business System and Techinical System.
    Technical System contains all information about the software
    component. The Business System consists of Inbound and Outbound Business
    System which are used as logical names for data transfer.
    There is communication Channel for Receiver and Sender Business System and n agreement
    is signed between Sender and Receiver.
    Outbound Interface defined for Business System Outbound and Techical System associated
    with the Business System,
    Inbound Interface defined for Business System Inbound and Techical System associated
    with the Business System.
    In SAP NetWeaver XI Integration Directory, we have defined the Integration Scenarios,
    Actions, Interface Objects, Mapping Objects, Adapters Objects.
    Mapping Object defines the Structure and Value Mapping.
    Adapter Objects defines the Adapter program which implements RFC Adapter, FTP Adapter logic.
    FTP Adapter is used for XI-MDM Communication.
    RFC Adapter is used for XI-ECC Communication.
    Integration Repository: Both Outbound and Inbound Interfaces are Mapped with Value mapping and
    Structure Mapping inside Integration Repository.
    The File Adapter takes the File from the Outbound port of MDM System
    and sends it as IDOC to Receiver Business System.
    Value Mapping must be done between Sender and Receiver interfaces.
    Value Mapping is done by XSLT or Java based program.
    SAP NetWeaver XI Integration Server at runtime:
    Message Split, Interface Determination, Receiver Identifaction, Mapping, Techincal Routing
    and Call Adapter Proccess are done.
    In SAP XI 3.0 and MDM 5.5:
    Step 1: Create busines system as service.
    Step 2: Create communication channel for each business service. If the system can communicate
    through different channels, then create all possible channel types if necessary.
    Step 3: Create receiver agreement between the systems.
    Step 4: Interface determination:
    - Here you see for the first time the software component mentioned;
    there are some special requirements regarding this software component in relation to the customizing ID mapping.
    - To modify this software component, the customer needs to copy the SAP standard delivered software component
    into its own namespace. The customer is able to modify to create archives
    for the customized ID mapping.
    Receiver determination.
    Configure an FTP Server on the MDS.
    Create a send folder for outbound messages using outbound port(s) for
    remote systems(s).
    Create receive folder inbound messages using inbound port(s) for remote systems.
    This ia all about concept of SAP XI Infractsture and its' Integration with SAP MDM 5.5.
    Regards
    Kaushik Banerjee

    Hi Kaushik,
    You must be aware of File types that MDM Import Manager can Import i.e. we have XML, Excel etc. Now there are two transactions to extract data from R3
    1. MDMGX -
             - For lookup table extraction
             - Output in XML format which MDM can import without using XI.
              - FTP can be configured to put the file in the desired folder which will be then picked by Import Server.
    2. MDM_CLNT_EXTR -
              - For Main table records.
              - Output is in Idoc format which MDM doesn't understand hence we need XI in between which converts Idoc file received from R3 into XML which can then be imported using Import Manager or Import Server. For this we need to implement XI Scenario that consists of Source System, Receiver System, Type of Data etc.
    Just a basic understanding...
    Regards,
    Jitesh Talreja

  • MS Word integration with SAP CRM: can a PDF be created from the MS Word doc

    21/11
    Gurus,
    I know have a better understanding of the topic but still have 2 open questions.
    I now know that StreamServe cannot read .DOC files but can read and work with .PDF files.
    Since we are in a SAP forum and not a StreamServe forum,
    1/ I am wondering if SAP CRM 2007 can convert the MS Word generated and populated documents into .PDF. Possibly immediatly.
    2/ Can the MS Word generated and populated documents be saved by SAP CRM 2007 as .XML files?
    Thanks again.
    Dear All,
    On my project, there is a requirement to generate ad-hoc and amendable letters in CRM (2007).
    We might have +150 letters so I am thinking about using MS Word integration with SAP CRM to deliver this.
    With SAP CRM 2007, I understand that it is indeed possible to generate WebServices that will then be consumed by Word templates through the mail merge functionality. So agents will not have to enter BP name, address and so on. All this can be done by configuration which is great.
    My point of concern is how to integrate this design to StreamServe for printing purpose (we do not want to go into local printing)
    Can StreamServe collects the Word generated document?
    Should this Word document be converted as PDF before or can StreamServe do it?
    Should StreamServe exploits the XML contents within the Word generated document?
    Thanks for your help and insights about this.
    Brice.
    Edited by: Brice Vialle on Nov 21, 2008 9:26 PM
    Edited by: Brice Vialle on Nov 21, 2008 9:34 PM

    Hi Chris,
        Your advice helps me a lot, thank you.
        I upload an XML-Format template Word Doc to server as a MIME Object.
        When OfficeControl is started in Web Dynpro, OfficeControl automatically open the XML-Format template.
       For the first time, I get the XString-type Context attribute bind to the content of the Word Doc,
       then translate it to string, I got the XML-format content, it's great!
       However, after the first time, when I input any new contents in MS Word in Web Dynpro,
       no matter I execute "Ctrl + S" or click the "savedocument" button,
       when I translate the XString Context attribute to String, I got messy code. (but the first time, it is good plain text)
       I use the function module: ECATT_CONV_XSTRING_TO_STRING (good for first time, dump after first time),
       SCMS_XSTRING_TO_BINARY, SCMS_BINARY_TO_STRING (good for first time, messy code after first time).
       My Demo source code is in: (system) SMV --> (local object) zhaode --> (Dynpro Component) ztest_office_control
       core source code is as:
       clear itab.
      CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          BUFFER = lv_datas
        IMPORTING
          OUTPUT_LENGTH = lv_length
        TABLES
          binary_tab = itab.
      CALL FUNCTION 'SCMS_BINARY_TO_STRING'
        EXPORTING
          input_length = lv_length
          mimetype = 'text/plain; charset=utf-8'
        IMPORTING
          text_buffer = lv_datas_string
          output_length = lv_data_len
        TABLES
          binary_tab = itab.
        Can you give me some advice?
    Best Regards,
    Derek

  • Weighing Scale integration with SAP ( Packing Station)

    Hi All,
        We need to have our Weighing Scales integrated with SAP to capture the READINGS for parcels / cartons / shipments automatically.
        I observe there is a provision for maintaining RFC connection , Scale Checkbox etc in SPRO--->Logistics Exec ---> Packing --->Set profile for packing  w.r.t  HUPAST  tcode ...
        Would you plz help me with some work-arounds ...???
    Regards
    Jamna

    Hi Folks,
        There is  XMI technology available that can be potentially leveraged for this type of requirements in integrating any electronic gadgets talking to SAP ....
    I think SAP XMI will be vry useful for this.
    XMI is having ability to capture real time data from other system and update accordingly.
    It has have connectors which will capture values from other system and pull in SAP.
    How to Integrage Weigh Scale with OPC server via xMII 12.0
    Hello Experts,
    I am new to xMII. We want to integrate shop floor weigh scale into SAP PI Sheet to read the value from weight scale into PI Sheet. We have the infrastructure Ohaus weigh scale, xMII 12.0, SAP ERP 4.70, Kepware OPC Server, installed xMII framework for UDS and UDS 4.0. We are able to integrate the OPC Data tags into SAP PI Sheet successfully. But we need help to integrate weight scale with OPC server to read the scale value into OPC data tag.
    Can any one give the steps to integrate weight scale with OPC server?
    with best regards
    K. Mohan Reddy
    I know someone who have developed few applications on integrating weighing machines with R/3.
    By: | 04 Dec 2008
    i am working as a ABAPer in my company and developed DLL in VB6 on integrating weighing machines with R/3.
    implemented and working in more than 10 sites.
    By: | 12 Dec 2008
    ERP-Scale from Pocket Programs provides a standardized u201Cplug & playu201D interface for weighing equipment. It is SAP Certified and can be used for integration of weigh-scales with the SAP Packing Station transaction (HUPAST) or with custom ABAP developments. Major international companies are already gaining benefit by implementing ERP-Scale in their plants worldwide.
    By: | 04 Feb 2009
    Re: Custom development for UDS
    What have to say folks about the possibilities with the above ? But shouldnt SAP have some standard FM / RFC / BAPI owefully facilitating the same???
    But the available FM  HU_GET_RFC_DATA  doesnt have any documentations attached to it ?
    Regards
    Jamna

  • Third Party Recruitment Software integration with SAP HR

    Dear Experts ,
    Iam given a scenario where in the client wants the Erecruitment software Taleo to be integrated with  SAP HCM.The HR recruiters/Managers are currently hiring them into the taleo software and from there the data need to be pushed to the SAP employees's infotypes.
    In Addition to this the benefits infotype need to be maintained automatically in the system.Is there any way to automatically default the benefit infotype also
    Kindly suggest a solution for this.
    Regards
    Gopa

    You will need interface(s) between Taleo and SAP....If Taleo is your recruiting system...then they may want...
    Outbound from SAP: Interface that sends them vacant position data from SAP (you need this so that when Taleo sends you finally an employee data after hiring they can send you the position data with it).
    Outbound from SAP: You may also need to send them terminations from SAP (optional - may be needed depending on your company process for handling rehires)
    Inbound to SAP: This is the main file from Taleo after offer is accepted and employee is hired in Taleo. At this time Taleo will send you a file for which you can write an interface to hire these employees into SAP. You can do a BDC session with PA40 - you may have to determine if its a hire or rehire here. If you are processing payroll then its important to make sure you have all the payroll related info types (if they are not coming from Taleo then you should at least have them defaulted to what your client agrees).
    The second part to your question
    Creating benefits depends on how you are getting or determining benefits data.
    1. Benefits configuration has something called automatic/default plans...
    >>> "Automatic" plans are something employee is enrolled into and has no option to change them.
    >>> "Default" plans are something employee is enrolled into on new hire and typically has 30 days to make changes...this is standard configuration for each plan and should be completed.
    If it is controlled via benefits config then you just need to go through hire action...and typically as part of that hire action - IT0378/IT0171 will prompt you to go to benefits enrollment screen and enroll employee...into these automatic/default plans...plans will be pre-selected based on configuration. So all you do here is hit save and continue with rest of hire action. All this is recordable via BDC session.
    2. If it is NOT controlled via configuration...and you are getting benefit plan details in the file then you just create them in the corresponding info types...IT0167/0168 etc. For processing sanity I would separate hire and benefits creation as two step process if all the data is coming via files...
    Happy interfacing...

  • ERECRUIT 606 integration with SAP Portal 7.31 - what to take in mind?

    We are right nopw approaching to integrate on our project ERECRUIT with SAP Portal and I like ask you for advices what we have to take in mind doing this. What time it may take to have that integrated? We have recommendations from consultants but since ERECRUIT implementation are still no commodity's I’d like to double check this and to share experiences.
    Below you will find the description:
    E-Recruiting Standalone” – only ERECRUIT on NW with ALE integration with SAP HCM
    Core Recruitment Processes' +  'BP MSS 1.51
    SAP ERECRUIT 606
    Activated BF:
    HCM_ERC_CI_1
    HCM_ERC_CI_2
    HCM_ERC_CI_3
    HCM_ERC_CI_4
    HCM_ERC_SES_1
    HCM_TM_ANALYTICS_1
    SAP ERP 6.0 HCM – EHP5
    BF to be activated (soon):
    HCM_MSS_ERC_CI_1
    HCM_ASR_CI_1
    HCM_ASR_CI_2
    HCM_ASR_CI_3
    HCM_HIRE_INT_CI_1
    HCM_MSS_WDA_1
    HCM_TMC_CI_2
    HCM_PD_UI_1
    Software Components:
    EA-HR_MSS 1.0
    SAP NetWeaver Interactive Forms by Adobe / Adobe Document Services.
    SAP PI 7.31
    Software Components:
    XI CONTENT ERECRUIT 605
    XI CONTENT EA-HR_605
    SAP Enterprise Portal 7.31
    Components to be installed now:
    Business Package for Recruiter 1.51
    Business Package for Recruiting Administrator 1.51
    Business Package for Common Parts
    Business Package for Manager Self-Service (SAP ERP) 1.51
    Business Package for HR Administrator (SAP ERP) 1.51
    Business Package MSS Add-On 1.0
    TREX 7.1

    Is the system being used internally only or do you plan to expose it to the Internet? Based on my past experience I would focus on architecture design, security including vulnerability scanning, performance, interoperability (especially different browsers and browser versions) and usability (neither the BSP nor the WDA UI is that user friendly). Of course if the system is used only internally, the involved effort is smaller.

  • Oracle Meter Data Management Integration with SAP ISU

    Hello Everyone,
    I am aware of the fact that Oracle has released a Media pack for the subject integration as discussed here and that media pack works only for SAP ERP 6.0 EHP 5 with ISU_AMI_2.
    We have got OU MDM Release 2.1 Media Pack v4 and SAP ERP 6.0 EHP 4 with ISU_AMI_1 and hence Adapter in MDM won't help to achieve integration with SAP as our SAP EHP is lower than what is required for the MDM adapter. We have got SAP PI which would help the SAP End in the integration.
    What are the possible work-around(s) to achieve the integration between Oracle MDM and SAP ISU without using the Media Pack/Adapter?
    How does MDM exposes its services (inbound/outbound) to be consumed/triggered by External systems (i.e. SAP ISU)?
    List of Services (inbound/outbound) exposed by Oracle MDM for integration?
    Your time and help is much appreciated.
    Regards,
    Adil Khalil

    Did you find the document Oracle Utilities Customer Care and Billing - Meter Data Management Integration Implementation Guide?
    I searched on eDelivery and Oracle Support, but cannot find the document.

  • How can SMART METER Technology be integrated with SAP ISU system?

    At present the SMART METER technology is integrated with SAP ISU through a third party vendor. The idocs are sent to a third party and the readings are downloaded and sent back in idoc segments.
    How can the integration be done without the third party intervention.

    HI
    SAP XI   needs to be  used for 3rd party  intervention to  send and recive idocs..
    or there are some thrid party  softwareslike MDUS ,meter data utilisation  system.which  wil be again a interface between  sap and ami system
    so basically  its like  sap syst--sap xi3rd patry 4 ami  comapnyami system
    kr
    raj

  • BOXI 3.0 integration with SAP Portal

    Hi All,
    May I know how to integrate BOXI 3.0 reports with SAP portal 7.0/7.1?
    Best Regards,
    Ritesh

    Hi,
    Please find a thread to understand BOXI integration with SAP portal.
    Configure BO with SAP Portal
    BO integration kit for SAP is available at
    https://boc.sdn.sap.com/node/18962
    Best Regards,
    Ritesh

  • MM Configuration for integration with SAP SNC

    Hi,
    I need to make MM configuration required to support PO collaboration and SMI process integrating with SAP SNC.
    ANy kind of information would be very much helpdull
    Thanks
    Vikas

    Hi Vikas,
    MM configuration for PO collaboration is depend upon the your requirements. e.g. You want to upload the confirmations send by the supplier from SNC web UI to your R/3 system you have to use confirmation control key while creating PO in R/3 and make corresponding supplier confirmation control either optional or mandatory in SNC configuration. Default provided by SAP is optional.
    Remember supplier can create confirmations only if ther either optional or mandatory.
    Regards
    Pravin

  • SAP E - Recruitment Integration with SAP PA ES Module

    Hi all,
    I have SAP Recruitment Application to be integrated with SAP PA_ES Module (SAP HR) through XI..
    Now I have 2 questions;-
    1.Does SAP recommends both the above mentioned applications on same SAP BOX ie the system will have both the application with the different clients  on SAP system or a sort of addon...If yes , how the integration can made?
    2.What is recommended/Suggested scenario for integration i.e. which adapters shall be used for this configuration??
    it would be really very helpful if someone could throw some light on this
    Regards,
    AshwinM

    Aswin
    Why dont you check the following thread for more info
    E-Recruitment
    regards
    krishna

  • Issues in BO integration with SAP EP

    Hi All,
    integration of SAP EP 7 and BOexi3.1.
    My requirement is to show the BO WEBI reports in portal. My scenario is like directly connecting to BO from EP using SSO with out connecting to BI.
    For Bo,Only data is comming from BI , Roles and  user creation are saperately is done in BO only. Is it possible to connect do sso between SAP EP and BO with out connecting to BI.
    BO is not using any Active Directory., users and roles  are created in its own database and Portal users are stored in ume data base. how to achive sso between SAP EP and BO.
    Thanks
    Rajeev

    Hi,
    Go through the below link which gives great details on the BOXI integration with SAP EP.
    http://wiki.sdn.sap.com/wiki/display/BOBJ/IntegrationofBOEXI3.1intotheSAPEnterprisePortal+7.x
    You should be able to get the SSO details also here.
    Regards,
    Noor.

  • Melita Predictive Dialer Integration with SAP CRM WebIC

    Hello All,
    Does any one have any information about "Melita Predictive Dialer" integration with SAP CRM Web IC.
    Please let me know.
    Thanks
    Amar Reddy

    Hello Amar,
    I am only aware of a few customers who have integrated predictive dialing into the Interaction Center, and those customers all used Genesys or Avaya. I'm not aware of anyone who has done this with Melita yet.
    By the way, I wrote a high-level Blog on the topic of automated dialing available on PBX:
    Link:Does Automated Outbound Dialing Fit in Your CRM / Call Center Strategy?
    Warm regards,
    John

  • Sms integration with sap b1

    HI to all,
        can it possible if sms integration with sap business one. means if i create a/r invoice if i add the document automaticlly send sms to the customer  in that sms following matter to be send
    invoice number,posting date,due date,invoice amount.can it possible .if yes then what is requirement for that.pls reply i will waiting for your reply...
    Regards,
    vishal.

    hi
    1.Create  class library in Visual Studio 2005 C# Express Edition create assembley  SQLCore
    Write code:
    using System;
    using System.IO;
    using System.Text;
    using System.Net;
    namespace SQLCore
        public static class SMS
            public static void PlusSend(string Sender, string Recipient, string Message)
                string Destination = "http://www.text.plusgsm.pl/sms/sendsms.php";
                string Data = "?tprefix=" + Recipient.Substring(0, 3) + "&numer=" + Recipient + "&odkogo=" + Sender + "&termin=0&tekst=" + Message + "&godz=00&min=00";
                SMS.PostStringToURI(Destination, Data);
            private static void PostStringToURI(string URI, string String)
                byte[] Bytes = Encoding.UTF8.GetBytes(String);
                HttpWebRequest Request = (HttpWebRequest)WebRequest.Create(URI);
                Request.Method = "POST";
                Request.ContentLength = Bytes.Length;
                Request.ContentType = "application/x-www-form-urlencoded";
                Stream RequestStream = Request.GetRequestStream();
                RequestStream.Write(Bytes, 0, Bytes.Length);
                HttpWebResponse Response = (HttpWebResponse)Request.GetResponse();
                if (Response.StatusCode != HttpStatusCode.OK)
                    string Message = String.Format(
                    "POST failed. Response staus {0}.",
                    Response.StatusCode);
                    throw new ApplicationException(Message);
    for your localization you have to find your own sms gateway.
    2.Compile project .
    3.Copy dll to C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn
    4. Set SETTRUSTWORTHY on true using
    ALTER DATABASE databasename SETTRUSTWORTHYON;
    go;
    [more info about SETTRUSTWORTHY|http://msdn2.microsoft.com/en-us/library/ms187861.aspx ]
    5.Create Assembly for your dll.
    CREATE ASSEMBLY SQLCore
    FROM 'C:\Program Files\Microsoft SQLServer\MSSQL.1\MSSQL\Binn\SQLCore.dll'
    WITH PERMISSION_SET = EXTERNAL_ACCESS
    6. Create Procedure
    CREATE PROCEDURE dbo.[PlusSend](@Sender nvarchar(max), @Recipient nvarchar(max), Message nvarchar(max))
    AS EXTERNAL NAME SQLCore.[SQLCore.SMS].PlusSend
    go;
    7 .Fially execute using
    EXECUTE dbo.[PlusSend]('SENDER'','PHONE NUMBER','Message')
    Insert it in transaction notification.
    Hope it helps.

Maybe you are looking for