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

Technical Specification

Former Member
0 Likes
555

Hi All,

Can anyone tell me what is all required to write technical specification for development objects like report,interfaces and forms.

Thanks,

Namrata

Message was edited by: namrata sharma

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
496

This varies from company to company. At my company, they are none existant. A good technical spec would spell out exactly what the UI should contain, fields, buttons, etc. What tables to get the data from, what is the logic to process that data, and exactly what the ouput should look like. It should also include the screen flow, and the logic behind all buttons.

REgards,

Rich Heilman

3 REPLIES 3
Read only

Former Member
0 Likes
496

hi Namrata,

Technical Specs for the develpment objects contains the development logic,server details and the development class along with the tables and fields to be used...

<b>What is Technical Specification???</b>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.

Reward if it helps,

Santosh

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
497

This varies from company to company. At my company, they are none existant. A good technical spec would spell out exactly what the UI should contain, fields, buttons, etc. What tables to get the data from, what is the logic to process that data, and exactly what the ouput should look like. It should also include the screen flow, and the logic behind all buttons.

REgards,

Rich Heilman

Read only

0 Likes
496

hi Namrata,

This thread answers how you can write a Technical Spec...

Technical Spec for Interfaces...

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

Regards,

Santosh