Exam 3
Exam 3
Exam 3
SNA
TCP/IP
LU6.2
CPI-C
organizing communication
BAPI
HTTP
JAVA
IDOC
XML
Domains
Data Models
Tables
Data Elements
Documentation
At Selection-Screen on sales.
If sales-low < 500.
Message E046.
Endif.
LDB
Sequential Files
Views
Database Tables
All lists
Secondary
Basic
SAP Memory
ABAP/4 memory
Tables
What is the code required in order to scroll the 3rd detail list
to page 5
Scroll LIST 3 5
Case OK_CODE
PAI
PBO
Module User_command
LEAVE PROGRAM
Defines Methods
Identify the order of tasks that would take place in a development project
A.Project Leader creates a change request and assigns developers to the change request
B.Developer creates repository objects and assigns objects to a package
C.Upon object creation, a task gets automatically created for each developer assigned to the change
request
D.Project Leader releases change request
E.Developer releases task
F.Objects are exported to the transport directory
ACBEDF
BACDEF
ABCDEF
line type
table
type
uniquene
ss
attribute
key
sequence
How much memory is reserved for the data object
input_record in the following statement.
5 bytes
0 bytes
4 bytes
12 bytes
Customizing
Workbench
Repository
Object Browser
Non Updateable
Remote-enabled
Normal
Enabled
Update
10
unlimited
1
defined by Basis
locally
named programs
UPDATE
PERFORM ASYNCHRONOUS
PERFORM .. .. ON COMMIT
Function Modules
A Dictionary Table
PERFORM.. .. ON COMMIT
Private section.
endclass.
method display_price.
course_name = im_course_name.
If course_name = c_objects101.
Write: price.
Endif.
endmethod.
endclass.
start-of-selection.
Cannot be instantiated
Your program has registered several handler methods. How does the program
know what methods are available for execution when an event is triggered
It is determined by the RAISE Event command
Class Methods
Class Definition
Object Instance
Class Implementation
An inherited class :