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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are smart forms?

809


Explain the advantages of different types of bdc's?

724


What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary

802


I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/

2015


What are dml commands in abap?

852


What is the significance of hide?

752


What are the 2 other types of views, which are not allowed in release 3.0?

801


If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)

2272


Can a domain, assigned to a data element be changed?

806


Explain what are standard layouts sets in the sap script?

1120


How do you write a function module in sap?

766


What are internal tables? : abap hr

714


What is a sequence of event-triggered in report?

850


Work most on which module: name a few tables?

756


How do you Export a session ?

1632