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

Problem in EXTRACT loop

Former Member
0 Likes
491

Hi ,

My problem is that I have made a z copy of cheque printing program .

now when we print cheques through tcode fzb5 the advice and cheque is getting printed alright

but when we are trying to print through F110 only cheque is getting printing advice is not getting printed .

I found that loop statement for extract maybe one problem .when run through fbz5 the loop is getting executed and the form for advice which is inside this loop and is getting called .But when run through F110 ...this loop stmt does'nt work

the control does'nt goes inside the loop ad directly goes to the end loop stmt.

I have'nt worked with extract therefore this is puzzling me .

waiting for some analysis ...

2 REPLIES 2
Read only

andreas_mann3
Active Contributor
0 Likes
418
Read only

0 Likes
418

Well Thx,

The extract is not empty.But since by the syntax in loop stmt of extract which part of extract it is looping not present,can't say which portion of extract needs values .Any way there was another problem ,since I had to debug in background mode it was bit tricky ...extracts are not very Likeable creatures anyway :-).

...