Create A BADI Implementation Write Code in Methods

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 3

1) What are the steps you take if you want to use a BADI?

(2 right answers)
Modify adapter class
Create a BADI implementation
Write code in methods
Activate the Enhancement project.
2)

what are various control points used in source code ? (3 answers)


BREAK
BREAK-POINT
ASSERT
LOG-POINT
CHECK

3) In a Function Module that is a RFC module


where u can keep the EXCEPTIONS ? (1 answer)
IN EXPORT parameter with Call by reference
IN RETURN parameter with call by value
IN TABLES parameter with Call by value.
IN IMPORTING parameter with Call by value.
4)

In Enhancement techniques . Menu exits are defined with symbol(1 answer)


/
@
+
*

5)

while creating a transparent tables the mandatory settings are (3 answers)


DATA class
size category
buffering
primary key
MANDT field

6)

if a user want to add new fields to the existing SAP table which techniques are used?(2 answers)
Customizing include
append structure
insert fields
update

7)

For each Interface view there is a corresponding (1 option)


view
custom controller
window
Event

8)

A transparent table is created in the underlying table when you (1 option)


Activate the table
release
Save
create in dictionary

9)

A method in superclass should not be used by its subclass, then the method should be (1 option)
Public
final
protected
private

10) what should be done to add columns to the table from the context node of webdynpro.(1 option)
Right click on UI element and select create binding
Add datasource from the table
Create bind_table( ) method
11) New badi can implement following enhancement techniques. (3 option)
Program code
menu exit
screen exit
user exit
search help exit
12) Impilcit enhancement points and options contains (3 option)
pre-method
post-method
overwrite method
replace method

13)which of the following determine whether an application program offer a customer exit?(3 option)
Search by program
Search through repository information system
Search using CUSTOMER-FUNCTION word
Search using CUSTOMER-EXIT word
14) During update, changes are transferred from VB* tables to database tables using (1 option)
Background workprocess
Update workprocess
Spool workprocess
Dispatcher

15) Which are the following workbench tools used for development of objects?(3 option)
Class builder
Abap Dictionary
Menu Builder
Screen Painter
16) After a project employee completes the required task, he or she should do the following (1 option)
Transfer the task to production system
Release the task within the change request
Export the project request

17)While implementing Authorization checks , first u have to define (2 option)


Authorization ID
Authorization Object
Authorization Field
Authorization value
18) When a table type is added to a structure what is created (1 option)
Flat structure
Deep structure
Nestedstructure
19) A Table with Buffering option, Full Buffering is used for (1 option)
Small tables seldomely changed
small tables frequently changed
large table seldomely changed
large table frequently changed
20)views that use outer join for selection method of search help (1 option)
Database view
Help view
Maintenance view

You might also like