SAP Description Total Questions −30 00 Max Time − 30:00 THREE SYSTEMS IN A SINGLE LANDSCAPE CAN HAVE DIFFERENT TRANSPORT DIRECTORIES Yes No The event AT SELECTION-SCREEN OUTPUT. occurs before the selection screen is displayed and is the best event for assigning default values to selection criteria. True False To select one record for a matching primary key, use ____. SELECT SELECT INTO SELECT SINGLE SELECT ENTRY TRANSPORT REQUEST IS MADEUP OF COFILE DATAFILE BOTH A & B NONE OF THE ABOVE WHILE DOING SYSTEM COPY, YOU HAVE TO PRESERVE RFC DESTINATIONS (SM59), WHAT PROCEDURE WILL YOU FOLLOW - EXPORT SM59 TABLES USING TRANSPORT REQUEST TAKE SNAPSHOTS AND PRESERVE THEM THIS IS NOT POSSIBLE, THE DATA WILL BE OVERWRITTEN USER SAP* AND INSTALL DEVELOPMENT CLASSES CONTAINS? REPOSITORY OBJECTS USER MASTER DATA CUSTOMIZING DATA ALL OF THE ABOVE TRANSPORT REQUEST IS MADEUP OF COFILE DATAFILE BOTH A & B NONE OF THE ABOVE To change one or more lines of a database table, use ____. UPDATE INSERT INTO MOD Page footers are coded in the event: TOP-OF-PAGE. END-OF-SELECTION. NEW-PAGE. END-OF-PAGE. IN SAP NETWEAVER AS ABAP+JAVA TWO DIFFERENT DATABASES ARE REQUIRED, ONE FOR ABAP, ANOTHER FOR JAVA. TRUE FALSE To place a checkbox on a list, use WRITE CHECKBOX. FORMAT CHECKBOX ON. WRITE fld AS CHECKBOX. MODIFY LINE WITH CHECKBOX. To both add or change lines of a database table, use ____. INSERT UPDATE APPEND MODIFY DATA FROM DIFFERENT CLIENTS IS KEPT SEPARATELY AT THE O.S LEVEL AT THE KERNEL LEVEL BOTH NONE. Which is the correct sequence of events? AT SELECTION-SCREEN, TOP-OF-PAGE, INITIALIZATION START-OF-SELECTION, AT USER-COMMAND, GET dbtab INITIALIZATION, END-OF-SELECTION, AT LINE-SELECTION GET dbtab, GET dbtab LATE, START-OF-SELECTION In regard to the INITIALIZATION event, which of the following is NOT a true statement? Executed before the selection screen is displayed. You should use SET PF-STATUS here. You can assign different values to PARAMETERS and SELECT-OPTIONS here. Executed one time when you start the report. WHICH VERSION CAN ONE USE ENHANCED TRANSPORT MANAGEMENT SYSTEM (TMS+)? NW 700 SP12 NW 700 SP10 BOTH A & B NONE OF THE ABOVE IN A TRANSPORT DOMAIN CONTAINING 8 SYSTEMS, TWO SYSTEMS CAN SHARE The SAME SYSTEM ID? True False THE SYSTEMS IN A SYSTEM LANDSCAPE SHARE CUSTOMIZING AND REPOSITORY OBJECTS VIA ? TRANSPORT REQUESTS CONSOLIDATION ROUTE REMOTE FUNCTION CALL ALL OF THE ABOVE In a line of code, text-100, is an example of which type of text element? Text symbol Selection text Text title Text identifier The field declared below is of what data type? DATA: new_fld(25). P N I C WHICH OF THE FOLLOWING CONTAINS A MESSAGE SERVER? DIALOG INSTANCE CENTRAL INSTANCE BOTH A & B NONE OF THE ABOVE COMMUNICATION BETWEEN ABAP STACK AND JAVA STACK IS DONE THROUGH. SDM JCO SCM ICM WHICH OF THE FOLLOWING DOES NOT COME UNDER /USR/SAP/TRANS BIN PROFILE TMP LOG This data type has a default length of one and a default value = ‘0’. P C N I IS IT POSSIBLE TO HAVE MULTIPLE LANDSCAPES IN ONE TRANSPORT DOMAIN? YES NO If a field, NAME1, is declared as a global data object, what will be output by the following code? report zabaprg. DATA: name1 like KNA1-NAME1 value ‘ABAP programmer’. name1 = ‘Customer name’. Customer name ABAP programmer Material number None of the above What is output by the following code? DATA: BEGIN OF itab OCCURS 0, letter type c, END OF itab. itab-letter = ‘A’. APPEND itab. itab-letter = ‘B’. APPEND itab. itab-letter = &lsq A A B C D B B C D The event that is processed after all data has been read but before the list is displayed is: END-OF-PAGE. START-OF-SELECTION. END-OF-SELECTION. AT LINE-SELECTION. Which of the following is NOT a numeric data type? i N P F In an R/3 environment, where is the work of a dialog program performed? On the application server using a dialog work process service. On the presentation server using a dialog work process service. On the database server using a dialog work process service. None of the above. Previous Next Total Question16 Wrong Answer13 Right Answer13