高級(jí)商務(wù)應(yīng)用編程abap測(cè)試題_第1頁(yè)
高級(jí)商務(wù)應(yīng)用編程abap測(cè)試題_第2頁(yè)
高級(jí)商務(wù)應(yīng)用編程abap測(cè)試題_第3頁(yè)
高級(jí)商務(wù)應(yīng)用編程abap測(cè)試題_第4頁(yè)
高級(jí)商務(wù)應(yīng)用編程abap測(cè)試題_第5頁(yè)
已閱讀5頁(yè),還剩12頁(yè)未讀 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

PAGEabap測(cè)試題ERPGenie.COMABAPTipsandTricksDatabase

ABAPQuestions

ContributedbyAnon.Tuesday,21August2007

1.IfatabledoesnothaveMANDTaspartoftheprimarykey,itis____.A:AstructureB:InvalidC:Client-independentD:Notmandatory

2.InregardtoCALL,whichofthefollowingisNOTavalidstatementA:CALLFUNCTIONB:CALLSCREENC:CALLTRANSACTIOND:CALLPROGRAM

3.NamethetypeofABAPDictionarytablethathasthesecharacteristics:SamenumberoffieldsasthedatabasetableSamenameasdatabasetableMaps1:1todatabasetableA:PooledB:ClusterC:TransparentD:View

4.Aneventstartswithaneventkeywordandendswith:A:Programexecution.B:END-OF-EVENT.C:Anothereventkeyword.D:END-EVENT.

5.WhatisthesystemfieldforthecurrentdateA:SY-DATUMB:SY-DATEC:SY-DATIDD:SY-SDATE

6.Thefollowingcodeindicates:SELECTfld1fld2FROMtab1APPENDINGTABLEitabWHEREfld1INsfld1.A:Addrowstotheexistingrowsofitab.B:Addrowstoitabafterfirstdeletinganyexistingrowsofitab.C:Selectrowsfromtab1formatchingitabentries.D:Nothing,thisisasyntaxerror.

7.Youmaychangethefollowingdataobjectasshownbelowsothatitequals3.14.CONSTANTS:PItypePdecimals2value'3.1'.PI='3.14'.

/abaptipsPoweredbyJoomlaforERPGenie.COM!Generated:4February,2008,01:42

ERPGenie.COMABAPTipsandTricksDatabase

A:TrueB:False

8.TheSAPservicethatensuresdataintegritybyhandlinglockingiscalled:A:UpdateB:DialogC:Enqueue/DequeueD:Spool

9.WhichofthesesentencesmostaccuratelydescribestheGETVBAKLATE.eventA:ThiseventisprocessedbeforethesecondtimetheGETVBAKeventisprocessed.B:ThiseventisprocessedafteralloccurrencesoftheGETVBAKeventarecompleted.C:Thiseventwillonlybeprocessedaftertheuserhasselectedabasiclistrow.D:ThiseventisonlyprocessedifnorecordsareselectedfromtableVBAK.

10.WhichofthefollowingisnotatruestatementinregardtoahashedinternaltabletypeA:ItskeymustalwaysbeUNIQUE.B:Mayonlybeaccessedbyitskey.C:Responsetimeforaccessingarowdependsonthenumberofentriesinthetable.D:DeclaredusinginternaltabletypeHASHEDTABLE.

11.TOincludedatabase-specificSQLstatementswithinanABAPprogram,codethembetween:A:NATIVESQL_ENDNATIVE.B:DBSQL_ENDDB.C:SELECT_ENDSELECT.D:EXECSQL_ENDEXEC.

12.Tomeasurehowlongablockofcoderuns,usetheABAPstatement:A:GETTIME.B:SETTIMEFIELD.C:GETRUNTIMEFIELD.D:SETCURSORFIELD.

13.Whenasecondarylistisbeingprocessed,thedataofthebasiclistisavailablebydefault.A:TrueB:False

14.Given:DATA:BEGINOFitabOCCURS10,qtytypeI,ENDOFitab.DO25TIMES.itab-qty=sy-index.APPENDitab.ENDDO.LOOPATitabWHEREqty>10.WRITE:/1itab-qty.ENDLOOP.Thiswillresultin:A:Outputofonlythoseitabrowswithaqtyfieldlessthan10

