Earn Money
Trading Forex Online
Paramount Airways
Free Data Recovery
Cargo
Job Portal
HSBC Investment
Management
Cheap Web Hosting
Make Trip
Cheap Air Travel
Leisure Hotel
Free Air Travel
Mutual Fund Informations
Cheapest Cellular Plan
Free Sexy Indians
Call Center Software
Hot Indian
|
Programming Help |
Homework Help |
Counseling
Astrology Advice |
Tarot Advice |
Parenting
Dating Advice |
Love Advice |
Divorce Advice
Legal Advice |
Debt Advice |
Career Advice
END-OF-SELECTION
Point after processing all lines offered
by the logical database.
To define a processing block after the system has read and processed all database
tables of a logical database, use the keyword END-OF-SELECTION.
The following events occur during the processing of the output list of a report program:
Event keyword
Event
--------------------------------------------------------------------------------------------------
TOP-OF-PAGE
Point during list processing when
a new page is started
END-OF-PAGE
Point during list processing when a page
is ended
The following events occur during the display of the output list of a report program:
Event keyword
Event
----------------------------------------------------------------------------------------------------
AT LINE-SELECTION
Point at which the user selects a line
AT USER-COMMAND
Point at which the user presses a
function key or enters a command in the
command field.
AT PF<nn>
Point at which the user presses the
function key with the function code
PF<n>
With the selection screen, ABAP/4 offers an interactive element also for report
programs. You can define a selection screen without having to bother about all the
details required in dialog programming.
The selection screen is always processed directly after a report program is started. The
user can enter field values and selection criteria on this screen.
The main purpose of the selection screen is to enable the user to control the database
selections of the report program. If a report program is started from another ABAP/4
program with the SUBMIT statement (see Calling Reports), the selection screen objects
also serve as a data interface,
With a selection screen defined in the report program, you can enable the user to
·
assign values to variables with the PARAMETERS statement
·
determine selection criteria with the SELECT-OPTIONS statement
How do you read selected lines of database table into an internal table in
packages of predefined size.
SELECT * FROM <SPFLI> INTO TABLE <ITAB> PACKAGE SIZE <N>.
where 'n' is variable.
|
Earn Money
Trading Forex Online
Paramount Airways
Free Data Recovery
Cargo
Job Portal
HSBC Investment
Management
Cheap Web Hosting
Make Trip
Cheap Air Travel
Leisure Hotel
Free Air Travel
Mutual Fund Informations
Cheapest Cellular Plan
Free Sexy Indians
Call Center Software
Hot Indian
|