cancel
Showing results for 
Search instead for 
Did you mean: 

Automate internal order settlement rules

former_member228896
Participant
0 Kudos

Automate internal order settlement rules

We have scenario wherein we are manually entering the internal orders settlement rules based on the amounts, we want to automate this part, any ideas are highly appreciated.

Eg: Cost Element 120000 = $50000 ; 121000 = $60000, now in the settlement rule we want to automate the amount $ 50000 to GL Account 900000 , similarly $ 60000 to GL Account 910000.

Thanks

Sanjai

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member348872
Active Contributor
0 Kudos

I don't think SAP standard strategy supports (KSR2_ORC) this requirement. You can consider User exit EXIT_SAPLKOBS_001 to code your requirement based on Custom table with mapping of source Cost element and corresponding target G/L Account. Or you can develop your own custom program to create Settlement rules based on your logic and set it up to run periodically.