/abaptipsPoweredbyJoomlaforERPGenie.COM!Generated:4February,2008,01:42

ERPGenie.COMABAPTipsandTricksDatabase

B:Outputofthefirst10itabrowswithaqtyfieldgreaterthan10C:AsyntaxerrorD:Noneoftheabove

15.AfteraDESCRIBETABLEstatementSY-TFILLwillcontainA:Thenumberofrowsintheinternaltable.B:ThecurrentOCCURSvalue.C:Zero,ifthetablecontainsoneormorerows.D:Thelengthoftheinternaltablerowstructure.

16.YoumaydeclareyourowninternaltabletypeusingtheTYPESkeyword.A:TrueB:False

17.AfteraddingrowstoaninternaltablewithCOLLECT,youshouldavoidaddingmorerowswithAPPEND.A:TrueB:False

18.WhichofthefollowingisnotacomponentofcontrolbreakprocessingwhenloopingataninternaltableA:ATSTARTOFB:ATFIRSTC:ATLASTD:ATNEW

19.AdictionarytableismadeavailableforusewithinanABAPprogramviatheTABLESstatement.A:TrueB:False

20.WhichofthefollowingwouldbebestforhidingfurtherselectioncriteriauntilafunctionischosenA:ATNEWSELECTION-SCREENB:SELECTION-SCREENATLINE-SELECTIONC:SUBMITSELECTION-SCREEND:CALLSELECTION-SCREEN

21.Whatmustyoucodeintheflowlogictopreventamodulefrombeingcalledunlessafieldcontainsanon-initialvalue(asdeterminedbyitsdatatype)A:ONINPUTB:CHAINC:FIELDD:ONREQUEST

22.TheATUSER-COMMANDeventistriggeredbyfunctionsdefinedinthe____.A:screenpainterB:ABAPreportC:menupainterstatusD:ABAPDictionary

23.Inregardtoafunctiongroup,whichofthefollowingisNOTatruestatement

/abaptipsPoweredbyJoomlaforERPGenie.COM!Generated:4February,2008,01:42

ERPGenie.COMABAPTipsandTricksDatabase

A:Combinessimilarfunctionmodules.B:Sharesglobaldatawithallitsfunctionmodules.C:ExistswithintheABAPworkbenchasanincludeprogram.D:Sharessubroutineswithallitsfunctionmodules.

24.InregardtoSETPF-STATUS,youcandeactivateunwantedfunctioncodesbyusing____.A:EXCLUDINGB:IMMEDIATELYC:WITHOUTD:HIDE

25.InregardtodatatransportedinPAIwhentheFIELDstatementisused,whichofthefollowingisNOTatruestatementA:FieldsinPBOaretransporteddirectlyfromPAI.B:FieldswithidenticalnamesaretransportedtotheABAPside.C:FieldsnotdefinedinFIELDstatementsaretransportedfirst.D:FieldsthataredefinedinFIELDstatementsaretransportedwhentheircorrespondingmoduleiscalled.

26.TheorderinwhichaneventappearsintheABAPcodedetermineswhentheeventisprocessed.A:TrueB:False

27.AfielddeclaredastypeThasthefollowinginternalrepresentation:A:SSMMHHB:HHMMSSC:MMHHSSD:HHSSMM

28.WhichofthefollowingisNOTacomponentofthedefaultstandardABAPreportheaderA:DateandTimeB:ListtitleC:PagenumberD:Underline

29.Assumingapushbuttonwithfunctioncode'FUNC'isavailableinthetoolbarofalistreport,whateventisprocessedwhenthebuttonisclickedA:ATUSER-COMMAND.B:ATPFn.C:ATSELECTION-SCREEN.D:END-OF-SELECTION.

30.Inregardtofieldselection,whatoptionoftheSELECTstatementisrequiredA:FORALLENTRIESB:WHEREC:INTOD:MOVE-CORRESPONDING

31.Thefollowingprogramoutputswhat

/abaptipsPoweredbyJoomlaforERPGenie.COM!Generated:4February,2008,01:42

