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,如需转载请自行联系原作者
目录
相关文章
|
8月前
|
程序员
开发语言漫谈-ABAP
ABAP是SAP公司专门用于SAP软件环境的专门语言
|
SQL 设计模式 前端开发
【置顶】SAP ABAP开发实战——从入门到精通系列目录
本文章为SAP ABAP开发实战——从入门到精通系列的目录以及关于该教程的后续写作计划表
1718 0
【置顶】SAP ABAP开发实战——从入门到精通系列目录
|
BI
SAP ABAP在线预览文档对象的开发实现
应用场景:有些定制化开发(报表/功能增强等)完成之后,客户需要将其操作手册或者相关文档放在某个报表的初始画面,供实际操作者在线查阅,当然这个功能也同样类似于模板的下载,这里就以在线预览(直接打开)为例进行说明。
239 0
|
前端开发 JavaScript 数据库
如何使用 Restful ABAP Programming 编程模型开发一个支持增删改查的 Fiori 应用(二)
Restful ABAP Programming 编程模式是 ABAP 这门编程语言在不断向前进化的过程中,诞生的一门新的编程模型,简称为RAP模型。
166 0
如何使用 Restful ABAP Programming 编程模型开发一个支持增删改查的 Fiori 应用(二)
|
程序员 BI
也谈SAP业务顾问如何避免被ABAP开发顾问怒打
也谈SAP业务顾问如何避免被ABAP开发顾问怒打
也谈SAP业务顾问如何避免被ABAP开发顾问怒打
abap开发function module时使用tables传递参数报错过时的解决方法
如下图,我写了一个Function Module我要在tables中添加一个参数TABLES参数已过时不管怎么点击保存按钮,一直报错,怎么办呢?不管是不是过时,狂点回车,就保存了
1762 0
|
小程序
ABAP开发基础知识:11)子程序的建立与调用
ABAP子程序(Subrouting)是包含在程序中的一段具有一定功能的代码,能够将某个功能作为一个小程序包含在主程序中,以方便程序分析及阅读。特别是一此程序中多次用到的功能,可以简化代码,增加程序的可读性且便于维护。
1498 0
|
索引 机器学习/深度学习
ABAP开发基础知识:12)ABAP宏的应用
宏(Macros)是一段独立的代码,能实现数据的运算与输出,功能与子程序类似,主要应用于同一程序中某些重复的运算,以简化代码,其定义语法如下:        DEFINE INCREMENT.    "INCREMENT为自定义宏的名称。
935 0
ABAP开发基础知识:7)数据类型的转换
在其它编程语言中,数据之间的转换是非常普遍的。当然,在ABAP编程中也同样涉及到数据之间的相互转换,在不同的数据对象之间赋值,系统会自动进行类型转换,转换过程遵照固定规则进行,例如将一个C类型数据赋值也N类型对象,只有数字字符被传递,其它字符则被忽略。
1598 0
ABAP开发基础知识:8)数值运算及算术运算函数
程序中缺少不了数据运算,以下介绍ABAP所支持的运算符。      (1)算术运算符      算术运算符有 +(加)、-(减)、*(乘)、/(除)、DIV(整除)、MOD(取余)、**(乘方)。
1566 0