Untitled
Untitled
Untitled
For which of the following requirements can you implement a funcional method ?
A private static helpeer method this return a single value as the result at an algorithm
A method to set an instance atribute with one implementing parameter and no other parameters
A handler method for an event that has a returning parameter
A factory method that returns an object reference
Use the database utility to enhance the definition on the database directly
Create an append structure contanning the new fields
Define a structure contanning the new fields and lecture it in the table definition
Add the new fields to the table definition
Which data type is allowed for the reference field of the currency field?
CUKY
UNIT
CURR
DEC
you want to loop over an internal table without copying each table row to a work area
you want to read data from two database tables A and B using a database join Database B
contains details for data record matching rows
from A and B plus all rows from A that do not have matching rows in B.
which statement do you use ?
XSTRING
STRING
F
P
What is the SAP recommended naming convertion for append structures at standard SAP tables?
which ABAP statement using the local type gty_1 correctly defines a data object ?
note there are 2 correct answers to this question
An ejecutable ABAP program contains a standar selection screen and uses the event blocks at SELECTION SCREEN AT SELECT
in which sequence will ABAP runtime call these event blocks ?
1 INITIALIZATION
2 AT SELECTION SCREEN OUTPUT
3 START OF SELECTION
4 AT SELECTION SCREEN
1 INITIALIZATION
2 AT SELECTION SCREEN
3 AT SELECTION SCREEN OUTPUT
4 START OF SELECTION
1 AT SELECTION SCREEN OUTPUT
2 INITIALIZATION
3 AT SELECTION SCREEN
4 START OF SELECTION
1 INITIALIZATION
2 AT SELECTION SCREEN OUTPUT
3 AT SELECTION SCREEN
4 START OF SELECTION
Which of the following features do you have to consider when you are shared objects ?
Note there are 3 correct answers to this question
you have writen a program to output data using the ALV grid control
which sequence of steps should be executed at runtime?
When do you need to use the GROUP BY clause in the SELECT statement ?
You have implemented a class CL_CUSTOMER in which you defined a private attribute
you perform in update task using update funcion modules and detect an error in the program that calls the update funcion
Which statement can be used to discard all update requests for the current SAP LUW
NOTE there are 2 correct answers to this question
ROLLBACK WORK
MESSAGE exxk(nmn)
MESSAGE mckr(nmn)
DELETE UPDATE
EXIT
Funcion modules
Methods
subradtimes
Dialog modules such as PBO modules
Event blocks such as START OF SELECTION
you have defined a classical screen(dynpro) with mandatory input fields you want to exit the screen using the cancel button
Use the LOOP AT SCREEN ENDLOOP statement to set the "required" property of the input field to zero
Assign function type E to the cancel button and handle d in module with the addition AT EXIT COMMAND
Set the function code assigned to the cancel button to cancel and hande t is a module with the adition AT EXIT COMMAND
set the funtction type assigned to the cancel button to S and habdle t a module with the addition AT EXIT COMMAND
SUPER
ME
SENDER
THIS
How can you declare an internal table using the transparent table A as its line Type ?
CL_ABAP_DATADESCR
CL_ABAP_TYPEDESCR
CL_ABAP_COMPLEXDESCR
CL_ABAP_ELEMDESCR
Compared to a predefined ABAP type what additional properties can be assigned to a domain ?
Note there are 3 correct answers to this question
Value tables
conversion exits
searh helps
* PARAMETER IDs
* Fixed values
An elementary field
A reference to an internal table
An internal table
A structure variable
you are required to add customer source code in the SAP delivered object using the new enhancement framwork
without notification
Where can you define global data types that are visible system-wide ?
Note there are 3 correct answers to this question
How can you maintain documentation for input fields on your screen ?
Type pools
Domains
Field symbols
Internal tables
Transparent tables
wddoingnavigation()
wddoingopen()
wddoint()
wddointclose()
you always want to check the user authorization for data entered in an input field of a selection screen
you created a transparent table and during activation got a warning message Enhancement category for table missing
what do you have to do to eliminate the warning message ?
select any option other than not classified from the enhancement category
change the data class and size category in the technical settings
select the option Nat classfied from the enhancement category
Provide the correct reference field for the currency or quaritly field
in which database table type is there a one to one relationship between the dictionary table definition and
the relevant phisical tale at the database ?
internal table
pooled table
Cluster table
Transparent table
SAPFZATP
SAPLZATP
SAPMZATP
ZATP
which options do you have to read data from multiple tables while using a SELECT statement ?
note there are 3 correct answers to this question
Database views
Nested select statements
pooled tables
nested loop statements
join statements
you are establishing the business logic layer for a web dynpro componet
which statement would you use to access the content of the referenced variable ?
a custom transparent table was created with delivery class A and a table maintenance view was generated for this table yo
the delivery class to c and the what additional steps do you have to complete ?
Modifity
select
update
insert
delete
you are using the new debugger and you wart to change the content of an internal table
what is mandatory for automatic data transport between a variable and an input field on a classical screen ?
NOTE there are 3 correct answers to this questions
which of the following ABAP data types are compatible with the generic character type CUKE ?
N
C
DECFLOAT
STRING
XSTRING
how can you improve the performance when accessing a large data volume database table ?
Domain
component of a structure
data element
field of a transparent table
Selection method
fixed values
import /export parameters
Attribute
Node
Element
suppy funtion
Break /watchports
Objects
Desktop 1
list
session
A type C data object with the value ´t 50E4´ to a type 1 data object
Data gv_c(b) TYPE c VALUE ´t 50E4´.gv_i TYPE i. gv_i=gv_c
How do you program af input validation on a selection screen that allows users to correct their input '
implement a check at the event AT SELECTION SCREEN in case of an input error, a type E MESSAGE must be displayed
implement the check at the event AT SELECTION SCREEN in case of an input error, a type A MESSAGE must be displayed
implement the check at the event AT SELECTION SCREEN OUTPUT in case of an input error, a type E MESSAGE must the displa
implement the check at the envent END OF SELECTION in case of an input error, a type E MESSAGE must be displayed
Header size
table size
access type
line type
table key
EXPORTING
RETURNING
CHANGING
IMPORTING
when analysing a program, which tasks can you perform using the code inspertor ?
note there are 3 correct answers to this question
which SELECT statement will always bypass the SAP table buffers ?
Application controller
view controller
windows controller
component controller
user controller
you want to define two database tables with diferent structures both tales should contain the fields CHANGE_DA
how do you implement this in order to minimize the maintenance effert ?
Define on append structure with theese two fields and assing this append structure his both database tables
Define a structure with these two fields and include this structure in hoth database tables
Define the two fields in one database table and copy them to the other database table
Define the two fields in each database table separately
* 01 * 02
MOVE 01 ?TO 02
MOVE 01 TO 02
C2 ?* 01
Reports
events
subrutenres
Inheritance
Information integration
Application platform
Enterprise resource planning
Supply chain Management
People integration
which of the following statement dynamically changes the data type of field z1 ?
Assign z1 to <fs>
Move z1 to <fs>
unassing <fs>
assign z1 to <fs> casting
Which comparison operators can you are in a logical expression related to WHERE clause of the SELECT statement ?
Note there are 3 correct answers to this question
GT ( greater than)
CO (contan only)
EQ (equals)
LIKE (file pattem)
CP (convert pattem)
in the tectnical setting for a transparent table, bufering is switched on and single record buffering is selected
which statement user the buffered data assuming that the WHERE clasuse contains restrictions for all key fields ?
SELECT SINGLE
SELECT SINGLE FOR UPDATE
SELECT INTO TABLE
SELECT ENDSELECT
Field labels
search help
technical information
Documentation
SAP Notes
Support packages
tranports
Enhancement packages
Deployment from SDN SAP COM
what must you do to define a database view using the ABAP dicionary ?
note there are 3 correct answers to this question
where can you set the GUI status and GUI title for a classical screren(dynpro) ?
visible
value
state
enable
which of the following tasks does the BADI implementing calss perform ?
Deleting
sequencing
Filtering
Inserting
conversion of open SQL statements from ABAP statement into the corresponding database statements
Databse independience of application programs
Access to SAP table bufiers
Data consistency check using foreing key relationships
syntax check of native SQL commands
DECFLOAT34
DECFLOAT64
DECFLOAT32
DECFLOAT16
Menus
Databases tables
Data elements
Source code
Screens
RESPUESTA
NGE_TIME