ERPGenie.COMABAPTipsandTricksDatabase

reportzjgtest1write:/1'Ready_'.PARAMETER:test.INITIALIZATION.write:/1'Set_'.START-OF-SELECTION.write:/1'GO!!'.A:Set_GO!!(eachonitsownline)B:Set_Ready_GO!!(allontheirownlines)C:Ready_GO!!(eachonitsownline)D:Ready_Set_GO!!(allontheirownlines)

32.Todeclareaselectioncriterionthatdoesnotappearontheselectionscreen,use:A:NO-DISPLAYB:INVISIBLEC:MODIFIDD:OBLIGATORY

33.Aninternaltablethatisnestedwithinanotherinternaltableshouldnotcontainaheaderline.A:TrueB:False

34.WhatisoutputbythefollowingcodeDATA:BEGINOFitabOCCURS0,lettertypec,ENDOFitab.itab-letter='A'.APPENDitab.itab-letter='B'.APPENDitab.itab-letter='C'.APPENDitab.itab-letter='D'.APPENDitab.LOOPATitab.SY-TABIX=2.WRITEitab-letter.EXIT.ENDLOOP.A:AB:ABCDC:BD:BCD

35.ToselectalldatabaseentriesforacertainWHEREclauseintoaninternaltableinonestep,useA:SELECT_INTOTABLEitab_B:SELECT_INTOitab_C:SELECT_APPENDINGitabD:SELECT_itab_

36.AfterasuccessfulSELECTstatement,whatdoesSY-SUBRCequalA:0B:4C:8D:Null

/abaptipsPoweredbyJoomlaforERPGenie.COM!Generated:4February,2008,01:42

ERPGenie.COMABAPTipsandTricksDatabase

37.Thisselectionscreensyntaxforcestheusertoinputavalue:A:REQUIRED-ENTRYB:OBLIGATORYC:DEFAULTD:SELECTION-SCREENEXCLUDE

38.Ifthefollowingcoderesultsinasyntaxerror,theremedyis:DATA:itabTYPESORTEDTABLEOFrec_typeWITHUNIQUEKEYfield1WITHHEADERLINE.itab-field1='Company'.itab-field2='1234'.INSERTTABLEitab.itab-field1='Bank'.itab-field2='ABC'.INSERTTABLEitab.SORTitab.LOOPATitab.write:/1itab-field1,itab-field2.ENDLOOP.A:ThereisnosyntaxerrorhereB:RemovetheSORTstatementC:ChangeINSERTtoAPPENDD:AddaWHEREclausetotheloop

39.Ifthiscoderesultsinanerror,theremedyis:SELECTfld1fld2FROMtab1WHEREfld3=pfld3.WRITE:/1tab1-fld1,tab1-fld2.ENDSELECT.A:AddaSY-SUBRCcheck.B:ChangetheWHEREclausetousefld1orfld2.C:Removethe/1fromtheWRITEstatement.D:AddINTO(tab1-fld1,tab1-fld2).

40.WhenmodifyinganinternaltablewithinLOOPATitab._ENDLOOP.youmustincludeanindexnumber.A:TrueB:False

41.Toallowtheusertoentervaluesonthescreenforalistfield,use:A:OPENLINE.B:SETCURSORFIELD.C:WRITEfldASINPUTFIELD.D:FORMATINPUTON.

42.Beforeafunctionmodulemaybetested,itmustfirstbe:A:LinkedB:AuthorizedC:ReleasedD:Active

43.ToincludeafieldonyourscreenthatisnotintheABAPDictionary,whichincludeprogramshouldcontainthedata

/abaptipsPoweredbyJoomlaforERPGenie.COM!Generated:4February,2008,01:42

ERPGenie.COMABAPTipsandTricksDatabase

declarationforthefieldA:PBOmoduleincludeprogramB:TOPincludeprogramC:PAImoduleincludeprogramD:Subroutineincludeprogram

44.Ifatablecontainsmanyduplicatevaluesforafield,minimizethenumberofrecordsreturnedbyusingthisSELECTstatementaddition.A:MINB:ORDERBYC:DISTINCTD:DELETE

