Q.1
Business A want to track cost of an event. The event is expected to run for 2 months and is a collaboration between Training and HR department,and costs incurred might be shared.Both department have their own cost centers.Which Cost Object do you suggest to track the cost incurred during the event?
  • Cost Center
  • Profit Center
  • Internal Order
  • Cost Element
Q.2
Latest 3 versions of S4 HANA areand 1810
  • TRUE
  • FALSE
Q.3
SAP FICO stands for FI (Financial Accounting) and CO (Controlling)
  • True
  • False
Q.4
With S4HANA, ACDOCA table is introduced as a universal journal table, which contains transactional data from GL, AA, CO, CO-PA and Material Ledger
  • TRUE
  • FALSE
Q.5
Types of Buffer
  • 1
  • 2
  • 6
  • 3
Q.6
ABAP Push Channels (APC) can only use the WebSocket protocol.
  • True
  • False
Q.7
What are the two different type casting operators in ABAP?
  • ?=
  • CAST
  • BOTH
  • NONE
Q.8
Append Structures allow to append fields to standard SAP tables and structures without modifying the table definition.
  • True
  • False
Q.9
What are the options displayed as button in the database utility, if the convertion terminate?
  • Continue Adjustment
  • Final Adjustment
  • Discard Adjustment
  • Reset Table
  • Unlock Table
Q.10
Is MOVE-CORRESPONDING the statement used to load data from table QCM8TAB to table QCMTAB?
  • MOVE-CORRESPINDING is not used.
  • True
  • False
Q.11
Types of Search Help.
  • Elementary Search help
  • Collective Search Help.
  • Both A & B
  • None of these
Q.12
Existing function modules with the prefix F4UT_ can be used to implement search help exits
  • False
  • True
Q.13
Given. SELECT fld1 fld2 fld3 FROM tab1 INTO (itab-flditab-flditab-fld WHERE fld7 = pfldAPPEND itab. ENDSELECT. Which of the following is a good performance tuning technique?
  • Change the SELECT statement to use INTO TABLE itab
  • Add MOVE statements to fill the header line of itab
  • Remove the internal table itab from the SELECT statement
  • This code is optimized; no change is required
Q.14
Maintenance Type for Maintenance Dialog:
  • One-step
  • Two-step
  • Authorization Group
  • Both A & B
Q.15
Statement “Continue” inside a LOOP AT ITAB…ENDLOOP will..
  • Come out of the LOOP and process the next statement
  • Go to the next LOOP process
  • Will Continue processing the next statement
  • No one of the Above
Q.16
Statement “Exit” inside a LOOP AT ITAB…ENDLOOP wil..
  • Come out of the LOOP and process the next statement
  • Go to the next LOOP process
  • Will Continue processing the next statement
  • No one of the Above
Q.17
To call a local subroutine named process_data, use this line of code
  • PERFORM process_data
  • CALL process_data
  • USING process_data
  • SUB process_data
Q.18
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
  • SY-LISEL
  • SY-TABIX
  • SY-INDEX
  • ALL OF ABOVE
Q.19
Identify the key word that determines if a CMOD function exit has been provided.
  • CALL PROGRAM-EXIT
  • CALL CUSTOMER-FUNCTION
  • CALL CUSTOMER-SUBSCREEN
  • CALL USER-EXIT
Q.20
In ABAP Objects methods can have the following parameters except :
  • Importing
  • Exporting
  • Tables
  • Changing
0 h : 0 m : 1 s