Hi Experts,
Are there any coding tool alternatives in the MS version to the Script Logic?
We implemented BAdIs in the NetWeaver version to perform certain calculations. Now starting a new project with similar calculation requirements that we want to build.
Any other supported tools?
=
The calculation involves a reclassification that checks the sum of 2 values e.g. Asset and liability 100 vs. -75 and performs a reclassification based on a condition.
e.g.
Asset account A1100 $100
Liablity Account L2100 ($75)
IF Asset is greater than liability THEN
record activity
L2100 $75
A1100 -$75
result Asset A1100 = $25 ($100-75).
On the NW side, we decided that BAdI was the best solution (http://scn.sap.com/thread/3595642).
So now is there a similar option on the Microsoft Side e.g. writing a stored procedure or similar and activating it via a DM Package for example?
Thanks in advance.
Regards,
Eyal