ABAP Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 1654 Page Views: 

Which statement is used to define page footer in a ABAP report program?



Posted By: Avi Date: 2 October 2009 07:37:04 AM
 Answer:

END-OF-PAGE.


Posted By: eTechPlanet


Date: 2 October 2009 07:37:04 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image kauyFP
Related Questions
ABAP : What are the various Elementary Data Types in ABAP?

What are the various Elementary Data Types in ABAP?

There are eight predefined elementary data types in ABAP: 1) Character string (C) 2) Numeric string....
Category: ABAP Date: 9/18/2009 9:46:25 PM
ABAP : If RFC function module is called in same system i.e. RFC server and if destination is not specified then what will happen?

If RFC function module is called in same system i.e. RFC server and if destination is not specified ....

RFC function module will be executed as normal function module.
Category: ABAP Date: 9/18/2009 9:41:28 PM
ABAP : What is ABAP Dictionary?

What is ABAP Dictionary?

ABAP Dictionary is a central information repository for application and system data without redundan....
Category: ABAP Date: 9/18/2009 4:29:19 AM
ABAP : What is the difference between the TYPE and LIKE statements in data declaration?

What is the difference between the TYPE and LIKE statements in data declaration?

LIKE is used to define variables that are similar to data objects whereas TYPE is used to define var....
Category: ABAP Date: 9/18/2009 4:11:01 AM
ABAP : How you can verify if two internal tables are equal?

How you can verify if two internal tables are equal?

Two internal tables are equal if each pair of corresponding lines is equal
Category: ABAP Date: 9/18/2009 4:06:48 AM