Responsibilities in fi implementation

Hello everybody I have worked on support side trying to move in implementation.intrested in area of AP AR and GL
can i have a little idea as to what roles and responsibilities should i expect.If customer vendor and gl master data and transactional data is being migrated from legacy system through lsmw and other tools. As bulk of the job will be accomplished through this process than what will be left for us to do .please explain the whole process.
Thanks for your time
points for the answer
sandhya
[email protected]

hi
Role of a mySAP Functional Consultant
What are the differences between a functional and business consultant?
The difference between Functional consultant and Business consultant are as follows:
1) A funcitonal consultant is able to configure the system unlike business consultant.
2) Functional consultant know more about business process unlike Business consultant.
3) A business consultant will bring business process knowledge and provide it to functional consultant who in turn used this knowledge to configure the system. 
4) Functional consultant has more configuration knolwledge then Business consultant.        
The responsibilities of a support consultant are:
- Primarily responsible for Handling tickets and application support to the endusers
- When an issue comes diagnose, analyse and solve the issue
- Responsible for any enhancements
- Writing functional specs and interacting with Abapers to develop any user exits 
- Training the end users and preparing end user training material                          
For those who wished to know the role of a functional consultant.  Below is one view:
A functional consultant evaluates the demands in talking with the customer's representatives, transforms the essence into an abstract and algorithmic business model. Hence, he identifies the use cases and transforms them into logical and technical views. 
Then the main task starts: customizing the respective business area and making sure the system reacts in the manner according to the constraints of the requested use case. 
The consultant documents the settings and prepares proper guidelines that allow other consultants to do further changes or repairs with due efforts. 
The consultant takes care that proper training is given to the users and that the system is usable, performing appropriately and the business flow is complete and correct. 
During go live he assists the technical staff by testing the behaviour of the system. 
After go live he guarantees that the procedures remain usable and consistent in real live situation and proposes enhancements. 
The main duty of a consultant is to transfer external know-how to the client. It is not manpower that counts but intelligence, understanding of processes, a feeling for defects and general a common sense. 
Role of a Functional Consultant in an End To End Implementation
When you talk about the role of a Functional consultant in an end to end implementation, I think it won't be possible for me or anybody to define everything but I will try to summarize it:
1. Functional consultant is expected to generate knowledge about the current business process, design current business flows, study current business processes and its complication, in all we can say getting through with current business setup. Flow diagrams and DFD are prepared, most of the time in Vision format, all this forms the part of AS IS document.
2. Everything configured has to be documented as per their categories in the form of predefined templates, these have to be then approved by the team leads or who ever the consultant is reporting to.
3. Mapping and GAP analysis is done for each module, I have seen people defining integration after mapping, gap analysis and configuration is done, but as per my experience in implementation, it is a simultaneous process.
4. Before starting configuring  future business processes in SAP, the DFD/ERD are prepared, this documentation is called TO BE, which can be also siad as the result of mapping and gap analysis.
5. Sometimes Functional consultants are also expected to prepare test scripts for testing the configured scenarios.
6. End user manual and user training is also expected from F.Consultants.
The project normally starts off  with a Kick off meeting in which the team size, team members, reporting system, responsibilities, duties, methodlogy, dates and schedules, working hours which have been predicided are formally defined.
ASAP, it won't be possible for me to explain it here, but all I can tell you about it is that it is SAP standard implementation methodology, which SAP prescribes but is not mandatory for any company to follow, such as IBM follow some blue Methodlogy, some companies follow typical SDLC steps, ASAP stands for Accerlated SAP, you can find all the steps on SAP site, through google, reading it from there won't give you a great knowledge about ASAP but will obviously get you to know the definitions of various term. 
Role of SAP Consultant In Testing
Testing : the core team members along with endusers will test whether the postings done in SAP is resulting as per the requirements of the organisation.  They will test whether the output documents such as purchase order, invoice document are printed in the required format and showing the correct data.
Unit testing is refer to the module which are going to implement. SD, MM, FICO etc. there will be test script based on that testing will be performed. 
Integration testing will be cross the modules. MM-SD-FICO for example.  Integration testing is also called SIT ( System integration testing)
Testing mathologies and types: there are 6 types of testings:
  1. Unit Testing
  2. System Testing
  3. System Integration security Testing
  4. Performance Testing
  5. User Acceptance testing
  6. Regression Testing
