+ All Categories
Home > Documents > C-TAW12-70_v2

C-TAW12-70_v2

Date post: 12-Oct-2015
Category:
Upload: free2poverty
View: 71 times
Download: 0 times
Share this document with a friend
Description:
SAP ABAP Exam Question
Popular Tags:
178
5/22/2018 C-TAW12-70_v2-slidepdf.com http://slidepdf.com/reader/full/c-taw12-70v2 1/178 SAP  Exam C-TAW12-70 SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0 Total Questions: 334
Transcript
  • SAP Exam C-TAW12-70

    SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0

    Total Questions: 334

    Free-Online-Exams.com

  • - QUESTION NO : 1

    Select the valid customer defined Message Stement:A. MESSAGE Y123.B. MESSAGE E123 (9999).C. MESSAGE ID 'AT' TYPE 'S' NUMBER 100D. MESSAGE E123 by Fielda Fieldb

    Answer: CExplanation:

    - QUESTION NO : 2

    What happens when a 1 to many relationship is encountered with an inner JoinA. redundant da is not returned to the resulnt setB. redundant da from the outer ble is includedC. run time errorD. redundant da from the inner ble is included

    Answer: BExplanation:

    - QUESTION NO : 3

    Free-Online-Exams.com

  • What must be assigned to help parameters?A. da elementB. domainC. valuesD. nothing

    Answer: AExplanation:

    - QUESTION NO : 4

    What is conined in the system variable 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 list

    Answer: CExplanation:

    - QUESTION NO : 5

    Free-Online-Exams.com

  • Identify the line number that will cause the break for at NEW CONNECTION?see exhibit below,,,A. All rows will cause a breakB. 20C. 30D. NO rows will cause a break

    Answer: CExplanation:

    - QUESTION NO : 6

    On what line does the output AAAAappear in the following code?see exhibit below,,,A. 9B. 2C. 1D. 10

    Free-Online-Exams.com

  • Answer: BExplanation:

    - QUESTION NO : 7

    What determines if a ble is a client specific versus client independent?A. The first field is mandt with a external da typeB. CLNT and specified as a key fieldC. Depends how Basis has configured the clientD. The option 'Client Specified' is added to the Select stement The first field is mandt with adomain CLNT but not specified as a key field

    Answer: AExplanation:

    - QUESTION NO : 8

    What is true about the primary index of ble?(More than one answer is correct)A. The primary index is automatically created when the ble is activatedB. The key fields of the ble make up the primary indexC. The primary index ID is designated by the Dabase AdministratorD. The developer designates the fields to be used as the primary index

    Free-Online-Exams.com

  • Answer: A,BExplanation:

    - QUESTION NO : 9

    Default page headings are created on which type of list?A. All listsB. BasicC. Secondary

    Answer: BExplanation:

    - QUESTION NO : 10

    Identify the dictionary type of field calog used for the ALV control?A. FieldcatB. CalogC. alv_calogD. lcv_t_fcat

    Free-Online-Exams.com

  • Answer: BExplanation:

    - QUESTION NO : 11

    Program A issues the following stement SUBMIT PROGRAM B. what kes placeA. Program A becomes active in the same internal session of Program BB. Program B becomes active in the same internal session of Program AC. User Context is flushedD. Program B runs in a new internal session

    Answer: DExplanation:

    - QUESTION NO : 12

    What are valid methods for including text elements in your program?(More than one answer is correct)A. Write: 'Hello'(001)B. Write: TEXT-001C. Write: 001(Hello)D. Write: TEXT-001'Hello'

    Free-Online-Exams.com

  • Answer: A,BExplanation:

    - QUESTION NO : 13

    Refer to the following. If there are no entries in my-b what is the result?see exhibit below,,,A. Run time errorB. All entries are retrievedC. Only distinct values for key1D. No entries are retrieved

    Answer: BExplanation:

    - QUESTION NO : 14

    When writing a list, what command would allow you to overwrite a line?A. BackB. OvertypeC. ReserveD. Write:/ 1

    Free-Online-Exams.com

  • Answer: AExplanation:

    - QUESTION NO : 15

    What condition apply for a left outer join in open SQL?A. Only 'Or' can be used as a logical operator in the ON conditionB. A Left Outer Join is not permitted in OPEN SQLC. A join stement is found to the right of the join operatorD. At least one field form the ble on the right is required for comparison in the ON condition

    Answer: DExplanation:

    - QUESTION NO : 16

    What does a LDB provide?(More than one answer is correct)A. Consistent and flexible user interfaceB. A method to access the da in a random mannerC. Centrally defined authorization checksD. Central performance improvements for update accesses

    Free-Online-Exams.com

  • Answer: AExplanation:

    - QUESTION NO : 17

    What is needed to ensure a check field is verified against the referred key field of the check ble?A. same da type only is required for check field and referenced fieldB. all key fields MUST have domain equality between check ble and foreign key bleC. same domain is required for check field and referenced fieldD. same da element is required for check field and referenced field

    Answer: CExplanation:

    - QUESTION NO : 18

    Select example of organizational da?A. Sales OrderB. Country KeysC. Cost CentresD. Vendors

    Free-Online-Exams.com

  • Answer: BExplanation:

    - QUESTION NO : 19

    Identify the valid attributes of domain?(More than one answer is correct)A. HeaderB. LabelC. LengthD. Fixed ValuesE. Type

    Answer: C,D,EExplanation:

    - QUESTION NO : 20

    For called program component that are of type transaction or report, what is true about the rollarea (assuming processing will resume in the calling program).A. Share the same roll areaB. They run in their own roll areaC. They run in the roll area of the caller

    Free-Online-Exams.com

  • Answer: BExplanation:

    - QUESTION NO : 21

    What are the main functions of the da dictionary?(More than one answer is correct)A. To insulate the ABAP/4 developer from the dabaseB. To provide da security at the application levelC. To connect to the operating systemD. To support the creation and management of meda

    Answer: A,DExplanation:

    - QUESTION NO : 22

    What is true about SAP query?A. Users can access only the fields which are assigned to a functional groupB. A user master record is generated when the query is definedC. SAP user can be assigned to only one user groupsD. Functional Area can be a special view of a logical dabase

    Free-Online-Exams.com

  • Answer: CExplanation:

    - QUESTION NO : 23

    Programs that extends beyond transaction limits and want to pass da should use:A. SAP MemoryB. blesC. ABAP/4 memory

    Answer: AExplanation:

    - QUESTION NO : 24

    Which of the following is an invalid method for populating an internal ble?A. Insert IBB. AppendC. Read ble IBD. Select into ble IB from dbb.E. Collect

    Free-Online-Exams.com

  • Answer: CExplanation:

    - QUESTION NO : 25

    Identify the clause that is used in suppress sndard headers?A. No Sndard HeadingB. No Sndard Page HeadingC. Suppress SndardD. System>List>Save

    Answer: BExplanation:

    - QUESTION NO : 26

    What appears in the sndard header of list?(More than one answer is correct)A. Page NumberB. UserC. Program titleD. DateE. Underline

    Free-Online-Exams.com

  • Answer: A,C,EExplanation:

    - QUESTION NO : 27

    You have made change to an existing ble that conins da. What kes place when the DabaseConversion utility is executed?(More than one answer is correct)A. Da in the ble is automatically deleted and must be reloadedB. The ble in the dabase is renamed and eventually deletedC. The indexes for the ble needs to manually be reconstructed in the ABAP DictionaryD. The revised ble in the ABAP/4 Dictionary is activatedE. The ble in the dabase is recreated

    Answer: B,D,EExplanation:

    - QUESTION NO : 28

    After a READ LINE on a List, what happens to the HIDE da?A. Nothing, the da remains in the hidden areaB. The hide da is restored to shared memoryC. The Hide da is not available to the programD. It is transferred back to the fields defined in the program

    Free-Online-Exams.com

  • Answer: DExplanation:

    - QUESTION NO : 29

    Which of the following short programs will not display the text SY-LSIND= 1during interactivereporting?see exhibit below,,,A. ZPGM3B. ZPGM2C. ZPGM1

    Free-Online-Exams.com

  • Answer: BExplanation:

    - QUESTION NO : 30

    Free-Online-Exams.com

  • Where does information comes from when you press F1 on a screen fileld?A. Da element documentionB. Domain short textC. Search helpD. Domain Help values

    Answer: AExplanation:

    - QUESTION NO : 31

    What will cause the AT USER-COMMAND to fire?A. Type S Function CodesB. Type T Functions CodesC. Normal Function CodesD. Function Codes that Srt with P

    Answer: CExplanation:

    - QUESTION NO : 32

    Free-Online-Exams.com

  • What are the coordinates of the following model dialogue Box?Window Srting at 10 20Ending at 20 30A. Srting at Column 10, Row 20 Ending at Column 20, Row 30B. Srting at Column 10, Row 30 Ending at Column 20, Row 20C. Srting at Row 10, Column 20 Ending at Row 20, Column 30

    Answer: AExplanation:

    - QUESTION NO : 33

    What is the effect of the collect stement if any entry with the same key already exists?A. Appends a new lineB. adds the numeric fields to an existing entryC. Creates a new entry

    Answer: BExplanation:

    - QUESTION NO : 34

    Free-Online-Exams.com

  • How are buffers used by inner and outer joins?A. buffers are always usedB. buffers are always bypassedC. the choice can be made to use or bypass buffers

    Answer: BExplanation:

    - QUESTION NO : 35

    Mark the code that will display the selection screen of the called program ZIST(More than one answer is correct)A. SUBMIT ZTST USING SELECTION-SET 'VAR1'B. SUBMIT ZTST VIA SELECTION-SCREENC. SUBMIT ZTST AND RETURND. SUBMIT ZTST VIA SELECTION-SCREEN USINGE. SELECTION-SET 'VAR1'

    Answer: B,EExplanation:

    - QUESTION NO : 36

    Free-Online-Exams.com

  • During interactive reporting, at what point does sy-Isind get incremented by the system?A. When you programmatically increment itB. At the end of an interactive processing blockC. At the beginning of an interactive processing block

    Answer: CExplanation:

    - QUESTION NO : 37

    What requirement exists if a field is defined in the dictionary of type CURR?A. Decimals must be defined in the domainB. The field must be numericC. The field must be linked to another field of type CUKYD. No other requirement exists

    Answer: CExplanation:

    - QUESTION NO : 38

    Free-Online-Exams.com

  • Identify the case where ble buffering should be set offA. For Global Master DaB. When the most current da is not requiredC. When the most current da is requiredD. For Small Stic non volatile bles

    Answer: CExplanation:

    - QUESTION NO : 39

    What is true about views?(More than one answer is correct)A. A view conins daB. Maintenance Views are not updateableC. A view is automatically created on the dabase upon activationD. Views can be buffered

    Answer: C,DExplanation:

    - QUESTION NO : 40

    Free-Online-Exams.com

  • READ CURRENT LINE makes use of what system variables .(More than one answer is correct)A. SY-CUROWB. SY-PAGNOC. SY-CPAGED. SY-INDEX

    Answer: A,CExplanation:

    - QUESTION NO : 41

    When does a ble get physically created in the underlying dabase?A. When you activate a transparent ble in the ABAP WorkbenchB. When you create a transparent bleC. When Basis creates the blespace at the OS layerD. When you activate a transparent ble in the Dictionary

    Answer: DExplanation:

    - QUESTION NO : 42

    Free-Online-Exams.com

  • When you EXPORT an internal ble that has a header line to ABAP/4 memory, what is the result?A. The header line and contents of the internal ble are storedB. You cannot EXPORT an internal ble with a header line.C. Only the header line is storedD. Only the contents of the internal ble is stored

    Answer: DExplanation:

    - QUESTION NO : 43

    What is the code required in order to scroll the third deil list to page?A. Scroll LIST Index 3 to Page 5B. Scroll LIST sy-index 3 to Page 5C. Scroll LIST sy-lsind 3 to Page 5D. Scroll LIST 3 5

    Answer: AExplanation:

    - QUESTION NO : 44

    Free-Online-Exams.com

  • In the context of a logical dabase, which is not a valid ABAP/ 4 keyword eventA. GetB. InitializationC. At Selection-ScreenD. End-Of-SelectionE. Put

    Answer: EExplanation:

    - QUESTION NO : 45

    Mark the sort stement that is more efficientA. Sort Ib AscendingB. Sort IBC. Sort IB BY (fieldname)D. Sort ib by keys

    Answer: CExplanation:

    - QUESTION NO : 46

    Free-Online-Exams.com

  • Select the methods used to access da on the dabase(More than one answer is correct)A. Read bleB. Get nodeC. Native SQLD. ABAP/4 Open SQLE. LDB

    Answer: C,D,EExplanation:

    - QUESTION NO : 47

    Where does the system store the da after a Read Line has been performed on a list?A. In MemoryB. In an Internal bleC. SY-LISTID. SY-LISEL

    Answer: DExplanation:

    - QUESTION NO : 48

    Free-Online-Exams.com

  • What is true about sorting an extract (intermediate) dabase?A. You can sort an extract daset even without a headerB. The extract daset is typically sorted in the Srtof- Selection processing blockC. The sequence of the control breaks in the Loop does not have to correspond to the extractdaset sort sequenceD. The extract daset must be sorted for processing to begin

    Answer: DExplanation:

    - QUESTION NO : 49

    What is Top-Of-Page event triggered?A. When the Top-Of-Page event is encountered in sequenceB. After Number of lines per page, as specified in the REPORT, have been written to the list bufferC. When the report srtsD. When the first write stement is encountered

    Answer: DExplanation:

    - QUESTION NO : 50

    Free-Online-Exams.com

  • What is the purpose of nodes stement in an ABAP program?A. Points to cluster blesB. Indicates the nodes from the logical dabaseC. Specifies the logical dabaseD. Sets up an address pointer to the nodes in the shared memory buffers

    Answer: BExplanation:

    - QUESTION NO : 51

    What happens when an EXIT stement is executed in the AT event?A. The program ends.B. The remainder of the current processing block is executedC. The output list is displayed.D. The system leaves the processing block and branches to the processing block of the nextevent.

    Answer: DExplanation:

    - QUESTION NO : 52

    Free-Online-Exams.com

  • What makes a text ble?A. The type of foreign key field defined must be "No Key /Candidates"B. The key of the text ble consists of the key of the check ble plus an additional language keyC. Cardinality must be defined as 1:1

    Answer: BExplanation:

    - QUESTION NO : 53

    Mark the event keyword that links reporting processing and logical dabaseA. PutB. ReadC. GetD. Select

    Answer: CExplanation:

    - QUESTION NO : 54

    Free-Online-Exams.com

  • Why is subquery usually more efficient?A. da is filtered in the sapguiB. da is filtered at the application serverC. da is filtered in the dabaseD. da is filtered on the network

    Answer: CExplanation:

    - QUESTION NO : 55

    The user default for the date format is set to YYYY.MM.DD. Assume that todays date is January15, 1999 the displayed output of the date field in the following codesee exhibit below,,,A. 01/15/1999B. 1999/01/15C. 19990115D. 1999.01.15

    Answer: DExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 56

    Which stement would be used to create a box with a frame title on a selection screen?A. Begin of Block, End of BlockB. Begin of Selection, End of SelectionC. Begin of Frame, End of FrameD. Begin of Box, End of Box

    Answer: AExplanation:

    - QUESTION NO : 57

    What is the default screen that is generated for a selection screen?A. 100B. 1000C. 1001D. 1100

    Answer: BExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 58

    What is the recommended method to modify a sndard search help to include customer definedsearch paths?A. Add an elemenry search help to the sndard search helpB. Add a collective search help to the sndard search helpC. Perform a modification to the sndard search helpD. Enhance the sndard search help with an append search help

    Answer: DExplanation:

    - QUESTION NO : 59

    What is authorization object is required to main n queries?A. S_QueryB. S_ProgramC. S_Query_AllD. S_Mainin

    Answer: AExplanation:

    - QUESTION NO : 60

    Free-Online-Exams.com

  • What happens if message E046 is raised?see exhibit below,,,A. Field Sales is open for input and all other fields are not available for inputB. The program endsC. All fields are open for input and cursor is positioned on field salesD. The initialization event is fired again

    Answer: AExplanation:

    - QUESTION NO : 61

    What is true about the result set of an inner join at the dabase level?A. conins all entries from both blesB. conins all entries from the left bleC. conins only entries that matchD. conins all entries from the right ble

    Free-Online-Exams.com

  • Answer: CExplanation:

    - QUESTION NO : 62

    What is structured type in the ABAP dictionary that has no physical ble definition in the underlyingdabase referred to as?A. structured typeB. ble typeC. structureD. ble

    Answer: CExplanation:

    - QUESTION NO : 63

    An ABAP program has a selection screen. The ABAP is to be included as a step in theBackground job. What other field must be filled in when creating the job step?A. Print SpecificationsB. VariantC. LanguageD. Mandatory Fields

    Free-Online-Exams.com

  • Answer: BExplanation:

    - QUESTION NO : 64

    Suppose LFA1 is the root node, LFBK and LFB1, are branches of LFA1, and LFA1 is a branch ofLFB1. If the report conins only one single GET stement for LFB1, the processing passes throughwhich ble.A. LFA1,LFBK,LFB1.LFC1B. LFA1, LFBK, LFB1C. LFA1 and LFB1

    Answer: CExplanation:

    - QUESTION NO : 65

    Where are dictionary changes made available to ABAP programs?A. Next time user signs onB. Immediately, providing the object is activatedC. After Dabase is re-organizedD. Next time program is re-generated

    Free-Online-Exams.com

  • Answer: BExplanation:

    - QUESTION NO : 66

    If the program has a 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 whichprocessing blockA. SRT-OF-SELECTIONB. END-OF-SELECTIONC. InitializationD. No Processing Block

    Answer: AExplanation:

    - QUESTION NO : 67

    What methods can be used to set the values for printing an online list.(More than one answer is correct)A. NEW-PAGE PRINT ONB. Function SET_PRINT_PARAMETERSC. Function GET_PRINT_PARAMETERSD. Include SET_PRINT_PARAMTERS

    Free-Online-Exams.com

  • Answer: A,B,CExplanation:

    - QUESTION NO : 68

    What can be assigned directly to a da element?(More than one answer is correct)A. domainB. built-in typeC. ble typeD. check bleE. ble field

    Answer: A,BExplanation:

    - QUESTION NO : 69

    Which program us used the refine the values returned by a search help?A. administration daB. ExportC. restrict value rangeD. Import

    Free-Online-Exams.com

  • Answer: DExplanation:

    - QUESTION NO : 70

    How can records from the left ble be omitted in an outer join?A. specify conditions in the WHERE clauseB. There is no way to omit records from the left bleC. specify conditions in the ON clauseD. specify conditions in the FROM clause

    Answer: AExplanation:

    - QUESTION NO : 71

    ble T wants to ensure that the key field t1-fileda entered is valid against a field t2 fielda in the bleT2. Which is foreign key ble?A. T1B. T3 from the dictionaryC. T2

    Free-Online-Exams.com

  • Answer: AExplanation:

    - QUESTION NO : 72

    What is not a valid functional type?A. ProgramB. Joined blesC. Sequential Da SetD. LDBE. Search Help

    Answer: EExplanation:

    - QUESTION NO : 73

    Define logical dabaseA. A Reporting ToolB. A method to update daC. Definition of a Relational Da ModelD. An ABAP/4 Reading Program used to read and process da

    Free-Online-Exams.com

  • Answer: DExplanation:

    - QUESTION NO : 74

    What is the option on the Parametersstement in a report program to include a SPA/GPAParameter ID?A. Memory IDB. Parameter IDC. ValueD. Default Parameter ID

    Answer: AExplanation:

    - QUESTION NO : 75

    Which system variable conins the number of deil list that is being generated?A. SY-INDEXB. SY-LISTIC. SY-LSINDD. SY-BIX

    Free-Online-Exams.com

  • Answer: CExplanation:

    - QUESTION NO : 76

    Identify the item that are not considered Da Dictionary technical settings when creating adictionary ble(More than one answer is correct)A. BufferingB. Da ClassC. Field NameD. Size CategoryE. Stus

    Answer: C,EExplanation:

    - QUESTION NO : 77

    What is true of the new-page stement?(More than one answer is correct)A. It is an eventB. Requires at least one write stement before it can be executedC. Increments the page counterD. Used to generate a blank page

    Free-Online-Exams.com

  • Answer: B,CExplanation:

    - QUESTION NO : 78

    What does the following code achieve?see exhibit below,,,A. When the user presses F1, Screen 100 is displayed in addition to the normal help screenB. When the user presses F1, Screen 100 is displayed instead of the normal possible valuessearch helpC. When the user presses F4, Screen 100 is displayed instead of the normal possible valuessearch helpD. When the user presses F4, Screen 100 is displayed in addition to the normal help screen

    Answer: CExplanation:

    - QUESTION NO : 79

    Free-Online-Exams.com

  • What is the order of code that gets executed in the following code?see exhibit below,,,A. 40, 50, 60, 70, 80B. 40, 80, 50, 80, 60C. 80, 40, 50, 80, 60

    Answer: CExplanation:

    - QUESTION NO : 80

    bles with indices, result in reduced performance in what Kind of OPEN SQL operationA. Da Base ModifyB. All dabase accessC. Da Base RetrievalD. Da Base Updates

    Free-Online-Exams.com

  • Answer: DExplanation:

    - QUESTION NO : 81

    In what can lists be saved?(More than one answer is correct)A. Local File to the application serverB. SAPOFFICEC. HTML Format on local PCD. ABAP EditorE. Report Tree

    Answer: B,C,EExplanation:

    - QUESTION NO : 82

    Identify the valid methods for setting the value of a select-option selection field(More than one answer is correct)A. Initialization. ZFLIGHTS-CARRID = 'AA'.B. Srt-of-Selection. ZFLIGHTS-CARRID = 'AA'.C. SELECT-OPTIONS AIRLINE FOR ZFLIGHTSCARRID MEMORY ID CAR.D. SELECT-OPTIONS AIRLINE FOR ZFLIGHTSCARRID DEFAULT 'AA'.

    Free-Online-Exams.com

  • Answer: C,DExplanation:

    - QUESTION NO : 83

    When does a processing block for a Get stement end?A. When the END GET stement is encounteredB. When the next keyword event is encounteredC. When all da has been retrieved for the GetD. After each PUT in the LDB

    Answer: BExplanation:

    - QUESTION NO : 84

    What is true about the result set of an left outer join at the dabase level?(More than one answer is correct)A. conins all entries from the left bleB. conins only entries that match in the on clauseC. fields from unmatched rows in the right ble are null filledD. fields from unmatched rows in the left ble are null filledE. conins all entries from the right ble

    Free-Online-Exams.com

  • Answer: A,CExplanation:

    - QUESTION NO : 85

    What is required to esblish an interactive list?(More than one answer is correct)A. The user interface allows actions to trigger interactive list type eventsB. Corresponding interactive events are programmedC. The Hide command is programmed into the report

    Answer: A,BExplanation:

    - QUESTION NO : 86

    Assuming a Deil list exists, what kes place when sy-island is set to zero.(More than one answer is correct)A. All secondary lists are deletedB. The basic and secondary lists are deletedC. The basic list is overwritten with the current secondary listD. The original basic list is re-displayed

    Free-Online-Exams.com

  • Answer: A,DExplanation:

    - QUESTION NO : 87

    Which is not a valid option of write stement?A. InputB. NO-GAPC. No-ZeroD. As Radio BoxE. CenteredF. Under

    Answer: DExplanation:

    - QUESTION NO : 88

    Mark the valid logical nodes(More than one answer is correct)A. bleB. StructureC. NodeD. FileE. Complex Da Object

    Free-Online-Exams.com

  • Answer: A,B,EExplanation:

    - QUESTION NO : 89

    At what point does a parameter ID get reset?A. Program Execution EndsB. User sign offC. Free MemoryD. When you Flush the SPA/GPA memory

    Answer: BExplanation:

    - QUESTION NO : 90

    What type of ABAP Query list would be appropriate if the user wanted to determine the ten topsalespeople?A. StisticsB. Ranked listsC. PercengeD. Basic lists

    Free-Online-Exams.com

  • Answer: BExplanation:

    - QUESTION NO : 91

    Which of the following will trigger the AT LINE_SELECTION event?(More than one answer is correct)A. Double Click a line on a listB. Function Code P+C. F2D. Function Code PICKE. Menu Option EDIT>ChooseF. Function Code CHOOSE

    Answer: A,C,D,EExplanation:

    - QUESTION NO : 92

    What happens to memory when the Export is executed without specifying ID?A. SAP Memory is overwrittenB. ABAP memory sets up a new default areaC. The ABAP memory is completely overwritten

    Free-Online-Exams.com

  • Answer: CExplanation:

    - QUESTION NO : 93

    Mark the valid usage of Read stement(More than one answer is correct)A. DO. Read Line SY-INDEX. ENDDO.B. Read Line 3 of Current PageC. Read Line 3 of Next PageD. Read Current Line of ble IB

    Answer: A,BExplanation:

    - QUESTION NO : 94

    Which of the following dictionary objects gets stored as a runtime object?A. blesB. All of the answers are correctC. StructuresD. Da ElementsE. ble Types

    Free-Online-Exams.com

  • Answer: BExplanation:

    - QUESTION NO : 95

    What are the three main sub objects of the LDB?(More than one answer is correct)A. Search HelpsB. DB ProgramC. blesD. StructureE. Selection Screen

    Answer: B,D,EExplanation:

    - QUESTION NO : 96

    The cardinality of a foreign key relationship is defined as 1:NWhat does this imply?A. One record of the check ble is assigned to many records of the foreign key bleB. Many records of the check ble are assigned to one record of the foreign key bleC. One record of the foreign key ble is assigned to one record in the check ble

    Free-Online-Exams.com

  • Answer: AExplanation:

    - QUESTION NO : 97

    ble ZMYBLE is created in the dictionary. When does the ble get created in the underlying dabase?A. When the dabase administrator physically creates the bleB. At the end of the ble creation after it is savedC. When the ble is activatedD. At the beginning of the ble creationE. It does not correspond to an object in the underlying dabase and does not get created

    Answer: CExplanation:

    - QUESTION NO : 98

    What is the order of events that fire?see exhibit below,,,A. 30 50 10 40 20B. 50 10 40 10 20C. 30 10 50 40 20

    Free-Online-Exams.com

  • Answer: AExplanation:

    - QUESTION NO : 99

    Identify the object that cannot have a search help atched to it?A. bleB. ble fieldC. typeD. check bleE. da element

    Answer: CExplanation:

    - QUESTION NO : 100

    Free-Online-Exams.com

  • Identify the different type categories in the ABAP dictionary(More than one answer is correct)A. ble TypesB. Da ModelsC. StructuresD. Da definitionsE. Da Elements

    Answer: A,C,EExplanation:Topic 2, Volume B

    - QUESTION NO : 101

    Which modulation unit do not use ABAP/4 to pass da?A. Remove this recordB. function modulesC. Parameter IdsD. transactionsE. reports called with SUBMIT and Return

    Answer: CExplanation:

    - QUESTION NO : 102

    Free-Online-Exams.com

  • How many stistics or ranked lists allowed per query?A. 10B. UnlimitedC. 9D. 1

    Answer: CExplanation:

    - QUESTION NO : 103

    What is true about the end-of-page Event?(More than one answer is correct)A. Used to create FootersB. Occurs when the page break has been triggered by the New-Page stementC. Automatically creates a footer on the last page of a listD. Works only if you reserve space in the ReportE. Stement using the line-count stement

    Answer: A,EExplanation:

    - QUESTION NO : 104

    Free-Online-Exams.com

  • What is the effect of the hide stement?A. The variable appears on the current line as indicated by sy-linnoB. The system stores the field name and values for each field hiddenC. The fields are invisible and cannot be written to the list

    Answer: BExplanation:

    - QUESTION NO : 105

    Which stement prevents duplicate internal ble entries?A. InsertB. AppendC. Delete DuplicatesD. Collect

    Answer: DExplanation:

    - QUESTION NO : 106

    Free-Online-Exams.com

  • When does system reset the formatting values on a write stement?A. When explicitly changed using the Format stementB. All answers are correctC. At any New EventD. Using the Reset option of the Format stement

    Answer: BExplanation:

    - QUESTION NO : 107

    Given the logical dabase F1S, identify the dabase program that is created?A. Your user defined Program NameB. SAPMZF1SC. SAPDBF1SD. DBF1SSEL

    Answer: CExplanation:

    - QUESTION NO : 108

    Free-Online-Exams.com

  • What is true about functional areas and User groups in ABAP Query?(More than one answer is correct)A. The queries of a user group belong only to the person that created the queryB. The user can access only designated queries in a given user groupC. Users belonging to the same authorization group have the same query privilegeD. A Functional area can be assigned to several user groupsE. Several Functional areas can be assigned to one user group

    Answer: C,D,EExplanation:

    - QUESTION NO : 109

    What is the READ LINE stement used for?(More than one answer is correct)A. Reading Secondary ListsB. Reading the Basic ListC. Reading Dabase blesD. Reading Internal bles

    Answer: A,BExplanation:

    - QUESTION NO : 110

    Free-Online-Exams.com

  • When is it better to buffer the ble?A. When a ble is linked to check blesB. When a ble is read infrequentlyC. When a ble is read frequently and the da seldom changesD. When a ble is read frequently and the da is always changing

    Answer: CExplanation:

    - QUESTION NO : 111

    Which object would you integrate to determine the length of a field on a screen?A. RepositoryB. Da ElementC. Value bleD. DictionaryE. Domain

    Answer: EExplanation:

    - QUESTION NO : 112

    Free-Online-Exams.com

  • What techniques would you use to fix the 10 leftmost columns on a list when scrolling to the right?A. Scroll List LeftB. Scroll List PS+C. Set Left Scroll-Boundary Column 10D. Set Right Scroll-Boundary Column 10

    Answer: CExplanation:

    - QUESTION NO : 113

    Which report stement option determines the width of a list?A. Line-WidthB. Line-CountC. Report SizeD. Line-Size

    Answer: DExplanation:

    - QUESTION NO : 114

    Free-Online-Exams.com

  • Refer to the following code. Why the literal Hellowould not be displayed on your list.Write: Hello(001)(More than one answer is correct)A. Text elements cannot be used in a Write stementB. The text element is missing from the programC. Your logon language is different than the original languageD. The text element does not conin the value 'Hello'

    Answer: C,DExplanation:

    - QUESTION NO : 115

    When does the GET late event fire?A. After the next da record for the same node is read and before all subordinate nodes have beenprocessedB. After the END GETC. At the end of all Get eventsD. After all subordinate nodes have been processed and before the next da record for the samenode is read

    Answer: DExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 116

    What internal ble Fields are generated using a select-option?(More than one answer is correct)A. LowB. BetweenC. OptionD. HighE. SignF. Operator

    Answer: A,C,D,EExplanation:

    - QUESTION NO : 117

    What is true about extract dabase?(More than one answer is correct)A. An extract daset may consist of records with different structuresB. More than one Extract Daset is allowed per programC. The Header Must be defined as one of the field groupsD. The field group HEADER is part of each extract recordE. Definition of a field group immediately reserves storage space for the fields

    Answer: A,C,DExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 118

    Values supplied to variants are stored in which bleA. T006B. TVARC. TVARVD. PARM

    Answer: CExplanation:

    - QUESTION NO : 119

    Where do you define a LDB to a program?A. Da StementB. Program AttributesC. Get StementD. bles Stement

    Answer: BExplanation:

    - QUESTION NO : 120

    Free-Online-Exams.com

  • What is the event that could be used to create a header on a deil list?A. Top-of-pageB. Top-of-page During Line-SelectionC. New-pageD. At line-selection

    Answer: BExplanation:

    - QUESTION NO : 121

    Where do dictionary runtime object get stored?A. in the dictionaryB. in work processesC. in structuresD. in ble "nameb"

    Answer: DExplanation:

    - QUESTION NO : 122

    Free-Online-Exams.com

  • Identify the basic objects of the da dictionary(More than one answer is correct)A. Da ModelsB. blesC. Da ElementsD. DocumentionE. Domains

    Answer: B,C,EExplanation:

    - QUESTION NO : 123

    Upon what condition will a transaction be directly called from a GUI stus?A. The Function Type is set to TB. The Function Type is set to SC. The Transaction Type is set to TD. The Function Code is left blank

    Answer: AExplanation:

    - QUESTION NO : 124

    Free-Online-Exams.com

  • What is the result of following code?see exhibit below,,,A. 1 3 4B. 2C. 1 2 3 4

    Answer: AExplanation:

    - QUESTION NO : 125

    Structure MY-STRUCTURE is created in the dictionary. When does the structure get created inthe underlying dabase?A. When the dabase administrator physically creates the bleB. At the end of the ble creation after it is saved.C. When the ble is activatedD. At the beginning of the ble creationE. It does not correspond to an object in the underlying dabase and does not get created

    Free-Online-Exams.com

  • Answer: EExplanation:

    - QUESTION NO : 126

    An internal ble is filled with the da below. What is the contents of header line the first time the sumstement is executed?see exhibit below,,,see exhibit below,,,A. AAFFF10B. *****30C. AAFFF30D. AA***30

    Free-Online-Exams.com

  • Answer: DExplanation:

    - QUESTION NO : 127

    At what point does the sndard selection screen (as a result of a selection-option) get displayedA. After Initialization eventB. Prior to Initialization eventC. Before the Report StementD. At Srt-of-Selection event

    Answer: AExplanation:

    - QUESTION NO : 128

    Free-Online-Exams.com

  • A view called znyview is created in the dictionary. What gets physically created on the underlyingdabase?A. Views are not created with the dictionaryB. a view named v_zmyviewC. Views do not get created on the dabaseD. a view named zmyview

    Answer: DExplanation:

    - QUESTION NO : 129

    What is true about a structure?A. The STRUCTURES stement is used to define a structure in a programB. Structures conin da beyond the runtime of a program.C. The BLES stement is used to define a structure in a programD. A physical dabase ble is created for a structure

    Answer: CExplanation:

    - QUESTION NO : 130

    Free-Online-Exams.com

  • Within the AT USER-COMMAND processing block which system variable is used to check thefunction code?A. SY-UCOMMB. SY-KEYC. SY-GUID. SY-FCODE

    Answer: AExplanation:

    - QUESTION NO : 131

    Which type is not a GUI stus?A. List StusB. Dialog BoxC. Context MenuD. Online Stus

    Answer: AExplanation:

    - QUESTION NO : 132

    Free-Online-Exams.com

  • What will be the value of F1 after the export?see exhibit below,,,A. SPACEB. 2C. 1D. Run Time Error will occur

    Answer: AExplanation:

    - QUESTION NO : 133

    How can you perform a direct dabase read from a buffered ble?A. Buffering can be turned off on the application server by the programmer using the ABAPB. WorkbenchC. Add the BYPASSING BUFFER clause on the select stementD. Do not have buffering in the technical attributes

    Free-Online-Exams.com

  • Answer: BExplanation:

    - QUESTION NO : 134

    From the list below, which is not a da class in the Dictionary?A. Master DaB. Organizational DaC. System daD. Project Da

    Answer: DExplanation:

    - QUESTION NO : 135

    Free-Online-Exams.com

  • If ble is an LDB are hierarchically higher in a structure than the ble defined in the report, what kesplace?A. The selection screen will not display selection criteria for the higher blesB. The selection screen will display selection criteria for the higher blesC. The selection screen will display selection criteria for the higher bles at the time of the Get forthe lower level blesD. The selection screen will display selection criteria for the higher bles only if you issue a Get forthe higher level ble

    Answer: BExplanation:

    - QUESTION NO : 136

    Where do the fixed values of a domain get checked?A. In Screens onlyB. When a SQL Insert is performedC. When a SQL Update is performedD. When user presses F1 - Technical info

    Answer: AExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 137

    What does not cause Top-Of-page Event?A. New-Page followed by a WriteB. Line Count is exceeded as defined in the Report stementC. Double Click on the lineD. The first encountered Write Stement

    Answer: CExplanation:

    - QUESTION NO : 138

    Which are valid ABAP Query report types?(More than one answer is correct)A. Ranked listsB. StisticsC. Basic listsD. Select ListsE. Summary

    Answer: A,B,CExplanation:

    - QUESTION NO : 139

    Free-Online-Exams.com

  • 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-PAGNO

    Answer: C,D,EExplanation:

    - QUESTION NO : 140

    What is the maximum number of allowed Deil lists?A. As much as the roll area allowsB. 20C. UnlimitedD. 10

    Answer: BExplanation:

    - QUESTION NO : 141

    Free-Online-Exams.com

  • 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 bles in your program even though there is no bles stementfor the ble

    Answer: BExplanation:

    - QUESTION NO : 142

    Identify the key assignments for function keys in a GUI stus?(More than one answer is correct)A. Random Function KeysB. Suggested Function KeysC. Recommended Function KeysD. Freely Assigned Function KeysE. Reserved Function Keys

    Answer: C,D,EExplanation:

    - QUESTION NO : 143

    Free-Online-Exams.com

  • What determines the report specific structure (selection criteria) of a logical dabase program.A. The Functional AreaB. The bles for which a corresponding Node stement existsC. The nodes in the Selections Include ProgramD. The Parameters defined in the report program

    Answer: BExplanation:

    - QUESTION NO : 144

    Select the line that would execute in the following code after the STOP stement?see exhibit below,,,A. 130B. 100C. 120D. 80

    Free-Online-Exams.com

  • Answer: AExplanation:

    - QUESTION NO : 145

    Mark the valid values for a checkbox.(More than one answer is correct)A. XB. SpaceC. 1D. 0E. Any Alpha Character

    Answer: A,BExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 146

    Which of the following does not physically exist in the underlying dabase?(More than one answer is correct)A. Transparent bleB. Internal bleC. ViewD. Structure

    Answer: B,DExplanation:

    - QUESTION NO : 147

    Where would the cancel button typically be located?A. Sndard ToolbarB. Menu BarC. Application ToolbarD. Title Bar

    Answer: AExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 148

    What controls the dialogue behavior of a search help?(More than one answer is correct)A. Admin daB. DPOSC. SPOSD. LPOSE. Value Range

    Answer: C,DExplanation:

    - QUESTION NO : 149

    Which linking method will leave current processing and not return?(More than one answer is correct)A. Call FunctionB. SubmitC. Call TransactionD. Leave To Transaction

    Answer: B,DExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 150

    Full buffering would be appropriate for what type of ble?A. Small Stic blesB. Internal blesC. Transaction blesD. bles with generic Keys

    Answer: AExplanation:

    - QUESTION NO : 151

    What system variables conins the contents of the selected line in interactive reporting?A. SY-LSINDB. None of the answers are correctC. SY-LISELD. SY-LINNO

    Answer: CExplanation:

    - QUESTION NO : 152

    Free-Online-Exams.com

  • Select the line that would execute in the following code after the exit stement?see exhibit below,,,A. 80B. Exits the ProgramC. 120D. 100E. 130

    Answer: BExplanation:

    - QUESTION NO : 153

    Free-Online-Exams.com

  • What DOES NOT determines the behavior of the search help?A. the interface of the search helpB. dialog behaviorC. user master record parametersD. the selection method that determines the valuesE. to be displayed

    Answer: CExplanation:

    - QUESTION NO : 154

    What does the DESCRIBE BLE stement provide to the program?A. Access TypeB. Key DefinitionC. Key UniquenessD. Key length

    Answer: AExplanation:

    - QUESTION NO : 155

    Free-Online-Exams.com

  • You have added an append structure to a sndard SAP ble. What happens to a sndard ble when anew version of the ble is imported during an upgrade?A. When the sndard bles are activated, the append structure is automatically appended to thesndard bleB. All append structures are deleted. A new append structure must be created and then appendedto the sndard bleC. The append fields are automatically appended to the ble upon activation but you must stillconvert the bleD. The sndard ble is returned to sndard. Therefore, the append structure must be manually reapplied

    Answer: AExplanation:

    - QUESTION NO : 156

    Where would you typically see the code call Selection-Screen?A. Top-of-PageB. Srt-of-SelectionC. At Line-SelectionD. At Selection-Screen

    Answer: CExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 157

    What is true about a check ble?A. Check ble fields can accept only values which exist in the check bleB. Foreign key fields can accept any values regardless of the check bleC. Foreign key fields can accept only values which exist in the check ble

    Answer: CExplanation:

    - QUESTION NO : 158

    Identify the method that provides possible values?A. Dabase ViewB. Transparent bleC. Search HelpD. Help Query

    Answer: CExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 159

    What authorization object can be used to restrict users from processing nodes in the reportingtree?A. S_NODEB. S_PROGRAMC. S_EXECUTED. S_DEVELOPE. S_TREEF. Local File to the application server

    Answer: BExplanation:

    - QUESTION NO : 160

    A da element is an example ofA. Business ObjectB. Semantic DomainC. Physical DefinitionD. Technical Domain

    Answer: BExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 161

    What is the effect of setting the line-size option in the following code?REPORT ZTEST LINE-SIZE 0.A. This will produce a synx checkB. You will have to program scrollingC. No Lines are written to a reportD. the system uses the width of the sndard list

    Answer: DExplanation:

    - QUESTION NO : 162

    Which is not an automatic check carried out by the screen processor?A. format CheckB. Obligatory Field CheckC. Fixed ValuesD. Foreign Key CheckE. Parameter Id Validation

    Answer: EExplanation:

    - QUESTION NO : 163

    Free-Online-Exams.com

  • Why is it a good idea to use a backup version of the OK_CODEthat is SAVE_OK_CODE = OK_CIDEA. OK_CODE is a system reserved variable and cannot be accessed directlyB. Because the OK_CODE gets reset at the beginning of each execution of PAI processingC. To prevent accidenl setting of the OK_CODE in a different screenD. So the OK_CODE is freed up for sub screens

    Answer: CExplanation:

    - QUESTION NO : 164

    What would be a reason for choosing to use asynchronous update in your ABAP program(More than one answer is correct)A. To improve user response timeB. your updates need to run together as a logical unitC. Immediate updates to the Dabase are requiredD. your program need the updates completed in order to continue processing

    Answer: A,BExplanation:

    - QUESTION NO : 165

    Free-Online-Exams.com

  • Which number range function would you use to determine if an external number lies in thespecified number range interval?A. NUMBER_GET_INFOB. NUMBER_RANGE_INTERVAL_LISTC. NUMBER_CHECK .D. NUMBER_RANGE_EXTERNAL_CHECKE. NUMBER_GET_NEXT

    Answer: CExplanation:

    - QUESTION NO : 166

    How many At Exit-command Modules are allowed in the PBO?A. 0B. 2C. UnlimitedD. 1

    Answer: AExplanation:

    - QUESTION NO : 167

    Free-Online-Exams.com

  • Identify the synchronous update technique?(More than one answer is correct)A. Update ble.. ..B. PERFORM.. .. ON COMMIT and WAITC. COMMIT WORK AND WAITD. CALL FUNCTION in Update sk

    Answer: A,CExplanation:

    - QUESTION NO : 168

    What type of memory is typically used as default values for screen fields?A. SAP memoryB. ABAP/4 memoryC. Shared Memory

    Answer: AExplanation:

    - QUESTION NO : 169

    Free-Online-Exams.com

  • Which Update request runs asynchronouslyA. V2B. LocalC. V1D. Transactional

    Answer: AExplanation:

    - QUESTION NO : 170

    Which does not provide synchronous processing?A. an update-sk function module triggered with COMMIT WORK AND WAITB. an update-sk function module triggered with COMMIT WORKC. Batch Input ProgramsD. PERFORM.. .. ON COMMIT

    Answer: BExplanation:

    - QUESTION NO : 171

    Free-Online-Exams.com

  • What is true about the PHO/POV events?A. After these events are processed the screen is redisplayed but the PBO is not processedB. After these events are processed the PAI is processed then the PBO and then the screen isdisplayedC. After these events are processed the PBO module is processed and the screen is redisplayedD. None of the answers are correct

    Answer: AExplanation:

    - QUESTION NO : 172

    Using screen painter, how do you logically relate radio buttons?A. Ensure the prefix name of the radio buttons is the sameB. Encompass them in a Radio Button GroupC. Define a Group boxD. Make sure each one has the same Screen Group Name

    Answer: BExplanation:

    - QUESTION NO : 173

    Free-Online-Exams.com

  • Mark the invalid flow logic stement(More than one answer is correct)Tsee exhibit below,,, A. 30B. 100C. 20D. 40E. 50

    Answer: A,BExplanation: A

    - QUESTION NO : 174

    Free-Online-Exams.com

  • Which stement would conclude a SAP LUW?(More than one answer is correct)A. ROLLBACK WORKB. CALL TransactionC. MESSAGE S101D. COMMIT WORK

    Answer: A,DExplanation:

    - QUESTION NO : 175

    Where should the CANCEL (RED x) button on the sndard toolbar ke the user?A. To where the transaction was calledB. To the initial screen of the transactionC. To the previous screenD. To the Cancel area

    Answer: BExplanation:

    - QUESTION NO : 176

    Free-Online-Exams.com

  • What message type does not implicitly trigger dabase commits for the ble updates specified inyour program?A. I type MESSAGE stementB. A type MESSAGE stementC. E type MESSAGE stementD. W type MESSAGE stementE. S type MESSAGE stement

    Answer: BExplanation:

    - QUESTION NO : 177

    What stement allows you to generate a report from an online transactionA. LEAVE TO BASIC LISTB. LEAVE TO LIST-PROCESSINGC. CALL REPORT report_nameD. GENERATE list

    Answer: BExplanation:

    - QUESTION NO : 178

    Free-Online-Exams.com

  • What is true about V2 updates within the same SAP LUW?-A. An error in one V2 function module cause all other V2 functions to be rolled backB. Each V2 function module for a given COMMIT WORK always runs in its own (separate) DBLUWC. V2 errors cause V1 updates to be rolled backD. They are usually time critical updates

    Answer: BExplanation: Week 2

    - QUESTION NO : 179

    What methods could be used to specify the next Screen to be displayed?(More than one answer is correct)A. Set ScreenB. Use the Next Screen Option on the Screen AttributesC. Loop at ScreenD. Submit Screen

    Answer: A,BExplanation:

    - QUESTION NO : 180

    Free-Online-Exams.com

  • What is true about both synchronous and asynchronous remote function calls?(More than one answer is correct)TA. The function module forms its own Dabase LUWB. The remote function will continue to execute even if the caller is no longer activeC. All parameters must have a dictionary referenceD. They are executed on another R/3 dabase server

    Answer: A,CExplanation: A

    - QUESTION NO : 181

    What is true about flow logic?(More than one answer is correct)WA. The flow logic is conined in ModulesB. Dialog Programs do not require a transaction to execute the module poolC. Screens are optional in a dialog program.D. Transactions are a vehicle to execute dialog programsE. update and enqueue techniques are impornt.

    Answer: D,EExplanation:

    - QUESTION NO : 182

    Free-Online-Exams.com

  • The OK_CODE servers what purposeA. conins screen field valuesB. conins function codesC. determines successful user action

    Answer: BExplanation:

    - QUESTION NO : 183

    What is true about subscreen?(More than one answer is correct)A. Multiple subscreens are possible in a single screen.B. You can also specify the subscreens dynamically at runtime.C. Can set their own titlebarD. Can set their own GUI stus have their own OK_CODE

    Answer: A,BExplanation:

    - QUESTION NO : 184

    Free-Online-Exams.com

  • What happens when number range interval buffering is active for internal numbers?(More than one answer is correct)A. Duplicate numbers will never be encountered in the systemB. perceived improved performance can be achievedC. a programmer can choose to ignore buffering on requestD. The numbering sequence is contiguous

    Answer: B,CExplanation:

    - QUESTION NO : 185

    After a user action is performed, what event is triggered in dialog program?A. Case OK_CODEB. PAIC. Module User_commandD. PBO

    Answer: BExplanation:

    - QUESTION NO : 186

    Free-Online-Exams.com

  • What stement will srt a new internal session in the same external session?(More than one answer is correct)A. Leave to transactionB. Call TransactionC. Submit.. .. and ReturnD. Submit

    Answer: B,CExplanation:

    - QUESTION NO : 187

    The following stement Message S001 (AT)is issued in a PAI module of a Dynpro. Where doesthe message appear?A. On the same screenB. On the next screenC. After the AT-EXIT ModuleD. In the System Log

    Answer: BExplanation:

    - QUESTION NO : 188

    Free-Online-Exams.com

  • Refer to the following code. Module check_FIELD_CD raises an Error an error Message. Mark theField(s) that are open Forsee exhibit below,,,A. cB. a, b, cC. c, dD. b, d

    Answer: CExplanation:

    - QUESTION NO : 189

    Free-Online-Exams.com

  • Which stement will ensure processing returns to the calling point after the user presses F3 to exitthe list?A. CALL report AND RETURNB. SUBMIT reportC. LEAVE TO LIST-PROCESSINGD. SUBMIT ZPGMA and ReturnE. SUBMIT ZPGMA with selection-set.. ..

    Answer: DExplanation:

    - QUESTION NO : 190

    Where would you typically see the code Call Selection ScreenA. At Line-SelectionB. Srt-of-SelectionC. Top-of-PageD. At Selection-Screen

    Answer: AExplanation:

    - QUESTION NO : 191

    Free-Online-Exams.com

  • Program A makes a call to Program B with Submit Program B and return. How many SAP LUWsare involved?A. 3B. 2C. 0D. 1

    Answer: BExplanation:

    - QUESTION NO : 192

    When would you use one of the F4_IF* functions?A. In the module that perform OKCODE processingB. In the PAI when Process on Value-Request dialog event is triggeredC. In the PBO when Process on Value-Request dialog event is triggeredD. In the PAI when Process on Help-Request dialog event is triggered

    Answer: BExplanation:

    - QUESTION NO : 193

    Free-Online-Exams.com

  • If you want to Work with the standard number range functionality, you only need the functionmodules in the function groupA. SNR3B. SNR1C. SNR2D. SNR4

    Answer: AExplanation:

    - QUESTION NO : 194

    What is difference between call screen and set screen?A. There is no differenceB. Call Screen is used only for external screens. Set screen is only for screens in the samemodule poolC. Call screen executes and returns to the point of call. Set Screen does notD. Set screen executes and returns to the point of call. Call Screen does not

    Answer: CExplanation:

    - QUESTION NO : 195

    Free-Online-Exams.com

  • Indicate the functions that are capable of transporting da to screen fields?(More than one answer is correct)A. DYNP_VALUES_UPDATEB. DYNP_VALUES_READC. DYNPREADD. F4IF_FIELD_VALUE_REQUEST

    Answer: A,DExplanation:

    - QUESTION NO : 196

    Indicate the functions that are capable of transporting da to screen fields(More than one answer is correct)A. ENQUEUE_EZMARAB. DEQUEUE_EZMARAC. ENQUEUE_EZ_MARAD. DEQUEUE_EZ_MARA

    Answer: A,DExplanation:

    - QUESTION NO : 197

    Free-Online-Exams.com

  • 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. E

    Answer: A,BExplanation:

    - QUESTION NO : 198

    What is true about context menu?(More than one answer is correct)A. A subordinate output field in a ble control inherits the context menu of the ble controlB. They are a special GUI StusC. A subordinate input field in a subscreen causes the subscreen to inherit the context menu ofthe subordinate fieldD. Context Menus are assigned to input fields

    Answer: A,BExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 199

    What includes are generated in nodule pool SAPMZABC if only DYNPRO 100 exists . Refer to thefollowing Flow logic for Dynpro 100?.(More than one answer is correct)see exhibit below,,,A. MZABCTOPB. USER_COMMAND_0100C. MZABCO01D. MZABCI01

    Answer: A,DExplanation:

    - QUESTION NO : 200

    Free-Online-Exams.com

  • What is required in the flow logic in order to process a ble control?A. A loop .. endloop stement for the ble control only in the PAIB. A loop .. endloop stement for the ble control in both the PBO and the PAIC. A loop .. endloop stement for the ble control only in the USER_COMMAND moduleD. A loop .. endloop stement for the ble control only in the PBO

    Answer: BExplanation:Topic 3, Volume C

    - QUESTION NO : 201

    What stement in Dialog Programming names screen fields available for input.A. FieldB. ModuleC. CheckD. Case

    Answer: AExplanation:

    - QUESTION NO : 202

    Free-Online-Exams.com

  • If you do not SUPPRESS DIALOG in a dynpro before you LEAVE TO LIST-PROCESSING, thefollowing Mill 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 fromthe previous 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 empty

    Answer: B,DExplanation:

    - QUESTION NO : 203

    What is proper coding practice in the flow logic of a Dynpro when a subscreen is defined on thescreen?A. Call Subscreen in the PAI and PBOB. The Call Subscreen stement is not requiredC. Call Subscreen in the PAI onlyD. Call Subscreen in the PBO only

    Answer: AExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 204

    How would you define a lock object?A. Use the Da BrowserB. Through a Function CallC. Create it as an object in the dictionary

    Answer: CExplanation:

    - QUESTION NO : 205

    What kes step after each dialogue step?A. A Commit Work is executedB. System passes a Dabase commit to the dabase systemC. The application gathers da for update processingD. The SAP LUW is concluded

    Answer: BExplanation:

    - QUESTION NO : 206

    Free-Online-Exams.com

  • Where does the Modification GROUP assignment of fields get defined?A. Using the SET GROUP stementB. Do you really careC. In the DynproD. In the screen painter

    Answer: DExplanation:

    - QUESTION NO : 207

    What is true about performing in commit?A. Parameter passing is allowedB. Multiple calls to a FORM result in single execution of the FORMC. Commit Work is allowed in the formD. RollBack Work is allowed in the FORM

    Answer: BExplanation:

    - QUESTION NO : 208

    Free-Online-Exams.com

  • Refer to the following code, How Mould you program a generic lock on all rows of a ble that havekey values 'AA', '111' for the first 2 fieldsCall Function Enqueue_ESMYLOCKExportingField1 = Field2 = Field3 = A. It is not possible in this caseB. Field1 = Generic, Field2 = Generic, Field3 = SpaceC. Field 1 = AA, FIELD2 = 111, Field3 = InitialD. Field 1 = AA, FIELD2 = 111, Field3 = Space

    Answer: DExplanation:

    - QUESTION NO : 209

    "Call Function Srting New sk" is an example of What type of callA. BatchB. AsynchronousC. SynchronousD. Direct

    Answer: BExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 210

    How many modification groups are allowed per screen field?A. 4B. 1C. 3D. UnlimitedE. 2

    Answer: AExplanation:

    - QUESTION NO : 211

    What attribute in a ble control must be defined in order to activate row selection functionality?A. TOP_LINEB. w/selcolumnC. LINE_SEL_MODED. Function code

    Answer: BExplanation:

    - QUESTION NO : 212

    Free-Online-Exams.com

  • What would trigger a rollback?A. An RFC Function Call that terminates normallyB. A program that issues a MESSAGE type 'A'.C. A user cancels the transactionD. A program that issues a Commit Work stement

    Answer: BExplanation:

    - QUESTION NO : 213

    What order is recommended when setting and releasing locks in your program?A. read da,lock da, update dabase, release locksB. lock da, read da, release locks, update dabaseC. lock da, read da, update dabase, release locks

    Answer: CExplanation:

    - QUESTION NO : 214

    Free-Online-Exams.com

  • Mark the Program Attribute that is used to define a Dialog Program?A. RB. DC. 1D. M

    Answer: DExplanation:

    - QUESTION NO : 215

    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 Luw

    Answer: BExplanation:

    - QUESTION NO : 216

    Free-Online-Exams.com

  • What is the order of transport in PBO when a ble control is defined in your nodule pool?A. Screen fields followed by ble control fieldsB. All fields regardless of ble control definition are transported at the beginning of PBOC. ble control fields followed by the remaining screen fieldsD. Dictionary Fields followed by Program Fields

    Answer: CExplanation:

    - QUESTION NO : 217

    What transaction is used to handle termination updates?A. SM13B. CCMSC. SM12D. SE80

    Answer: AExplanation:

    - QUESTION NO : 218

    Free-Online-Exams.com

  • Mark the valid name for a 'text field' in screen painter?A. _mytextB. !mytextC. ?mytext

    Answer: BExplanation:

    - QUESTION NO : 219

    What ble is used to store transaction codes?A. tstcB. txncodesC. tstctD. txn

    Answer: AExplanation:

    - QUESTION NO : 220

    Free-Online-Exams.com

  • A commit work is issued in a transaction that employs asynchronous updating, what kes place.(More than one answer is correct)A. SAP LUW is concludedB. User is notified of updatesC. Update requests are processedD. Dabase commit is triggered

    Answer: A,C,DExplanation:

    - QUESTION NO : 221

    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 screen

    Answer: A,CExplanation:

    - QUESTION NO : 222

    Free-Online-Exams.com

  • What technique is used to ensure remote functions are still processed even if the partnercomputer is not active?A. Asynchronous RFCB. Synchronous RFCC. Transactional RFC

    Answer: CExplanation:

    - QUESTION NO : 223

    If you trigger a lock object and it is already locked by some other user, what exception would beraised??A. 03 - Already_LockedB. 08 - General_FailureC. 01 - Foreign_LockD. 02 - System Failure

    Answer: CExplanation:

    - QUESTION NO : 224

    Free-Online-Exams.com

  • Mark the items that are true with the Asynchronous Update technique in a SAP LUM.(More than one answer is correct)A. Update sk functions are logged in the SM12 log blesB. Requests are not passed directly to the DBC. You can combine update requests from consecutive dialog stepsD. COMMIT concludes the SAP LUWE. All updates are performed or none at all

    Answer: B,C,EExplanation:

    - QUESTION NO : 225

    The Scope Parameter for your lock object function nodule has been set to 2, What does thisimply?(More than one answer is correct)A. You must release the locks programmaticallyB. Locks generated in the dialog program are passed on to the update programC. An update termination error holds the locksD. The locks are automatically released when the updates complete

    Answer: B,DExplanation:

    - QUESTION NO : 226

    Free-Online-Exams.com

  • Where Mould you typically program dynamic screen changes.A. In a PBO moduleB. In a PAI ModuleC. PAI screen event in Flow logicD. PBO screen event in Flow logic

    Answer: AExplanation:

    - QUESTION NO : 227

    To handle user requests in a dialog program, you must assign function codes to the relevantscreen and window elements in the Screen Painter and menu Painter, mark the element that doesnot conin a function code.A. Screen PushbuttonsB. menu functionsC. ConinerD. tool-bar pushbuttons

    Answer: CExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 228

    Three Locks have been set in a Transaction, What are Methods that would cause the release of allthree.(More than one answer is correct)A. End the TransactionB. Reset CommandC. CALL FUNCTION DEQUEUE_ALLD. Commit WorkE. Program ends abnormally

    Answer: A,C,DExplanation:

    - QUESTION NO : 229

    F4 is pressed for a screen field. What is the order of precedence that kes place Resume that all"possible values" options have been defined for the screen field?a) The corresponding check ble will be referenced and displayedb) Process on Value-Request is executedc) A search help is referenced and displayedd) The corresponding domain values will be displayedA. b, c, a, dB. a, b, c, dC. b, d, a, cD. d, a, c, b

    Free-Online-Exams.com

  • Answer: AExplanation:

    - QUESTION NO : 230

    What ble do you automatically get in a dynpro without having to declare it in your nodule pool?A. SubscreenB. Sy-bleC. ScreenD. Screen_IB

    Answer: CExplanation:

    - QUESTION NO : 231

    What field is not mandatory when creating a transaction?A. ProgramB. Transaction TextC. Screen NumberD. Authorization Object

    Free-Online-Exams.com

  • Answer: DExplanation:

    - QUESTION NO : 232

    When does the dialog processor perform automatic checks?A. Before PBO Processing BeginsB. After the User has pressed enter and before the PAI modules are processedC. After PAI Processing is completeD. After the User has pressed enter and before the PBO modules are processed

    Answer: BExplanation:

    - QUESTION NO : 233

    Your dynpro has a ble control. It also makes use of the field stement. What is the order of datransport in the PAI (from the screen to ABAP)A. All fields except ble control and field stements, ble control fields, Field stement fieldsB. Field stement fields, ble control fields, remaining fieldsC. Dictionary Fields followed by Program FieldsD. ble control fields, Field stement fields, All remaining fields

    Free-Online-Exams.com

  • Answer: AExplanation:

    - QUESTION NO : 234

    When a COMHIT MORK is issued, in what order does processing occur. Refer to the followingcode?1. DialogskFORM routines logged with PERFORM. ON COMMIT.2. High-priority (V1) update-sk function modules.3. Low-priority (V2) update-sk function modules.A. 1, 2, 3B. 3, 2, 1C. 2, 3, 1

    Answer: AExplanation:

    - QUESTION NO : 235

    Free-Online-Exams.com

  • Screen 1GG calls screen 200. Perform list processing with. Where does processing resume listScreen 200 makes a request to the suppress dialog option after returning from the list?(More than one answer is correct)A. To the next screen defined in the screen attributes of screen 100B. There is no return if the stement LEAVE TO LISTPROCESSING is usedC. To the beginning of the transactionD. If LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN xxx is used, return will go toscreen xxxE. To the next screen defined in the screen attributes of screen 200

    Answer: A,DExplanation:

    - QUESTION NO : 236

    A complex da object must be declared in your Top Include for a ble control. What is it's TYPE?A. CXBB. bleViewC. bleControlD. ble

    Answer: BExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 237

    What makes up a dialogue step?A. All PBO and PAI modules in the Module poolB. One sequence of a PBO followed by a PAIC. One sequence of a PAI followed by a PBOD. All ABAP Modules of a screen

    Answer: CExplanation:

    - QUESTION NO : 238

    What happens when a user presses F1 on a Screen Field?A. The system will display the documention of the field to which a screen field refersB. The system will display the documention of the da element to which a screen field refersC. The system will display the documention of the domain to which a screen field refersD. The system will display the technical information of the field to which a screen field refers

    Answer: BExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 239

    What attribute on an update sk function nodule determines how update requests are processedA. Function TypeB. ApplicationC. Processing typeD. Function Group

    Answer: CExplanation:

    - QUESTION NO : 240

    How are locks removed from lock bles?A. The dabase breaksB. The update sk removes them at the end of the SAP LUWC. The update sk removes them at the beginning of the SAP LUWD. Commit Work stement is issued

    Answer: BExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 241

    ASET UPDATE SK LOCAL is issued in the dialog program. What effect does this have onupdating?(More than one answer is correct)A. Update requests do not use the VBLOG bleB. Cluster bles are used to processing the update requestC. Update requests use shared memoryD. A new dialog work process is used for the update process

    Answer: A,CExplanation:

    - QUESTION NO : 242

    Mark the invalid program text element?A. Titles/HeadersB. Parameter TextsC. Selection TextsD. Text Symbols

    Answer: BExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 243

    Which function Mould you use to retrieve a number from an internal number range?A. NUMBER_GET_INFOB. NUMBER_GET_NEXTC. NUMBER_RANGE_INTERVAL_LISTD. NUMBER_RANGE_EXTERNAL_CHECK

    Answer: BExplanation:

    - QUESTION NO : 244

    What will cause the system to implicitly trigger the database commits?(More than one answer is correct)A. CALL SUBSCREENB. At User-CommandC. Message I001.D. Exit the TransactionE. CALL TRANSACTION

    Answer: C,EExplanation:

    - QUESTION NO : 245

    Free-Online-Exams.com

  • Which of the following will change the contents of the da cluster that corresponds with memory idMYID?(More than one answer is correct)A. CLEAR MEMORY ID 'MYID'B. FREE MEMORY ID 'MYID'C. IMPORT ABC TO MEMORY ID 'MYID'D. EXPORT ABC TO MEMORY ID 'MYID'

    Answer: B,DExplanation:

    - QUESTION NO : 246

    What methods Mould initialize a screen field that is defined with parameter id CAR?(More than one answer is correct)A. Set the screen painter attribute GET Parameter and fill in the Parameter ID field with CARB. Use the GET Parameter in the PBO of the DYNPROC. Use the SET Parameter in the PBO of the DYNPROD. Use the GET Parameter in the PAI of the DYNPRO

    Answer: A,BExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 247

    How does a Perform on Commit differ from a Perform stement?(More than one answer is correct)A. subroutines called using on commit have no interfaceB. subroutines called using on commit pass parameters by reference onlyC. subroutines called using on commit pass parameters by value onlyD. subroutines called using on commit use global da only

    Answer: A,DExplanation:

    - QUESTION NO : 248

    What makes up a bstrip?(More than one answer is correct)A. b TitleB. Function KeysC. bstrip Menu BarD. SubscreensE. Subscreen Area

    Answer: A,D,EExplanation:

    Free-Online-Exams.com

  • - QUESTION NO : 249

    Mark the one component that is not the part of dynproA. Module PoolB. Flow logicC. Screen attributesD. Element ListE. Screen layout

    Answer: AExplanation:

    - QUESTION NO : 250

    How do you determine the parameter ID for a screen field?A. F1, Technical Info on the screen fieldB. Check users defaultC. Check ble TPARAD. Check the Value stement in the Top Include

    Answer: AExplanation:

    - QUESTION NO : 251

    Free-Online-Exams.com

  • What are the minimum requirements for Processing User requests in a Dynpro?(More than one answer is correct)A. OK_CODE Checking is performed in the Screen Flow LogicB. The last field of the element list of the screen has the name OK_CODEC. OK_CODE is Defined in the TOP IncludeD. Define a GUI Stus

    Answer: B,CExplanation:

    - QUESTION NO : 252

    The sndard function key used for displaying a list of possible values is:A. F2B. F3C. F1D. F4

    Answer: DExplanation:

    - QUESTION NO : 253

    Free-Online-Exams.com

  • Defining a Lock Object as Exclusive would specify what kind of lockingA. Prevents a single user with read-write access from atining further locks to the same set of blerows. This is useful when you are using recursive routines to make updates.B. Gives a single user read and writes access to the specified ble rows. No other users mayaccess the rows.C. Allows multiple users to access the specified ble rows, but with read-access only. No writeaccessesare allowed at any time.

    Answer: BExplanation:

    - QUESTION NO : 254

    What must be assigned to a module pool in order for it to be executed?A. EventB. Program TypeC. ModuleD. Transaction

    Answer: DExplanation:

    - QUESTION NO : 255

    Free-Online-Exams.com

  • Refer to the following Code, fin E(rror) or M(arning) message is issued in the PHI of a dynpro.What does not ke place?A. Field MYB-RESERVATION ModuleB. Validate_Reservation.C. The field is ready for input againD. PBO is reprocessedE. The system places the cursor in the error fieldF. Screen is RedisplayedG. The Message is displayed

    Answer: BExplanation:

    - QUESTION NO : 256

    Transaction ZABCconins Mandatory fields on the first screen. A Dialog program issues thestement CALL Transaction ZABC and Skip First Screen. What is required in the first screen oftransaction ZABC for the call to function properly?A. Export the screen fields to memoryB. The mandatory fields must be filled in with "Get Parameter" stement or default values inTransaction ZABCC. The mandatory fields must be filled in with "Set Parameter" stement or default values inTransaction ZABCD. The first screen in transaction ZABC can indicate that mandatory fields do not need to be filledin if called by another transaction

    Free-Online-Exams.com

  • Answer: BExplanation:

    - QUESTION NO : 257

    Which of the following corresponds to the command entry/ ntcod?A. SUBMIT TRANSACTION tcodB. LEAVE PROGRAMC. LEAVE TO TRANSACTION tcodD. CALL TRANSACTION tcod

    Answer: CExplanation:

    - QUESTION NO : 258

    In a dialog program, what coding technique allows passing of all the rows of the internal bleT_BOOKING to the program named RSPGM101?A. SUBMIT RSPGM101 WITH BOOKING =T_BOOKING.B. SET PARAMETER ID BOKFIELD T_BOOKING. SUBMIT RSPGM101.C. IMPORT T_BOOKING TO MEMORY ID MYID. SUBMIT RSPGM101.D. EXPORT T_BOOKING TO MEMORY ID MYID. SUBMIT RSPGM101.

    Free-Online-Exams.com

  • Answer: DExplanation:

    - QUESTION NO : 259

    In PBO, what field conins the tol number of lines in ble control tc_flightA. TC_FLIGHT-LINESB. SY-DYNNRC. SY-STEPLD. TC_FLIGHT-TOL_LINES

    Answer: AExplanation:

    - QUESTION NO : 260

    What is true about a number line assignment?A. A number range can be character onlyB. The range consists only of numericsC. A number range can be defined as both internal and external.D. A number range is used only for transactional documents

    Free-Online-Exams.com

  • Answer: CExplanation:

    - QUESTION NO : 261

    What needs to be coded if you want to branch to report program ABC from a dialog program, butyou do not want the user to see the selection screenA. SUBMIT ABC WITH CARRID = W_CARRIDB. CALL ABC WITH CARRID = W_CARRIDC. SUBMIT ABC AND SKIP FIRST SCREEN.D. SUBMIT ABC VIA SELECTION-SCREEN.

    Answer: AExplanation:

    - QUESTION NO : 262

    What code is required in order to return immediately to the calling screen?(More than one answer is correct)A. Leave ProgramB. Leave to Screen 0C. Set Screen 0D. Set Screen 0. Leave Screen

    Free-Online-Exams.com

  • Answer: B,DExplanation:

    - QUESTION NO : 263

    Which line of code is valid for the use of ble control BOOKING_TC in screen 200?A. LOOP AT BOOKING_TC.ENDLOOP. "In the PBO.B. Controls: booking_tc type bleview using screen 200. "IN THE TOP INCLUDEC. LOOP AT BOOKING_B WITH CONTROLD. BOOKING_TC CURSOR BOOKING_TC-CURRENTLINE. ENDLOOP. "IN THE PAIE. Controls: booking_tc using screen 200. " IN THE TOP INCLUDE

    Answer: BExplanation:

    - QUESTION NO : 264

    Free-Online-Exams.com

  • What is true about the following code?see exhibit below,,,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 thanthe initial valueC. The Module Validate is processed only if both FLIGHT and CARRID are initial valuesD. The Module Validate is never processed

    Answer: BExplanation:

    - QUESTION NO : 265

    What is required for a Radio button defined on a screen to work in a module pool?A. You should declare a corresponding one character variable in your TOP includeB. You should declare a corresponding one character variable in the Screen FlowC. Ensure the radio button is selected in the screenD. Nothing else is required

    Free-Online-Exams.com

  • Answer: AExplanation:

    - QUESTION NO : 266

    The user cans customize the look of various ble control values? Which of the following can theuser adjust?(More than one answer is correct)A. The Column headingB. The width of a column ,C. The horizonl grid can be set off/onD. The order of the columns

    Answer: B,DExplanation:

    - QUESTION NO : 267

    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 execution

    Free-Online-Exams.com

  • Answer: DExplanation:

    - QUESTION NO : 268

    What is true about LEAVE To LIST-PROCESSING stement?(More than one answer is correct)A. Enables execution of interactive reporting eventsB. Da available in the dialog program must be passed to the listC. Enables processing of ok_code functionsD. The CALL SCREEN xxx stement is possibleE. The invoking module pool still reins control of execution

    Answer: A,D,EExplanation:

    - QUESTION NO : 269

    Which stement interrupts processing of current Screen?A. Leave to TransactionB. Leave ScreenC. Call Screen 100D. Set Screen 100

    Free-Online-Exams.com

  • Answer: CExplanation:

    - QUESTION NO : 270

    What is true about using memory to pass da?(More than one answer is correct)A. ABAP memory is local to each external sessionB. Each external session has its own ABAP memoryC. SAP Memory can be accessed by all external sessionsD. ABAP memory can be accessed by SAP memoryE. ABAP memory is used to pass da between the external sessions of an internal session

    Answer: A,B,CExplanation:

    - QUESTION NO : 271

    What is context menu?A. Shortcuts for frequently used functionsB. Functions that are relevant for the current Screen GroupC. Context Sensitive PushbuttonsD. A special menu for subscreens

    Free-Online-Exams.com

  • Answer: AExplanation:

    - QUESTION NO : 272

    How could you run the program context of your program?(More than one answer is correct)A. Issue a COMMIT WORK stementB. Issue a ROLLBACK WORK stement in the programC. End the dialog programD. Issue a termination message (type A)

    Answer: C,DExplanation:

    - QUESTION NO : 273

    What type of memory is reined for the duration of an external session?A. Extended memoryB. SAP memoryC. ABAP/4 memory

    Free-Online-Exams.com

  • Answer: BExplanation:

    - QUESTION NO : 274

    When activating a lick object, what is subsequently generated?A. Function ModulesB. Generic Lock KeysC. A Dictionary ble

    Answer: AExplanation:

    - QUESTION NO : 275

    Mark the valid asynchronous update bundling technique.A. UPDATEB. CALL FUNCTION.. .. IN UPDATE SKC. PERFORM ASYNCHRONOUSD. PERFORM.. .. ON COMMIT

    Free-Online-Exams.com

  • Answer: BExplanation:

    - QUESTION NO : 276

    What steps would be required to define a bstrip in your Dialog program?(More than one answer is correct)A. Place a bstrip object on your screen using Screen PainterB. Define Pushbuttons on the subscreen areaC. Name your bstrip objectD. Declare a bstrip control in your global top include

    Answer: A,C,DExplanation:

    - QUESTION NO : 277

    What table fields are required as lock arguments in a lock object?A. Any Primary Key FieldsB. Any Primary Key Fields and Any Secondary Key FieldsC. The Primary Key FieldsD. The Foreign Key Dependencies

    Free-Online-Exams.com

  • Answer: CExplanation:

    - QUESTION NO : 278

    Refer to the following code. Module CHECK_FIELD_CD raises an Error Message. When the userchanges the entry in response to the error, where in the PHI event does processing resumesee exhibit below,,,A. 30B. 20C. 40D. 10E. 50

    Free-Online-Exams.com

  • Answer: CExplanation:

    - QUESTION NO : 279

    What makes up a ABAP transaction?(More than one answer is correct)A. Dictionary ObjectsB. Txn CodeC. Function ModulesD. GUIE. User DialogsF. ABAP Program

    Answer: B,D,E,FExplanation:

    - QUESTION NO : 280

    What is needed in your bstrip to have scrolling ke place on the application serverA. Assign Function Type = SpaceB. Assign Function Code = PC. Assign Function Code = SpaceD. Assign Function Type = P

    Free-Online-Exams.com

  • Answer: AExplanation:

    - QUESTION NO : 281

    CALL TRANSACTION has been issued in an ABAP. What code in the called transaction will returnto the point of call?A. Leave to TransactionB. Exit.C. Leave ProgramD. Stop Program

    Answer: CExplanation:

    - QUESTION NO : 282

    Your screen has a ble control defined to it. In the PAI, what does the SY-LOOPC system variableconin?A. Number of ble control linesB. Loop CounterC. Number of filled lines

    Free-Online-Exams.com

  • Answer: CExplanation:

    - QUESTION NO : 283

    How nanny tines would the form 'calculate_sales' be executed ?see exhibit below,,,A. InfinitelyB. 1C. Not at allD. 5

    Answer: BExplanation:

    - QUESTION NO : 284

    Free-Online-Exams.com

  • 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 program.

    Answer: A,C,DExplanation:

    - QUESTION NO : 285

    What is the sequence of events and order of da transported in the following code? Select thecorrect ordersee exhibit below,,,A. 20, 30, 10B. 10, 20, 30C. 20, 10, 30

    Free-Online-Exams.com

  • Answer: CExplanation:

    - QUESTION NO : 286

    When defining a new Dialog Program, what is the first thing you are prompted for?A. ApplicationB. ScreensC. Top IncludeD. Logical Dabase

    Answer: CExplanation:

    - QUESTION NO : 287

    What ABAP stement discards update sk requests.(More than one answer is correct)A. Message A101B. ROLLBACK WORKC. UPDATED. Call Function in Update sk

    Free-Online-Exams.com

  • Answer: A,BExplanation:

    - QUESTION NO : 288

    What are some essential steps for logging changes made to SRP da?(More than one answer is correct)A. Define a change document objectB. Mark the change document flag on the domain of the field where logging is requiredC. Call the generated change doc function (i.e. obj_write_document) in an ABAP programD. Create a function to update bles CDHDR and CDPOS

    Answer: A,CExplanation:

    - QUESTION NO : 289

    What class is used for method load_gui_stus in a context menu?A. cl_context_clasB. cl_ctmenuC. cl_menuD. menu_class

    Free-Online-Exams.com

  • Answer: BExplanation:

    - QUESTION NO : 290

    Where is the current active b page stored for a bstrip?A. b stripB. ACTIVEBC. Function CodeD. OK_Code

    Answer: BExplanation:

    - QUESTION NO : 291

    After changing a field attributes in a dynpro, what stement is used to activate the change?A. COMMITB. MODIFYC. SETD. ACTIVATE

    Free-Online-Exams.com

  • Answer: BExplanation:

    - QUESTION NO : 292

    When are V2 updates processed?A. After all V1's are completeB. After each related V1C. Before V1's are srtedD. Parallel to relative V1's

    Answer: AExplanation:

    - QUESTION NO : 293

    Screen 200 follows screen 100; Screen 100 is displayed with GUI Stus 'BASE'. Screen 200 is thendisplayed without issuing the SET PF-STRTUS what will ke placeA. Run Time ErrorB. Stus 'BASE' is displayedC. Sndard List StusD. Screen 200 is displayed without a stus.

    Free-Online-Exams.com

  • Answer: BExplanation:

    - QUESTION NO : 294

    Which stements are true about ble controls?(More than one answer is correct)A. Page scrolling using the sndard toolbar is automatic and can be controlled by the userB. Column sizing is adjusble and can be controlled by the userC. The sort option is automatic and can be controlled by the userD. ble control rows are scrollable

    Answer: B,DExplanation:

    - QUESTION NO : 295

    What transaction should be used to change keywords and short texts for SAP da elements?A. CMODB. SE30C. SE12D. SMOD

    Free-Online-Exams.com

  • Answer: AExplanation:

    - QUESTION NO : 296

    What is true about append structure?(More than one answer is correct)A. An append-structure can be assigned to more than one bleB. A ble can have only one append structureC. An append-structure can only be assigned to one specific bleD. A ble can have more than one append structure.

    Answer: C,DExplanation:

    - QUESTION NO : 297

    What is SAP Software Change Registration (SSCR) used for?A. To register SAP modifications made by a developerB. To register enhancements made by a developerC. To register Customizing made by a developerD. To register custom developed modifications made by a developer

    Free-Online-Exams.com

  • Answer: AExplanation:

    - QUESTION NO : 298

    What definitions are recommended to be client specific?(More than one answer is correct)A. RepositoryB. ApplicationC. CustomizingD. Dictionary

    Answer: B,CExplanation:

    - QUESTION NO : 299

    Which is not considered a way to ilor on R/3 system?A. ModificationB. EnhancementC. InterfacingD. PersonalizationE. Customizing

    Free-Online-Exams.com

  • Answer: CExplanation:

    - QUESTION NO : 300

    Which screen object is needed on a bstrip?A. boxB. screenC. subscreen areaD. pushbutton

    Answer: CExplanation:

    - QUESTION NO : 301

    Where in a function exit does the customer code get inserted?A. In the function module itself that corresponds to the enhancement componentB. In the include program that can be found in the function module that corresponds to theenhancement componentC. In the include of the calling program that calls the functionD. In the program that calls the function module that corresponds to the enhancement component

    Free-Online-Exams.com

  • Answer: BExplanation:

    - QUESTION NO : 302

    Which of the following methods require higher Maintenance when new releases of SAP areinstalled?A. Enhancements to the SAP SndardB. Append StructuresC. CustomizingD. Modifications to the SAP Sndard

    Answer: DExplanation:

    - QUESTION NO : 303

    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 ble conins a field of da type LCHR or LRAWD. If the ble is a pooled or cluster ble

    Free-Online-Exams.com

  • Answer: C,DExplanation:

    - QUESTION NO : 304

    What is characteristic of a modification to SAP?A. Modified objects lose their


Recommended