Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

abap general

Former Member
0 Likes
584

How to design technical spec from function spec ? procedure ?what is test plan , test case ?

What is meant by spool and spool request ?

5 REPLIES 5
Read only

Former Member
0 Likes
568

How to design technical spec from function spec ? procedure ?what is test plan , test case ?

What is meant by spool and spool request ?

Read only

0 Likes
568

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.

Read only

0 Likes
568

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

Read only

Former Member
0 Likes
568

Hi

Check if the following helps

How to write a technical spec

Technical Spec for Interfaces...

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

<b>

Please reward if useful</b>

Dinesh

Read only

Former Member
0 Likes
568

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.