版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
高级商务应用编程abap+测试题+答案Ateachnewevent,thesystemresetsallFORMAToptionstotheirdefaultvalues.ATrueBFalse(A)2.Youcanuse__________keywordtoscrolltoanycolumnorpageinthelist.a.PAGESCROLLb.SCROLLc.SCROLLCOLUMNd.LISTSCROLL(b)3.Inalist,theupper-leftcorneroftheheader’sfirstlinecontains:A.TheprogramtitleB.ThepagenumberC.ThesystemdateD.Nothing(c)4.ItisrecommendedthatyouuseNativeSQLtoreaddatafromalogicaldatabasetomaintainportabilityfromoneRDBMStoanother.A.trueb.false(B)5.Ifyouaddresssubordinatenodesinthehierarchy,theselectionscreencriteriaforonlythatsubordinatenodeappears.A.trueBFalse(false)6.CheckssuchasAuthorizationchecksareusuallyperformedduringtheeventProcessBeforeOutput(PBO).ATrueB.False(B)7.Ifthereisa_________________statementwithintheEND-OF-SELECTIONprocessingblock,programprocessingendsandthelistbufferisdisplayed.A.REGECTB.CHECKC.STOPDEXIT(C)8.OpenSQLenablesportabilitybetweendifferentRDBMSsystem.ATrueBFalse(A)9.Joinconditionsarelimitedtokeyfields.ATrueBFalse(B)10.Youcancreatestructuredlistsusingcontrol-levelprocessingA.TrueBFalse(A)11.Whenimplementingcontrol-levelprocessing,theATFIRSTandATLASTstatementsfunctionsasfirsttimeandlasttimeswitchesandexecuteonlyonce.ATrueBFalse(A)12.Loopsoverextractdatasetscanbenested.A.TrueBFalse(b)13.internaltablesrelyonthecompilertodeterminethecombinationsofgrouplevelsandcumulatingfieldcontrolleveltotalsrequire.AtrueBfalse(A)14.Whichofthefollowingoptionsissuitableforprintinginteractivelists?A.Printingfromtheselectionscreen.B.PrintingfromwithintheprogramCPrintingafterthelistisgeneratedD.PrintinginthebackgroundB15.TheusershoulddeletealldetaillistswhoselistlevelisgreaterthanthecurrentlistlevelAtrueBfalse(B)16.YoucancreateobjectatanypointintheprogramtogenerateandlinkobjectsAtrueBfalse(b)17.WhichofthefollowingarethestandardfunctionsofferedbySAPGridControl?ASortingbyanycolumnB.GenerateobjectsC.AddingnumbercolumnsDLinkobjectsEFixedleadcolumns(ACE).whenyoucreateascreen,youmust:a.Designthescreenlayoutinthelayouteditor.b.Setthegeneralscreenattributesontheattributescreen.c.Writetheflowlogicintheflowlogiceditor.d.Setthefieldattributesinthefieldlist.Selectthecorrectorder:Aa,b,c,dBc,d,b,aCb,a,d,cDd,b,a,cC19.Toallowyoutosettheattributesofallscreenelements,theScreenPaintercontainsanelementlistwithfourviews.ATRUEBFALSEb20.Tointerruptprocessingofthecurrentscreenandbranchtoanewscreen,orsequenceofscreens,youusethefollowingstatement:ACALLSCREEN<nnnn>BSETSCREEN<nnnn>CLEAVESCREENDLEAVETOSCREEN<nnnn>A21Thefunctionkeysthatcontainproposals,whichcomplywiththeSAPsystem'sergonomicstandardsare:AReservedBRecommendedCFreelyDAlloftheaboveB22.ThecontentoftheIcontextattributeappearinthestatusbarofthescreenwhentheuserchoosesthefunction.ATRUEbFALSEb.oucaninitializethecommandfieldonlyatPAI.TrueFalseB24.Ifyourtextconsistsofmorethanoneword,usethefollowingcharacterasseparators:AUnderscoreBCommaCQuestionmarkDSpacea25.Thegroupboxtextcannotbechangeddynamically.TrueFalseB26.Thesubscreencallmustoccurbeforethefunctionmodulecall.TrueFalseB27.Toprogramatabstripcontroltoscrolllocallyatthefrontend,youmustcallallsubscreensfromtheflowlogic.TrueFalseA28.Thefollowingattributescontaininformationaboutthepropertiesoftheentiretablecontrol,suchasthenumberoffixedcolumns:AColumnBGeneralCSpecialDRowB29.Inordertodisplaythecurrentscreen,includetheABAPstatementSUPRESSDIALOGinaPBOmodule.TrueFalseB30ForwhichofthefollowingpredefineddatatypesshouldyouusetheoriginalvariantsofthestandardstringprocessingstatementsortheoptionaladditionINCHARACTERMODE?ADBCCXDTENFSTRINGGXSTRINGAnswer:A,B,D,E,F31.Whichofthefollowingstatementsarecorrect?ASortedtablescanonlycontainnon-uniquekeys.BStandardtablescanonlycontainnon-uniquekeys.CSortedandhashedtablesareindextables.DStandardtablesareindextables.EThestandardkeyisthekeyofastandardtable.FThestandardkeyalwayscontainsallcomponentsoftherowtype.Answer:B,D32.Generictypesaretypedefinitionsthataremissingcertaininformation.Thesemissingtypeattributesareinheritedfromanactualparameteratruntimeifyouusethegenerictypefortypinginterfaceparameters.TrueFalseAnswer:False33.Whichofthefollowingstatementsarecorrect?AOnlykeyaccessworkswithhashedtables.BKeyaccessmeansthatthesearchclausemayonlyappearinthekeyfieldsoftheinternaltable.CIndexaccessallowsaccessusingtherownumber.DSingle-recordkeyaccessusingREADTABLEcanreturnseveraldatarecordsifyouareusingstandardtables,becausethenthekeyisalwaysnon-unique.ETheSORTstatementcansortstandardtables.FIfyouuseINSERT...INTOTABLEtoinsertadatarecordintoasortedtablewithauniquekey,thiswillonlyworkiftheinternaltablecontainsnootherdatarecordwiththesamecombinationofvaluesforthekeycomponents.Otherwise,theSY-SUBRCreturnvaluewillbesettoanumberotherthan0.Answer:A,C,E,F34.SAPrecommendsusinginternaltableswithoutheaderlinestomakethesyntaxeasiertoread.Thisisparticularlyhelpfulwithnestedinternaltables.TrueFalseAnswer:TrueWhichofthefollowingstatementsarecorrect?AAsfaraspossible,whenyouusekeyaccess,theruntimesystemalwayschoosesthefastestpossiblevariant,dependingonthetablekind.BHashedtablesshouldnotbeusedifyouneedtomakemanychangeswhenyouareaccessingdata.CYoucansavelotsofruntimebyusingfieldsymbolsandreferences,especiallywithnestedinternaltables.DBinarysearchingispossibleforstandardtables.EThefastestformofaccessinloopprocessingisusuallythroughtherownumber.Answer:A,B,C,E36.Theobject-orientedprogrammingmodelwasdevelopedconsiderablylaterthantheproceduralone.Itoffersmorepossibilitiestosolveproblemsthatpreviouslycouldnotbesolvedwithpurelyproceduralprogramminglanguages.TrueFalseAnswer:False37.Ifyoucopyasubclassreferencetoareferencevariablethatistypedonthesuperclass(narrowingcast),whichcomponentscanyouaccesswiththisreferencevariable?ARedefinedcomponentsofthesuperclassBNewlydefinedcomponentsofthesubclassCInheritedcomponentsofthesuperclassDRedefinedcomponentsofthesubclassAnswer:A,C38.Ifareferencevariablethatistypedonaninterfacecontainsaninstancereferenceofaclassthatimplementsthisinterfaceandyoucopythistoareferencevariablethatistypedontheclass(wideningcast),whichofthefollowingcomponentscanyouaccesswiththisreferencevariable?AThecomponentsoftheinterfaceBThecomponentsfromtheclassthatarenotdefinedontheinterfaceCAllcomponentsoftheclassDThecomponentsoftheinterfaceforwhichaliasnameshavebeendefinedAnswer:A,B,C,D39.Ifyoucopyaninstancereferenceofaclass,whichimplementsaninterface,toareferencevariablethatistypedontheinterface(narrowingcast),whatcomponentscanyouaccessusingthisreferencevariable?AThecomponentsoftheinterfaceBThecomponentsoftheclassthatarenotdefinedintheinterfaceCAllcomponentsoftheclassDThecomponentsoftheinterfaceforwhichaliasnameshavebeendefinedAnswer:A40.Forausertobeabletoexecuteanobject-orientedprogram,youalwaysneedtosupplyamodulepoolprogramorafunctiongroupprogram.Otherwise,thereisnowherefortheCREATEOBJECTstatementtocreatetheinstance.TrueFalseAnswer:FalseWhichofthefollowingstatementsarecorrect?AAnon-abstractclasscancontainabstractmethods.BAnabstractclasscontainsnoimplementations.CAnabstractmethodcontainsnoimplementations.DFinalclassescannotbesuperclasseswithinaclasshierarchy.EAfinalmethodmustberedefined.FFinalclassescancontainnon-finalmethods.GAfriendofaclassisalsoafriendofitssubclasses.HThesubclassesofaclass'sfriendarealsotheclass'sfriend.IThevisibilityofaninstanceconstructorcanbelimited.JAprivateinstanceconstructor(instantiationonlybytheclassitself)canbedefinedintheprivatesection.Answer:C,D,H,I42.Thenewexceptionconceptreplacestheoldone.Thus,alloldsourcecodesectionsmustberewritten.AsofSAPWebAS6.20,functionmodulesfromtheSAPstandardsystemautomaticallyraiseobject-orientedexceptions.TrueFalseAnswer:False43.Thenewexceptionclassescanonlybedefinedglobally.Thisensurescentralmaintenanceandreuse.TrueFalseAnswer:False44.ThepushbuttonsscreenareagivesashortintroductionoftheQuickViewerwithlinkstotheonlinedocumentation.TrueFalseAnswer:False45.Listfieldsonceplacedintrashcan,canberetrieved.TrueFalseAnswer:True46.YoucanaccessalltheeventsofanexecutableABAPprogramassociatedwithaquery.TrueFalseAnswer:False47.TheSELECT-OPTIONSstatementgeneratesaninternaltablewithastandardstructure.Thefieldsofthistableare:ASignBOptionCHighDIntervalAnswer:A,B,C48.YoucandeleteanInfoSetwheneveryouwant.TrueFalseAnswer:False49.Whatarethetwooptionsavailableformenuenhancements?ACustomerexitsBMenuentriesCBusinessadd-insDStandardMenuAnswer:A,C.Screenexitsareatypeofcustomerexit.TrueFalse
Answer:True51.FromSAPWebApplicationServer6.20onwards,BusinessAdd-Inscannotcontainscreenexits.TrueFalseAnswer:False52.Customizingincludescannotbeinsertedintomorethanonetable.TrueFalseAnswer:False53.IdentifythestepthatisnotfollowedforcreatinganSAPenhancementproject.ACreateanenhancementprojectandthenchoosetheSAPenhancementsthatyouwanttouse.BAnalyzetheprogramsourcecodeorthescreensourcecode.CEdityourindividualcomponentsusingtheprojectmanagementfunctionanddocumenttheentireenhancementproject.DActivatetheenhancementproject.Thisactivatesalltheproject’scomponentpartsAnswer:B54.Whenaneventistriggeredinaprocessinterface,onlyoneexternalprocesscanreplacetheprocessinthestandardprogram.TrueFalseAnswer:True55.Whataretherequirementsfornewenhancementtechniques?AReusableBAllenhancementtypesCAdministrationlevelDCustomerexitsEImplementedusingthelatesttechnologyAnswer:A,B,C,E56.YoucancreatefunctioncodesonlyforsingleuseBAdIs,whichmustnotbefilter-dependent.TrueFalseAnswer:True57.ToincludefunctioncodesinaBAdIdefinition,youentertheprogramname,functioncode,andashortdescriptionontherelevanttabpage.TrueFalseAnswer:True58.ToprovideascreenenhancementusingaBAdI,youneedtofirstgeneratetheBAdIclass.TrueFalseAnswer:True59.TheimplementingprogramgetsthedatafromtheAdd-Inclassbycallingtheappropriateinterfacemethod.TrueFalseAnswer:True60.YoucanmodifytheABAPDictionaryobjectsthatbelongtothecoreofyoursystem.TrueFalseAnswer:False61.WhenyoudefineaBusinessAdd-In,thesystemgeneratesaBusinessAdd-Inclass.TrueFalseAnswer:True62.Usingdataelements,structuresandtabletypes,youcancreatecomplexuser-definedtype.TrueFalseAnswer:True63.Foreignkeydefinitionsareimpartedfromincludetotheincludingtable.TrueFalseAnswer:True64.Therecordsofabufferedtablearereaddirectlyfromthelocalbufferoftheapplicationserver.TrueFalseAnswer:True65.SelectthestatementthatisNOTcorrect.ATheobjectlistscreatedbytheRepositoryInformationSystemareentirelyintegratedintheABAPWorkbench.BTheWhere-usedlistforRepositoryobjectscannotbecalledfromtheinformationsystem.CTheinformationsystemenablesyoutosearchforobjectsbytheirattributes.DYoucansearchforallobjectsbythedevelopmentclass,shortdescriptionorauthor,anddateoflastchange.Answer:B66.CorrectaccessbyABAPprogramstoadatabasetableisonlypossibleiftheruntimeobjectofthetableisconsistentwiththestructureofthetableinthedatabase.TrueFalseAnswer:True67.Evenifatablehasnodata,itisretainedinthedatabase.TrueFalseAnswer:False68.Duringconversion,thetablesarelockedtopreventfurtherstructuralchangesfrombeingmadebeforetheconversioniscompletedcorrectly.TrueFalseAnswer:True69.Maintenanceviewsmaybeusedastheselectionmethodforsearchhelps.TrueFalseAnswer:False70.WhichfeatureofSAPscriptenablesittorunonallfront-endapplicationssupportedbySAP?AMultilingualcapabilityBHighperformancewhenprintinglargequantitiesCUniformcorporatedesignindocumentsDWordprocessingscalabilityESAPR/3EnterprisetransportandtranslationconnectionsFPlatformindependenceAnswer:F71.Mainwindowscannothavedifferentheightsandcannotbepositi
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 三委会相关工作制度
- 互助院管理工作制度
- 保卫处员工工作制度
- 颈部疾病护理基础与实践
- 公司法务部工作制度
- 办案区值班工作制度
- 劳务工管理工作制度
- 北京市禁牧工作制度
- 老年心理护理中的情绪调节
- 医疗委员会工作制度
- 广东省广州市黄埔区第八十六中学2024-2025学年八年级下学期4月期中物理试题(含答案)
- 2026年广东食品药品职业学院单招职业技能测试题库附参考答案详解(a卷)
- 深海采矿生态修复技术的可行性研究
- 企业价值成长中耐心资本的驱动作用研究
- 兰铁局防护员考核制度
- 2026届安徽省江南十校高三上学期10月联考数学试题(解析版)
- 2026届新高考语文三轮冲刺复习:散文阅读
- 肩周炎科普课件
- 2026年忻州职业技术学院单招职业适应性考试题库带答案详解
- 浙江国企招聘-2026年宁波舟山港股份有限公司招聘笔试备考题库附答案解析
- 耳鼻喉科门诊服务优化
评论
0/150
提交评论