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

What is Technical Specification?

Former Member
0 Likes
329

Dear All,

What is Technical Specification?

How to do it?

Regards,

Dharmesh

1 REPLY 1
Read only

Former Member
0 Likes
296

Hi,

Technical specification is nothing but understanding the business needs from the functional consultant & change it into some thing technical.

for a simple exxample..

like the business spec. would say select the materials & their descriptions..

Now the technical spec would be some thing like..

select matnr from mara table.

select maktx from makt table for all matnr in mara table.

This is the simplest of examples...