ABAP

Google



43. Are programs client dependent? 43. Are programs client dependent? 43. Are programs client dependent? 43. Are programs client dependent? ANS:- Yes.Group of users can access these programs with a client no. 44. Name a few system global variables you can use in ABAP programs? 44. Name a few system global variables you can use in ABAP programs? 44. Name a few system global variables you can use in ABAP programs? 44. Name a few system global variables you can use in ABAP programs? ANS:- SY-SUBRC,SY-DBCNT,SY-LILLI,SY-DATUM,SY-UZEIT,SY-UCOMM,SY- TABIX..... SY-LILLI IS ABSOLUTE NO OF LINES FROM WHICH THE EVENT WAS TRIGGERED. 45. What are internal tables? How do you get the number of lines in an internal 45. What are internal tables? How do you get the number of lines in an internal 45. What are internal tables? How do you get the number of lines in an internal 45. What are internal tables? How do you get the number of lines in an internal table? table? table? table? How to use a specific number occurs statement? How to use a specific number occurs statement? How to use a specific number occurs statement? How to use a specific number occurs statement? ANS:- i)It is a standard data type object which exists only during the runtime of the program. They are used to perform table calculations on subsets of database tables and for re-organising the contents of database tables according to users need. ii)using SY-DBCNT. iii)The number of memory allocations the system need to allocate for the next record population. 46. How do you take care of performance issues in your ABAP programs? 46. How do you take care of performance issues in your ABAP programs? 46. How do you take care of performance issues in your ABAP programs? 46. How do you take care of performance issues in your ABAP programs? Performance of ABAPs can be improved by minimizing the amount of data to be transferred. The data set must be transferred through the network to the applications, so reducing the amount OF time and also reduces the network traffic. Some measures that can be taken are: - Use views defined in the ABAP/4 DDIC (also has the advantage of better
Hosted by www.Geocities.ws

1