ABAP Self Test Q & A

简介: 1) Authorization Objects  ( this question has more than 1 answer )  a) Stored in User Master  b) Defines fields for a complex authority check  c) Gr.

1) Authorization Objects 
( this question has more than 1 answer ) 
a) Stored in User Master 
b) Defines fields for a complex authority check 
c) Grouped together in profiles 
d) Covers up to 10 fields 
e) Consists of up to 10 authorization objects

2) Authorization Checking 
( this question has more than 1 answer ) 
a) performed with SELECT statement  
b) performed with AUTHORITY-CHECK 
c) determines if user has authority in master record 
d) always refers to authorization profile 
e) system admin defines which authorization checks are executed

3) Authorization 
( this question has more than 1 answer ) 
a) contains value for field of an authorization object 
b) defines fields for a complex authorization object 
c) can be grouped together in profiles 
d) always refer to a particular authorization 
e) authorizations and profiles are stored in user master record

4) Using SM35 – in which case does the system check authorization: 
( this question has more than 1 answer ) 
a) always 
b) process / foreground  
c) display errors only 
d) process / background 
e) system decides based on profile

5) Search Helps: 
( this question has more than 1 answer ) 
a) called at POV 
b) controls how fixed values are displayed when F4 is pressed 
c) allow different views of info when help is required 
d) object stored in data dictionary 
e) field names starting with H_

6) Append Structures 
( this question has more than 1 answer ) 
a) append to table without modifying table itself 
b) can be assigned to several tables 
c) same as substructure 
d) use like any other structure 
e) you must convert table once append is added

7) Check table 
( this question has more than 1 answer ) 
a) value table assigned to a domain 
b) internal table whose contents are used to check input values 
c) table assigned to 1 or more fields if a FK (foreign key) table for checking input values 
d) table for which a FK is defined 
e) table to which a FK refers  
  
8) Modify SAP objects: 
( this question has more than 1 answer ) 
a) R/3 prevents modifications be user id DDIC and SAP* 
b) Objects can be changed with registration 
c) Register objects in OSS 
d) Carry out modification without registration 
e) Adjust modified object in upgrade

9) Activities required at upgrade when applying hot pack: 
( this question has more than 1 answer ) 
a) adjust modified object 
b) everything is automatic 
c) release correction before update 
d) abap dictionary tables, data elements and domains are adjusted during upgrade 
e) abap dictionary objects not handled seperately

10) SELECT-OPTIONS COUNTRY FOR LFA1-LAND1: 
What will internal table be?  
a) LAND1 
b) LFA1 
c) COUNTRY 
d) LFA1-LAND1

11) In program A function module F is called from function group G for the first time. Which one is correct: 
a) coding of entire function group G is loaded in the roll area 
b) global data from A can be accessed in F 
c) A and F have common work areas for dictionary table 
d) Function module F is called in a separate internal session 
e) Function module F can not call any sessions

12) from transaction A you call transaction B with LEAVE TO TRANSACTION B: 
a) internal system session opened for B 
b) LEAVE can be used to return from B to A 
c) Data from A can be accessed in B 
d) A can pass data to B with export 
e) A can pass data using SET

13) What is a SAP LUW:  
a) a modularised unit in ABAP programs 
b) all the updates for 1 SAP transaction 
c) a logical grouping of database updates that should all be performed at the same time 
d) the section of program code from setting a lock until it is released 
e) all actions between first and last database update in transaction

14) Why do update functions have attributes of  either START NOW (v1) or START DELAYED(V2): 
a) define whether update task triggered immediately 
b) combine synchronous and asynchronous updates 
c) assign different priorities 
d) take different speed of servers into account 
e) enable reaction to termination n V1

15) Relationship between SAP transactions and database transactions: 
a) each SAP corresponds to one database 
b) update requests of one SAP transaction are distributed amongst several database transactions 
c) one database group change request of several SAP 
d) database transaction is an internal system representation of SAP transactions    

Answers: 
  1) b, c, d 
  2) b, d 
  3) a, c 
  4) b, c, d 
  5) a, c, d 
  6) a, d 
  7) a, c, e 
  8) b, c, e 
  9) a, c, d 
10) c 
11) a 
12) a, d, e 
13) c 
14) c 
15) b                        *-- Peters

专注于企业信息化,最近对股票数据分析较为感兴趣,可免费分享股票个股主力资金实时变化趋势分析工具,股票交流QQ群:457394862

本文转自沧海-重庆博客园博客,原文链接:http://www.cnblogs.com/omygod/archive/2007/12/16/997004.html,如需转载请自行联系原作者
目录
相关文章
|
Java 测试技术 Apache
ABAP和Java的单元测试Unit Test
ABAP和Java的单元测试Unit Test
ABAP和Java的单元测试Unit Test
|
测试技术 API
四种ABAP单元测试隔离(test isolation)技术
四种ABAP单元测试隔离(test isolation)技术
150 0
四种ABAP单元测试隔离(test isolation)技术
ABAP table buffer test
Created by Wang, Jerry, last modified on Jun 29, 2016
104 0
ABAP table buffer test
使用代码执行ABAP unit test
使用代码执行ABAP unit test
177 0
|
1月前
|
存储 数据处理 开发者
ABAP 如何把 unicode 代码点转换成字符
ABAP 如何把 unicode 代码点转换成字符
19 0
|
16天前
|
存储
使用 ABAP 代码打印出 SAP CRM 系统里所有维护了 Sales Area 的 business partner id
使用 ABAP 代码打印出 SAP CRM 系统里所有维护了 Sales Area 的 business partner id
19 0
|
2月前
|
SQL 数据库
小技巧:如何让 ABAP OPEN SQL 代码具有自解释性(Self-Explained)
小技巧:如何让 ABAP OPEN SQL 代码具有自解释性(Self-Explained)
25 0
|
1月前
|
BI
工具分享 - 将一个 ABAP Function Group 内所有 Function Module 按照代码行数从高到低排序并显示试读版
工具分享 - 将一个 ABAP Function Group 内所有 Function Module 按照代码行数从高到低排序并显示试读版
15 0