ASAP Method

Hi,
I would appreciate if somebody can tell me What is ASAP Methodology and what are the steps involved in it? What are the tools used for Testing and in which stage Enduser training is performed?
Thanks as always.
Naveen

Hi,
Please go through
ASAP methodology is traditional methodology, which follows certain steps & documentation is a manual activity.
Five Phases of ASAP methodlogy.
Phase 1: Project Preparation - The purpose of this phase is to provide initial planning and preparation for your SAP project.
Phase 2: Business Blueprint - The purpose of this phase is to achieve a common understanding of how the company intends to run its business within the SAP System. The result is the Business Blueprint, a detailed documentation of the results gathered during requirements workshops. The Business Blueprint document represents the business process requirements of the company. It is the agreed statement of how the company intends to run its business within the SAP System.
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).
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.
Additionally:
Some additional Infomation on ASAP methodology:
Phase 1 - Project Preparation
Change Charter - Goals and objectives of Organizational Change Management
Project Plan - This is a first cut focusing on milestones and Work Packages; details to come.
Scope - Sets the initial definition of the project; input from sales cycle.
Project Team Organization - Sets the who of the project: Standards & Procedures - Sets the why and how of the project.
Phase 2 - Business Blueprint - Requirements reviewed for each SAP Reference Structure item and defined using CI Templates (in the Q&Adb). Business Blueprint - This is the output of the Q&Adb and is the key document for Phase 3.
Phase 3 - Realization - Master Lists - Define business scenarios and R/3 transactions to be realized in the system. BPP - Business Process Procedures representing R/3 transactions; used for unit testing & documentation. Planning - Defines how the configuration will be done and how it will be tested. Development Programs - Provides details of the external programming requirements. EU Training Material - End User training material and process documentation.
Phase 4 - Final Preparation Stress & Volume Tests - Plans for confirming the production hardware’s capabilities
Cutover Plan - The details of how to move to the production environment and go live
Conduct End User Training - Delivery of the necessary levels of R/3 End User training prior to going live
Phase 5 - Go Live & Support: Ensuring system performance through SAP monitoring and feedback.
Thanks,
Sree.Manam

