ESS / MSS INTERVIEW QUESTIONS PLEASE  MOST IMPORTANT .

Dear Friends,
I need know the   more depth ESS/ MSS Interview Questions and Answers?
I appreciate your time.
Thanks,
Sammer.

/message/4753234#4753234 [original link is broken]

Similar Messages

  • Dataguard Interview questions and most frequeently asked DG issues

    Hi Gurus,
    I am new to this forum and happy to be a part of it.
    Can someone help me in posting " Dataguard Interview questions and most frequeently asked DG issues" as i am preparing for the interviews.
    And also share the enhancements to DG in 11g.
    Thanks in advance.

    I'm not impressed by any of the questions at any of the linked sites provided so here are the one's I would expect someone to be able to answer:
    1. What is the difference between Physical and Logical Data Guard in terms of how they work and how they are used in the enterprise?
    2. What is the difference between vanilla Data Guard and Active and Snapshot?
    3. How do you enable the Data Guard Broker process and why and when would you want to?
    4. Who is Larry Carpenter and why should you care?
    5. What parameters in using orapwd are critical for success?
    6. What would you recommend as a value for SEND_BUF_SIZE and why?
    7. Given a primary production database, and a full RMAN backup that takes 1 hour to fully restore ... how long would it take you to implement Physical Data Guard from the time you started working?
    If the answer to question 7 is greater than 2 hours ... my assumption would be that you probably had never done it before and it wouldn't matter that you got the first six questions correct.

  • Custom ESS/MSS iview question

    Hi all,
      The requirement is to create a custom ESS/MSS iview under one of the worksets in portal. For example I am creating a custom Beneifts iview under the Benefits workset.
    I have to get the user  personnel number to get the corresponding data in the WD application that i am creating. Where do i get this value from?
    My assumption: It is stored as a global variable in a different WD component and i have to reuse the component in my new application to get the corresponding variable
    I have tried my best to make the question clear. let me know if this needs to be more clear.
    Thanks in advance,
    Reddy

    Hi Reddy,
    There might be some portal events raised when a employee is selected. You should subscribe this event in your custom component and work on.
    I do not know if the following information useful for you.
    SAP note -- https://service.sap.com/sap/support/notes/1112733 -- with Portal Eventing code to subscribe:
    subscribe_to_event("urn:com.sap.mss.employeesearch",
    EVENT = "selection_changed".

  • Label Modifications in ESS/MSS DCs -- question about *.xlf files

    Hello,
    I have seen this question in other places and all the answers did not quite make sense and were sometimes conflicting.
    We have been trying to modify some text labels in an ESS/MSS web dynpro DC. We make the changes in the View properties, save metadata, reload, rebuild, and deploy. The changes are showing in design time, but not runtime. I have seen some postings from people saying to change the *.xlf file, but then I have also seen other documentation from SAP help saying not to change the *.xlf files (b/c they are generated at build time). Also, the generic *.xlf file appears to be changed at build time, but the language specific one (in our case en) is not, which I would guess is why the runtime changes are not showing up. What is the correct solution and process to make these changes appear? Is there an additional step for regenerating a language specific *.xlf?
    I also know that you can change these labels via content admin in EP7, but we want to change them at design time.
    Thanks in advance.

    Hello,
    I have seen this question in other places and all the answers did not quite make sense and were sometimes conflicting.
    We have been trying to modify some text labels in an ESS/MSS web dynpro DC. We make the changes in the View properties, save metadata, reload, rebuild, and deploy. The changes are showing in design time, but not runtime. I have seen some postings from people saying to change the *.xlf file, but then I have also seen other documentation from SAP help saying not to change the *.xlf files (b/c they are generated at build time). Also, the generic *.xlf file appears to be changed at build time, but the language specific one (in our case en) is not, which I would guess is why the runtime changes are not showing up. What is the correct solution and process to make these changes appear? Is there an additional step for regenerating a language specific *.xlf?
    I also know that you can change these labels via content admin in EP7, but we want to change them at design time.
    Thanks in advance.

  • SAP ESS/MSS CATS requirement Please Help

    Hi SAP Gurus,
    I am new to ESS/MSS , I have the following requirement from the client, please let me know how to start on this, appreciate if you could help me on how to start.
    map and configure CA-TS business content including roles to be presented to users via ESS/MSS for time recording againist projects.
    Points for help ful answers
    Jo

    Hi Jo,
    Try to checkout this post as we talk about CATS. We have some good links which can help you.
    ESS/MSS CATS
    Hope they help.
    Ray

  • Guys, My Last Interview Question :(  Please help me out

    ID,                Name
    101               Mr.
    Null               Neil
    Null               Adams
    102               Mrs.
    Null               Julie
    Null               Roberts
    Output should be:-
    ID,     Name
    101     Mr. Neil Adams
    102     Mrs. Julie Roberts
    Please how can i achieve this , this is my last interview question, How can i achieve this

    1bc329c2-6758-4d86-ae8a-58738d862b6f wrote:
    ID,                Name
    101               Mr.
    Null               Neil
    Null               Adams
    102               Mrs.
    Null               Julie
    Null               Roberts
    Output should be:-
    ID,     Name
    101     Mr. Neil Adams
    102     Mrs. Julie Roberts
    Please how can i achieve this , this is my last interview question, How can i achieve this
    You can't 'achieve' that. Rows in a table are like balls in a basket: there is NO first row.
    Ask yourself how you would SORT that data to make your query return the data in the order that you show. There is no way to do that. The row you show as 'Null  Neil' might get queried as any of the rows.

  • J2ME Interview Questions-Please share your ideas.It's Useful for everyone.

    Hi friends,
    Recently, I attended J2ME interview. I could answer the basic questions but for few questions, I was doubtful. I�ve listed the few tough questions. Please share your ideas for
    these questions. Hope it will be useful for everyone.
    Questions:
    Which mobile operating system did you use?
    What do you mean by porting of applications?
    If a MIDP application runs in an emulator then, is there guarantee that
    It will work fine in device also? If no, then what issues are to be taken care?
    What are the design issues to be taken care while developing Games
    Which should be portable across all the vendor phones?
    I�ve 1 MB png file in server but mobile supports 512 KB only So, how can
    You download/access the image?
    The mobile device has only 512 KB heap memory. An application needs 1 MB heap memory. How to make this application run without any problem?
    If there are 3 applications each of 512 KB heap memory then, how memory management is done?
    How to load the Image from Servlet to MIDlet?
    When Garbage Collection is invoked, is there any guarantee that memory
    Will be released?
    5 forms are present and 1 Image is there. I need to access the same image
    Over the 5 forms efficiently without creating the image using createImage, How?
    Wht is use of Tilde layer?
    Difference between Canvas & GameCanvas?
    When do you need to use more than one thread in J2ME?
    Is Threading internally implemented in the same way in Java & J2ME or is
    There any difference?
    Default value of Boolean variable in destroyApp() when it is invoked?
    Difference between notifyDestroyed() and destroyApp()?
    What are the ways to port applications to mobile?
    How to find Button Clicks in J2ME similar to EventListeners in AWT?
    Thanks,
    Ravi.

    Hi,
    1) With 11g recently becoming available, should we upgrade to 11g or upgrade to 10g ?You should upgrade to 10g, and apply the latest 10g patches.
    2) There is a white paper on Metaline (313418.1) that discusses using 10g with EBS. Is there anything similar for 11g ?11g is not available with the EBS. It has a different architecture and is not supported with EBS.
    3) Can anyone share with me how long the actual upgrade process takes (please specify if your timings are 10g or 11g) ? To upgrade you need to do a new install of Discoverer 10g and upgrade the EUL. Make sure you have a good backup of the EUL before starting. The Discoverer install is straightforward and the EUL upgrade only takes a minute. BUT although all the workbooks are upgraded they are changed in ways that you might not have expected. Parameters become optional, occasionally worksheets disappear, titles get corrupted, the SQL generated can different, may perform more slowly and may occasionally return different results. It is sorting out these issues and regression testing the workbooks that take the time.
    Rod West

  • GAP ANALYSIS URGENT INTERVIEW QUESTIONS PLEASE .

    Hi Everybody ,
    Tell me more about GAP analysis and business requirements ? why it is required ? why it is need and some really scenario .
    thanks - Sameer .

    Here is Some useful info given earlier on SDN Forum on GAP Analysis:
    Simply Gap Is Nothing But,
    Client Requirement Doesn’t Meet With The SAP Application,
    The Distance Between Actual And Existing/Supporting,
    E.g.: On Purchase Of Material-X, The Other Material Will Get 50% Discount, Which Sap Doesn’t Support,
    Commission Paid To The Agent Also , Not Supported In SAP,
    To Fill This Gap, We Use The Enhancements,
    These Enhancements Divided Into Exits,
    Like
    User exits,
    Field Exits
    Screen Exits &
    Menu Exits.
    These Enhancements Used To Update The Standard Program In Its Respective Business Transactions, Used As A Gateway To Meet The Client Requirements.
    Refer below
    In n simple terms: Gap means small cracks. In SAP world or in Information Technology world, gap analysis is the study of the differences between two different information systems or applications( ex; existing system or legacy system with Client and new is SAP), often for the purpose of determining how to get from one state to a new state. A gap is sometimes spoken of as "the space between where we are and where we want to be."
    Gap Analysis is undertaken as a means of bridging that space. Actual Gap Analysis is time consuming and it plays vital role in Business BlueprintAS IS Process stage.
    A through Gap Analysis will identify the gaps between how the business operates and its needs against what the package can can't do. For each gap there will be one of three outcomes, which must be recorded and auctioned,
    1. GAP must be closed and customized software can be developed
    2. GAP must be closed but software cannot be written therefore a workaround is required
    3. GAP does not need to be closed.
    A point worth mentioning here is that at time people confuse between user-exits and Gap Analysis. User exits are standard gate ways provided by SAP to exit the standard code and we can write our own code with the help of ABAP workbench, its not new functionality which we are trying to build in sap but its slight enhancement within the same code.
    Gap analysis is start point of Realization and once business Blueprint is finished we have to find the realization of sap system for client requirement and there will be certain gaps when compared to system fit. Those gaps can be closed either by re-engineering of business process to fit with SAP or we have to use USER exits in case of small deviations or complete enhancements with the help of ABAP to fit with the SAP system.
    The Gaps can differ from company to company. Most commonly, however, missing functionality is industry-specific.
    Examples:
    1. MGM Studios and Lycos sometime back worked with SAP to develop its new intellectual property management and media advertising management functionality, respectively.
    2. A leading Oral care product company wanted the promotion of free-goods where they wanted 'Buy one get 2 different products free'.
    gap analysis
    Gap analysis?
    Gap Analysis
    Regards
    Bala

  • Interview Questions, Please give currect Answers with suitable Examples

    1.     How to activate the master data. There are Two Methods Explain Them?
    2.     Types of DSO. And Differences between standard and write optimized DSO?
    3.     I want to delete the record in the DSO, tell me the procedure?
    4.     I want to delete the 3d request can u delete in ODS manage?
    5.     What is line item dimension? When we go for line item dimension?
    6.     What is cardinality?
    7.     How to create line item dimension?
    8.     What is InfoSet? Have you created?
    9.     What is Multiprovider? Have you created?
    10.     Can v create Multiprovider using one Multiprovider?
    11.     Have you done extraction?
    12.     Tel me the transaction for generic extraction?
    13.     Tel me about selection, hide, Inversion and field only known and uses?
    14.     What are the Update modes in R/3?
    15.     Statistical setup, init, and delta?
    16.     When we do v2 job run?
    17.     In three update modes which one we use for three update modes?
    18.     What is display attribute, and navigational attribute?
    19.     What is v1, v2, v3 updates.
    20.     Status of loading performance when doing with display attribute, and navigational attribute?
    21.     Scenario: I have sales man no and rev. I want another column as commission, how will we get?
    22.     Scenario: Restriction. Material & rev, I want to restrict the revenue based on material name. How will you do?
    23.     How can we control the packet size in R/3?
    24.     What is start routine? End routine? When we go for start routine & end routine?
    25.     Tell me the scenario on start routine, end routine?
    26.     What is attribute change run?

    Hi.
    Use SCN search.
    Like this: http://www.sdn.sap.com/irj/scn/advancedsearch?query=bwInterviewQuestions
    Regards.

  • Answer the following interview questions please

    1.     What is the diffrence between watchpoint and breakpoint?
    2.     How many watchpoints and breakpoints can be used in each program?
    3.     Types of watchpoints and breakpoints?
    4.     How do you transfer file from application server to SAP R/3 system?
    5.     What is commit and rollback?
    6.     Using BDC when uploading the data to database, what are all the fields that the table (BDCDATA) will display?

    Hi,
    <b>
    1. What is the diffrence between watchpoint and breakpoint?</b>
    Ans : break Point is static. it stop executing if the brakpoint is reached
       Watch point is dynamic . stops executing if variable have particular value.
    suppose u set watch for Sy-subrc = 8.
    it will stop executing whenever value of SY-subrc becomes 8.
    <b>2. How many watchpoints and breakpoints can be used in each program?</b>
    Not Sure but.
    32 break Pionts & 4+ Watch Points
    3. Types of watchpoints and breakpoints?
    <b>4. How do you transfer file from application server to SAP R/3 system?</b>
    Transaction
    Reading and Writing a text file from and to the application server
    CG3Y and CG3Z transaction
    Code
    Dataset
    <b>5. What is commit and rollback?</b>
    Commit & Roolback holds similar meaning to database management system
    6. Using BDC when uploading the data to database, what are all the fields that the table (BDCDATA) will display?
    <b>Reward Points & mark Helpful Answers</b>

  • Import ESS/MSS PACKAGE FOR MODIFICATION

    hi everybody,
    Anyone suggest me how TO download ESS/MSS applications from portaL AND import into NWDS AND MODIFY.
    Thanks.
    Devi

    Hi Devi,
    first you do this and follow jdi cookbook in note 872892
    JDI has been installed
    &#56256;&#56440; An “Admin User” which has access to all the JDI servers (DTR, CBS, CMS) has
    been created and has been assigned necessary privileges (See Administration
    manual in help portal for details).
    &#56256;&#56440; The System Landscape Directory (SLD) has the new content (of the Software Components
    delivered with this release).
    &#56256;&#56440;
    3.2 Step by step process
    3.2.1 Define a domain in CMS
    Create a domain in CMS, as described in the help portal document at the following location:
    http://help.sap.com/saphelp_nw04/helpdata/en/b9/086b4066d9bf49e10000000a1550b0/frames
    et.htm
    3.2.2 Create a new Track using the Landscape Configurator
    Thanks,
    gopal.

  • SD Questions Please Send The Answers

    Hai
                Here i have attached some SD Interview Questions .Please Send the Answers .
    Awaiting For Ur Replay - Please Mail Me [email protected], And [email protected]
    Thanks
    S.Siva
    1.     Five steps of implementation with full details.
    2.     What is ticket? Process flow ticket?
    3.     What is ticketing tool? What is SODA?
    4.     How to stop PGI?
    5.     Details about SLS.
    6.     Details about the Gap analysis. (What are the gaps you have faced?)
    7.     What is meant by landscape? (Landscape of your project for example)
    8.     In which scenario we go for different pricing procedure at orders and billing?
    9.     Cut over activity means what?
    10.     In real-time project, how many pricing procedures to be used?
    11.     What are the tools used to communicate with the client?
    12.     Any three major issues faced in the support project?
    13.     Difference between SD account key and FI account key?
    14.     How to post goods receipt from storage location to warehouse? What is the movement type?
    15.     Tcode for listing blocked documents?
    16.     What is the advantage of using the text as reference instead of duplicating it?
    17.     Have you ever applied BPR (Business Process Reengineering) in an implementation project?
    18.     To perform material configuration, which system one has to use in landscape?
    19.     What is the tcode for creating number range for a sales order type?
    20.     Difference between centralized credit mgmt and decentralized credit management.
    21.     Where do u configure in development server or application server or in testing server?
    22.     Details about clients.
    23.     What is an abap query? Why it is used?
    24.     What are the steps for end user training in sap SD module?
    25.     Difference between discount and rebate.
    26.     When is material determination got triggered?
    27.     A customer wants to buy two materials / one is 3rd party material (Item category: TAS) / another one is normal material (Item category: TAN). His requirement is he wants a single invoice for both items without splitting? How can we do this?
    28.     In consignment fill up, we deliver goods to customer site, is there any agreement with customer? If yes means, what type of agreement relating price?
    29.     Details about VAT configuration.
    30.     What is the use of pricing date in condition type?
    31.     In R/3, we represent a company’s structure by defining and assigning corporate structure elements. What is the purpose of doing that?
    32.     What are the different partner functions can a customer master record serve?
    33.     What is the difference between condition type EK01 and EK02?
    34.     What is retroactive billing? Who will create that?
    35.     In your functional role, how you gather technical specifications for your technical team members from your client?
    36.     Is it possible to change existing item categories?
    37.     For cash sale, how will availability check be done?
    38.     How is the access sequence controlled?
    39.     User specific parameter means what? How to create that one?
    40.     What is the difference between listing and exclusion?
    41.     Difference between customization and configuration.
    42.     How to customize rebate processing in sap sd?
    43.     LSMW important step is what?
    44.     What is the extract used in condition technique of pricing?
    45.     Can we create credit management separately for two different materials?
    46.     Work center means what?
    47.     If the client logon screen deleted while requirement is urgent, then what to do?
    48.     What is meant by time bond deliveries?
    49.     After implementing sap in production environment, while creating sales order, client wants to give discount for first 10 sales orders? How to do this?
    50.     What are the Three different kinds of messages? What is the difference between them?
    51.     Details about testing at sap sd.
    52.     What is the access sequence for header conditions?
    53.     Details about actual GI date and planned GI date .Can actual GI dt differ from planned GI dt?
    54.     Influencing factors for account determination for invoices.
    55.     Details about sap best practices.
    56.     To start a transaction, how many ways are there? And what are they?
    57.     Who will create transportation request?
    58.     In realization phase, what will be doing?
    59.     Is it possible to release change request without releasing task?
    60.     Details about lean warehouse management.
    61.     How to customize excise duty, insurance and cess condition type in pricing procedure?
    62.     How to stop PGI?
    63.     Data dictionary or repository means what?
    64.     How do you transfer request from development instance to production or quality instance?
    65.     What is the importance of release status in condition table?
    66.     Why does account group controls customer?
    67.     What are the deliverables in your blue print?
    68.     If you generate bill more than credit limit, then what will happen?
    69.     What is the value class used for material creation?
    70.     Why do we maintain sales office?
    71.     Is it possible to substitute one product for another? If so, how it can be achieved?
    72.     What is the difference between ATP check and availability check? How these reflect in sales order?( Which check system considers) what are the img steps for the same?
    73.     Explain process and steps involved in returns third party order processing.
    74.     What is the client specific data? Give 2 examples of client specific data.
    75.     What is the most critical field in delivery document?
    76.     What is the relation between sap sd and ABAP?
    77.     What is the functionality of negative posting in billing document?
    78.     In real time, when we start system in first, what screen we get and tell me the process how to log on screen? (IBM question)
    79.     How can you check in sap system, how, when and by whom, which fields in the customer master record were changed?
    80.     What is variant and its configuration?
    81.     After logging into R/3 system, if you want an end user to see a specific menu…. How could you do that?
    82.     Is it possible to automate output processing?
    83.     Which data is relevant for crediting credit and debit memos?
    84.     In system landscape, where the sandbox and golden box client exists?
    85.     What is the user exists? /how can we create user exists? What is the purpose of that?
    86.     Details about value sap.
    87.     Is there any difference between product selection and material determination?
    88.     How do you transfer request from development instance to production or development instance?
    89.What part of the company is responsible for the type of shipping, the necessary shipping materials and the means of transport?

    What is ticket? Process flow ticket
    Handling tickets is called Issue Tracking system. The errors or bugs forwarded by the end user to the support team are prioritized under three seviority High, Medium and Low. Each and every seviority as got its time limits before that we have to fix the error.
    The main job of the supporting consultant is to provide assistance on line to the customer or the organisation where SAP is already implemented for which the person should be very strong in the subject and the process which are implemented in SAP at the client side to understand,to analyse,to actuate and to give the right solution in right time.This is the job of the support consultant.
    The issues or the tickets(problems) which are arised is taken care of on priority basis by the support team consultants.
    The work process in support projects are given below for your reference.
    1. The customer or the end user logs a call through any tool or by mail (RADIX).
    2. Each one of the support team is a part of support group.
    3. Whenever a customer logs a call he /she has to mention to which work group (by name).
    4. Once the calls came to the work group the support consultant or the team need to send an IR (Initial Response) to the user depending upon the priority of the calls. (Top,High,Med,Low,None)
    5. Then the error is fixed, debugged by the support consultant or the team. Then after testing properly by generating TR(Transport Request through the basis admin)
    6. Then it is informed to the end user/customer/super user about the changes which have moved to the production server by CTS process.
    These are the process. In summary, what I understand is that if any configuration or customization is required to solve the issue, then the consultant have to work on DEV Client, then the end user will test it in the QA client and after approval the BASIS consultant has to transport it to the PRODUCTION client.
    An example:
    Tickets in SD can be considered as the problems which the end user or the employee in the company face while working on R/3. Tickets usually occur during the implementation or after theimplementation of the project. There can be numerous problem which can occur in the production support and a person who is working in the support has to resolve those tickets in the limited duration, every ticket has the particular deadline alert so your responsibility is to finish it before that deadline.
    To begin with , we should give "TICKET" to you for not knowing it.
    Here is an eg of a ticket raise:
    End user is not able to
    1. Create Sales order for a customer from a New plant , since shipping point determination is not happened . ( Without Shipping point the document becomes INCOMPLETE and he will not be able to proceed further like DELIVERY, BILLING).
    He raises a ticket and the priority is set in one of the below:
    1. Low 2. Medium 3. High.
    Now you need to solve this ticket. You would analyze the problem and identify that the SP configuration has to be done for the new plant.
    You would request a transport for DEV CLIENT to BASIS. You do the change and Request one more Transport to BASIS for QA client. The End user will test the same by creating a sales order for the new plant and approve it.
    Finally, you request a transport to move the changes to PRODUCTION. Once the change is deployed in production the TICKET is closed. What I have given is a small example. You would get some real issues with severity HIGH in your day-day support.
    Regards.

  • Interview questions Doubts

    Hi friends,
    I got some interview questions please any body answer this questions,thanks for advance.
    What is table partition?
    2. What are the options available in transfer rule and when ABAP code is recquired during the transfer rule what important variables you can use?
    3. How would you optimize the dimensions?
    4. What are the conversion routines for units and currencies in the update rule?
    5. Can you make an infoobject as info provider and why?
    6. What are the steps to unload non cumulative cubes?
    7. Give step to step approach to archiving cubex.
    8. What are the load process and post processing.
    9. What are the data target administration task
    10. What are the parallel process that could have locking problems
    11. How would you convert a info package group into a process chain?
    12. How do you transoform Open Hub Data?
    13. What are the data loading tuning one can do?
    thanks for advance,
    bye
    habeeb

    sb92075 wrote:
    PC wrote:
    hi,
    Plz clear some doubts.In 1 interview below questions were asked to me..I would not work for any company where RBO was still be used.
    V9 Oracle was last version to include RBO & V9 has been obsoleted this whole Century.So, I should resign from my employer of 17 years because we still have a couple of applications that use RBO, I can just hear the exit interview now :-)
    In case you are wondering, one of the applications that uses RBO is on 10.2.0.3, and the other is 9.2.0.8
    John

  • ESS/MSS Global Implimentation

    Hi Gurus,
         What do I need to consider, If we do Global ESS/MSS implimenation? Please advice.
    Regards
    Francis

    >
    Francis Smithe wrote:
    > Hi Gurus,
    >      What do I need to consider, If we do Global ESS/MSS implimenation? Please advice.
    >
    > Regards
    > Francis
    The number of countries you implement definitely impacts ESS fairly heavily.  Certain ESS applications are country specific, such as the personal data editing, so the more countries you have, the more involved your ESS implementation will be.  A simple example I just encountered at our client is for benefits enrollment in the US you can choose your smoker status (smoker, non-smoker).  The default canada screen from SAP did not have the same field available, although it was needed for the customers benefit election process so they had to customize the canada screen.  each process for each country would have to validated to your needs. 
    Than for MSS - everything is fairly global, one application from SAP.  However, the proceses on your side may not be truly global. 
    Say for intance you go-live with Time approval for vacation and sick days.  you may only have that live for US managers, and not for other countries.  Than you need to decide if you will explicity hide the time application from non-us managers.  and can you even hide, because what if you have non-us managers that may have US employees and non-us employees? 
    If you need to "separate" MSS functionality, based on what is live for certain countries, it will be custom development.  This same questioning should be applied to each MSS process you consider going live with. 
    e-recuriting
    HR Processes submissions and approvals (hires, pay change, org change, etc)
    perf management
    comp management
    talent management
    etc...

  • What is the roles of technical and functional consultants in ESS/MSS area?

    Gurus,
    What is the roles of technical consultants in ESS/MSS area?
    What is the roles of functional consultants in ESS/MSS area?
    Please help me see the differences.
    Thanks,

    Hi Thaman,
    Responsibility of functional consultant in ESS/MSS:- Functional configuration under SPRO > Employee self service and manager self service, then preparation of Functional specification design (FSD) if any deviation from standard SAP, Unit test plan preparation and all functionailty testing
    Responsibility of Technical consultant:- Preparation of Technical specification design document (TSD), activation of work flow and creation of workflow if additional is required. Creatio of form like vacancy requisition form, new position creation form etc.
    Also some kind of technical configuration is there in SPRO for workflow and form
    Regards,
    Purnima

Maybe you are looking for