Hi Experts,
I have one problem in in my code. I have a selection sceen for input two dates and a check box in my screen. For Extractind data i m using folloing statement.
SELECTdebit credit profit loss tdate FROM Zpfaccount INTO
(itab-debit, itab-credit, itab- profit , itab-loss,i tab-tdate) WHERE TDATE BETWEEN FDATE AND EDATE.
FDATE and Edate my selection screen dates name.
but i need when i select checkbox and click on ok button the data should be extract on between these date as well as one more month of EDATE.
iternal table hold only between table data of FDATE and EDATE. Whenever i select checkbox the EDATE should be icremented by 1.(Ex. If EDATE is 28.02.2009 it should be 31.03.2009)
I hope u guys r getting my point.
Regards,
Swapnika