cancel
Showing results for 
Search instead for 
Did you mean: 

Iteration script logic

Former Member
0 Kudos

Hi

I´m trying to formulate an iterative balancesheet.

By dimension formulation I´cant do this because my model has circular references.

It´s possible to make an iteration logic in script logic? Maybe with a BADI develope?

Any idea?

Thanks!!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Antonio,

What do you mean mean when you say an Iteration ???, because if you whant a loop there's a reserved word in the language that it *FOR/NEXT that works as look giging a set of members where you want to make the iteration



*FOR %TIME%=2011.JAN,2011.FEB, 2011.MAR
    *REC(....)
*NEXT

If you mean an iteration like, if you want to run the same script logic every day you can create apackage with that script logic and schedule it every day.

hope it helps

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Can you please be more specific in what exactly you want to do?

former_member190501
Active Contributor
0 Kudos

Hi,

Circular reference error can be resolved using SOLVE_ORDER property as explained in following link.

http://help.sap.com/saphelp_bpc75_nw/helpdata/en/79/3643be0cec44cc819cf3c7e697b2b7/content.htm

hope it helps...

regards,

Raju