30 questions

9
NO.1 What is true about the following code? A.The Module Validate is processed if both FLIGHT and CARRID are other than the initial value B.The Module Validate is processed if at least one of the fields FLIGHT or CARRID are other than the initial value C.The Module Validate is processed only if both FLIGHT and CARRID are initial values D.The Module Validate is never processed Answer: B SAP C_TAW12_70 exam simulations C_TAW12_70 answers real questions NO.2 What type of memory is typically used as default values for screen fields? A.SAP memory B.ABAP/4 memory C.Shared Memory Answer: A SAP C_TAW12_70 C_TAW12_70 C_TAW12_70 C_TAW12_70 exam prep NO.3 Identify the different type categories in the ABAP dictionary (More than one answer is correct) A.table Types B.Da Models C.Structures D.Da definitions E.Da Elements Answer: A, C, E SAP original questions C_TAW12_70 practice test C_TAW12_70 test C_TAW12_70 NO.4 Mark the three system fields that are continuously mainined by the list (More than one answer is correct) A.SY-LINSZ B.SY-TITLE C.SY-LINNO

Upload: abdul-rahim

Post on 21-Nov-2015

3 views

Category:

Documents


1 download

DESCRIPTION

30 Questions fo abap exam

TRANSCRIPT

NO.1 What is true about the following code?A.The Module Validate is processed if both FLIGHT and CARRID are other than the initial valueB.The Module Validate is processed if at least one of the fields FLIGHT or CARRID are other than theinitial valueC.The Module Validate is processed only if both FLIGHT and CARRID are initial valuesD.The Module Validate is never processedAnswer: BSAP C_TAW12_70 exam simulations C_TAW12_70 answers real questionsNO.2 What type of memory is typically used as default values for screen fields?A.SAP memoryB.ABAP/4 memoryC.Shared MemoryAnswer: ASAP C_TAW12_70 C_TAW12_70 C_TAW12_70 C_TAW12_70 exam prepNO.3 Identify the different type categories in the ABAP dictionary (More than one answer is correct)A.table TypesB.Da ModelsC.StructuresD.Da definitionsE.Da ElementsAnswer: A, C, ESAP original questions C_TAW12_70 practice test C_TAW12_70 test C_TAW12_70NO.4 Mark the three system fields that are continuously mainined by the list(More than one answer is correct)A.SY-LINSZB.SY-TITLEC.SY-LINNOD.SY-COLNOE.SY-PAGNOAnswer: C, D, ESAP certification C_TAW12_70 questions C_TAW12_70 test C_TAW12_70 exam simulations C_TAW12_70 C_TAW12_70NO.5 On what line does the output AAAAappear in the following code?A.9B.2C.1D.10Answer: BSAP C_TAW12_70 certification training C_TAW12_70 answers real questions C_TAW12_70 braindumpNO.6 Where does information come from when you press F1 on a screen field?A.Da element documentionB.Domain short textC.Search helpD.Domain Help valuesAnswer: ASAP C_TAW12_70 C_TAW12_70 certification training C_TAW12_70 questionsNO.7 What is conined in the system variatable sy-Linsz?A.Row count of the current lineB.Height of the current lineC.Width of the current lineD.Size of vertical bars in your listAnswer: CSAP test questions C_TAW12_70 study guide C_TAW12_70 C_TAW12_70 C_TAW12_70 pdfNO.8 In PBO, what field conins the tol number of lines in table control tc_flightA.TC_FLIGHT_LINESB.SY-DYNNRC.SY-STEPLD.TC_FLIGHT-TOL_LINESAnswer: ASAP C_TAW12_70 C_TAW12_70 certification trainingNO.9 Makr the valid asynchronous update bunding technique.A.UPDATEB.CALL FUNCTION.. .. IN UPDATE SKC.PERFORM ASYNCHRONOUSD.PERFORM.. .. ON COMMITAnswer: BSAP exam C_TAW12_70 exam C_TAW12_70NO.10 A screen field has been dynamically changed in a dialog program. When does it get re-initialized?A.At the end of the transactionB.Only when the program encounters more code to modify the field attributesC.At PAI executionD.At PBO executionAnswer: DSAP certification training C_TAW12_70 demo C_TAW12_70 C_TAW12_70 certificationNO.11 You have issued a Set Title bar in the PBO of your screen, Hon long Will the title remain active?A.Until the Next screen changeB.Until the next Set TitleBar stementC.Until the next DB LuwAnswer: BSAP C_TAW12_70 C_TAW12_70 C_TAW12_70 C_TAW12_70 C_TAW12_70 exam dumpsNO.12 If the program has SRT-OF-SELECTION event and you program stement between the REPORTstement and the first event keyword or form stement, the stement are than included with which processingblockA.SRT-OF-SELECTIONB.END-OF-SELECTIONC.InitializationD.No Processing BlockAnswer: ASAP C_TAW12_70 answers real questions C_TAW12_70 exam prep C_TAW12_70 C_TAW12_70 C_TAW12_70 certificationNO.13 What does the DESCRIBE TABLE stement provide to the program?A.Access TypeB.Key DefinitionC.Key UniquenessD.Key lengthAnswer: ASAP original questions C_TAW12_70 C_TAW12_70NO.14 Which of the following types of enhancements do not need to be assigned to an enhancement project?(More than one answer is correct)A.KeywordB.Field exitC.Menu exitD.ScreenE.Program exitAnswer: A, BSAP C_TAW12_70 certification C_TAW12_70 original questions C_TAW12_70 C_TAW12_70 original questions C_TAW12_70NO.15 What message type does not implicitly trigger dabase commits for the table updates specified in yourprogram?A.I type MESSAGE stementB.A type MESSAGE stementC.E type MESSAGE stementD.W type MESSAGE stementE.S type MESSAGE stementAnswer: BSAP C_TAW12_70 exam simulations C_TAW12_70 C_TAW12_70 braindump C_TAW12_70NO.16 If you do not SUPPRESS DIALOG in a dynpro before you LEAVE TO LIST-PROCESSING, the followingMill happen (More than one answer is correct)A.The screen will be displayed with the report that was built, but the gui-stus will be the one fromo theprevious screenB.The report will be displayed on the screen only after the user presses the enter keyC.The previous screen (calling screen) will be redisplayedD.The screen will be displayed, and will be emptyAnswer: B, DSAP C_TAW12_70 C_TAW12_70 demo C_TAW12_70 C_TAW12_70 study guideNO.17 What is true about a logical dabase program?A.Any Node that is accessed requires the Node to be defined in the NODES stementB.The Put Stement in the LDB provides da for the Get Event in the report programC.Get Event in the report program requests da from the Put StementD.You can access hierarchically higher tables in your program even though there is no table stement forthe tableAnswer: BSAP C_TAW12_70 C_TAW12_70 original questions C_TAW12_70 demo C_TAW12_70 dumpsNO.18 In what case are bstrips good candidates?(More than one answer is correct)A.When Users need the ability to navigate freely between componentsB.When Navigation between components is predetermined in a fixed mannerC.When several components of an application need to be displayed on one screenAnswer: A, CSAP C_TAW12_70 questions C_TAW12_70 answers real questions C_TAW12_70NO.19 If you are building a bstrip to be handled at the presention level. What function type should beassigned to the b title?A.PB.TC.BlankD.FE.EAnswer: A, BSAP braindump C_TAW12_70 C_TAW12_70 C_TAW12_70NO.20 Mark the valid usage of Read stement(More than one answer is correct)A.DO. Read Line SY-INDEX. ENDDOB.Read Line 3 of Current PageC.Read Line 3 of Next PageD.Read Current Line of table IBAnswer: A, BSAP answers real questions C_TAW12_70 original questions C_TAW12_70 C_TAW12_70 braindump C_TAW12_70 C_TAW12_70 exam prepNO.21 What controls the dialogue behavior of a search help?(More than one answer is correct)A.Admin daB.DPOSC.SPOSD.LPOSE.Value RangeAnswer: C, DSAP C_TAW12_70 questions C_TAW12_70 exam dumpsNO.22 Which transaction is used to make dictionary adjustments when upgrading versions of SAP?A.SPAUB.SP01C.SPDDD.CMODAnswer: CSAP test answers C_TAW12_70 certification training C_TAW12_70 C_TAW12_70NO.23 What is true about calling a screen (More than one answer is correct)A.A screen can be called from within a function moduleB.Screens should be called from PBO modulesC.Screens can be called from PAI modulesD.A screen can be called from a report programAnswer: A, C, DSAP C_TAW12_70 C_TAW12_70 exam C_TAW12_70NO.24 What object is not supported by the Modification assisnt?A.User exitsB.Text ElementsC.FunctionsD.MenusAnswer: ASAP practice test C_TAW12_70 C_TAW12_70 C_TAW12_70 exam dumps C_TAW12_70NO.25 Mark the Program Attribute that is used to define a Dialogue Program?A.RB.DC.1D.MAnswer: DSAP questions C_TAW12_70 exam C_TAW12_70 answers real questions C_TAW12_70 C_TAW12_70 answers real questionsNO.26 How does a customer benefit by using SSCR?A.To log enhancements made by a development userB.To log Customizing made by a development userC.To log modifications made by a development userAnswer: CSAP braindump C_TAW12_70 braindump C_TAW12_70 C_TAW12_70NO.27 Identify the situation Where Append Structures are not allowed.(More than one answer is correct)A.If the last field has a domain of da type currB.If the last field is already an Append StructureC.If the table conins a field of da type LCHR or LRAWD.If the table is a pooled or cluster tableAnswer: C, DSAP pdf C_TAW12_70 C_TAW12_70 C_TAW12_70 C_TAW12_70NO.28 What is needed to ensure a check field is verified against the referred key field of the check table?A.same da type only is required for check field and referenced fieldB.all key fields MUST have domain equality between check table and foreign key tableC.same domain is required for check field and referenced fieldD.same da element is required for check field and referenced fieldAnswer: CSAP C_TAW12_70 C_TAW12_70 original questions C_TAW12_70 testNO.29 Your screen has a table control defined to it. In the PAI, what does the SY-LOOPC system variatableconin?A.Number of table control linesB.Loop CounterC.Number of filled linesAnswer: CSAP exam C_TAW12_70 study guide C_TAW12_70 C_TAW12_70NO.30 Which of the following methods require higher Maintenance when new releases of SAP are installed?A.Enhancements to the SAP SndardB.Append StructuresC.CustomizingD.Modifications to the SAP SndardAnswer: D