cancel
Showing results for 
Search instead for 
Did you mean: 

BPC 7.5N SP10: Running account transformation as part of default logic

former_member518018
Participant
0 Kudos

Hello,

As the title suggests, I would like to run the account transformation logic as part of default logic and not have to run a separate data package.

Can I just copy and paste the following code in the DEFAULT.LGF

*RUN_PROGRAM CALC_ACCOUNT

CATEGORY = %CATEGORY_SET%

CURRENCY = %CURRENCY_SET%

TID_RA=%TIME_SET%

CALC=DEP_LB

OTHER= [ENTITY=%ENTITY_SET%]

*ENDRUN_PROGRAM

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kashif,

Yes, you can.

Another alternative you can do it by -

1.  Create a script logic for account transformation say AC_TRANS

2.  Call this script in default logic as "Include AC_TRANS"

Hope this helps.

Regards,

Rashmi

Answers (0)