Unit testing is done in bit and pieces. Like e.g. in SD standard order cycle; we do have 1-create order, then 2-delivery, then 3-transfer order, then 4-PGI and then 5-Invoice.  So we will be testing 1,2,3,4 and 5 seperately alone one by one using test cases and test data. We will not be looking and checking/testing any integration between order and delivery; delivery and TO; TO and PGI and then invoice.
Whrereas System testing you will be testing the full cycle with it's integration, and you will be testing using test cases which give a full cyclic test from order to invoice.
Security testing you will be testing different roles and functionalities and will check and signoff.
Performance testing is refered to as how much time / second will take to perform some actions, like e.g. PGI.  If BPP defination says 5 seconds for PGI then it should be 5 and not 6 second.  Usually it is done using software.
Regression testing is reffered to a test which verfies that some new configuration doesnot adversly impact existing functionality.  This will be done on each phase of testing.
User Acceptance Testing:  Refers to Customer testing. The UAT will be performed through the execution of predefined business scenarios, which combine various business processes. The user test model is comprised of a sub-set of system integration test cases.
We use different software during testing. Most commonly use are
Test Director:  which is used to record requirement, preparing test plan and then recording the progress.  We will be incorporating defects that are coming during these testings using different test cases.
Mercury Load Runner:  is used for performance testing.  This is an automatic tool.
What does the following terms means :
- Technical Unit Testing
- Functional Unit Testing
- IntegrationTesting
- Volume Testing
- Parallel Testing?
Technical Unit Testing= Test of some technical development such as a user exit, custom program, or interface. the test usually consists of a test data set that is processed according to the new program.  A successful test only proves the developed code works and that it performed the process as as designed.
Functional Unit Testing= Test of configuration, system settings or a custom development (it may follow the technical unit testing) These usually use actual data or data that is masked but essentially the same as a real data set. A successful test shows that the development or configuration works as designed and the data is accurate as a result.
IntegrationTesting= Testing a process, development or configuration within the context of any other functions that the process, development or functionality will touch or integrate . The test should examine all data involved across all modules and any data indirectly affected. A successful test indicates that the processes work as designed and integrate with other functions without causing any problems in any integrated areas.
Volume Testing= testing a full data set that is either actual or masked to insure that the entire volume does cause system problems such as network transmission problems, system resources issues, or any systemic problem, A successful test indicates that the processes will not slow or crash the system due to a full data set being utilized.
Parallel Testing= Testing the new system or processes with a complete data set while running the same processes in the legacy system. A successful test will show identical results when both the legacy system and new system results are compared.
I would also note that when a new implementation is being done you will want to conduct at least one cut over test from the old system to the new and you should probably do several.
What kind of testings that are carried out in testing server?
1. Individual Testing ( Individually which we've created)
2. Regressive Testing ( Entire Process)
3. Integration Testing ( Along with other integrated modules)
The 3 types of testing is as follows:-
1. Unit testing (where an individual process relevant to a SD or MM etc is tested)
2. Integration testing (where a process is tested that cuts across all areas of SAP).
3. Stress testing (where lots of transactions are run to see if the system can handle the data)
nagesh

Similar Messages

  • Bw implementation phases

    Hi gurus,
      In a bw implementation project 5 phases are there.
    As a bw consultant in that five phases what is our responcibilities.
    points will be assigned.
    Thanku

    Hi Chinnu,
    Phase 1: Upgrade Project Preparation -
    The purpose of this phase is to provide initial planning and preparation for your R/3 upgrade project. Although each upgrade project has unique objectives, scope and priorities, the steps in Phase 1 help identify and plan the primary topics that must be considered.
    Phase 2: Business Blueprint -
    The purpose of this phase is to establish a common understanding in your company about how the new R/3 release will handle your current business processes after the R/3 upgrade.
    Phase 3: Realization of DEV and QAS -
    The purpose of this phase is to perform the upgrade of all non-production R/3 Systems, which normally include development (DEV) and quality assurance (QAS) systems, and to ensure the quality of this upgrade process by comprehensive testing. You need to upgrade your DEV and QAS systems before performing the upgrade for your production system (PRD). Furthermore, you will develop your end user documentation and training in this phase.
    Phase 4: Realization of Production -
    The purpose of this phase is to complete the final preparation for the upgrade of the production R/3 System, and end user training, if necessary. On the successful completion of this phase, you are ready to run your business in your upgraded production R/3 System.
    Phase 5: Go Live and Support -
    The purpose of this phase is the transition from your previous R/3 System to a newly upgraded and improved R/3 System. Be aware that you must set up an ongoing support organization to service your R/3 users, both during the first few days of your upgraded production operations, and on an ongoing basis.
    For Roles & Resposibilities:
    check these links:
    http://help.sap.com/bp_biv335/BI_EN/documentation/BW_ROLES_SKILLS.doc
    /people/mary.huang/blog/2005/06/01/bw-project-management-as-a-jigsaw-puzzle
    /people/marc.bernard/blog/2005/02/08/follow-me-into-the-world-of-business-intelligence
    /people/arunkumar.sampathkumar/blog/2006/09/08/configuring-ep-for-connecting-to-bw
    Also check:
    http://help.sap.com/bp_biv135/html/index.htm
    Go through these links:
    http://csc-studentweb.lrc.edu/swp/Berg/articles/Managing%20SAP%20BW%20projects%20part-1%20v7.ppt
    http://csc-studentweb.lrc.edu/swp/Berg/articles/Managing%20SAP%20BW%20projects%20part-2%20v15.ppt
    Standard business content queries, cubes etc. depending on application you can find here:
    http://help.sap.com/saphelp_nw04/helpdata/en/37/5fb13cd0500255e10000000a114084/frameset.htm
    Responsibilities of an implementation project...
    For ex, Lets say If its a fresh implementation of BI or for that matter you are implementing SAP...
    First and foremost will be your requirements gathering from the client. Depending upon the requirements you will creat a business blueprint of the project which is the entire process from the start to the end of an implementation...
    After the blue print phase sign off we start off with the realization phase where the actual development happens... In our example after installing the necessary softwares, patches for BI we need to discuss with the end users who are going to use the system for inputs like how they want a report to look like and what are the Key Performance Indicators(KPI) for the reports etc., basically its a question and answer session with the business users... After collecting those informations the development happens in the development servers...
    After the development comes to an end the same objects are tested in quality servers for any bugs, errors etc., When all the tests are done we move all the objects to the production environment and test it again whether everything works fine...
    The Go-Live of the project happens where the actually postings happen from the users and reports are generated based on those inputs which will be available as an analytical report for the management to take decisions...
    The responsibilites vary depending on the requirement... Initially the business analyst will interact with the end users/managers etc., then on the requirements the software consultants do the development, testers do the testing and finally the go-live happens...
    BW Data Architect
    Description
    The BW Data Architect is responsible for the overall data design of the BW project. This includes the design of the:
    » BW InfoCubes (Basic Cubes, Multi-cubes, Remote cubes, and Aggregates)
    » BW ODS Objects
    » BW Datamarts
    » Logical Models
    » BW Process Models
    » BW Enterprise Models
    The BW Data Architect plays a critical role in the BW project and is the link between the end user’s business requirements and the data architecture solution that will satisfy these requirements. All other activities in the BW project are contingent upon the data design being sound and flexible enough to satisfy evolving business requirements.
    Time Commitment
    – the time which must be committed to this Role to ensure the project requirements are met
    Project Complexity Time Commitment
    Low If the BW project utilizes standard BW content and InfoCubes, this role can be satisfied by the BW Application Consultant.
    Medium If the BW project requires enhancements to the standard BW content and InfoCubes and/or requires the integration of non-SAP data, this role may require a committed resource.
    High If the BW project requires significant modification and enhancement to standard BW content and InfoCubes, it is highly recommended that an experienced resource be committed full-time to the project.
    Key Attributes
    The BW Data Architect must have:
    » An understanding of the BW data architecture
    » An understanding of multidimensional modeling
    » An understanding of the differences between operational systems data modeling and data warehouse data modeling
    » An understanding of the end user’s data
    » An understanding of the integration points of the data (e.g., customer number, invoice number)
    » Excellent troubleshooting and analytical skills
    » Excellent communication skills
    » Technical competency in data modeling
    » Multi-language skills, if an international implementation
    » Working knowledge of the BW and R/3 application(s)
    » Experience with Data Modeling application software (i.e., ERWIN, Oracle Designer, S-Designer, etc.)
    Key Tasks
    The BW Data Architect is responsible for capturing the business requirements for the BW project. This effort includes:
    » Planning the business requirements gathering sessions and process
    » Coordinating all business requirements gathering efforts with the BW Project Manager
    » Facilitating the business requirements gathering sessions
    » Capturing the information and producing the deliverables from the business requirements gathering sessions
    » Understanding and documenting business definitions of data
    » Developing the data model
    » Ensuring integration of data from both SAP and non-SAP sources
    » Fielding questions concerning the data content, definition and structure
    This role should also address other critical data design issues such as:
    » Granularity of data and the potential for multiple levels of granularity
    » Use of degenerate dimensions
    » InfoCube partitioning
    » Need for aggregation at multiple levels
    » Need for storing derived BW data
    » Ensuring overall integrity of all BW Models
    » Providing Data Administration development standards for business requirements analysis and BW enterprise modeling
    » Provide strategic planning for data management
    » Impact analysis of data change requirements
    As stated above, the BW Data Architect is responsible for the overall data design of the BW project. This includes the design of the:
    » BW InfoCubes (Basic Cubes, Multi-cubes, Remote cubes, and Aggregates)
    » BW ODS Objects
    » BW Datamarts
    » Logical Models
    » BW Process Models
    » BW Enterprise Models
    BW Project Implementation and Rollout
    Global IDs uses a modified version of the ASAP methodology to ensure a robust BW environment is implemented, tested, and delivered. The project milestones include the following:
    Blueprinting
    Realization
    Roll Out
    Post-Implementation Support
    Organizational Change Management
    BW Maintenance
    Once the BW environment is implemented, tested, and delivered, we can perform the maintenance using both onsite and offsite resources. Our maintenance contracts ensure that the customer can depend on us for:
    Troubleshooting and Error Correction
    Creation of New Infocubes
    Customization of reports
    Archiving and Storage
    Data Maintenance
    Focus
    Also Check the below Links:
    Check this link for GAP Analysis:
    Hope this helps
    Regards,
    Ravikanth

  • BPC Team memnbers - Composition and Roles and Responsibilities

    Hello
    We are a large global consumer products company embarking on our BPC 7.5 (NW version)  implementation (Big Bang) - Planning and Consolidation implementation worldwide. Are there any guidelines or "best" practices for how the team should be built ..??
    What is the balance between Business and IT members and what would be the roles and responsibilities of each member??
    We realize that this is different in each case (and also quite different from a typical SAP ERP implementation) hence we are very anxious / eager to find out the experiences out in the market of folks who've done this before and would also like to get a list of "watch-outs" or points to consider before / during and after the implementation is over to engage the right resources to sustain the implementation. Our Primary quest right now is to get a good idea of the roles and responsibilites of the implementation team for BP&C..
    thanks
    Ram

    Hello
    We are a large global consumer products company embarking on our BPC 7.5 (NW version)  implementation (Big Bang) - Planning and Consolidation implementation worldwide. Are there any guidelines or "best" practices for how the team should be built ..??
    What is the balance between Business and IT members and what would be the roles and responsibilities of each member??
    We realize that this is different in each case (and also quite different from a typical SAP ERP implementation) hence we are very anxious / eager to find out the experiences out in the market of folks who've done this before and would also like to get a list of "watch-outs" or points to consider before / during and after the implementation is over to engage the right resources to sustain the implementation. Our Primary quest right now is to get a good idea of the roles and responsibilites of the implementation team for BP&C..
    thanks
    Ram

  • Roles in implementation

    hi,
    tell what exactly people do in implementation project.please explain roles clearly.
    thanks&regards
    anil kumar

    Hi,
    check these links:
    http://help.sap.com/bp_biv335/BI_EN/documentation/BW_ROLES_SKILLS.doc
    /people/mary.huang/blog/2005/06/01/bw-project-management-as-a-jigsaw-puzzle
    /people/marc.bernard/blog/2005/02/08/follow-me-into-the-world-of-business-intelligence
    /people/arunkumar.sampathkumar/blog/2006/09/08/configuring-ep-for-connecting-to-bw
    Also check:
    http://help.sap.com/bp_biv135/html/index.htm
    Go through these links:
    http://csc-studentweb.lrc.edu/swp/Berg/articles/Managing%20SAP%20BW%20projects%20part-1%20v7.ppt
    http://csc-studentweb.lrc.edu/swp/Berg/articles/Managing%20SAP%20BW%20projects%20part-2%20v15.ppt
    Standard business content queries, cubes etc. depending on application you can find here:
    http://help.sap.com/saphelp_nw04/helpdata/en/37/5fb13cd0500255e10000000a114084/frameset.htm
    Responsibilities of an implementation project...
    For ex, Lets say If its a fresh implementation of BI or for that matter you are implementing SAP...
    First and foremost will be your requirements gathering from the client. Depending upon the requirements you will creat a business blueprint of the project which is the entire process from the start to the end of an implementation...
    After the blue print phase sign off we start off with the realization phase where the actual development happens... In our example after installing the necessary softwares, patches for BI we need to discuss with the end users who are going to use the system for inputs like how they want a report to look like and what are the Key Performance Indicators(KPI) for the reports etc., basically its a question and answer session with the business users... After collecting those informations the development happens in the development servers...
    After the development comes to an end the same objects are tested in quality servers for any bugs, errors etc., When all the tests are done we move all the objects to the production environment and test it again whether everything works fine...
    The Go-Live of the project happens where the actually postings happen from the users and reports are generated based on those inputs which will be available as an analytical report for the management to take decisions...
    The responsibilites vary depending on the requirement... Initially the business analyst will interact with the end users/managers etc., then on the requirements the software consultants do the development, testers do the testing and finally the go-live happens...
    BW Data Architect
    Description
    The BW Data Architect is responsible for the overall data design of the BW project. This includes the design of the:
    » BW InfoCubes (Basic Cubes, Multi-cubes, Remote cubes, and Aggregates)
    » BW ODS Objects
    » BW Datamarts
    » Logical Models
    » BW Process Models
    » BW Enterprise Models
    The BW Data Architect plays a critical role in the BW project and is the link between the end user’s business requirements and the data architecture solution that will satisfy these requirements. All other activities in the BW project are contingent upon the data design being sound and flexible enough to satisfy evolving business requirements.
    Time Commitment
    – the time which must be committed to this Role to ensure the project requirements are met
    Project Complexity Time Commitment
    Low If the BW project utilizes standard BW content and InfoCubes, this role can be satisfied by the BW Application Consultant.
    Medium If the BW project requires enhancements to the standard BW content and InfoCubes and/or requires the integration of non-SAP data, this role may require a committed resource.
    High If the BW project requires significant modification and enhancement to standard BW content and InfoCubes, it is highly recommended that an experienced resource be committed full-time to the project.
    Key Attributes
    The BW Data Architect must have:
    » An understanding of the BW data architecture
    » An understanding of multidimensional modeling
    » An understanding of the differences between operational systems data modeling and data warehouse data modeling
    » An understanding of the end user’s data
    » An understanding of the integration points of the data (e.g., customer number, invoice number)
    » Excellent troubleshooting and analytical skills
    » Excellent communication skills
    » Technical competency in data modeling
    » Multi-language skills, if an international implementation
    » Working knowledge of the BW and R/3 application(s)
    » Experience with Data Modeling application software (i.e., ERWIN, Oracle Designer, S-Designer, etc.)
    Key Tasks
    The BW Data Architect is responsible for capturing the business requirements for the BW project. This effort includes:
    » Planning the business requirements gathering sessions and process
    » Coordinating all business requirements gathering efforts with the BW Project Manager
    » Facilitating the business requirements gathering sessions
    » Capturing the information and producing the deliverables from the business requirements gathering sessions
    » Understanding and documenting business definitions of data
    » Developing the data model
    » Ensuring integration of data from both SAP and non-SAP sources
    » Fielding questions concerning the data content, definition and structure
    This role should also address other critical data design issues such as:
    » Granularity of data and the potential for multiple levels of granularity
    » Use of degenerate dimensions
    » InfoCube partitioning
    » Need for aggregation at multiple levels
    » Need for storing derived BW data
    » Ensuring overall integrity of all BW Models
    » Providing Data Administration development standards for business requirements analysis and BW enterprise modeling
    » Provide strategic planning for data management
    » Impact analysis of data change requirements
    As stated above, the BW Data Architect is responsible for the overall data design of the BW project. This includes the design of the:
    » BW InfoCubes (Basic Cubes, Multi-cubes, Remote cubes, and Aggregates)
    » BW ODS Objects
    » BW Datamarts
    » Logical Models
    » BW Process Models
    » BW Enterprise Models
    BW Project Implementation and Rollout
    Global IDs uses a modified version of the ASAP methodology to ensure a robust BW environment is implemented, tested, and delivered. The project milestones include the following:
    Blueprinting
    Realization
    Roll Out
    Post-Implementation Support
    Organizational Change Management
    BW Maintenance
    Once the BW environment is implemented, tested, and delivered, we can perform the maintenance using both onsite and offsite resources. Our maintenance contracts ensure that the customer can depend on us for:
    Troubleshooting and Error Correction
    Creation of New Infocubes
    Customization of reports
    Archiving and Storage
    Data Maintenance
    Focus
    Also Check the below Links:
    Hope this helps
    ****Assign Points If Helpful****
    Regards,
    Ravikanth

  • What are the responsibilities of Functional consultant in Upgradation?

    hai friends
    What are the responsibilities of Functional consultant in an Upgradation Project
    Are the responsibilites similar to implementation project.if no  How does it differ.
    Thanks
    regards
    Krishna

    Krishna,
    Responsibities for the functional consultant will be differ based on the upgrade which is Technical upgrade and Functional upgrade.
    Resp for Technical upgrade: If its a technical upgared your roll will be limited and your involvement will required only for testing ( unit test and Integration testing) . So most of the effort is required only for BASIS consultant.
    Resp for Functional upgrade: If there is any add in with your business process (any new functionalites and enhancements) you need to involve for functional design for the new process additionally with the testing.
    Cheers!!!
    NMK
    Please give the point for the useful reply.

  • Role of Developer in Implementation

    Hi,
    Can anyone tell me what does the role of a developer in Implementation project.
    Thanks

    Hi Pratibha,
    Please find the below things what a developer needs to do:
    Phase 1: Upgrade Project Preparation -
    The purpose of this phase is to provide initial planning and preparation for your R/3 upgrade project. Although each upgrade project has unique objectives, scope and priorities, the steps in Phase 1 help identify and plan the primary topics that must be considered.
    Phase 2: Business Blueprint -
    The purpose of this phase is to establish a common understanding in your company about how the new R/3 release will handle your current business processes after the R/3 upgrade.
    Phase 3: Realization of DEV and QAS -
    The purpose of this phase is to perform the upgrade of all non-production R/3 Systems, which normally include development (DEV) and quality assurance (QAS) systems, and to ensure the quality of this upgrade process by comprehensive testing. You need to upgrade your DEV and QAS systems before performing the upgrade for your production system (PRD). Furthermore, you will develop your end user documentation and training in this phase.
    Phase 4: Realization of Production -
    The purpose of this phase is to complete the final preparation for the upgrade of the production R/3 System, and end user training, if necessary. On the successful completion of this phase, you are ready to run your business in your upgraded production R/3 System.
    Phase 5: Go Live and Support -
    The purpose of this phase is the transition from your previous R/3 System to a newly upgraded and improved R/3 System. Be aware that you must set up an ongoing support organization to service your R/3 users, both during the first few days of your upgraded production operations, and on an ongoing basis.
    For Roles & Resposibilities:
    check these links:
    http://help.sap.com/bp_biv335/BI_EN/documentation/BW_ROLES_SKILLS.doc
    /people/mary.huang/blog/2005/06/01/bw-project-management-as-a-jigsaw-puzzle
    /people/marc.bernard/blog/2005/02/08/follow-me-into-the-world-of-business-intelligence
    /people/arunkumar.sampathkumar/blog/2006/09/08/configuring-ep-for-connecting-to-bw
    Also check:
    http://help.sap.com/bp_biv135/html/index.htm
    Go through these links:
    http://csc-studentweb.lrc.edu/swp/Berg/articles/Managing%20SAP%20BW%20projects%20part-1%20v7.ppt
    http://csc-studentweb.lrc.edu/swp/Berg/articles/Managing%20SAP%20BW%20projects%20part-2%20v15.ppt
    Standard business content queries, cubes etc. depending on application you can find here:
    http://help.sap.com/saphelp_nw04/helpdata/en/37/5fb13cd0500255e10000000a114084/frameset.htm
    Responsibilities of an implementation project...
    For ex, Lets say If its a fresh implementation of BI or for that matter you are implementing SAP...
    First and foremost will be your requirements gathering from the client. Depending upon the requirements you will creat a business blueprint of the project which is the entire process from the start to the end of an implementation...
    After the blue print phase sign off we start off with the realization phase where the actual development happens... In our example after installing the necessary softwares, patches for BI we need to discuss with the end users who are going to use the system for inputs like how they want a report to look like and what are the Key Performance Indicators(KPI) for the reports etc., basically its a question and answer session with the business users... After collecting those informations the development happens in the development servers...
    After the development comes to an end the same objects are tested in quality servers for any bugs, errors etc., When all the tests are done we move all the objects to the production environment and test it again whether everything works fine...
    The Go-Live of the project happens where the actually postings happen from the users and reports are generated based on those inputs which will be available as an analytical report for the management to take decisions...
    The responsibilites vary depending on the requirement... Initially the business analyst will interact with the end users/managers etc., then on the requirements the software consultants do the development, testers do the testing and finally the go-live happens...
    BW Data Architect
    Description
    The BW Data Architect is responsible for the overall data design of the BW project. This includes the design of the:
    » BW InfoCubes (Basic Cubes, Multi-cubes, Remote cubes, and Aggregates)
    » BW ODS Objects
    » BW Datamarts
    » Logical Models
    » BW Process Models
    » BW Enterprise Models
    The BW Data Architect plays a critical role in the BW project and is the link between the end user’s business requirements and the data architecture solution that will satisfy these requirements. All other activities in the BW project are contingent upon the data design being sound and flexible enough to satisfy evolving business requirements.
    Time Commitment
    – the time which must be committed to this Role to ensure the project requirements are met
    Project Complexity Time Commitment
    Low If the BW project utilizes standard BW content and InfoCubes, this role can be satisfied by the BW Application Consultant.
    Medium If the BW project requires enhancements to the standard BW content and InfoCubes and/or requires the integration of non-SAP data, this role may require a committed resource.
    High If the BW project requires significant modification and enhancement to standard BW content and InfoCubes, it is highly recommended that an experienced resource be committed full-time to the project.
    Key Attributes
    The BW Data Architect must have:
    » An understanding of the BW data architecture
    » An understanding of multidimensional modeling
    » An understanding of the differences between operational systems data modeling and data warehouse data modeling
    » An understanding of the end user’s data
    » An understanding of the integration points of the data (e.g., customer number, invoice number)
    » Excellent troubleshooting and analytical skills
    » Excellent communication skills
    » Technical competency in data modeling
    » Multi-language skills, if an international implementation
    » Working knowledge of the BW and R/3 application(s)
    » Experience with Data Modeling application software (i.e., ERWIN, Oracle Designer, S-Designer, etc.)
    Key Tasks
    The BW Data Architect is responsible for capturing the business requirements for the BW project. This effort includes:
    » Planning the business requirements gathering sessions and process
    » Coordinating all business requirements gathering efforts with the BW Project Manager
    » Facilitating the business requirements gathering sessions
    » Capturing the information and producing the deliverables from the business requirements gathering sessions
    » Understanding and documenting business definitions of data
    » Developing the data model
    » Ensuring integration of data from both SAP and non-SAP sources
    » Fielding questions concerning the data content, definition and structure
    This role should also address other critical data design issues such as:
    » Granularity of data and the potential for multiple levels of granularity
    » Use of degenerate dimensions
    » InfoCube partitioning
    » Need for aggregation at multiple levels
    » Need for storing derived BW data
    » Ensuring overall integrity of all BW Models
    » Providing Data Administration development standards for business requirements analysis and BW enterprise modeling
    » Provide strategic planning for data management
    » Impact analysis of data change requirements
    As stated above, the BW Data Architect is responsible for the overall data design of the BW project. This includes the design of the:
    » BW InfoCubes (Basic Cubes, Multi-cubes, Remote cubes, and Aggregates)
    » BW ODS Objects
    » BW Datamarts
    » Logical Models
    » BW Process Models
    » BW Enterprise Models
    BW Project Implementation and Rollout
    Global IDs uses a modified version of the ASAP methodology to ensure a robust BW environment is implemented, tested, and delivered. The project milestones include the following:
    Blueprinting
    Realization
    Roll Out
    Post-Implementation Support
    Organizational Change Management
    BW Maintenance
    Once the BW environment is implemented, tested, and delivered, we can perform the maintenance using both onsite and offsite resources. Our maintenance contracts ensure that the customer can depend on us for:
    Troubleshooting and Error Correction
    Creation of New Infocubes
    Customization of reports
    Archiving and Storage
    Data Maintenance
    Focus
    Also Check the below Links:
    Check this link for GAP Analysis:
    Hope this helps u...
    Regards,
    KK.

  • Methodology - Implementation os BI ..

    What is the methodology we should follow before the fresh implementation of BI in SAP ???
    What are the role & responsibilities when you are in implementation and while in support also  ????

    Responsibilities of an implementation project... For ex, Lets say If its a fresh implementation of BI or for that matter you are
    implementing SAP...
    First and foremost will be your requirements gathering from the client. Depending upon the requirements you will creat a business
    blueprint of the project which is the entire process from the start to the end of an implementation...
    After the blue print phase sign off we start off with the realization phase where the actual development happens... In our example after installing the necessary softwares, patches for BI we need to discuss with the end users who are going to use the system for inputs like how they want a report to look like and what are the Key Performance Indicators(KPI) for the reports etc., basically its a question and answer session with the business users... After collecting those informations the development happens in the development servers...
    After the development comes to an end the same objects are tested in quality servers for any bugs, errors etc., When all the tests are done we move all the objects to the production environment and test it again whether everything works fine...
    The Go-Live of the project happens where the actually postings happen from the users and reports are generated based on those inputs which will be available as an analytical report for the management to take decisions...
    The responsibilites vary depending on the requirement... Initially the business analyst will interact with the end users/managers etc., then on the requirements the software consultants do the development, testers do the testing and finally the go-live happens...
    What are the objects that we peform in a production Support project?
    In production Suport Generally most of the project they will work on monitoring area for their loads(R3/ NON SAP to Data Taggets (BW)) and depending up the project to project it varies because some of them using the PC's and Some of them using Event Chains. So its Depends up on the Project to project varies.
    What are the different transactions that we use frequently in Production support project? Plz explain them in detial.. Generally In
    Production Support Project , we will use the check the loads by using RSMO for Monitoring the loads and we will rectify the errors in that by using step by step analysis.
    The consultant is required to have access to the following transactions in R3.
    1. ST22
    2. SM37
    3. SM58
    4. SM51
    5. RSA7
    6. SM13
    Authorizations for the following transactions are required in BW
    1. RSA1
    2. SM37
    3. ST22
    4. ST04
    5. SE38
    6. SE37
    7. SM12
    8. RSKC
    9. SM51
    10. RSRV
    The Process Chain Maintenance (transaction RSPC) is used to define,change and view process chains.
    Upload Monitor (transaction RSMO or RSRQ (if the request is known)
    The Workload Monitor (transaction ST03) shows important overall keyperformance indicators (KPIs) for the system performance
    The OS Monitor (transaction ST06) gives you an overview on the current CPU, memory, I/O and network load on an application server instance.
    The database monitor (transaction ST04) checks important performance indicators in the database, such as database size, database buffer quality and database indices.
    The SQL trace (transaction ST05) records all activities on the database and enables you to check long runtimes on a DB table or
    several similar accesses to the same data.
    The ABAP runtime analysis (transaction SE30)
    The Cache Monitor (accessible with transaction RSRCACHE or from RSRT) shows among other things the cache size and the currently cached queries. The Export/Import Shared buffer determines the cache size; it should be at least 40MB.

  • LabVIEW Software Programmer and Project Lead in Overland Park, KS

    JET Engineering Inc. is a System Integrator for test measurement and control. Corporate office located in Cedar Rapids, IA with branches in KS, MO, NE.  Looking to expand into the Overland Park, KS area. ISO 9001:2008 certified.
    Job Summary: 
    Customer on-site LabVIEW programmer on various projects.  Responsible for assembling project requirements, accepting assigned responsibilities, working with other JET team members, and maintaining schedule to ensure timely completion of project.  Must manage project scope, cost, schedule, and risk to achieve project objectives.   Effectively coordinate and manage activities with other JET and customer team members.  Track and communicate status of projects.
    Job Responsibilities: 
    Designing and implementing LabVIEW solutions for customers with guidance from JET LabVIEW Architects
    Understanding of National Instruments (NI) hardware capabilities integrate them into customer solutions
    Troubleshooting hardware, wiring, and interfaces
    Planning and Executing comprehensive software validation tests
    Understanding and/or discovering how software, hardware and customer systems interact
    Receiving and following general instructions on routine work, detailed instructions on new projects or assignments; work will be reviewed for soundness of judgment and overall adequacy and accuracy.
    Building productive working relationships internally and externally.
    Frequent internal company and external status reporting.
    Developing solutions to a variety of problems of moderate scope and complexity. 
    Referring to policies and practices for guidance.
    Working on problems of moderate scope where an analysis of situations or data requires a review of a variety of factors.
    Exercising judgment within defined procedures and practices to determine appropriate action.
    Contributing to the completion of organizational projects and goals.
    Frequent use of general / technical knowledge and industry/functional practices, techniques, and standards.
    General application of sound engineering process concepts and principles.
    Developing professional expertise.
    Job Skills: 
    Certified LabVIEW Developer level programing skills
    Working knowledge of most NI hardware platforms
    Prefer experience with NI TestStand
    Prefer experience with NI VeriStand
    Prefer experience with LabVIEW classes and object oriented programming
    Job Attributes:
    Analysis – understands elementary problem- solving techniques. 
    Cooperation – understands the value of cooperating with co-workers.
    Coordinating – understands how to disseminate internal information.
    Innovation – recognizes the benefits of change and experimentation.
    Judgment –base decisions on factual information and sound logic.
    Relationships –compassionate and empathetic when dealing with the problems of others.
    Minimum Requirements:
    Bachelor’s degree in appropriate discipline, or in the absence of a bachelor’s degree, six years of related experience, or NI CLD certification with demonstrated project experience.
    Compensations:
    Depends on Experience Level

        Bill,
    We are able to offer you the help you need on
    this.  I work for a LabVIEW/test-system consulting group based here out
    of Salt Lake City...not too far if a quick trip is needed.  Among the
    six of us, four of us are former NI employees and we count with a lot of LabVIEW experience and regularly do
    contract work, local and remote.  This sounds interesting and right up
    our alley as far as experience goes.  I'd refer you to our website for
    further info about different projects that we've done for many
    clients.  www.mooregoodideas.com.
    If this seems workable for
    you, feel free to shoot me a note at [email protected]  I'd be
    curious to know more about what you're after and how we can help you
    out. 
    Thanks,
    Jim

  • LabVIEW Engineer Direct Hire 75k

    LabVIEW Engineer, Full Time, FargoND
    Purpose
    Lead the development of automated test, data acquisition, and control systems using LabVIEW. Involves direct customer contact some travel.
    Requirements
    - BS in Science or Engineering.
    - 5+ years of experience developing automated test, measurement, data acquisition, and control systems
    - 5+ years LabVIEW and/or TestStand development experience
    - Experience with a variety of programmable instruments. Experience with National Instruments hardware a plus.
    - Experience writing system and software requirements specifications.
    - Effective learning, utilizing, and applying new technology.
    Helpful Skills
    - Excellent verbal and written communication skills
    - Strong hands-on hardware troubleshooting and software debugging skills
    - Custom hardware design skills a plus, including fixtures, analog and digital circuits, cable assemblies, enclosures, and turn-key systems
    - Experience creating documentation, UML, system diagrams, schematic diagrams, P&ID
    - Project leadership, project management, engineering group leadership experience a plus
    Responsibilities
    - Design, develop, implement, and document test, measurement, data acquisition, and control systems using LabVIEW and TestStand
    - Evaluate requirements specifications; Develop technical proposals
    - Supervise and provide technical mentoring to junior engineers
    - Devise, document, and oversee execution of test strategies
    If you are interested in learning more please contact Bill Ties 1-800-357-8403 or [email protected]

    Incorrect board.  Please move to: LabVIEW Job Openings

  • BW Development

    Hii All ,
    This is Madhavi S Bichakal. I got a job in SAP - BW. Since this is my first job, I am not that aware with BW Aspects ... Well i am learning it from the Books but one question I wanted to ask is that " *What is BW Development work" ...*    I always dreamed about my job as to be S/W Developer in Java or .NET and i knew how things will go in that.but since got a job in  SAP-BW  wanted to know what is BW Development and what are things that are done in BW development. how things go in BW development.. ?
    If  any body could guide me .. i will be grateful  forever.
    Awaiting Your Reply ,
    Thanks & Regards ,
    Madhavi S Bichakal

    Hi Madhavi,
    Please find the below things what a developer needs to do:
    Phase 1: Upgrade Project Preparation -
    The purpose of this phase is to provide initial planning and preparation for your R/3 upgrade project. Although each upgrade project has unique objectives, scope and priorities, the steps in Phase 1 help identify and plan the primary topics that must be considered.
    Phase 2: Business Blueprint -
    The purpose of this phase is to establish a common understanding in your company about how the new R/3 release will handle your current business processes after the R/3 upgrade.
    Phase 3: Realization of DEV and QAS -
    The purpose of this phase is to perform the upgrade of all non-production R/3 Systems, which normally include development (DEV) and quality assurance (QAS) systems, and to ensure the quality of this upgrade process by comprehensive testing. You need to upgrade your DEV and QAS systems before performing the upgrade for your production system (PRD). Furthermore, you will develop your end user documentation and training in this phase.
    Phase 4: Realization of Production -
    The purpose of this phase is to complete the final preparation for the upgrade of the production R/3 System, and end user training, if necessary. On the successful completion of this phase, you are ready to run your business in your upgraded production R/3 System.
    Phase 5: Go Live and Support -
    The purpose of this phase is the transition from your previous R/3 System to a newly upgraded and improved R/3 System. Be aware that you must set up an ongoing support organization to service your R/3 users, both during the first few days of your upgraded production operations, and on an ongoing basis.
    For Roles & Resposibilities:
    check these links:
    http://help.sap.com/bp_biv335/BI_EN/documentation/BW_ROLES_SKILLS.doc
    /people/mary.huang/blog/2005/06/01/bw-project-management-as-a-jigsaw-puzzle
    /people/marc.bernard/blog/2005/02/08/follow-me-into-the-world-of-business-intelligence
    /people/arunkumar.sampathkumar/blog/2006/09/08/configuring-ep-for-connecting-to-bw
    Also check:
    http://help.sap.com/bp_biv135/html/index.htm
    Go through these links:
    http://csc-studentweb.lrc.edu/swp/Berg/articles/Managing%20SAP%20BW%20projects%20part-1%20v7.ppt
    http://csc-studentweb.lrc.edu/swp/Berg/articles/Managing%20SAP%20BW%20projects%20part-2%20v15.ppt
    Standard business content queries, cubes etc. depending on application you can find here:
    http://help.sap.com/saphelp_nw04/helpdata/en/37/5fb13cd0500255e10000000a114084/frameset.htm
    Responsibilities of an implementation project...
    For ex, Lets say If its a fresh implementation of BI or for that matter you are implementing SAP...
    First and foremost will be your requirements gathering from the client. Depending upon the requirements you will creat a business blueprint of the project which is the entire process from the start to the end of an implementation...
    After the blue print phase sign off we start off with the realization phase where the actual development happens... In our example after installing the necessary softwares, patches for BI we need to discuss with the end users who are going to use the system for inputs like how they want a report to look like and what are the Key Performance Indicators(KPI) for the reports etc., basically its a question and answer session with the business users... After collecting those informations the development happens in the development servers...
    After the development comes to an end the same objects are tested in quality servers for any bugs, errors etc., When all the tests are done we move all the objects to the production environment and test it again whether everything works fine...
    The Go-Live of the project happens where the actually postings happen from the users and reports are generated based on those inputs which will be available as an analytical report for the management to take decisions...
    The responsibilites vary depending on the requirement... Initially the business analyst will interact with the end users/managers etc., then on the requirements the software consultants do the development, testers do the testing and finally the go-live happens...
    BW Data Architect
    Description
    The BW Data Architect is responsible for the overall data design of the BW project. This includes the design of the:
    » BW InfoCubes (Basic Cubes, Multi-cubes, Remote cubes, and Aggregates)
    » BW ODS Objects
    » BW Datamarts
    » Logical Models
    » BW Process Models
    » BW Enterprise Models
    The BW Data Architect plays a critical role in the BW project and is the link between the end user’s business requirements and the data architecture solution that will satisfy these requirements. All other activities in the BW project are contingent upon the data design being sound and flexible enough to satisfy evolving business requirements.
    Time Commitment
    – the time which must be committed to this Role to ensure the project requirements are met
    Project Complexity Time Commitment
    Low If the BW project utilizes standard BW content and InfoCubes, this role can be satisfied by the BW Application Consultant.
    Medium If the BW project requires enhancements to the standard BW content and InfoCubes and/or requires the integration of non-SAP data, this role may require a committed resource.
    High If the BW project requires significant modification and enhancement to standard BW content and InfoCubes, it is highly recommended that an experienced resource be committed full-time to the project.
    Key Attributes
    The BW Data Architect must have:
    » An understanding of the BW data architecture
    » An understanding of multidimensional modeling
    » An understanding of the differences between operational systems data modeling and data warehouse data modeling
    » An understanding of the end user’s data
    » An understanding of the integration points of the data (e.g., customer number, invoice number)
    » Excellent troubleshooting and analytical skills
    » Excellent communication skills
    » Technical competency in data modeling
    » Multi-language skills, if an international implementation
    » Working knowledge of the BW and R/3 application(s)
    » Experience with Data Modeling application software (i.e., ERWIN, Oracle Designer, S-Designer, etc.)
    Key Tasks
    The BW Data Architect is responsible for capturing the business requirements for the BW project. This effort includes:
    » Planning the business requirements gathering sessions and process
    » Coordinating all business requirements gathering efforts with the BW Project Manager
    » Facilitating the business requirements gathering sessions
    » Capturing the information and producing the deliverables from the business requirements gathering sessions
    » Understanding and documenting business definitions of data
    » Developing the data model
    » Ensuring integration of data from both SAP and non-SAP sources
    » Fielding questions concerning the data content, definition and structure
    This role should also address other critical data design issues such as:
    » Granularity of data and the potential for multiple levels of granularity
    » Use of degenerate dimensions
    » InfoCube partitioning
    » Need for aggregation at multiple levels
    » Need for storing derived BW data
    » Ensuring overall integrity of all BW Models
    » Providing Data Administration development standards for business requirements analysis and BW enterprise modeling
    » Provide strategic planning for data management
    » Impact analysis of data change requirements
    As stated above, the BW Data Architect is responsible for the overall data design of the BW project. This includes the design of the:
    » BW InfoCubes (Basic Cubes, Multi-cubes, Remote cubes, and Aggregates)
    » BW ODS Objects
    » BW Datamarts
    » Logical Models
    » BW Process Models
    » BW Enterprise Models
    BW Project Implementation and Rollout
    Global IDs uses a modified version of the ASAP methodology to ensure a robust BW environment is implemented, tested, and delivered. The project milestones include the following:
    Blueprinting
    Realization
    Roll Out
    Post-Implementation Support
    Organizational Change Management
    BW Maintenance
    Once the BW environment is implemented, tested, and delivered, we can perform the maintenance using both onsite and offsite resources. Our maintenance contracts ensure that the customer can depend on us for:
    Troubleshooting and Error Correction
    Creation of New Infocubes
    Customization of reports
    Archiving and Storage
    Data Maintenance
    Focus
    Also Check the below Links:
    Check this link for GAP Analysis:
    Hope this helps u...
    Regards,
    KK.

  • Developmentclass

    what is the def of development class and how to create it what is the use of it?

    Hi
    In Development Server we are doing all develpment activities
    Please find the below things what a developer needs to do:
    Phase 1: Upgrade Project Preparation -
    The purpose of this phase is to provide initial planning and preparation for your R/3 upgrade project. Although each upgrade project has unique objectives, scope and priorities, the steps in Phase 1 help identify and plan the primary topics that must be considered.
    Phase 2: Business Blueprint -
    The purpose of this phase is to establish a common understanding in your company about how the new R/3 release will handle your current business processes after the R/3 upgrade.
    Phase 3: Realization of DEV and QAS -
    The purpose of this phase is to perform the upgrade of all non-production R/3 Systems, which normally include development (DEV) and quality assurance (QAS) systems, and to ensure the quality of this upgrade process by comprehensive testing. You need to upgrade your DEV and QAS systems before performing the upgrade for your production system (PRD). Furthermore, you will develop your end user documentation and training in this phase.
    Phase 4: Realization of Production -
    The purpose of this phase is to complete the final preparation for the upgrade of the production R/3 System, and end user training, if necessary. On the successful completion of this phase, you are ready to run your business in your upgraded production R/3 System.
    Phase 5: Go Live and Support -
    The purpose of this phase is the transition from your previous R/3 System to a newly upgraded and improved R/3 System. Be aware that you must set up an ongoing support organization to service your R/3 users, both during the first few days of your upgraded production operations, and on an ongoing basis.
    For Roles & Resposibilities:
    check these links:
    http://help.sap.com/bp_biv335/BI_EN/documentation/BW_ROLES_SKILLS.doc
    Also check:
    http://help.sap.com/bp_biv135/html/index.htm
    Go through these links:
    http://csc-studentweb.lrc.edu/swp/Berg/articles/Managing%20SAP%20BW%20projects%20part-1%20v7.ppt
    http://csc-studentweb.lrc.edu/swp/Berg/articles/Managing%20SAP%20BW%20projects%20part-2%20v15.ppt
    Standard business content queries, cubes etc. depending on application you can find here:
    http://help.sap.com/saphelp_nw04/helpdata/en/37/5fb13cd0500255e10000000a114084/frameset.htm
    Responsibilities of an implementation project...
    For ex, Lets say If its a fresh implementation of BI or for that matter you are implementing SAP...
    First and foremost will be your requirements gathering from the client. Depending upon the requirements you will creat a business blueprint of the project which is the entire process from the start to the end of an implementation...
    After the blue print phase sign off we start off with the realization phase where the actual development happens... In our example after installing the necessary softwares, patches for BI we need to discuss with the end users who are going to use the system for inputs like how they want a report to look like and what are the Key Performance Indicators(KPI) for the reports etc., basically its a question and answer session with the business users... After collecting those informations the development happens in the development servers...
    After the development comes to an end the same objects are tested in quality servers for any bugs, errors etc., When all the tests are done we move all the objects to the production environment and test it again whether everything works fine...
    The Go-Live of the project happens where the actually postings happen from the users and reports are generated based on those inputs which will be available as an analytical report for the management to take decisions...
    The responsibilites vary depending on the requirement... Initially the business analyst will interact with the end users/managers etc., then on the requirements the software consultants do the development, testers do the testing and finally the go-live happens...
    BW Data Architect
    Description
    The BW Data Architect is responsible for the overall data design of the BW project. This includes the design of the:
    » BW InfoCubes (Basic Cubes, Multi-cubes, Remote cubes, and Aggregates)
    » BW ODS Objects
    » BW Datamarts
    » Logical Models
    » BW Process Models
    » BW Enterprise Models
    The BW Data Architect plays a critical role in the BW project and is the link between the end user’s business requirements and the data architecture solution that will satisfy these requirements. All other activities in the BW project are contingent upon the data design being sound and flexible enough to satisfy evolving business requirements.
    Time Commitment
    – the time which must be committed to this Role to ensure the project requirements are met
    Project Complexity Time Commitment
    Low If the BW project utilizes standard BW content and InfoCubes, this role can be satisfied by the BW Application Consultant.
    Medium If the BW project requires enhancements to the standard BW content and InfoCubes and/or requires the integration of non-SAP data, this role may require a committed resource.
    High If the BW project requires significant modification and enhancement to standard BW content and InfoCubes, it is highly recommended that an experienced resource be committed full-time to the project.
    Key Attributes
    The BW Data Architect must have:
    » An understanding of the BW data architecture
    » An understanding of multidimensional modeling
    » An understanding of the differences between operational systems data modeling and data warehouse data modeling
    » An understanding of the end user’s data
    » An understanding of the integration points of the data (e.g., customer number, invoice number)
    » Excellent troubleshooting and analytical skills
    » Excellent communication skills
    » Technical competency in data modeling
    » Multi-language skills, if an international implementation
    » Working knowledge of the BW and R/3 application(s)
    » Experience with Data Modeling application software (i.e., ERWIN, Oracle Designer, S-Designer, etc.)
    Key Tasks
    The BW Data Architect is responsible for capturing the business requirements for the BW project. This effort includes:
    » Planning the business requirements gathering sessions and process
    » Coordinating all business requirements gathering efforts with the BW Project Manager
    » Facilitating the business requirements gathering sessions
    » Capturing the information and producing the deliverables from the business requirements gathering sessions
    » Understanding and documenting business definitions of data
    » Developing the data model
    » Ensuring integration of data from both SAP and non-SAP sources
    » Fielding questions concerning the data content, definition and structure
    This role should also address other critical data design issues such as:
    » Granularity of data and the potential for multiple levels of granularity
    » Use of degenerate dimensions
    » InfoCube partitioning
    » Need for aggregation at multiple levels
    » Need for storing derived BW data
    » Ensuring overall integrity of all BW Models
    » Providing Data Administration development standards for business requirements analysis and BW enterprise modeling
    » Provide strategic planning for data management
    » Impact analysis of data change requirements
    As stated above, the BW Data Architect is responsible for the overall data design of the BW project. This includes the design of the:
    » BW InfoCubes (Basic Cubes, Multi-cubes, Remote cubes, and Aggregates)
    » BW ODS Objects
    » BW Datamarts
    » Logical Models
    » BW Process Models
    » BW Enterprise Models
    BW Project Implementation and Rollout
    Global IDs uses a modified version of the ASAP methodology to ensure a robust BW environment is implemented, tested, and delivered. The project milestones include the following:
    Blueprinting
    Realization
    Roll Out
    Post-Implementation Support
    Organizational Change Management
    BW Maintenance
    Once the BW environment is implemented, tested, and delivered, we can perform the maintenance using both onsite and offsite resources. Our maintenance contracts ensure that the customer can depend on us for:
    Troubleshooting and Error Correction
    Creation of New Infocubes
    Customization of reports
    Archiving and Storage
    Data Maintenance
    Focus
    Also Check the below Links:
    Check this link for GAP Analysis:
    Thanks and Regards
    Rajesh

  • Need algorithm and driver programmer in Seattle for NASA ATE

    The Aegis Group is looking for a high quality, responsible, experienced LabView programmer to create test algorithms and device drivers for an automated test platform. The system will identify faults on fourteen different boards to the component level and certify boards for return to service in a NASA tracking and data relay system. The position is full time, either contract or staff. This project will last for about a year.
    Experience:
    Expert in Visual Studio/Visual C++.NET
    Design to and verification of requirements
    At least 2 years programming with LabView, TestStand and/or Measurement Studio is desirable
    Knowledge of VME/VXI drivers is desirable
    Knowledge of serial RF data transmission and encoding formats is desirable
    Bachelor of Science is preferred
    Qualities:
    Highly organized
    Able to self teach quickly
    Good interpersonal skills
    Analytical problem solving skills
    Responsibilities:
    Design and implement the interface for a custom, VXI based PCB
    Design and implement, with the system engineer, test algorithms for a set of sophisticated RF data modems
    Work with the development team to generate a software system architecture document
    Play a major role in system integration and verification
    Participate in design reviews
    Document all driver and algorithm operation and compliance to requirements
    Please send you resume in confidence to:
    [email protected]
    EOE, salary dependent on experience

    public class Main
         public static void main(String[] args)
         int[] arr1 = new int[10];
         int[] arr2 = new int[100];
         int[] arr3 = new int[1000];
         int[] arr4 = new int[10000];
         long t1 = System.currentTimeMillis();
         for(int i=1;i<=1000000; ++i)
              public int testAlgorithm()
                   RandomIntegers array1 = new RandomIntegers(arr1);
                   RandomIntegers array2 = new RandomIntegers(arr2);
                   RandomIntegers array3 = new RandomIntegers(arr3);
                   RandomIntegers array4 = new RandomIntegers(arr4);
              long t2 = System.currentTimeMillis();
         long difference = t1-t2;
         System.out.println("The amount of time before the loop is: "+t1);
         System.out.println("The amount of time after the loop is: "+t2);
         System.out.println("The time difference between the two times " +
                                "before and after the loop is: "+difference);
    }This is what I have for main() so far. I know that there are still some syntax errors. But I have the main concepts. I need to work on my RandomIntegers class. I would like to know if I am understanding it right.
    import java.util.*;
    public class RandomIntegers
         private int[] num;
         RandomIntegers(int[] num)
         public int max()
         public int fill(int[] num)
              public int nextInt(int n)
    }How do I go about getting the values of 0 - 1000000 in nextInt? And also how about max, how do I go about getting the max value?

  • Regarding BW business analyst

    Hi friends,
    I want to know what are the functions or resposibilities of BW Business Analyst ..? if you have any documentation please mail it to me @ [email protected].....and i want to know what is the differrence between BW functional and BW business analyst....?
    plz urgent....

    Hi Kittu,
    check these links:
    http://help.sap.com/bp_biv335/BI_EN/documentation/BW_ROLES_SKILLS.doc
    /people/mary.huang/blog/2005/06/01/bw-project-management-as-a-jigsaw-puzzle
    /people/marc.bernard/blog/2005/02/08/follow-me-into-the-world-of-business-intelligence
    /people/arunkumar.sampathkumar/blog/2006/09/08/configuring-ep-for-connecting-to-bw
    Also check:
    http://help.sap.com/bp_biv135/html/index.htm
    Go through these links:
    http://csc-studentweb.lrc.edu/swp/Berg/articles/Managing%20SAP%20BW%20projects%20part-1%20v7.ppt
    http://csc-studentweb.lrc.edu/swp/Berg/articles/Managing%20SAP%20BW%20projects%20part-2%20v15.ppt
    Standard business content queries, cubes etc. depending on application you can find here:
    http://help.sap.com/saphelp_nw04/helpdata/en/37/5fb13cd0500255e10000000a114084/frameset.htm
    Responsibilities of an implementation project...
    For ex, Lets say If its a fresh implementation of BI or for that matter you are implementing SAP...
    First and foremost will be your requirements gathering from the client. Depending upon the requirements you will creat a business blueprint of the project which is the entire process from the start to the end of an implementation...
    After the blue print phase sign off we start off with the realization phase where the actual development happens... In our example after installing the necessary softwares, patches for BI we need to discuss with the end users who are going to use the system for inputs like how they want a report to look like and what are the Key Performance Indicators(KPI) for the reports etc., basically its a question and answer session with the business users... After collecting those informations the development happens in the development servers...
    After the development comes to an end the same objects are tested in quality servers for any bugs, errors etc., When all the tests are done we move all the objects to the production environment and test it again whether everything works fine...
    The Go-Live of the project happens where the actually postings happen from the users and reports are generated based on those inputs which will be available as an analytical report for the management to take decisions...
    The responsibilites vary depending on the requirement... Initially the business analyst will interact with the end users/managers etc., then on the requirements the software consultants do the development, testers do the testing and finally the go-live happens...
    BW Data Architect
    Description
    The BW Data Architect is responsible for the overall data design of the BW project. This includes the design of the:
    » BW InfoCubes (Basic Cubes, Multi-cubes, Remote cubes, and Aggregates)
    » BW ODS Objects
    » BW Datamarts
    » Logical Models
    » BW Process Models
    » BW Enterprise Models
    The BW Data Architect plays a critical role in the BW project and is the link between the end user’s business requirements and the data architecture solution that will satisfy these requirements. All other activities in the BW project are contingent upon the data design being sound and flexible enough to satisfy evolving business requirements.
    Time Commitment
    – the time which must be committed to this Role to ensure the project requirements are met
    Project Complexity Time Commitment
    Low If the BW project utilizes standard BW content and InfoCubes, this role can be satisfied by the BW Application Consultant.
    Medium If the BW project requires enhancements to the standard BW content and InfoCubes and/or requires the integration of non-SAP data, this role may require a committed resource.
    High If the BW project requires significant modification and enhancement to standard BW content and InfoCubes, it is highly recommended that an experienced resource be committed full-time to the project.
    Key Attributes
    The BW Data Architect must have:
    » An understanding of the BW data architecture
    » An understanding of multidimensional modeling
    » An understanding of the differences between operational systems data modeling and data warehouse data modeling
    » An understanding of the end user’s data
    » An understanding of the integration points of the data (e.g., customer number, invoice number)
    » Excellent troubleshooting and analytical skills
    » Excellent communication skills
    » Technical competency in data modeling
    » Multi-language skills, if an international implementation
    » Working knowledge of the BW and R/3 application(s)
    » Experience with Data Modeling application software (i.e., ERWIN, Oracle Designer, S-Designer, etc.)
    Key Tasks
    The BW Data Architect is responsible for capturing the business requirements for the BW project. This effort includes:
    » Planning the business requirements gathering sessions and process
    » Coordinating all business requirements gathering efforts with the BW Project Manager
    » Facilitating the business requirements gathering sessions
    » Capturing the information and producing the deliverables from the business requirements gathering sessions
    » Understanding and documenting business definitions of data
    » Developing the data model
    » Ensuring integration of data from both SAP and non-SAP sources
    » Fielding questions concerning the data content, definition and structure
    This role should also address other critical data design issues such as:
    » Granularity of data and the potential for multiple levels of granularity
    » Use of degenerate dimensions
    » InfoCube partitioning
    » Need for aggregation at multiple levels
    » Need for storing derived BW data
    » Ensuring overall integrity of all BW Models
    » Providing Data Administration development standards for business requirements analysis and BW enterprise modeling
    » Provide strategic planning for data management
    » Impact analysis of data change requirements
    As stated above, the BW Data Architect is responsible for the overall data design of the BW project. This includes the design of the:
    » BW InfoCubes (Basic Cubes, Multi-cubes, Remote cubes, and Aggregates)
    » BW ODS Objects
    » BW Datamarts
    » Logical Models
    » BW Process Models
    » BW Enterprise Models
    BW Project Implementation and Rollout
    Global IDs uses a modified version of the ASAP methodology to ensure a robust BW environment is implemented, tested, and delivered. The project milestones include the following:
    Blueprinting
    Realization
    Roll Out
    Post-Implementation Support
    Organizational Change Management
    BW Maintenance
    Once the BW environment is implemented, tested, and delivered, we can perform the maintenance using both onsite and offsite resources. Our maintenance contracts ensure that the customer can depend on us for:
    Troubleshooting and Error Correction
    Creation of New Infocubes
    Customization of reports
    Archiving and Storage
    Data Maintenance
    Focus
    Also Check the below Links:
    Hope this helps
    Regards,
    Ravikanth

  • Exciting Oracle Fusion Opportunity

    Dextrys' is currently looking for a Senior Developer to help one of our clients in the transportation industry. Our client is currently undergoing a large Oracle initiative and is looking to bring on a team of 5-10 developers with strong ADF and SOA experience.
    Requirements
    -Java\J2EE application development experience associated with Oracle SOA, ADF, and BPEL
    -Experience with Oracle ADF
    -Experience with Oracle SOA
    -Experience with Oracle Fusion
    -Strong Communication Skills
    Day-to-Day Responsibilities
    -Developing and implementing Oracle Applications
    -Working on the technical development for applications built to Oracle Fusion middleware framework
    -Developing, testing, fixing bugs, and implementing
    -Working closely in a large team environment
    Location
    -Green Bay, WI
    Project Length
    -6+ Months
    Our client is looking to bring this team on over the next 1-2 weeks so please contact me at 781-213-7168 or [email protected] if this sounds like something that you would be interested in hearing more about.

    In Asia it was ok and its ok. Must be that ash from the iceland volcano...
    regards

  • MechE/AeroE, PhD Preferred WPAFB (Dayton), OH

    US CITIZENSHIP REQUIRED
    Reply to: [email protected]
    Job Responsibilities:
    Develop and implement control-oriented model and a control theory
    Design and construct components, assembly jigs, test apparatus and force measurement instrumentation
    Develop test plans and conduct tests
    Develop control-orientated mathematical models of proposed designs and perform system identification tests
    Develop flight control designs 
    Work independently and on group projects in a professional office environment
    Short term travel to domestic and international sites 20% - 30% annually
    Follow CSIA-audited industry best practices to reduce client risk
    Follow DSA project execution methodologies to Plan, Implement, Educate and Support
    Personal Qualifications:
    Willing to contribute openly in a flexible work environment where behaviors are measured and results are rewarded
    Seek to grow professionally with an organization based on integrity and managed for growth
    Interest in dynamic environment offering diverse industry exposure, extreme project variety, broad responsibilities and technical challenges under tight deadlines/budgets
    Goal-oriented, hardworking, self-starting and confident, highly motivated and focused individual
    Proven ability to multi-task and follow-through
    US Citizenship Required
    Academic Qualifications:
    Advanced Engineering degree Mechanical/Aeronautical (PhD preferred)
    Software Qualifications:
    National Instruments LabVIEW proficiency
    Matlab/Simulink experience
    C/C++ experience
    networking and communication skills required
    Windows operating systems and Microsoft Office Professional
    Company Description:  
    Data Science Automation Inc. is a small, award-winning, fast-growth, technology consulting and systems engineering firm in Pittsburgh and Cleveland.  We provide our regional, national and international clients with enterprise automation solutions that span research, manufacturing, government and business operations.  We apply adaptive automation technology to acquire, analyze, present and manage data; to design, simulate, test and validate products; to monitor, predict, control and optimize processes; to invent, draft, prototype and build machines for maximum productivity, quality, profit and understanding.

    For contact information; salary range; see:
    LabVIEW Automation Engineer/Consultant/Architect
    http://www.dsautomation.com/index.php?/content/view/operations-training

