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

urgent

Former Member
0 Likes
615

1. How to pass strings as parametres in methods of ABAP Object Class?

2. Which command in ABAP Editor to be used to improve the readability of the program code ?a) syntax checkb)...

3. What is the difference between SY-TABIX and SY-INDEX

4. what is the difference between SE38 and SE80?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
583

hi sami,

2.to improve readability use pretyprinter option, and write the code using subroutiens, FM's and with comments etc,

3. sy-tabix is loop counter in loop ,endloop.

sy-index is loop counter in do ,enddo.

4. se 38 -abap editor u can create ,change the reports(executable prog's), include progs,

se80 Object Navigator , from here u access all the objects.

reward if useful,

regards,

chandu.

1. How to pass strings as parametres in methods of ABAP Object Class?

2. Which command in ABAP Editor to be used to improve the readability of the program code ?a) syntax checkb)...

3. What is the difference between SY-TABIX and SY-INDEX

4. what is the difference between SE38 and SE80?

4 REPLIES 4
Read only

Former Member
0 Likes
583

interview questions are forbidden in this forum, please respect that.

Read only

Former Member
0 Likes
584

hi sami,

2.to improve readability use pretyprinter option, and write the code using subroutiens, FM's and with comments etc,

3. sy-tabix is loop counter in loop ,endloop.

sy-index is loop counter in do ,enddo.

4. se 38 -abap editor u can create ,change the reports(executable prog's), include progs,

se80 Object Navigator , from here u access all the objects.

reward if useful,

regards,

chandu.

Read only

Former Member
0 Likes
583

hi

it will be better if u search on forum topic wise and get answer ur self instead of posting .

or refer some site having interview question .

regards

sachin sharma

Read only

Former Member
0 Likes
583

hi,

3. sy-tabix : used to count number of iterations in loop-endloop.

only for Internal tables.

sy-index : used to count the number of iteration in Do-enddo, and select-endselect.

4. se 38 - Normal Editor,

se 80 - Object Navigator in which all are integrated at one palce Like se51, se41,se91, se93 etc;

2. try to use ABAP New Editor, there readability of the code will be good.

Regards

Sandeep Reddy