2005 Aug 12 3:07 PM
Hi everyone,
I created batch input program for sap banking that create massive loans and edit this loans for the loan type 33D. now I want to Call again the start of selection part of my program.
how can I do that?
Thanks in advanced,
Fidel Peralta
2005 Aug 12 3:15 PM
2005 Aug 12 3:15 PM
2005 Aug 12 3:50 PM
Not really, what I want is to start the processing again without going to the selection screen.
I have two subroutines. one for the selections and the other one for the output. what I want is to start the chain of events all over again. (execute the program again without going to the selection screen)
2005 Aug 12 3:56 PM
How many times you want to run it. Is there any conditional for exit ?
You can use loop for that. Loop at itab , in case using internal table for data, do n time, if you want to run fixed time, or while for conditional loop.
put your processing in the loop.
Regards,
Gagan
2005 Aug 12 4:21 PM