phani prathap.m


{ City } bangalore
< Country > india
* Profession *
User No # 11615
Total Questions Posted # 0
Total Answers Posted # 8

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 46
Users Marked my Answers as Wrong # 13
Questions / { phani prathap.m }
Questions Answers Category Views Company eMail




Answers / { phani prathap.m }

Question { Satyam, 21082 }

Suppose u r using FOR ALL ENTRIES. What happens when there
is no data in the itab which is using all the entries?


Answer

Hi All,
If we use FOR ALL ENTRIES, first internal table should
have at least one record ( ie, it should not initial ).The
data will fetch from database based on second select
statement,irrespective of first internal table records ,
because first internal table is empty.

It is best practice to use IF NOT I_TAB1[] IS INITIAL.
Because we use FOR ALL ENTRIES statement to avoid the
duplicates entries.

Is This Answer Correct ?    10 Yes 3 No

Question { CSC, 8810 }

What are control commands in Scripts?


Answer

Control commands in script are like,
1. If / Endif.
2. Address / Endaddress.
3. Protect / Endprotect.
4. Case / Endcase.
5. Bottom / Endbottom.

Thse are the some of examples.

Is This Answer Correct ?    7 Yes 0 No


Question { 16937 }

iam having 3 internal table how can i pass data to the 4th
internal table


Answer

Put loop for one internal table , within that read internal
tabe 2 & 3.
Populate data into internal table 4 by using move statement
within the loop.

Is This Answer Correct ?    3 Yes 3 No

Question { IBM, 10754 }

HOW MANY EDITORS ARE THERE IN SAP ABAP. WHAT ARE THEY AND
THERE USES.


Answer

Hi,
I think there r 3 types of editors.
1. ABAP Editor------> SE38.
2. Screen Editor----> SE51.
3. Script Editor----> Se71.

Is This Answer Correct ?    8 Yes 0 No

Question { 7418 }

can anyone told me name of abap interview question book
with autor name?


Answer

No need 2 buy other books.....
Frequently browse this site http://www.allinterview.com....
That is enough.... OK.

Regards,
Phani

Is This Answer Correct ?    3 Yes 5 No

Question { 4722 }

The Logo Upaloaded got Inverted , then How you are going to
handle this situation ?


Answer

First u download ur logo to GUI and change the image ( filp
/ rotate whatever u require ) and then upload it into
document server. If it is .bmp file go for SE78 or if it is
.tff file go for standard program RSTXLDMC.

If i am wrong please correct me.


Regards,
Phani.M

Is This Answer Correct ?    5 Yes 0 No

Question { 5491 }

The logo uploaded using RSTXLDMC programe, Where it is going
to store ?


Answer

It will store in Document Server.

Is This Answer Correct ?    4 Yes 2 No

Question { IBM, 5557 }

During performance analysis you found one select statement
taking long time. How to correct it?


Answer

If we found perticular SELECT Statement is taking long time,
We have to use proper WHERE conditions and have to use KEY
FIELDS at WHERE condition.

Is This Answer Correct ?    6 Yes 0 No