Maybe you are looking for

  • Sending  mail using utl_smtp

    (Oracle 8.1.7) I'm using the following procedure to send an HTML formatted e-mail. It sends email but I'm seeing in Outlook html code instead of formatted mail. (It sends text like : a bit of text --a1b2c3d4e3f2g1 content-type: text/html; <html><head

  • PLSQL_TABLE Builtin

    I've just encountered this builtin in a program that is generated from Designer6i. I'm getting error messages. Where can I find documentation on this builtin? Can't find anything in PL/SQL docs or Forms docs. Help? Haakon null

  • Data Extraction from MS-BI to SAP-BI

    Hi All, We have a requirement for data extraction from MS-BI to SAP-BI. In MS-BI cube they have same fact table and dimension table. This fact table is linked with dimension key. I want to know how to extract the data from the MS-BI cube to SAP-BI. C

  • Subcontracting subsequent adjustment - MIGO

    Hi All - when posting a subcontracting subsequent adjustment for an over consumption in transaction MIGO a 543 movement type is posted.  When doing the similar posting for an under consumption the system uses a 546 movement.  During the check functio

  • Gross Total

    Hi, In Marketing documents i.e GRPO or APinvoice there is a filed called Gross price & Total Gross Price. What is the use of these fields? I was in the impression that unitprice and tax amount gives Gross price and Total + Tax amount gives Total Gros