‎2007 Apr 27 10:12 AM
‎2007 Apr 27 10:21 AM
‎2007 Apr 27 10:19 AM
sy-tabix for current loop pass of the table
sy-index is available only for do and while loops
can you please clarify what exacty are you looking for?
Message was edited by:
Reema Jain
‎2007 Apr 27 10:20 AM
‎2007 Apr 27 10:21 AM
‎2007 Apr 27 10:27 AM
Ok I know what you mean !
I think you can use too :
sy-tfill
sy-tleng
‎2007 Apr 27 10:22 AM
Hi Pinky,
There is variable SY-TFILL and this will be used when you want to modify an itab.
This variable will take no. of records in an itab.
eg:- loop at itab2 into workarea2 from 1 to sy-tfill.
modify itab from workarea2 transporting field where condition.
endloop.
In this case both the itabs should have same structure.
Regards,
Aditya.
‎2007 Apr 27 10:28 AM
Hi Pinky
jst check out the table SYST for the various system fields
it is not used for internal table operations and also for the validations , also to display the sytem current date , time etc.,