‎2007 Jul 03 11:14 AM
i am creating BDC ERROR FILE. here whatever i am tranfering error file by using function module "DOWNLOAD".In that output screen first second files are coming blanks ,after that error record is showing.i want to delete that blank lines,please give me any idea.
one more question is here if there is two error then there is 2 blank lines,if there is 4 error first 4 line are blank,so what shall i will do ?
Message was edited by:
pinkuna misra.m
‎2007 Jul 03 11:20 AM
before downloading delete the first 2 lines
do 2 times.
delete itab index 1.
enddo.
‎2007 Jul 03 11:20 AM
before downloading delete the first 2 lines
do 2 times.
delete itab index 1.
enddo.
‎2007 Jul 03 12:07 PM
Hi ,
Do like this..
Describe itab line l_count.
bl_lines = l_count / 2.
do bl_lines.
delete itab index 1.
enddo.
Hope it may solve your problem.
Regards,
Jayaram...
‎2007 Dec 08 1:18 AM
could you please send the XI material <b>TBIT 41, 42, 43, 44</b> to jwelit@yahoo.com...
thanks in advance..
‎2007 Dec 09 12:47 PM
Hi,
Please check while appending the error records in the internal table, any blank line has been added by using APPEND statement.....Try to find out the APPEND statement which is adding the blank line....
Thanks,
Aditya......