45.Thesysteminternaltableusedfordynamicscreenmodificationisnamed:A:ITABB:SCREENC:MODTABD:SMOD

46.Withinthesourcecodeofafunctionmodule,errorsarehandledviathekeyword:A:EXCEPTIONB:RAISEC:STOPD:ABEND

47.WhichsystemfieldcontainsthecontentsofaselectedlineA:SY-CUCOLB:SY-LILLIC:SY-CUROWD:SY-LISEL

48.ThefollowingstatementwriteswhattypeofdataobjectWRITE:/1'TotalAmount:'.A:TextliteralB:TextvariableC:In-codecommentD:Textinteger

49.Forthecodebelow,second_fieldisofwhatdatatypeDATA:first_fieldtypeP,second_fieldlikefirst_field.A:PB:CC:ND:D

50.WhichofthefollowingdescribestheinternalrepresentationofatypeDdataobjectA:DDMMYYYYB:YYYYDDMM

/abaptipsPoweredbyJoomlaforERPGenie.COM!Generated:4February,2008,01:42

ERPGenie.COMABAPTipsandTricksDatabase

C:MMDDYYYYD:YYYYMMDD

51.ABDCprogramisusedforallofthefollowingexcept:A:DownloadingdatatoalocalfileB:DatainterfacesbetweenSAPandexternalsystemsC:InitialdatatransferD:Enteringalargeamountofdata

52.InregardtoPERFORM,whichofthefollowingisNOTatruestatementA:Maybeusedwithinasubroutine.B:Requiresactualparameters.C:RecursivecallsareallowedinABAP.D:Cancallasubroutineinanotherprogram.

53.WhatisthetransactioncodefortheABAPEditorA:SE11B:SE38C:SE36D:SE16

54.InregardtoHIDE,whichofthefollowingisNOTatruestatementA:Savesthecontentsofvariablesinrelationtoalistline'srownumber.B:Thehiddenvariablesmustbeoutputonalistline.C:TheHIDEareaisretrievedwhenusingtheREADLINEstatement.D:TheHIDEareaisretrievedwhenaninteractiveeventistriggered.

55.Databaselocksaresufficientinamulti-userenvironment.A:TrueB:False56.Thecompletetechnicaldefinitionofatablefieldisdeterminedbythefield's:A:DomainB:FieldnameC:DatatypeD:Dataelement

57.InregardtoLEAVE,whichofthefollowingisNOTatruestatementA:Maybeusedtoreturnimmediatelytoacallingprogram.B:Maybeusedtostopthecurrentlooppassandgetthenext.C:Maybeusedtostartanewtransaction.D:Maybeusedtogotothenextscreen.

58.Thefollowingcodeindicates:SELECTfld6fld3fld2fld1FROMtab1INTOCORRESPONDINGFIELDSOFTABLEitabWHEREfld3=pfld3.A:Theorderofthefieldsinitabdoesnotmatter.B:Filltheheaderlineofitab,butnotthebody.C:Tableitabcanonlycontainfieldsalsointabletab1.

/abaptipsPoweredbyJoomlaforERPGenie.COM!Generated:4February,2008,01:42

ERPGenie.COMABAPTipsandTricksDatabase

D:Noneoftheabove.

59.TheABAPstatementbelowindicatesthattheprogramshouldcontinuewiththenextlineofcodeiftheinternaltableitab:CHECKNOTitab[]ISINITIAL.A:ContainsnorowsB:ContainsatleastonerowC:HasaheaderlineD:Hasanemptyheaderline

60.WhatwillbeoutputbythefollowingcodeDATA:BEGINOFitabOCCURS0,fvaltypei,ENDOFitab.itab-fval=1.APPENDitab.itab-fval=2.APPENDitab.FREEitab.WRITE:/1itab-fval.A:2B:0C:blankD:1

61.Toallowtheusertoenterarangeofvaluesonaselectionscreen,usetheABAPkeyword:A:DATA.B:RANGES.C:PARAMETERS.D:SELECT-OPTIONS.

62.Ifaninternaltableisdeclaredwithoutaheaderline,whatelsemustyoudeclaretoworkwiththetable'srowsA:Anotherinternaltablewithaheaderline.B:Aworkareawiththesamestructureastheinternaltable.C:AninternaltabletypeusingtheTYPESstatement.D:APARAMETER.

