ABAP自测试题.docx

上传人:b****3 文档编号:6598415 上传时间:2023-05-10 格式:DOCX 页数:22 大小:21.37KB
下载 相关 举报
ABAP自测试题.docx_第1页
第1页 / 共22页
ABAP自测试题.docx_第2页
第2页 / 共22页
ABAP自测试题.docx_第3页
第3页 / 共22页
ABAP自测试题.docx_第4页
第4页 / 共22页
ABAP自测试题.docx_第5页
第5页 / 共22页
ABAP自测试题.docx_第6页
第6页 / 共22页
ABAP自测试题.docx_第7页
第7页 / 共22页
ABAP自测试题.docx_第8页
第8页 / 共22页
ABAP自测试题.docx_第9页
第9页 / 共22页
ABAP自测试题.docx_第10页
第10页 / 共22页
ABAP自测试题.docx_第11页
第11页 / 共22页
ABAP自测试题.docx_第12页
第12页 / 共22页
ABAP自测试题.docx_第13页
第13页 / 共22页
ABAP自测试题.docx_第14页
第14页 / 共22页
ABAP自测试题.docx_第15页
第15页 / 共22页
ABAP自测试题.docx_第16页
第16页 / 共22页
ABAP自测试题.docx_第17页
第17页 / 共22页
ABAP自测试题.docx_第18页
第18页 / 共22页
ABAP自测试题.docx_第19页
第19页 / 共22页
ABAP自测试题.docx_第20页
第20页 / 共22页
亲,该文档总共22页,到这儿已超出免费预览范围,如果喜欢就下载吧!
下载资源
资源描述

ABAP自测试题.docx

《ABAP自测试题.docx》由会员分享,可在线阅读,更多相关《ABAP自测试题.docx(22页珍藏版)》请在冰点文库上搜索。

ABAP自测试题.docx

ABAP自测试题

ABAP自测试题

1.WhendoesaBADIdefaultimplementationexecute

----------------------------------------------------------

 Onlyifthedeveloperspecifiesthedefaultimplementationshouldbeexecuted

 Thedefaultimplementationalwaysexecutesunlessspecifiedotherwise

 Whenonlyactiveimplementationexists

 Whennoactiveimplementationexists

 

2.Aworkflowmodelismadeupofsteps,thatareassignedto 

----------------------------------------------------------

 People

 Events

 Roles

 Triggers

 Departments

 

3.WhatisthemaximumnumberofallowedDetaillists

----------------------------------------------------------

 Unlimited

 10

 20

 Asmuchastherollareaallows

 

4.WhichlayerinanR/3clientserverarchitectureprocessesABAPprograms

--------------------------------------------------------------------------------

 Application

 Database

 Presentation

 Internet

 

5.Yourscreenhasatablecontroldefinedtoit.InthePAI,whatdoestheSY-LOOPCsystemvariablecontain.

--------------------------------------------------------------------------------

 Numberoffilledlines

 LoopCounter

 Numberoftablecontrollines

 

6.IdentifythecharacteristicsoftheselfreferenceME

--------------------------------------------------------------------------------

 Theself-referenceMEcanbeusedtoaccessindividualcomponents

 Noneoftheanswersarecorrect

 Selfreferencesallowanobjecttogiveotherobjectsareferencetoit.

 Allanswersarecorrect

 ThereferenceMEcanbeusedtodeterminethedynamictypeofthereferencevariableinthedebugger

 

7.MarktheacceptedformatsofALEdatatransfer

--------------------------------------------------------------------------------

 (Morethanoneansweriscorrect)

HTTP

 BAPI

 JAVA

 XML

 IDOC

 

8.TableZMYTABLEiscreatedinthedictionary.Whendoesthetablegetcreatedintheunderlyingdatabase

--------------------------------------------------------------------------------

 Attheendofthetablecreationafteritissaved

 Whenthedatabaseadministratorphysicallycreatesthetable

 Atthebeginningofthetablecreation

 Whenthetableisactivated

 Itdoesnotcorrespondtoanobjectintheunderlyingdatabaseanddoesnotgetcreated

 

9.Identifythevalidstatement

--------------------------------------------------------------------------------

Constants:

C1(4)typeD.

 Constants:

C1(4)typeCvalue'ABCD'.

 Constants:

C1(4)typeClikemytab-booking.

 Constants:

C1(4)typeC.

 

10.WhatisSAPSoftwareChangeRegistration(SSCR)usedfor

--------------------------------------------------------------------------------

ToregisterSAPmodificationsmadebyadeveloper

 ToregisterCustomizingmadebyadeveloper

 Toregistercustomdevelopedmodificationsmadebyadeveloper

 Toregisterenhancementsmadebyadeveloper

 

11.Screen200followsscreen100.Screen100isdisplayedwithGUIStatus'BASE'.Screen200isthendisplayedwithoutissuingtheSETPF-STATUSwhatwilltakeplace

--------------------------------------------------------------------------------

Screen200isdisplayedwithoutastatus.

 Status'BASE'isdisplayed

 RunTimeError

 StandardListStatus

 

12.SupposeLFA1istherootnode,LFBKandLFB1arebranchesofLFA1,andLFC1isabranchofLFB1.IFthereportcontainsonlyonesingleGETstatementforLFB1,theprocessingpassesthroughwhichtables

--------------------------------------------------------------------------------

LFA1,LFBK,LFB1.LFC1

 LFA1,LFBK,LFB1

 LFA1andLFB1

 

13.MarkthevalidusageoftheReadStatement.

--------------------------------------------------------------------------------

 (Morethanoneansweriscorrect)

ReadLine3ofCurrentPage

 DO.ReadLineSY-INDEX.ENDDO.

 ReadLine3ofNextPage

 ReadCurrentLineofTableITAB

 

