explain step loop with an example
Answers
Answered by
4
Explanation:
Don t know sey sry agal qus ask karo
Answered by
5
Answer
A step loop is a repeated series of field-blocks in a screen. Each block can contain one or more fields, and can extend over more than one line on the screen.
Step loops as structures in a screen do not have individual names.
Writing code for Step Loop in the flow logic.
PBO.
Loop at itab cursor cl.
Module set.
Endloop.
PAI.
Loop at itab.
Endloop.
please mark me as brainliest
Similar questions