63.Assuminganinternaltablecontains2000entries,howmanyentrieswillithaveafterthefollowinglineofcodeisexecutedDELETEitabFROM1500TO1700.A:Thisisasyntaxerror.B:1801C:1800D:1799

64.Toremovelinesfromadatabasetable,use____.A:UPDATEB:MODIFYC:ERASED:DELETE

/abaptips

PoweredbyJoomlaforERPGenie.COM!

Generated:4February,2008,01:42

ERPGenie.COMABAPTipsandTricksDatabase

65.AllofthefollowingmaybeperformedusingSETCURSORexcept:A:Movethecursortoaspecificfieldonalist.B:Movethecursortoaspecificlistline.C:Movethecursortoaspecificpushbutton,activatingthatfunction.D:Movethecursortoaspecificrowandcolumnonalist.

66.WhenisitoptionaltopassanactualparametertoarequiredformalparameterofafunctionmoduleA:TheactualparameteristypeC.B:Theformalparametercontainsadefaultvalue.C:Theformalparameter's\"Reference\"attributeisturnedon.D:Itisneveroptional.

67.CodingtwoINITIALIZATIONeventswillcauseasyntaxerror.A:TrueB:False

68.AddingaCOMMITWORKstatementbetweenSELECT_ENDSELECTisagoodmethodforimprovingperformance.A:TrueB:False

69.Tosaveinformationonalistlineforuseafterthelineisselected,usethiskeyword.A:APPENDB:EXPORTC:WRITED:HIDE

70.Tobypassautomaticfieldinputchecks,includethisinPAI.A:ATEXIT-COMMANDB:ONINPUTC:ONREQUESTD:LEAVETOSCREEN0.

71.Withinafunctionmodule'ssourcecode,iftheMESSAGE_RAISINGstatementisexecuted,allofthefollowingsystemfieldsarefilledautomaticallyexcept:A:SY-MSGTYB:SY-MSGNOC:SY-MSGV1D:SY-MSGWA

72.Thefollowingcodeindicates:REPORTZLISTTST.START-OF-SELECTION.WRITE:text-001.FORMATHOTSPOTON.WRITE:text-002.FORMATHOTSPOTOFF.ATLINE-SELECTION.WRITE/text-003.A:Text-002maynotbeselected.

/abaptipsPoweredbyJoomlaforERPGenie.COM!Generated:4February,2008,01:42

ERPGenie.COMABAPTipsandTricksDatabase

B:Thevalueoftext-002isstoredinaspecialmemoryarea.C:Text-002maybeclickedoncetotriggertheoutputoftext-003.D:Noneoftheabove.

73.The____typeofABAPDictionaryviewconsistsofoneormoretransparenttablesandmaybeaccessedbyanABAPprogramusingOpenSQL.A:DatabaseviewB:ProjectionviewC:HelpviewD:Entityview

74.Aconcretefieldisassociatedwithafield-symbolviaABAPkeywordA:MOVEB:WRITEC:ASSIGND:VALUE

75.Theoutputforthefollowingcodewillbe:reportzabaprg.DATA:char_fieldtypeC.char_field='ABAPdata'.WRITEchar_field.A:ABAPdataB:AC:Nothing,thereisasyntaxerrorD:Noneoftheabove

76.Pagefootersarecodedintheevent:A:TOP-OF.B:END-OF-SELECTION.C:NEW.D:END-OF.

77.TheeventATSELECTION-SCREENOUTPUT.occursbeforetheselectionscreenisdisplayedandisthebesteventforassigningdefaultvaluestoselectioncriteria.A:TrueB:False

78.TheTABLESstatementdeclaresadataobject.A:TrueB:False

79.Assumingtab1-fld7isnotakeyfield,howcanyoupreventreadingallthetablerowsSELECTfld1fld2fld3FROMtab1INTO(fld4,fld5,fld6)WHEREfld7=pfld7.WRITE:/1fld4,fld5,fld6.ENDSELECT.

/abaptipsPoweredbyJoomlaforERPGenie.COM!Generated:4February,2008,01:42

