Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

itab

Former Member
0 Likes
815

sy-field for internal table process?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
790

sy-subrc,

sy-tabix,

sy-index.

Regards

Nilesh

6 REPLIES 6
Read only

Former Member
0 Likes
790

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

Read only

Former Member
0 Likes
790

Sorry, but what is your real question ?

Read only

Former Member
0 Likes
791

sy-subrc,

sy-tabix,

sy-index.

Regards

Nilesh

Read only

0 Likes
790

Ok I know what you mean !

I think you can use too :

sy-tfill

sy-tleng

Read only

Former Member
0 Likes
790

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.

Read only

Former Member
0 Likes
790

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.,