‎2007 Jun 07 3:07 PM
How to design technical spec from function spec ? procedure ?what is test plan , test case ?
What is meant by spool and spool request ?
‎2007 Jun 08 12:50 PM
How to design technical spec from function spec ? procedure ?what is test plan , test case ?
What is meant by spool and spool request ?
‎2007 Jun 08 12:55 PM
Tech spec will tell how the functional requirement can be met in technically, its like pseudo code. Usually every client have tech spec template, here u can fill the requirement.
Test Case/Plan: how u r going to test the developed object and what are the test conditionu r going to execute negative/positive conditions.
Spool: If u give print the print in normal system, the request will go to print spool. The same way the spool request created.
‎2007 Jun 08 12:57 PM
your technical spec is the replica of thecode which you will do in ur report program.
in the fs you get the business scenario for your requirement , while the TS is what a abaper will be required to write before staring the code .
test case: u generally run them after you have desgined your code.
think with a practical example of day-day life activity or what can be the mandatory thngs 2 b done before somethng is produced in a factory
hope the informtion is helpful
‎2007 Jun 08 12:59 PM
‎2007 Jun 08 1:05 PM
hi,
Tech spec will tell how the functional requirement can be met in technically, its like pseudo code. Usually every client have tech spec template, here u can fill the requirement.
tech spec would like this:
&----
*& Report YKX_EVENT1 *
*& *
*& Description : This program is for triggering an event in one class and handling it in
*& another class *
*& *
&----
*& Package : $TMP *
*& Author : Suresh Babu Aluri *
&----
*& Change version -- Change ID -- Version -- Transport Request No -- Changed By -- Date. *
&----
*& -- 000 -- 00002 -- Local Object -- suresh -- 07/06/2007 *
*& 001 -- 00002 -- Local Object -- suresh -- 07/06/2007 *
*& 002 -- 00002 -- Local Object -- suresh -- 08/06/2007 *
*& 003 -- 00002 -- Local Object -- suresh -- 08/06/2007 *
*&
&----
Test Case/Plan: how u r going to test the developed object and what are the test conditionu r going to execute negative/positive conditions.
test plan will be like this
object:
object name:
developed by:
development class:
test case desc expexted result final result conclusion pass/fail comments.
Spool: If u give print the print in normal system, the request will go to print spool. The same way the spool request created in sap .
if helpful reward some points,
with regards,
suresh.