ERPGenie.COMABAPTipsandTricksDatabase

A:Takefld7outoftheWHEREclause.B:CreateanindexintheABAPDictionaryfortab1-fld7.C:UseINTOTABLEinsteadofjustINTO.D:TaketheWRITEstatementoutoftheSELECT_ENDSELECT.

80.WhichofthefollowingisNOTarequiredattributewhencreatinganABAPprogramA:ApplicationB:TitleC:StatusD:Type

81.WhencreatingatransparenttableintheABAPDictionary,whichstepautomaticallycreatesthetableintheunderlyingdatabaseA:AddingtechnicalsettingstothetableB:CheckingthetablesyntaxC:SavingthetableD:Activatingthetable

82.WithintheABAPprogramattributes,Type=1represents:A:INCLUDEprogramB:OnlineprogramC:ModulepoolD:FunctiongroupE:Subroutinepool

83.Ifthiscoderesultsinanerror,theremedyis:SELECTfld1SUM(fld1)FROMtab1INTO_A:RemovethespacesfromSUM(fld1).B:MoveSUM(fld1)beforefld1.C:AddGROUPBYf1.D:ChangetoSUM(DISTINCTf1).

84.WhichkeywordaddsrowstoaninternaltablewhileaccumulatingnumericvaluesA:INSERTB:APPENDC:COLLECTD:GROUP

85.Assumingitabhasaheaderline,whatwillbeoutputbythefollowingcodeREADTABLEitabINDEX3TRANSPORTINGfield1.WRITE:/1itab-field1,itab-field2.A:Thecontentsofthethirdrow'sitab-field1.B:Thecontentsofthethirdrow'sitab-field1anditab-field2.C:Thecontentsofthethirdrow'sitab-field2.D:Nothing.

86.Thefollowingcodeindicates:SELECTION-SCREENBEGINOFBLOCKB1.PARAMETERS:myparam(10)typeC,

/abaptipsPoweredbyJoomlaforERPGenie.COM!Generated:4February,2008,01:42

ERPGenie.COMABAPTipsandTricksDatabase

Myparam2(10)typeN,SELECTION-SCREENENDOFBLOCK.A:Drawaboxaroundmyparamandmyparam2ontheselectionscreen.B:Allowmyparamandmyparam2tobereadyforinputduringanerrordialog.C:Donotdisplaymyparamandmyparam2ontheselectionscreen.D:Displaymyparamandmyparam2onlyifbothfieldshavedefaultvalues.

87.WhichstatementwillsortthedataofaninternaltablewithfieldsFRUIT,QTY,andPRICEsothatitappearsasfollowsFRUITQTYPRICEApples1222.50Apples918.25Oranges1517.35Bananas2010.20Bananas156.89Bananas52.75A:SORTitabDESCENDINGBYQTYPRICE.B:SORTitabBYPRICEFRUIT.C:SORTitab.D:SORTitabBYPRICEDESCENDING.

88.WhichkeywordaddsalineanywherewithinaninternaltableA:APPENDB:MODIFYC:ADDD:INSERT

89.Toreadasinglelineofaninternaltable,usethefollowing:A:LOOPATitab._ENDLOOP.B:READitab.C:SELECTSINGLE*FROMitab.D:READTABLEitab.

90.WhichOpenSQLstatementshouldnotbeusedwithclusterdatabasesA:UPDATEB:MODIFYC:DELETED:INSERT

91.ToincludeafieldonyourscreenthatisnotintheABAPDictionary,whichincludeprogramshouldcontainthedatadeclarationforthefieldA:PBOmoduleincludeprogramB:TOPincludeprogramC:PAImoduleincludeprogramD:Subroutineincludeprogram

92.Thisflowlogicstatementisusedtomakemultiplefieldsopenforinputafteranerrororwarningmessage.A:GROUPB:FIELD-GROUPC:CHAIN

/abaptipsPoweredbyJoomlaforERPGenie.COM!Generated:4February,2008,01:42

ERPGenie.COMABAPTipsandTricksDatabase

D:LOOPATSCREEN

