cancel
Showing results for 
Search instead for 
Did you mean: 

When do we go with FOREACH Loop statment in BI-IP

Former Member
0 Kudos

Hey Folks,

I am wanted to know more information about FOREACH Loop statement in IP while creating Formula PF.

when do we use FOREACH Loop statement..? what are business scenariou2019s to use it..?

Can some give lights on this...

Thanks,

Venkat Vanarasi

Accepted Solutions (0)

Answers (1)

Answers (1)

MartinMaruskin
Active Contributor
0 Kudos

Statement FOREACH is used when you need to process data in "table like" structure. That means you need to loop over several rows in particular structure.

FOREACH <data>.

ENDFOR.

See online docu:

http://help.sap.com/saphelp_nw70/helpdata/en/47/90d158d4944befe10000000a42189d/content.htm

Former Member
0 Kudos

Dear Martin Maruskin,

Thank you very much for you helpfull informatin on my request.

I given points to you.

Thanks,

Venkat.