第一次ABAP考试的试卷

这个试卷时我参加第一份工作的时候,学习了几天ABAP,然后台湾的总公司对我们培训的几个人进行了简单的测试,只记得我考了40分,而和我一起培训的一个美女,竟然考了95分!让我好面子啊,从此以后专心于这一块!

现在这个美女在上海的一家SAP公司上班,而我只能在苏州的一个制造型的企业里做ABAP开发!

有幸能走进能接触到SAP,是我工作之前从没有想到的事情!


*******************************************************
声明:原创文章--版权所有---转载请保留信息
MSN:
njchouer@hotmail.com
作者:chouer
********************************************************

试卷题目如下:

__ 1. REPORT ZRL011 NO STANDARD PAGE HEADING

MESSAGE-ID ZL01

LINE-SIZE 255

LINE-COUNT 60(2).

依此宣告下列何者為非?

1) Suppresses output of the standard page header

2) Creates a report with 255 columns per line.

3) Creates a report list with 62 lines per page, of which 2 lines are reserved for the END-OF-PAGE processing.

改正:Creates a report list with 60 lines per page

___2. DATA: BEGIN OF LEN,

KTOKK TYPE I VALUE 5,

KONZS TYPE I VALUE 10,

END OF LEN.

請問 LEN ?

1) view

2) table

3) internal table

4) structure

___3. 定義 selection screen , 下列何者為非?

1) SELECTION-SCREEN SKIP.

2) PARAMETERS: P_BUKRS LIKE LFB1-BUKRS DEFAULT '3000'.

3) PARAMETERS: P_CHK AS CHECKBOX.

4) PARAMETERS: P_OPT1 RADIOBUTTON ,

P_OPT2 RADIOBUTTON .

改正:PARAMETERS: P_OPT1 RADIOBUTTON GROUP RAD1.

_____4. 下列敍述何者為非:

1) AT SELECTION-SCREEN: 針對使用者在畫面上按下的任何按鍵後立即執行的動作.

2) TOP-OF-PAGE: 開始列印及換頁時均會被執行

3) RANGES R_EBELN FOR EKKO-EBELN OCCURS 0. R_EBELN 為一個變數

4) INITIALIZATION: 程式最先被執行的段落, 通常用來設定初始值

改正:R_EBELN 為一個 INTERNAL TABLE

_____5. 下列 SELECT 語法中, 何者需用 ENDSELECT.

1) SELECT SINGLE * FROM EKKO WHERE EBELN = P_EBELN.

2) SELECT DISTINCT LIFNR INTO pxLIFNR FROM EKKO WHERE EBELN IN S_EBELN.

3) SELECT COUNT( EBELN ) INTO COUNT FROM EKKO WHERE EBELN IN S_EBELN.

4) SELECT * INTO TABLE T_EKKO FROM EKKO WHERE EBELN IN S_EBELN.

____6. Skip generates by default ____ blank line(s).

1) One

2) Two

3) Ten

4) Nine

____ 7. 下列敍述何者為非:

1) ON CHANGE OF 只可以 refer to 一個欄位

2) Internal table cannot be shared by every-one.

3) Loop 裡的 EXIT, 可以讓程式跳出該 loop

4) Stop 停止正在執行的程式

改正: ON CHANGE OF 不只可以 refer to 一個欄位

____8. Data – simple field definitions. 下列何者為非:

1) DATA NUMBER TYPE I VALUE 123.

2) DATA TABLE_INDEX LIKE SY-TABIX.

3) DATA FLAG VALUE 'X'.

4) DATA NAME TYPE C VALUE ‘ABC’.

改正:DATA NAME TYPE C => 長度為1

____9. ____ system field checks whether the operation was successful or unsuccessful

1) sy-tabix

2) sy-langu

3) sy-subrc

4) sy-index

_____10. In debugging if you want to test a transaction, you enter ____ in command field.

1) /a

2) /d

3) /h

4) /z

____ 11. ____ statement is used to read the table entries (records) in a table.

1) Read

2) Select

3) Choose

4) Scan

____ 12. Tick the following ABAP/4 control statements which are not present?

1) IF --- ENDIF.

2) CASE --- ENDCASE.

3) FOR --- ENDFOR.

4) LOOP --- ENDLOOP.

____ 13. ABAP/4 statement is used to set break points in the program.

1) Break-point.

2) Break point.

3) Break points.

_____14. The default value of character is ____

1) 0

2) null

3) space

____ 15. The relational operator “NE” is ?

1) less than

2) less than or equal to

3) equal to

4) not equal to

____ 16. “IS INITIAL“ initializes the field

1) to zero

2) to blank

3) to value defined in data declaration

4) sets the value depending on its data type

_____17. Write: /P(L). 下列何者為非:

1) /: new page

2) P: output position

3) L: output length

改正:/: NEW LINE

____ 18. “SORT” statement can sort,

1) external as well as internal table

2) only database table

3) only internal table

____ 19. MOVE-CORRESPONDING TO , transport values

1) field by field

2) string by string

3) table by table

____ 20. Name the control breaks used during processing of an internal table with the LOOP statement. Which one is false ?

1) At first

2) At last

3) At change on

4) At end of

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/332542/viewspace-53512/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/332542/viewspace-53512/

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值