‎2006 Dec 19 10:01 AM
while uploading the data from flat file, we want to stop at particular level(say in 20 records want to stop the process at 16 record) how to stop it?
‎2006 Dec 19 10:06 AM
HI Balu,
1) You can set a Counter while doing BDC in Loop and EXIT. So that the rest records won't be processed.
2) If you want to exit while executing in forground then use <b>/bend</b> in oK Code.
Reward points if this Helps.
Manish
‎2006 Dec 19 10:06 AM
HI Balu,
1) You can set a Counter while doing BDC in Loop and EXIT. So that the rest records won't be processed.
2) If you want to exit while executing in forground then use <b>/bend</b> in oK Code.
Reward points if this Helps.
Manish
‎2006 Dec 19 10:09 AM
Hello Balu,
I don't think u can control while loading into internal table but once it is loaded into internal table then u can control how many records u want to process.