Similar Messages

  • Implementation Phases in ASAP Method

    Hi Gurus,
    Can anybody explain me the following.
    a) Implementation phases in ASAP method
    b) Detailed activities in each phase.
    Please forward me documentation, if any.
    Regards,
    Santosh

    When you open ASAP it will show you all phases and activities you have to do.
    You can follow the method ASAP or only use some part out it.
    The phases are the same as all project methods only the names are different
    ASAP is now replaced by solution manager. When you don't have ASAP it is better to use solution manager

  • Need help ASAP methods.

    Hi,
    As i know we have 5 methods in ASAP.like project preparation,bbp,realization,final praparation,golive. for these do we have any navigation in SAP from SPRO or in
    IMGor any transaction code. or just we have to follow these methods as therotically.
    thanks for your help...

    Hi,
    These metods are the best practice way from SAP from the perspective of SAP Project Management.
    Any project (implementaion/upgrade) can be categorized into these five stages.
    SAP recommends adhering to the guidelines laid for these stages to ensure smooth project execution.
    There arent any navigation in SAP for these.
    Regards,
    Ashish

  • How to make column editbale

    Hi,
    I have a doubt in Table UI Element.Can we made columns editable in Table through programatically.When i am trying in  using this code.it  is giving the error saying that you cann't create instance of CL_WD_INPUT_FILED in the same class or its sub classes.if it is so then how do i get instance of input field to make column editable. Please give me the solution ASAP.
    method wddomodifyview .
    data: obj_table type ref to cl_wd_table,
          lr_column type ref to cl_wd_table_column,
          lr_input type ref to cl_wd_input_field.
    obj_table ?= view->get_element( 'TABLE1'  ).
    obj_table->set_visible_row_count( value = 50  ).
    lr_column = obj_table->get_column(
                   id         = 'PRICE'
    *              INDEX      = INDEX
    lr_column->set_table_cell_editor( the_table_cell_editor = lr_input  ).
    endmethod.
    Thanks in Advance,
    Suman.

    Hi
    Change your coding like this it will work
    data: obj_table type ref to cl_wd_table,
          lr_column type ref to cl_wd_table_column,
          lr_input type ref to cl_wd_input_field.
    obj_table ?= view->get_element( 'TABLE1'  ).
    obj_table->set_visible_row_count( value = 50  ).
    lr_column = obj_table->get_column(
                   id         = 'PRICE'
    *              INDEX      = INDEX
    lr_input = cl_wd_input_field=>new_input_field(
    id = 'IPFIELD'
    bind_value = 'NODE.PRICE' ).
    lr_input->SET_READ_ONLY(  '  '  ).
    lr_column->set_table_cell_editor( lr_input  ).
    Hope this helps U
    Regards
    Tamil

  • Error in Publish Project services

    Hi,
    We have recently checked the logs contained in P6WebAccess.html files and we have found several entries like that
    Invalid value for Cost Field com.primavera.bo.support.InvalidNumberFormatException: Invalid value for Cost Field at com.primavera.bo.support.Formatter.stringToCost(Unknown Source)
    at com.primavera.bo.support.Formatter.stringToCost(Unknown Source) at com.primavera.pvapplets.gantt.detail.WbsBudgetLogPanel.rollupCurrentProposedBudget(Unknown Source)
    at com.primavera.pvapplets.gantt.detail.WbsBudgetLogPanel.loadData(Unknown Source) at com.primavera.pvapplets.gantt.detail.WbsBudgetLogPanel.reloadData(Unknown Source)
    at com.primavera.pvapplets.projects.dialogs.EpsBudgetLogPanel.reloadData(Unknown Source) at com.primavera.pvapplets.gantt.dock.GanttDockableFrameManager$1.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$000(Unknown Source)
    at java.awt.EventQueue$1.run(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at
    java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at
    java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    We are suffering some issues when trying to publish projects(using ASAP method). Do you know how to fix/remove above mentioned error?
    Thanks,

    Directory Services is controlled through a service that runs a process called slapd.exe which builds an LDAP style database. The replication between LDAPs is controlled by slurpd.exe. Look in the logs and see if you can find the reason replication is failing. Maybe edit the INI files and set the log level to DEBUG and try stopping it with PostInstall.exe, which removes it, and adding it again. Look at the debugs.
    Regards,
    Geoff

  • Solution Manager for Implementation project

    Hello,
    I want to know how we should use solution manager for an implementation project. I am aware about the ASAP methods and the transactions in solman system for each phase. I have starting trouble like how to and where to start with? My ECC systems are not yet installed. Still we can go ahead with Blueprint creation and definition of roadmaps etc. Currently, it is done on paper.  If anybody has done an implementation project through solution manager, could you please give me some hints how to start ? I repeat I am aware of the transactions but dont know what to add there in solar01/02 when the process are not defined/system not installed. Please guide me.
    Rajeev

    Hi Rajeev,
    You're correct; you can start building the Business Blueprint without SMSY having all the systems that are 'to-be'. As long as you enter logical components in the project landscape with the correct product versions, you can replace those with the actual components once they have been installed. The BPR needs those product versions in the blueprint when you load the relevant scenario's. Once loaded, you can start documenting the scenario's, place the processes and process steps not used out of scope or delete them entirely and define custom scenario's, processes and process steps.
    When the Blueprint has been completed with relevant design documentation, the Configuration transaction can be used to document how you actually configure the systems and, of course, to configure them from Solution Manager. The system landscape officially has to be definitive at the end of the Blueprint phase, unless you won't be configuring the systems centrally from Solution Manager.
    The Solution is actually not necessary for a clean implementation; the Project will eventually lead to the solution. Once the systems are all configured and documented in SSM, you create the Solution and upload the project documentation into it in the Solution Directory.
    Let us know how you get on!
    Kind regards,
    Patrick

  • How to crack this Big question

    Hi...All....
    I am planing to launch my career in SAP SD. I have got 2 years of experience in the SALES and SERVICE field. I am planing to take up the course in SAP SD. But I have seen every SAP SD job requirement as prior experience in IMPLEMENTATION is SAP SD module or SUPPORT experience. Guide me how to overcome this situation.......How to match with the experience of real time implementation or support. What I have to do...
    Regards,
    Shashavali.

    Hi,
    All Organization looking for whose having the good experiance like Implimentaion and Support, because ot In Implimenation should know ASAP method, as well as Clint intaraciton, If you have experiance in Implementiaon then only you would have get good knowldge abt variace industry business process.
    Better to join any organization as Fresher then you will get a chance to Both.
    All the best..
    Regard
    Raja

  • NEED HELP WITH USING STATIC METHOD - PLEASE RESPOND ASAP!

    I am trying to set a value on a class using a static method. I have defined a servlet attribute (let's call it myAttribute) on my webserver. I have a serlvet (let's call it myServlet) that has an init() method. I have modified this init() method to retrieve the attribute value (myAttribute). I need to make this attribute value accessible in another class (let's call it myOtherClass), so my question revolves around not knowing how to set this attribute value on my other class using a static method (let's call it setMyStuff()). I want to be able to make a call to the static method setMyStuff() with the value of my servlet attribute. I dont know enough about static member variables and methods. I need to know what to do in my init() method. I need to know what else I need to do in myServlet and also what all I need in the other class as well. I feel like a lot of my problems revolve around not knowing the proper syntax as well.
    Please reply soon!!! Thanks in advance.

    class a
    private static String aa = "";
    public static setVar (String var)
    aa = var;
    class b
    public void init()
    a.aa = "try";
    public static void main(String b[])
    b myB = new b ();
    b.init();
    hope this help;
    bye _drag                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • What to do after trying like all methods of deleting Blackberry Messenger!! HELP ASAP!!

    Ok so basically, i am trying to delete bbm. I went to application management in options went to it and pressed delete as it was in the process of deleting my phone dropped and my battery fell out, so i put my battery back in and started my phone up again. BBM was still on my phone and running normally so i went back to delete it again and it wasnt there on my applications list i then went onto blackberry desktop manager and it wasnt on there to delete either. HELP!!!!

    If it's not in your Applications list, it shouldn't be still installed on your phone.
    One thing you can do is hide the icon so you don't see it on your homescreen.  To do that, highlight the BBM icon with your cursor then press the menu key and select Hide. 
    I hope that helps you. 
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • How can I perform the LINEST function using the new version of Numbers? The old method of using "command enter" to complete the array function does not work. Please help ASAP!!!

    LINEST function using Numbers for Mac

    Thank you for your help. This page is somewhat helpful, but I still don't quite understand.  I am using the Numbers program, and my assignment calls for me to use the LINEST function to return a set of 10 values. 
    When I googled how to do this, a lot of pages mentioned hitting "command+enter" to complete the array function, but they were using an older version of Numbers and it doesn't do anything when I try it in the new version.  I tried using "Index" with LINEST, and i've managed to get about 5 values out of it.

  • My payment method while purchasing is always declined...plz tell solution ASAP

    Unable to purchase apps from app store

    if it will save you a call, try this.
    Get on your computer, open itunes application, not the website, and log in to itunes store.
    view your purchase history. Any red balances or negative balances?
    if yes- add a new card, or itunes gift card to get rid of the neg balance.
    if no- reviewyour billing information make sure it is correct, and it should be in there as your bank has your address. check the expiration date on the card to make sure its not expired.
    =)

  • Abstract class with set and get methods

    hi
    how to write set and get methods(plain methods) in an abstartc class
    ex: setUsername(String)
    String getUsername()
    and one class is extending this abstract class and same methods existing in that sub class also..... how to write......plz provide some ideas
    am new to programming....
    asap
    thnx in advance

    yes... as i told u.... i am new to coding......
    and my problem is ..... i have 2 classes one is abstract class without abstract methods.. and another class is extending abstract class.....
    in abstract class i have 2 methods...one is setusername(string) and getusername() ..... how to write these two methods.... in abstract class i have private variables username...... when user logins ..... i need to catch the user name and i need to validate with my oracle database and i need to identify the role of that user and based on role of that user i need to direct him to appropriate jsp page.......
    for that now i am writing business process classes..... the above mentioned two classes are from business process.....
    could u help me now
    thnx in advance

  • How to create the custom method and make it available to clients:

    Hello, Can any one help me with this problem ASAP??
    I am trying to work on an example of "Customizing the Query and Creating an Associated Custom Method"
    from http://helponline.oracle.com/jdeveloper/help/topics/jdeveloper/developing_mvc_applications/adf_pviewcustommethod.html?tp=true#method. To do that, the first task is to create the custom method and make it available to clients.
    Following instructions in the helponline documentation, I completed the three steps: (1) "Specify a custom query for the View Object definition for EmployeesView", (2) "Add the custom method to the application module Java class", and (3) "Make the method available to clients".
    The following is the error message I got to test the application module. Can anyone tell me what the message really means and what I should do. I am wondering if there is any mistakes in the document.
    (oracle.jbo.SQLStmtException) JBO-27122: SQL error during statement preparation. Statement: SELECT Employees.EMPLOYEE_ID, Employees.FIRST_NAME, Employees.LAST_NAME, Employees.EMAIL, Employees.PHONE_NUMBER, Employees.HIRE_DATE, Employees.JOB_ID, Employees.SALARY, Employees.COMMISSION_PCT, Employees.MANAGER_ID, Employees.DEPARTMENT_ID FROM EMPLOYEES Employees WHERE Employees.SALARY > :1 and Employees.DEPARTMENT_ID = :2
    ----- LEVEL 1: DETAIL 0 -----
    (java.sql.SQLException) ORA-01008: not all variables bound

    You need to set values for the parameters in your query before you try to execute the query in the view object.
    So you need to call the setBindVars method before the query.

  • HELLP!! NEED TO KNOW HOW TO USE TWO IPODS ON ONE COMP!ASAP

    i have an ipod nano and an itunes account. Now my mom has a nano and we need to know if you can register them on the same account and how or any other tips for using two ipods on one comp!
    PLEASE HELP ASAP!
    ZACH

    Hello Zach,
    There are a couple of methods for using more than one iPod on a single computer. Have a look at the article linked below. Method one is to have two Mac or Windows user accounts which by definition would give you two completely separate libraries. Method two is to set your preferences so each iPod is updated with only certain playlists within one library. Have a look anyway and see what you think and go for whichever you feel suits your needs best: How To Use Multiple iPods with One Computer

  • When I try to download songs from itunes it says I have to answer my security questions(which i made a year ago) I can't remember them, and I can't get on my email to reset the questions.. please help ASAP!

    I recieved an ipod 5 for a early christmas present a day ago, I already owned an ipod 4 so i just used my info from that ipod as a back up for my 5g. but now when i try to download music from itunes it says i must use my security questions (which i made over a year ago) I can't remember the answers and i can't get on the email that it sends the reset info to. i don't know what to do and its really frustrating. please help ASAP!

    You need to contact Apple to get the questions reset. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    Whichever method you use, you probably won't get a response until the 26th. If you absolutely must make a purchase before then, create a new Apple ID; you won't be able to transfer previous purchases or iTunes Store credit to it.
    (95471)

Maybe you are looking for

  • Transferring video from iphone 3GS

    Does anyone know if there is a way to import video recordings directly to ones iTunes Movie library? (As opposed to ending up imported into iPhoto) Use Case : - I want iphone photos to end up in iPhoto - Videos in iTunes Movies category So that both

  • Will Apple Tv output 5.1 to my receiver, if the movie i rented is being streamed from my itunes ?

    Hi Guys, Need some advice, so: I rented a FULL HD Movie on my Mac (iron man 3) My apple tv 3 is connected to my Reciever that supports 5.1... If i stream the movie from my mac to the apple tv (not using airplay) but homeshare>rented movies> will it s

  • Calling java class from jsp page

    Dear Friends. I wrote jsp page and java class. Am calling java class from jsp page. after processing result, I have to refresh jsp page from java class. processing time may take 5 minutes or 1 minute etc. that depends on user. Can It be possible ? if

  • SELECT OPTIONS

    HI, how to pass select-options value to a function module. how to declare that in import section of the function module. i decalred a select options in my program and passed to function module but when i execute my program its going to short dump and

  • About LCA Trace

    Hello Experts,     Can some one explain me what is LCA Trace? How and when it is generated and also a short note abt /SAPAPO/OM01 and /SAPAPO/OM01 transaction. Thanks in advance. Best Regards, Siva.