What is methodology in sap

what is methodology in sap

Hi,
Welcome to SDN.
The ASAP Roadmap provides the methodology for implementing and continuously optimizing your SAP System. It divides the implementation process into five phases.
Phase 1: During this phase the team goes through initial planning and preparation for SAP project.
• Define project goals and objectives
• Clarify the scope of implementation
• Define project schedule, budget plan, and implementation sequence
• Establish the project organization and relevant committees and assign resources
Phase 2: Business Blueprint
The purpose of this phase is to achieve a common understanding of how the company intends to run SAP to support their business. Also, to refine the original project goals and objectives and revise the overall project schedule in this phase. The result is the Business Blueprint, a detailed documentation of the results gathered during requirements workshops.
Phase 3: Realization:
The purpose of this phase is to implement all the business process requirements based on the Business Blueprint. The system configuration methodology is provided in two work packages: Baseline (major scope); and Final configuration (remaining scope). Other key focal areas of this phase are conducting integration tests and drawing up end user documentation.
Phase 4: Final Preparation:
The purpose of this phase is to complete the final preparation (including testing, end user training, system management and cutover activities) to finalize your readiness to go live. The Final Preparation phase also serves to resolve all critical open issues. On successful completion of this phase, you are ready to run your business in your live SAP System.
Phase 5: Go Live & Support:
The purpose of this phase is to move from a project-oriented, pre-production environment to live production operation. The most important elements include setting up production support, monitoring system transactions, and optimizing overall system performance.
For any help on the ASAP methodology you can refer to the links.
http://help.sap.com/saphelp_47x200/helpdata/en/48/623972d55a11d2bbf700105a5e5b3c/content.htm
http://service.sap.com/asap
http://service.sap.com/roadmaps
http://www-rcf.usc.edu/~anthonyb/itp320/ASAP.ppt
http://www.tojet.net/e-book/SAPBook.pdf
http://www.uky.edu/IT/AdminApps/IRISTechPortal/Presentations/Presentations.htm
http://iris.tennessee.edu/sap_project.htm
Regards,
Ferry Lianto