14.InwhatcasewouldyoutypicallyuseaNUMCfield

--------------------------------------------------------------------------------

 Wherethereisaneedfornumbers,characters,andarithmeticoperations

 Whereonlynumbersareallowedandthereisnoneedforarithmeticoperations

 Whereonlynumbersareallowedandthereisaneedforarithmeticoperations

 

15.HowmanyAtExit-CommandModulesareallowedinthePBO

--------------------------------------------------------------------------------

 2

 Unlimited

 1

 0

 

16.WheredoesinformationcomefromwhenyoupressF1onascreenfield

--------------------------------------------------------------------------------

 Domainshorttext

 DomainHelpvalues

 Searchhelp

 Dataelementdocumentation

 

17.InterfaceMethodsaremadeavailablebycallingthestaticmethod'get_instance'ofthewhichserviceclass

--------------------------------------------------------------------------------

 if_ex_badi

 cl_exithandler_badi

 cl_exithandler

 exithandler

 

18.WhatistheorderoftransportinPBOwhenatablecontrolisdefinedinyourmodulepool

--------------------------------------------------------------------------------

Tablecontrolfieldsfollowedbytheremainingscreenfields

 Screenfieldsfollowedbytablecontrolfields

 DictonaryFieldsfollowedbyProgramFields

 AllfieldsregardlessoftablecontroldefinitionaretransportedatthebeginningofPBO

 

19.SingletonConceptisusedto_________________

--------------------------------------------------------------------------------

 Preventimultipleinstantiationofaclassforaprogramcontext

 Preventmultipleexecutionofasinglemethod

 Preventmultipledefinitionofsamenamedmethods

 Allowsingleclassesonlyinaprogram

 

20.WhatmethodswouldinitializeascreenfieldthatisdefinedwithparameteridCAR

--------------------------------------------------------------------------------

 (Morethanoneansweriscorrect)

UsetheSETParameterinthePBOoftheDYNPRO

 SetthescreenpainterattributeGETParameterandfillintheParameterIDfieldwithCAR

 UsetheGETParameterinthePBOoftheDYNPRO

 UsetheGETParameterinthePAIoftheDYNPRO

 

21.Markthevalidvaluesforacheckbox.

--------------------------------------------------------------------------------

 (Morethanoneansweriscorrect)

1

 AnyAlphaCharacter

 0

 X

 Space

 

 

22.Identifytheinternaltabletypes.

--------------------------------------------------------------------------------

 (Morethanoneansweriscorrect)

Standard

 Sorted

 Hashed

 Indented

 Key

 

23.Markthevalidlogicalnodes.

--------------------------------------------------------------------------------

 (Morethanoneansweriscorrect)

Structure

 File

 Table

 ComplexDataObject

 Node

 

24.AtwhatpointdoesaparameterIDgetreset

--------------------------------------------------------------------------------

Usersignoff

 FreeMemory

 ProgramExecutionEnds

 WhenyouFlushtheSPA/GPAmemory

 

25.DefineLogicalDatabase.

--------------------------------------------------------------------------------

DefintionofaRelationalDataModel

 AnABAP/4ReadingProgramusedtoreadandprocessdata

 AReportingTool

 Amethodtoupdatedata

 

26.Whichfieldgetssetinthecallingprogramifanexceptionoccursinafunctionmodule

--------------------------------------------------------------------------------

sy-subrc

 interfaceparameters

 exceptionparameters

 exceptionintegers

 

27.Whatmustbeassignedtoamodulepoolinorderforittobeexecuted

--------------------------------------------------------------------------------

ProgramType

 Transaction

 Event

 Module

 

28.Whatisthestructureoftheinternaltablewhenaselect-optionsisdeclaredinyourprogram.

--------------------------------------------------------------------------------

SignOperatorHighLow

 SignOptionLowHigh

 HighLowSignOperator

 LowHighSignOption

 

29.IdentifytheCharacteristicsofaFinalClass

--------------------------------------------------------------------------------

methodscannotbeexplicitlydesignatedasFINAL 

 allanswersarecorrect

 Noanswersarecorrect

 cannothavesubclasses

 containsfinalmethodsimplicitly

 

30.Howmanyfieldsareavailableforviewinginfielddisplaymodewhileindebugger

--------------------------------------------------------------------------------

4

 unlimited

 2

 8

 

31.Whichpartoftheinternaltablesyntaxdetermineshowabapaccessestherowsoftheinternaltable

--------------------------------------------------------------------------------

keysequence

 tabletype

 uniquenessattribute

 linetype

 

32.WhichNumberrangefunctionwouldyouusetodetermineifanexternalnumberliesinaspecifiednumberrangeinterval.

--------------------------------------------------------------------------------

NUMBER_RANGE_INTERVAL_LIST

 NUMBER_GET_INFO

 NUMBER_GET_NEXT

 NUMBER_CHECK.

 NUMBER_RANGE_EXTERNAL_CHECK

 

33.Whatcanoccurifaconversionruledoesnotexistforfieldsofincompatibledatatypes

--------------------------------------------------------------------------------

 (Morethanoneansweriscorrect)

Aruntimeerrorforstaticallydefinedfields

 Asyntaxerrorforstaticallydefinedfields

 Asyntaxerrorfordynamicallydefinedfields

 Aruntimeerrorfordynamicallydefinedfields

 

34.Whichstatementswillcauseasyntaxcheckerror

--------------------------------------------------------------------------------

(Morethanoneansweriscorrect)

Data:

x(3)typec.

 Constants:

x(3)typecvalue'123'.

 Data:

x(3)typecvalue'123'.

 Data:

x(3)typeI.

 Constants:

x(3)typec.

 

35.Whatdoesacontex

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > 农林牧渔 > 林学

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2