Hi Experts!
I have datastore S/4HANA as source and IBP as target. I need to separate information in parts (example - 10 rows).
Example. Source table: MARA , Target Table - SOPMD_STAG_SAPPRODUCT.
Global variables:
$G_START_ROW , integer, initi...
Global Variable: $G_TIME_LOOP , integer, initial value = 1Script Before dataflow: print('Loop number = ' || $G_TIME_LOOP);Script After:IF($G_TIME_LOOP = 10) begin print('Loop finish number = ' || $G_TIME_LOOP); raise_exception_ext('JOB FINISH...