SAP---ABAP

Monday, May 12, 2008

ABAP/4 Interview Qns and Answers

56) How would u go about improving the performance of a Program, which selects data from MSEG & MKPF?

Ans


57) How does System work in case of an Interactive Report?


Ans



58) What is LUW?


Ans Logical Unit of Work



59) Different types of LUWs. What r they?

Ans Two types of LUW are:

1)
DB LUW - A database LUW is the mechanism used by the database to ensure that its data is always consistent. A database LUW is an inseparable sequence of database operations that ends with a database commit. The database LUW is either fully executed by the database system or not at all. Once a database LUW has been successfully executed, the database will be in a consistent state. If an error occurs within a database LUW, all of the database changes since the beginning of the database LUW are reversed. This leaves the database in the state it had before the transaction started.
2) SAP LUW - A logical unit consisting of dialog steps, whose changes are written to the database in a single database LUW is called an SAP LUW. Unlike a database LUW, an SAP LUW can span several dialog steps, and be executed using a series of different work processes.


60) What is First event triggered in program?

Ans


61) What are various Joins? What is right outer join?

Ans


62) How do u find out whether a file exits on the presentation server?

Ans eps_get_directory_listing for directory


63) Systems fields used for Interactive Lists AND Lists


Ans Interactive System Fields: SY-LSIND, SY-CPAGE, SY-LILLI, SY-LISEL, SY-LISTI,

SY-LSTAT, SY-STACO, SY-STARO


Lists: SY-COLNO, SY-LINCT, SY-LINNO, SY-LINSZ, SY-PAGNO,

SY-TVAR0…..SY-TVAR9, SY-WTITL


64) Logo in SAP Script?


Ans RSTXLDMC OR


Steps for making and inserting Logo in SAP Script:


First Procedure:

1) Draw the picture

2) Save it

3) /nSE78

4) Write name & Choose Color

5) Click on Import

6) Browse picture

7) Enter

Second Procedure

1) /nSE71

2) Insert

3) Graphics

4) Click on stored on document server

5) Execute

6) Choose name of BMAP

No comments: