‎2007 Mar 25 1:51 PM
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 ...
‎2007 Mar 26 7:35 AM
hi,
so the extract seems to be empty
-> look http://help.sap.com/saphelp_47x200/helpdata/en/9f/db9ed135c111d1829f0000e829fbfe/frameset.htm
A.
‎2007 Mar 26 9:48 AM
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 :-).
...