cancel
Showing results for 
Search instead for 
Did you mean: 

Account Transformation Rules

Vishwanathg7
Participant
0 Kudos

Dear Freinds,

I am tring to use Account Tranforamtion Business Rules for summing multiple accounts into one account ( All accounts are base level members). Using standard process chain & standard script logic mentioned in SAP help.

I am getting the below error msg in Formula log once the process is completed sucessfully:-

BEGIN TIME:2011-03-25 13:05:02

FILE:\ROOT\WEBFOLDERS\BPC_Demo\ADMINAPP\IC_Eliminations\CALCACCOUNT.LGF

USER:PARAGONDNS\BPC_CON

APPSET:BPC_Demo

APPLICATION:IC_Eliminations

RUN CALC_ACCOUNT

0 SUBMITTED, 0 SUCCESS, 0 FAIL.

SCRIPT RUNNING TIME IN TOTAL:4.03 s.

LOG END TIME:2011-03-25 13:05:02

Please clarify is Interco dimention is compulsary for Account Transformation ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I do not think Intco is compulsary for Account Transformation, check you business rule and the required properties of the diemnsions acccount, flow, catefory and datasrc. make sure all of them are populated with the right values.

Vishwanathg7
Participant
0 Kudos

Thanks ! dear freind can you just tell me what all properties are must for account transformation business rule.

Answers (3)

Answers (3)

Vishwanathg7
Participant
0 Kudos

document mentioned is old but can be used for understanding

Former Member
0 Kudos

Here is the how to paper:

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b026be43-40cf-2b10-6cae-ed8900ace7f9

following it to configure all the properties and the business rule. I have the same situation and fix it by add the right property.

Former Member
0 Kudos

Like to know how are you calling the Account transformation program?. Below is example how it should be called in Script Logic.


RUN_PROGRAM CALC_ACCOUNT 
           CATEGORY = %CATEGORY_SET%
           TID_RA = %TIME_SET%    
           CALC=CURNETINC                                                         // should be equal to transformation group
*ENDRUN_PROGRAM

Hope this helps.

Thanks

Venkatesh KPS

Vishwanathg7
Participant
0 Kudos

Thanks ! dear for reply.

I am working on 7.5 NW using data Packages. Process Chain /CPMB/RUNCALACCOUNT and Script Logic File CALCACCONT.LFG.

exactly in the same faction mentioned by you. but getting the errors. formula log ask 0 submitted,accepted,rejected.