cancel
Showing results for 
Search instead for 
Did you mean: 

SAP tool to estimate time for web dynpro development project

DeeptiChavare
Active Participant
0 Kudos

Hi,

Is there any standard SAP tool available to estimate time for web Dynpro development project?

Thanks and Regards,

Deepti

Accepted Solutions (0)

Answers (2)

Answers (2)

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi Deepti

An implementation of Webdynpro based UI could be estimated by a 'standard' technique like any other U:

1. Try to count the number of views/screens/popups in your application. The estimation time will be proportional to the quantity.

2. Try to count the number of external interfaces would be used in the application. For example, quantity of necessary BAPI invocations (RFC), quantity of Web-service invocations or EJB calls. Also quantity of native JDBC queries if any.

Test = Nviews x Hview + Nint x Hint, where Hview & Hint time in hours for average implementing of one UI view and time for adding of average service invocation.

BR, Sergei

Former Member
0 Kudos

Hi,

i don't think so,

based in our experience and depence on the complexity of the application we can estimate the time to develope the application,

Cheers,

Apparao