cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to run Business rules for only few Rule entries?

former_member466150
Participant
0 Likes
193

Hi All,

I have a business rule as shown below.

(Account based calculation).

Script logic file is with standard code for Business Rule.

Now if I run the Data manager package it should run only for the second line (for account 111000) only.

Calculations should not run for 131000 account.

Is there anyway to execute like this?

Thanks and Regards,

Hemanth

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Account transformation business rules are executed based on ID - ABC in your case (which you will pass in script logic). If you want to execute only for second row, i am afraid you need to create a new rule ID and specify that particular rule in there and pass it in script.

Regards,

Ashish

former_member186338
Active Contributor
0 Likes

P.S. Yes, as far as I remember the OTHER line in script doesn't support restriction for Account type dimension for CALC_ACCOUNT. Only separate rule...

Vadim

Former Member
0 Likes

Hi Vadim,

Do you have any thoughts on my question on housekeeping. here -

http://scn.sap.com/thread/3849594

Regards,

Ashish