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 event is trigger wen screen is displayed?Before displaying Initailization and Pressing enter At selection- Screen..............But at the selection displayed and we are entering values naa that time?
Which method of BDC’s would u apply ? Session or call transaction ? why ? Which is more good ? Its advantages ?
What is a logical database?
What happens when we initialized the internal table with OCCURS 5 ?
How do you handle in Call Transaction?
How data is stored in cluster table?
Will the views get effected when updating the database?
whats the difference between range & select-option??
What are the functional modules used in sequence in bdc? : abap hr
How to transfer the objects? Have to transferred any objects?
What are the user groups?
CAN WE DEBUG A IDOC? IF YES HOW TO DEBUG IN INBOUND SIDE AND OUTPUT SIDE.