1) What is read with binary search?
2) I have initialization write ?a?
Top-of-page write ?b? what is the output
for this/
3) If I don?t have start of selection event in report
will it execute?it is mandatory or not?
4) What is table maintenance generator?
5) Is it advisable to have secondary index/
6) How we will imlement BAPI?
7) What is process code in idoc?
8) Where the information msg will display?
9) Where warning msg will display?
10) Where we use watch point?what exactly watch point
means?
11) What is a spool?
12) What is program name that contains all print
program names and form names other than TNAPR?
13) How we will capture errors in bapi?
14) How to transfer std text from production to quality?
Answers were Sorted based on User's Feedback
Answer / siddharth samal
1) BINARY SEARCH DIVIDES THE ENTIRE SELECTION PROCESS INTO
TWO PARTS SO ITS HELP FOR PERFORMANCE TUNING.
2) I GUESS ONLY 'b' WOULD BE PRINTED.
3) NO ITS NOT MANDATORY TO CALL THE START OF SELECTION
EVENT.
4) bY RUNNING THE TABLE MAINTENANCE GENERATOR THEN YOU CAN
MAINTAIN THE TABLE THROUGH SM30 DIRECTLY.
5) YES IF ITS A HUGE TABLE AND THE VALUES ARE RARELY
CHANGED.
6) THROUGH CALL FUNCTION AS BAPI IS A FUNCTION MODULE.
8)IN THE STATUS BAR WITH A COLOUR YELLOW
9) I GUESS A POP UP SCREEN OR THE STAUS BAR.
10) IF YOU DEFINE A FIELD NAME IN A WATCH POINT AND YOU RUN
YOU PROGRAM, IF THE VALUE IN THAT PARTICULAR FIELD CHANGES
THEN THE PROGRAM HAULT THERE. ITS VERY MUCH USEFULL FOR
DEBURGING.
11) THE SPOOL CONTAINS ALL THE PRINTING REQUEST. IT IS A
WORK PROCESS IN THE APPLICATION SERVER. YOU CAN SEE IT IN
SPAD T-CODE.
12) NO I DONT KNOW.
13) THROUGH RETURN CODE THAT IT EXPORT AFTER RUNNING.
14) RAISE A REQUEST THROUGH SO10 THEN THROUGH STMS
TRANSPORT.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sap
Question 1): Binary Search is used to read the data from
table to increase the performance of retrieving the data
becos there would be large amount of data to read some
times.
Question 3): Actually the default event in report is 'start-
of-selection' so its not mandatory .
Question 7): Process codes: refer to an workflow or FM
which helps in reading or writing data to Idoc.
Question 10): Watchpoints allow you the option of
monitoring the content of individual variables.
The Debugger stops as soon as the value of the monitored
variable changes.
In addition, conditions can be specified. The Debugger also
checks whether such a condition is fulfilled.
Hope this helps you!
Is This Answer Correct ? | 0 Yes | 0 No |
The output of the second question is :-
a
b
Is This Answer Correct ? | 1 Yes | 2 No |
what is the use of CTU_PARAMS hwen we r working with BDC?
How to add a column to a table control while using alphanumerical layout editor ?
How to create Extended Idoc?
20) What is the difference bewtween client dependent tables and client independent tables?
what are Program Events and Run time Events in Reports
How LSMW is advantageous than normal BDC?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
Name some data dictionary objects?
layout conversion?
2)what is the differnce between user exits and Badi
What is the difference between table and template?
What are the components of sap scripts? : abap hr