93.Given:PERFORMsubroutineUSINGvar.ThevarfieldisknownaswhattypeofparameterA:FormalB:ActualC:StaticD:ValueANSWERS1.IfatabledoesnothaveMANDTaspartoftheprimarykey,itis____.

C:Client-independent

2.InregardtoCALL,whichofthefollowingisNOTavalidstatement

D:CALLPROGRAM

3.NamethetypeofABAPDictionarytablethathasthesecharacteristics:SamenumberoffieldsasthedatabasetableSamenameasdatabasetableMaps1:1todatabasetableC:Transparent

4.Aneventstartswithaneventkeywordandendswith:

C:Anothereventkeyword.

5.WhatisthesystemfieldforthecurrentdateA:SY-DATUM

6.Thefollowingcodeindicates:SELECTfld1fld2FROMtab1APPENDINGTABLEitabWHEREfld1INsfld1.A:Addrowstotheexistingrowsofitab.

7.Youmaychangethefollowingdataobjectasshownbelowsothatitequals3.14.CONSTANTS:PItypePdecimals2value'3.1'.PI='3.14'.B:False

/abaptipsPoweredbyJoomlaforERPGenie.COM!Generated:4February,2008,01:42

ERPGenie.COMABAPTipsandTricksDatabase

8.TheSAPservicethatensuresdataintegritybyhandlinglockingiscalled:C:Enqueue/Dequeue

9.WhichofthesesentencesmostaccuratelydescribestheGETVBAKLATE.event

B:ThiseventisprocessedafteralloccurrencesoftheGETVBAKeventarecompleted.

10.Whichofthefollowingisnotatruestatementinregardtoahashedinternaltabletype

C:Responsetimeforaccessingarowdependsonthenumberofentriesinthetable.

11.TOincludedatabase-specificSQLstatementswithinanABAPprogram,codethembetween:D:EXECSQL_ENDEXEC.

12.Tomeasurehowlongablockofcoderuns,usetheABAPstatement:B:SETTIMEFIELD.

13.Whenasecondarylistisbeingprocessed,thedataofthebasiclistisavailablebydefault.A:True14.Given:DATA:BEGINOFitabOCCURS10,qtytypeI,ENDOFitab.DO25TIMES.itab-qty=sy-index.APPENDitab.ENDDO.LOOPATitabWHEREqty>10.WRITE:/1itab-qty.ENDLOOP.Thiswillresultin:B:Outputofthefirst10itabrowswithaqtyfieldgreaterthan10

15.AfteraDESCRIBETABLEstatementSY-TFILLwillcontainA:Thenumberofrowsintheinternaltable.16.YoumaydeclareyourowninternaltabletypeusingtheTYPESkeyword.A:True17.AfteraddingrowstoaninternaltablewithCOLLECT,youshouldavoidaddingmorerowswithAPPEND.B:False

/abaptips

PoweredbyJoomlaforERPGenie.COM!

Generated:4February,2008,01:42

ERPGenie.COMABAPTipsandTricksDatabase

18.WhichofthefollowingisnotacomponentofcontrolbreakprocessingwhenloopingataninternaltableA:ATSTARTOF

19.AdictionarytableismadeavailableforusewithinanABAPprogramviatheTABLESstatement.A:True

20.WhichofthefollowingwouldbebestforhidingfurtherselectioncriteriauntilafunctionischosenD:CALLSELECTION-SCREEN

21.Whatmustyoucodeintheflowlogictopreventamodulefrombeingcalledunlessafieldcontainsanon-initialvalue(asdeterminedbyitsdatatype)A:ONINPUT

22.TheATUSER-COMMANDeventistriggeredbyfunctionsdefinedinthe____.A:screenpainter

23.Inregardtoafunctiongroup,whichofthefollowingisNOTatruestatementC:ExistswithintheABAPworkbenchasanincludeprogram.

24.InregardtoSETPF-STATUS,youcandeactivateunwantedfunctioncodesbyusing____.A:EXCLUDING

25.InregardtodatatransportedinPAIwhentheFIELDstatementisused,whichofthefollowingisNOTatruestatementC:FieldsnotdefinedinFIELDstatements

溫馨提示

  • 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

評(píng)論

0/150

提交評(píng)論