on ‎2016 Oct 24 1:08 AM
Hi all,
How to add a loop in logic script?
I want to do like this:
DO 2 TIMES <- how to write like this in logic script?
*START_BADI ZBPC_PRD_BADI_006_A
QUERY=OFF
WRITE=OFF
*END_BADI
*XDIM_MEMBERSET P_ACCOUNT = QTY_PRODUCED_AUTO, QTY_USED_AUTO
*XDIM_MEMBERSET FLOW = M10,M20
*START_BADI ZBPC_PRD_BADI_006_B
QUERY=ON
WRITE=ON
*END_BADI
ENDDOThank you for your help.
Kind regards,
Agus Eryanta
Request clarification before answering.
Strange idea... What do you want ta achieve?
In general in order to loop some statements you can use for/next:
*FOR %I%=1,2
//SOME CODE
*NEXT
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.