Similar Messages

  • What exactly are the SAP Testing Methodologies?

    Hi,
    I am researching on the various testing methodologies in SAP and came across a couple of discussions such as this link:  
    testing methodologies in sap
    It mainly discusses:
    AcceleratedSAP (ASAP) methodology, and tools available for AcceleratedSAP such as Project Estimator, ASAP Implementation Roadmap and Project Plan, etc
    I do not see those as TESTING more so as approaches for implementation such as SDLC or the Accenture Development Life Cycle.
    1. Am I misunderstanding what they mean in the SAP environment as u201CSAP Testing Methodologiesu201C ?
    2. What does it mean when a job description indicates
         "Knowledge of software development and testing methodologies (S/W life cycle)"
       ii.  Also, what is "S/W life cycle"
    Thanks
    Edited by: AmandaBaah on Jan 15, 2010 4:53 PM

    Some useful links related to this topic
    http://www.sap-img.com/general/role-of-sap-consultant-in-testing.htm
    Check Page 4 in following link
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0b3c59d-7248-2c10-4694-f9eb30e94c38?quicklink=index&overridelayout=true
    --Project Estimator, ASAP Implementation Roadmap, Project Plan etc are for complete SAP project and NOT particular to Testing.
    http://help.sap.com/printdocu/core/print46c/en/data/pdf/SVASAPE/SVASAPE_01.pdf
    http://www.sap-basis-abap.com/sapgeneral/what-is-asap.htm
    http://www.slideshare.net/arun_bala1/asap-methodology
    http://www.sap-img.com/sap-catt.htm

  • What is AIO methodology in SAP Data Services

    Dear all,
    Anybody tell me about the AIO (All In One) methodology in SAP DS.
    Thank you
    by
    vinodh

    Hi vinodh seemakurthi
    The AIO method we use for data migration is something like ready made Jobs for MM, customer and vendor etc. AIO needs to be installed and configured on your machine before you use which basically installs all these jobs and setup databases in your repository where Jobs can be further tweaked  to meet your migration requirement. In general this saves lot of time in designing the entire Job for extraction, transformation and loading. These Jobs use IDOCs to load the data into SAP. However, there are limited objects supported by AIO.
    Regards,
    MS Ansari

  • METHODOLOGY of SAP Project

    Hi Friends,
    What is the "METHODOLOGY of SAP Project". What are those.
    Plz gimme a detailed reply.
    Thanks & Regards,
    Ram

    It would be helpful to go through the help document of ASAP Methodology.
    The following information may clarify some doubts/requirements you have.
    Generating the Project IMG through ASAP:
    After you have set the project scope, the next step is to generate the Project IMG. From the Business Process Master List (BPML), you can directly access the IMG activities relevant for configuring each process.
    BPML: The Business Process Master List, along with the Business Blueprint, is a key result of the second phase of the Roadmap. Microsoft Excel tables contain the SAP scenarios, process groups, and processes that have been set in scope in the SAP Reference Structure, and are crucial for configuring your SAP System. In Realization, the third phase of the Roadmap, the BPML provides the basis for monitoring and steering test activities and for configuring your SAP System. It contains the titles of the structure items, and displays the status, the owner, links to documentation and links to the SAP System. Amongst other things, the BPML allows you to:
    1) Set your baseline and final scope. These are used for baseline and final configuration.
    2) Access the Project IMG and specific IMG activities assigned to structure items.
    3) Access integration test plans, which help you carry out all required integration tests.
    The Prerequisite is you have set the project scope.
    Process Flow to use the Business Blueprint as a basis for configuring your SAP System:
    1) Set the project scope.
    2) Generate the Project IMG.
    3) Generate the BPML.
    4) From a specific processes in the BPML, you can go to the relevant IMG activities and make Customizing settings.
    rewards, if you are satisfied with the explaination...
    regards,
    Raman

  • Re: what is difference between sap locking and database locking

    hi,
        what is difference between sap locking and database locking. Iam locked the table mara by using lock objects.
    But iam unable to unlock the mara table. I give u the coding. Please check it.
    REPORT zlock .
    CALL FUNCTION 'ENQUEUE_EZTEST3'
    EXPORTING
       MODE_MARA            = 'S'
       MANDT                = SY-MANDT
       MATNR                = 'SOU-1'.
    call transaction 'MM02'.
    CALL FUNCTION 'DEQUEUE_EZTEST3'
         EXPORTING
              mode_mara = 'E'
              mandt     = sy-mandt
              matnr     = 'SOU-1'.
    IF sy-subrc = 0.
      WRITE: 'IT IS unlocked'.
    ENDIF.

    Hi Paluri
    Here is the difference between SAP locks and Database locks, i will try to find the solution to your code.
    Regards
    Ashish
    Database Locks: The database system automatically sets database locks when it receives change statements (INSERT, UPDATE, MODIFY, DELETE) from a program. Database locks are physical locks on the database entries affected by these statements. You can only set a lock for an existing database entry, since the lock mechanism uses a lock flag in the entry. These flags are automatically deleted in each database commit. This means that database locks can never be set for longer than a single database LUW; in other words, a single dialog step in an R/3 application program.
    Physical locks in the database system are therefore insufficient for the requirements of an R/3 transaction. Locks in the R/3 System must remain set for the duration of a whole SAP LUW, that is, over several dialog steps. They must also be capable of being handled by different work processes and even different application servers. Consequently, each lock must apply on all servers in that R/3 System.
    SAP Locks:
    To complement the SAP LUW concept, in which bundled database changes are made in a single database LUW, the R/3 System also contains a lock mechanism, fully independent of database locks, that allows you to set a lock that spans several dialog steps. These locks are known as SAP locks.
    The SAP lock concept is based on lock objects. Lock objects allow you to set an SAP lock for an entire application object. An application object consists of one or more entries in a database table, or entries from more than one database table that are linked using foreign key relationships.
    Before you can set an SAP lock in an ABAP program, you must first create a lock object in the ABAP Dictionary.

  • What is difference between SAP R3 And SAP IS Mills Product

    HI Friends
    What is difference between SAP R3 And SAP IS Mills Product
    What are the futures are availables in IS MIlls
    Regards

    Hi,
    SAP R/3 is the central enterprise version. It is not specifically designed for any inducstry sectors and it can cater many of the industry types.
    Is is developed for specific industries an for SMB's (small and medium business). It will have components specifically for the industry.
    The SAP Mill Products component adds sector-specific functionality to an ERP system to satisfy the complex requirements of mill industries (e.g. metal, wood, paper, textiles, construction materials, and cable sectors).
    These industry segments differ from others primarily in that the materials used have a large number of characteristics and variants. The materials in the segments listed above are also predominantly area-based (e.g. paper, textiles, plastic film) or length-based (e.g. cables, piping). Account must be taken of these material characteristics throughout the entire supply chain.
    To cater for the particularities of these industry segments, SAP Mill Products features processes and functions that cover the entire supply-chain cycle – from product design and configuration, through planning, order processing, capacity planning and production, to final delivery. Additional functions are available in costing and inventory management. SAP Mill Products are also integrated into Quality Management, Financial Accounting, and Controlling.
    Prase

  • What is the new sap note for Ptax slabs of FY 2011-12.

    Dear Experts,
                       we are currently using  ECC  6.0, release 604, patch level 0035 and support package SAPKE60435. professional tax slabs not updated in table V_T7INP4.
    what is the new sap note for Ptax slabs of FY 2011-12.

    Hi,
    The Profession Tax tables T7INP3 & T7INP4 are customizing tables in which the entries are to be modified. SAP provides the initial entries and, if there is any change in slab rates, then you would need to update these slabs manually.
    Please delimit the slab code in table T7INP3 and then create a new slab code entry from the date of delimition for the new rates in table T7INP4.
    Regards,
    Nishtha

  • What are the Non SAP data sources supported for Analysis workbooks?

    AO 1.4 SP6
    BO 4.1 SP2
    What are the Non SAP data sources supported for Analysis workbooks?
    Thanks.

    HANA is a data source (which could contain non-SAP data)
    For other Excel front-ends that may connect to "non-SAP" data look at Live Office or Power BI by Microsoft - see Excel and Power BI connectivity to SAP BusinessObjects Universes | Power BI

  • What versions of the SAP Enterprise Portal support Java 5

    What versions of the SAP Enterprise Portal support Java 5? 
    Example:
    If we were to use Java 5 code for an iView what versions of the portal would it run in?
    I have reviewed the Product Availability Matrix (PAM) and this is not clear. All I can find are references to JAVA 4 when using EP 6.

    Hi Alejandro,
    Currently, the version of SAP NetWeaver that is J2SE 5.0 as well as Java EE 5 compatible is the [SAP NetWeaver Composition Environment (NW CE)|https://www.sdn.sap.com/irj/sdn/nw-ce]. It does not provide the "full" Portal capabilities, however it does come with a "Portal Lite" and supports Portal applications development scenarios.
    For more information:
    [Introduction to NW CE|http://help.sap.com/saphelp_nwce10/helpdata/en/45/ff9fc1d8986c06e10000000a1553f6/frameset.htm]
    [Developing Applications for the Portal|http://help.sap.com/saphelp_nwce10/helpdata/en/44/d4269651103ee1e10000000a114a6b/frameset.htm]
    HTH!
    -- Vladimir

  • What is severity In SAP XI?

    what is severity in SAP XI.. any one can explain me please.. where it will be used and what are all its levels..
    Advance thanks..
    kumar

    Hi Kumar,
    you can set the severity level of tracing and logging in XI.....so based on this you can see the msg trace in SXMB_MONI.....so if you set your Logging to yes, then in SXMB_MONI you can see the complete msg log starting from source msg to mapping to target msg generated.....The logging levels are 0 for no logging and 1 for logging..... The trace levels are 0(no),1(low),2(medium),3(high).....these trace and logging levels can be set in SXMB_ADM.
    Thanks,
    Rajeev Gupta

  • For display budgeted amount in cost center what is table in sap?

    For display budgeted amount in cost center what is table in sap?

    Hi,
    Is it budget or planning ? Budget is in BPJA; while planning is mainly in COSS, but also in COSP.
    Regards,
    Eli

  • Whats the use of sap queries

    whats the use of sap queries

    Hi,
    http://www.sap-img.com/abap/what-is-sap-queries.htm
    http://www.informit.com/articles/article.asp?p=664660&rl=1
    def sap query
    http://help.sap.com/saphelp_bw21c/helpdata/en/f1/0a5625e09411d2acb90000e829fbfe/content.htm
    In HR
    You can use SAP Query in HR to report on HR data.
    how to create sap query
    http://help.sap.com/saphelp_46c/helpdata/EN/d2/cb4145455611d189710000e8322d00/content.htm
    for maintain SAP query in HR
    http://help.sap.com/saphelp_46c/helpdata/EN/d2/cb42cb455611d189710000e8322d00/content.htm
    http://help.sap.com/saphelp_46c/helpdata/EN/d2/cb455f455611d189710000e8322d00/content.htm
    If you want to create InfoSets for HR, you can use logical databases PNP, PAP, and PCH . The database you must use to create your InfoSet depends on the component in which the data you want to report on is stored.
    Creating InfoSets
    The maintenance procedure for HR InfoSets differs from the procedure described so far in this section inasmuch as HR data fields are grouped together in infotypes. To set up an InfoSet for the HR application, proceed as follows:
       1. On the initial screen for maintaining InfoSets, enter a name for the InfoSet and choose Create.
       2. On the next screen, enter a name for the InfoSet and select one of the HR logical databases in accordance with your reporting requirements.
    Customer infotypes can be created on all HR logical databases. In each individual case, therefore, you must decide which database to select so that you can report on customer infotypes.
    This screen enables you to enter an authorization group. All of the queries that are subsequently created using this InfoSet can only be executed by persons who have this authorization group.
       3. Choose .
    This takes you to the Infotype Selection for InfoSet  screen. You now have the option of creating field groups and assigning fields as required for non-HR InfoSets. Field groups that correspond to infotypes and already contain fields, however, are always created for HR InfoSets. The field groups are displayed in an overview tree in the top right section of the screen.
    The infotypes that you included in the InfoSet are displayed in an overview tree on the left of the screen. The infotype fields that are already included in field groups are displayed in a different color, and the field group ID is displayed.
    In the standard system, a field group is created automatically for each infotype that you included in the InfoSet (a field group corresponds to an infotype).
    In the standard system, each field group contains the infotype-specific fields. To ensure that working with the InfoSet is as easy as possible, you are advised to restrict your use of fields in each field group to those you really require. This means you should remove fields that are not required.
    An infotype's fields must only be assigned to the pertinent field group. Make sure this assignment is correct. If the assignment is incorrect, the InfoSet could be rendered unusable.
    When an InfoSet is created, the following fields are transferred automatically to the first field group:
    Logical database PNP Personnel number
    Logical database PAP Applicant number
    Logical database PCH Object ID, plan version, and object type
       6. Determine the fields that must be included in the field groups of your InfoSet. If you require further information, see
          Assigning Fields to a Field Group.
    If you want, you can change the default sequence of field groups and fields as required using drag & drop.
       7. To save the InfoSet, choose .
       8. To generate the InfoSet, choose .
          On the Change InfoSet (InfoSet name) screen, you can choose Edit ® Change infotype selection to add more infotypes to the InfoSet, or to remove infotypes from the InfoSet. Remember to regenerate the InfoSet afterwards.
          This screen also enables you to update InfoSets if, for example, the system contains new additional fields for specific key values. To do so, choose InfoSet ® Additional functions ® Update additional HR fields.
       9. Go back to the initial screen for InfoSet maintenance.
      10. Choose User group assignment.
      11. Select a user group, and save your entry.
    Please reward points.

  • What is a good SAP module for a beginner?

    Hi experts,
    What is good functional module to learn these days? Besides the SAP FICO AND SD, which other modules are the best investment for a beginner?

    A: What is a good SAP module for a beginner?

    Hi,
    Which module you would like to go with will depend on various factors.
    Your qualification
    Your previous experience
    Your area of interest
    Besides the SAP FICO AND SD, which other modules are the best investment for a beginner?
    Any module from Business Suite would be very good. You could also go for SAP for Industries.
    Customer Relationship Management:
    http://help.sap.com/saphelp_crm60/helpdata/en/1a/023d63b8387c4a8dfea6592f3a23a7/frameset.htm
    SAP Customer Relationship Management (SAP CRM) is a comprehensive solution for managing your customer relationships. It supports all customer-focused business areas, from marketing to sales and service, as well as customer interaction channels, such as the Interaction Center, the Internet, and mobile clients.
    The SAP CRM documentation offers a comprehensive description of the functional scope of SAP CRM, and highlights the relationship between the application, the underlying technologies, and the business scenarios. It comprises several parts:
    Business scenarios
    Components and functions
    Analytics
    Data exchange and mobile technologies
    Supplier Relationship Management:
    http://help.sap.com/saphelp_srm2007/helpdata/en/74/344c430fab4d0bbc30996d56cc293a/frameset.htm
    SAP Supplier Relationship Management (SAP SRM) provides you with innovative methods to coordinate your business processes with your key suppliers and make them more effective. SAP SRM enables you to optimize your procurement strategy, to work more effectively with your supplier pool, and thus to gain long-term benefits from all your supplier relationships.
    With SAP SRM you can examine and forecast purchasing behavior, shorten procurement cycles, and work with your partners in real time. This allows you to develop long-term relationships with all those suppliers that have proven themselves to be reliable partners.
    The efficient processes in SAP SRM enable you to cut down your procurement expenses and to work more intensively with more suppliers than ever before.
    Strateg... [Show more]

    Read other 7 answers

  • What is activity in SAP CRM  with examples plz?

    Dear All
       What is activity in SAP CRM  with examples plz?
    Thanks
    CRM Newbee

    Activities are explained in CR010 & CR300. It is a transaction type used to record sales activities e.g. telephone call, email or customer visit or a follow up call, request to fill up a questionnaire or request to set the status to complete etc. in customer/partner engagement lifecycle. This has mainly information like: Activity type partner, texts & dates. However it is an order document like opportunity, sales order etc. & extra information can be added by including customer set types like we do in opportunity, quotation, sales order, conttract etc.
    Activities are a central part of SAP CRM & used across application e.g. Interaction Center, Sales, Marketing etc.
    I hope this should be sufficient & helpful.
    If you need to understand more about basic concept of Activities please see the dropdown list for Activity types..this will give you a good idea as to what are the kinds of business transactions which can be activities.
    Regarding Quotation thing...Quotation is not an activity but 'Create Quotation' or 'Create Quotation as follow up to a lead or opportunity' can be an activity.
    Thanks,
    Vivek

  • What is Client in SAP?

    Dear
    What is Client in SAP?

    Client is the instance in SAP.
    For eg:
    Client 200 - Development client, where Abappers would do coding / like a sandbox
    Client 300 - Customization Client, where do you customization pertaining to client business.
    Client 500 - Quality Client - Where you do your testing before Go-live
    Client 700 - Production - Where the end users use the SAP system as per real time scenario.
    Hope this is clear.
    Reward points if helpful.
    Regards
    Ravi

Maybe you are looking for

  • HT204266 How do I remove my credit card from account?

    My credit card info is on my son's ipod touch account.  He's been charging apps left and right.  I'd like to remove it.  Any ideas how?  There's only info to save an account.  When I try to delete and save changes, it tells me I need to add mandatory

  • How to transfer DATA from one machine to another using  DBlink

    I want to transfer data from one machine to another both having oracle 8.0.5 with AIX operating system using DB link. CAn any one help me in this task

  • Large library - can't synch. What gives?

    My iTunes music library is way too large for my iPod classic, and I haven't synched for quite a while. I just updated to the most recent Itunes. There used to be a "do you want iTunes to select the songs for your iPod" option, after it told me my lib

  • JTable in a JComboBox

    hello all does anybody has a good idea or solution to display a JTable in a JComboBoxPopup (instead of a list) and after selecting a row, it fills in a defined column of this row in the editor field of the combo box? thanx a lot greetings from switze

  • Three questions: 2 easy and 1 Broad :

    1) how can you tell an object to run a method every five minutes. For example lets say i want program to spit out the square root of 16 to the console every five mintues. how could this be accomplished. 2) i have a problem with classpaths on Windows