‎2014 Aug 27 11:22 AM
Dear Experts,
I would like change standard program as per my requirement i want add condation type and condation value, when i am doing debugging i am getting lot of confusion , there is lo of includes can any one suggest what is the best way to debug standrad programs.
Thanks
Lakshman
‎2014 Aug 27 11:32 AM
Debugging is an art in programming field which can be mastered only by practice . It will take time.
And regarding enhancements and modifications of codes it is this debugging which takes the majority time for Development.
Kindly explain your requirement .
If your requirement is such that based on a condition a Condition Type should automatically be added , then this can be done by adding that Condition Type in the pricing procedure and assigning a suitable Requirement Routine Code ( which will decide whether condition type should be there or not ) to it.