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

hi, experts

Former Member
0 Likes
369

1.could any one please explain me how to create a z tables with example,for z

tables indexes (is it necessary),plz mention the steps.what's the use of z

tables?

2. what is the minimum criteria for top-of-page( i said, used to display list headers

in o/p)but the interviewer was not satisfied ,plz tell this one and also when will it

triggers?

3. wat isthe diff b/w sy-lsind ( indicates the index value of the list) sy-index?

4.wat is the function code for at line-selection?

waiting for the response

murali

1.could any one please explain me how to create a z tables with example,for z

tables indexes (is it necessary),plz mention the steps.what's the use of z

tables?

2. what is the minimum criteria for top-of-page( i said, used to display list headers

in o/p)but the interviewer was not satisfied ,plz tell this one and also when will it

triggers?

3. wat isthe diff b/w sy-lsind ( indicates the index value of the list) sy-index?

4.wat is the function code for at line-selection?

waiting for the response

murali

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
343

1) There are a lot of steps here, check SAP Help.

2) This is trigger when the LINE-COUNT is exhausted and you need to have at least one WRITE statement in the event.

2) Sy-Lsind is the list indicator, SY-INDEX is an index set when inside a DO loop.

4) PICK

Regards,

Rich Heilman