Skip to Content
0
Former Member
May 13, 2008 at 05:23 AM

inside loop

63 Views

Hi,

i am trying to print softex form for the past month. So how many orders are there in past month that much forms should be generated. In my case i have created one internal table and i am getting all the sales order details in that period. Then i have passed that internal table into smartform and i have created one loop & i have put condition like this IT_FINAL INTO WA_FINAL. and inside the loop i have created one text & i have passed the work area

&WA_FINAL-VBELN& . VBELN IS NOTHING BUT SALES ORDER NUMBER. My problem is that while running the driver program in my smartform first form it is showing all the sales order numbers. for avoiding this problem what condition i have to write. Please help me.