메뉴 건너뛰기

SAP 한국 커뮤니티

80문제짜리 정리하는데 땀돌이님 덤프랑 답이 차이나는 것이 있어서 올려봅니다.


도와주세요~


 


1(8). Which of the following statements about internal tables is correct?(T/F) C 확실한테 E 답인지???


- Key access to an internal table of the type STANDARD generally has even less runtime comsumption than index access.


- Index access to an internal table of type SORTED will, in certain cases, violate the sort sequence.


- Access to nested internal tables using field symbols usually increase performance.


- Index access to an internal table of the type HASHED has less runtime consumption.


- You can perform a binary search on internal tables of the type SORTED using the addition   BINARY SEARCH only.


 


2(12). Which of the following events generate lists?(T/F) B 확실한데 E 답인지???


- PROCESS BEFORE OUTPUT


- START-OF-SELECTION.  


- AT SELECTION-SCREEN. 


- INITIALIZATION.       


- AT LINE-SELECTION.


 


3(23). For which tasks is the database interface responsible?(T/F) B, E 확실한테 D 답인지???


- Syntax check of "native" SQL commands.


- Conversion of Open SQL statement from ABAP statements into the corresponding database statements.


- Data consistency check with respect to foreign key relationships.


- Database independence of application programs.


- Usage of the SAP buffers.


 


4(25). What is allowed within class definitions?(T/F) D,E 확실한테 A 답인지???


- Typing with LIKE to ABAP Dictionary types.


- The definition of internal tables with header lines.


- The TABLES statement.


- The definition of initernal tables without header lines.


- Typing with TYPE to ABAP Dictionary types.


 


5(28). Using the statement CREATE OBJECT you can instantiate objects of a class. What situations can arise here?(T/F) A,B 확실한테 D 답인지???


- All objects of the same class contain the same number of attributes and methods after being created.


- You can preset different objects of a class with different values immediately whe they are being created.


- The contents of the attributes of different objects in a class always contain the same content or value  immediately after being created.


- You define the type and number of attributes of an object through the corresponding class.


 


6(32). Which of the following statements apply to the SAP grid control?(T/F) D 확실한테 B 답인지???


- Can only be implemented in module pools.


- Can only display single-line lists.    


- Cannot print data.                     


- Provides standard functions such as sorting.


- Can only display structures from the Dictionary.


 


7(43). which of the following steps should be carried out in a transaction that implements an updating technique?(T/F) A,B,C,D 답인지? A,D,E 답인지?


- Call the ABAP command COMMIT WORK.


- Unlock the data record that is to be updated


- Lock the data record thea is to be update.


- Read the data record thata is to be update.


- Pass the changes entered by the user to the update process


 


8(59). You want to oupput the string "Name:" in line 20, column 10 on the first page of a list, and the string "Address" immediately below it, the page should otherwise remain blank (no header). Which of the following reports can you use to achieve this?(T/F) D 확실한테 B 답인지???


- REPORT TEST NO STANDARD PAGE HEADING.


skip to line 20. position 10. write:/ "Name:", /"Address".


- REPORT TEST NO STANDARD PAGE HEADING.


skip to line 20. position 10. write:/ "Name:", /"Address:" under "Name".


- REPORT TEST NO STANDARD PAGE HEADING.


 skip to line 20. position 10. write / "Name:", write /"Address:".


- REPORT TEST NO STANDARD PAGE HEADING.


 skip to line 20. position 10. write:/ "Name:", /10 "Address:".


- REPORT TEST.


 skip to line 20. position 10. write:/ "Name:", "Address" under "Name".


 


9(66). Which of the following statements about pushbuttons are correct? Pushbuttons... C,D 확실한테 B 답인지???


- ..on a screen alwyas have a corresponding function key.


- ..in an application toolbar always have a corresponding function key.


- ..with function code E cause program terminateion.


- ..in an application toolbar always have a fuction code.


 


10(82). Which statements about parameters for an elementary search help apply?(T/F)C 확실한테 A,D 답인지???


- Parameters can be displayed ont the result list.


- Parameters must be fields from the selection method only.


- Import paramters control which data can be included in the data selection.


- Export parameters control which data can be returned to the input template.


- A parameter is either an import or an export parameter

번호 제목 글쓴이 날짜 조회 수
1407 <b>[완료]</b>화면구성 방법을 알고싶네요~ sap스탠다드에서요~ unicrn 2008.03.27 1861
1406 <b>[완료]</b>TYPES과 DATA의 선언시 용도 문의. [7] r333 2008.03.26 1881
1405 <b>[완료]</b>down되는 현상에 대해 문의드립니다. [4] 풍뎅이 2008.03.26 1255
1404 [요청]SAPSDK에 대한 자료를 요청드립니다. DBnoid 2008.03.26 1333
1403 <b>[완료]</b>온라인 프로그램?? 무은뜻인가요?? [3] bizarre 2008.03.26 1653
1402 <b>[완료]</b>select-option 필드를 if 문에 쓰려고 합니다 [4] 2008.03.26 1628
1401 [요청]MESSAGE TYPE에 관해 알고싶습니다!! [7] genius 2008.03.26 8182
1400 <b>[완료]</b>리포트 프로그램에서 리스트 더블클릭시 인덱스에 해당하는 필드값 가져오기 [6] file bizarre 2008.03.26 1856
1399 <b>[완료]</b>데이터 상세조회 문제...(어떤방법이 제일 좋은가요>??) [10] file bizarre 2008.03.25 1758
1398 [요청]FD01,FD02,FD03/ XD01,XD02,XD03 여기 user-exit 아시는분 [3] 원니컴 2008.03.25 2940
1397 <b>[완료]</b><b>[완료]</b>collect에 관하여 문의드립니다. [6] 풍뎅이 2008.03.25 2862
1396 <b>[완료]</b>alv화면이나 se80 화면에서요...."이 프로그램은 웹페이지를 연결할수없습니다." 라는 문구 아시는분? [2] 초향이 2008.03.25 1807
1395 <b>[완료]</b>BDC짜는중에 자재마다 뷰를 다르게 가지고있을때의문제입니다 [2] 마시멜로우 2008.03.25 1372
1394 <b>[완료]</b>LOCK OBJECT 잠금모드가 궁금합니다.... [4] 할일없는무급개발자 2008.03.25 3729
1393 <b>[완료]</b>AT NEW에 관하여 문의드립니다. [9] 풍뎅이 2008.03.24 1777
1392 <b>[완료]</b>SUM 구하기 질문요!! 자세히좀 알려주세요~ [3] file bizarre 2008.03.24 2601
1391 <b>[완료]</b>온라인 프로그램에서...화면에 Write 화면을 뿌려줄수 있나요?? [6] 초향이 2008.03.24 1706
1390 <b>[완료]</b>아래와 같이 에러가 나네요...한번 봐주세요 [2] file unicrn 2008.03.24 1373
1389 [요청]스마트 폼에서 사진 크기를 동일하게 나타내는 방법... [1] activeman 2008.03.24 1925
1388 [요청]질문좀 드릴께요 좋은방법없을까요 -_- [1] you1228 2008.03.22 1624