Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BDC

Former Member
0 Likes
310

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
288

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

2 REPLIES 2
Read only

Former Member
0 Likes
289

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

Read only

Former Member
0 Likes
288

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.