sunil


{ City } hyderabad
< Country > india
* Profession * sap-abap consultant
User No # 14431
Total Questions Posted # 0
Total Answers Posted # 9

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

Users Marked my Answers as Correct # 56
Users Marked my Answers as Wrong # 61
Questions / { sunil }
Questions Answers Category Views Company eMail




Answers / { sunil }

Question { FutureSoft, 24290 }

what is TNAPR table?


Answer

TNAPR is a database table which contains predefined Forms
and its Print Programs

Is This Answer Correct ?    15 Yes 2 No

Question { Wipro, 48273 }

What are control break statements?


Answer

Control break statements are
1. At First
2. At Last
3. At New
4. At End of
And all these statements work only between Loop and Endloop.

Example:
F1 F2 F3
1 A B
1 B C
2 C A
3 D E

here F1, F2 and F3 are the three fields

if we apply the At New statement between these three fields
then the output would be
1 b c
2 c a
3 d e

Is This Answer Correct ?    10 Yes 5 No


Question { Patni, 58923 }

In ABAP What is the Use of "FOR ALL ENTRIES" Clause & when
it is being used. And what it really does?


Answer

For ALL Entries is used to join two different tables. By
tables i mean the internal tables. For All Entries has an
internal where condition in it. which makes the selection
process much faster. But still it is always better to use
inner joins when you have to join two database tables.

Is This Answer Correct ?    18 Yes 32 No

Question { SGT, 6423 }

What are the mandatory fields to be filled in Transaction
Code "VA21" for sales order quotation creation.


Answer

Quotation Type
Sales Organization
Distribution Channel
Division
these are the mandatory fields

Is This Answer Correct ?    2 Yes 1 No

Question { 7428 }

what is the use of CTU_PARAMS hwen we r working with BDC?


Answer

CTU_PARAMS is a system structure, used for handling variable
screen size dynamically.

Is This Answer Correct ?    3 Yes 0 No

Question { Deloitte, 8555 }

What are the Text – elements inscripts. Where you declare
this. What is the use to this.


Answer

text-elements are used to declare the variables of the
window of a form. variables here are the static variables.

Is This Answer Correct ?    2 Yes 0 No

Question { HP, 8420 }

n an internal table you want to modify content of a
particular field in a row. How to do it?


Answer

MODIFY transporting

Is This Answer Correct ?    3 Yes 1 No

Question { Siemens, 17824 }

In Dialog Programming Table Control,how to make only one row
editable?


Answer

Double click on the field which u want to edit a properties
window is displayed on the right side of the screen, in that
window look for Attributes portion -> goto Programs tab->
and select the input as input possible. and if u want the
field to be greyed out. select not possible.

Is This Answer Correct ?    3 Yes 14 No

Question { IBM, 6562 }

What is RFC? When it is use?


Answer

Passing the calculated data from SAP application to non-sap
application,or vice-versa then we go for RFC. RFC stands
for Remote function Call.

Is This Answer Correct ?    0 Yes 6 No