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 Project Estimation

Former Member
0 Likes
1,369

What are some good rules of thumb and sources to read about estimating ECC or R/3 implementation work?

1 ACCEPTED SOLUTION
Read only

Former Member
3 REPLIES 3
Read only

Former Member
Read only

0 Likes
610

Thank you Maha. I appreciated your link.

I am looking for something that will tell me average productivity for an ABAP programmer in terms of non-blank Lines of tested code (NBLOC) or a similar metric. For example, if I estimate it will take 60,000 non-blank lines of code (this includes comments, since they are not blank), how much ABAP program effort should be required to write that?

Function Points, it turns out, are not very good metrics for such estimation.

Dan joseph

Read only

0 Likes
610

Hi Daniel,

In our company we use ABAP effort estimation tool. A customm built tool which will idnetify the approximate effort required for a given development. The effort is calculated based on the skill set of the developer assigned. For example an object might take 5 days of developmet effort if the developer is a Expert, 8 days if the developer is a Intermediate and 12 days if the developer is a Beginer. So the total effort for any object is determined based on various factors such as the complexcity of code, complex logics, no of BAPI's to be called, no of user interfaces , no of file interfaces and many more such attributes.

It is always difficult to come to an exact effort tracker. We can only come close to the actual effort tracker. We spent a lot of time to develop the effort tracker tool which gives us a close results.

I hope this helps

Cheers

VJ