Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONnewnew

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
newnew

Description:
newnewdnw

Author:
joooj
(Other tests from this author)

Creation Date:
16/02/2019

Category:
Others

Number of questions: 42
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
A screen field has been dynamically changed in a dialog program. When does it get re-initialized? At the end of the transaction Only when the program encounters more code to modify the field attributes At PAI execution At PBO execution.
What is true about V2 updates within the same SAP LUW? They are usually time critical updates An error in one V2 Function module cause all other V2 function to be rolled back V2 errors cause V1 updates to be rolled back Each V2 function module for a given COMMIT WORK always runs in its own(seperate) DB LUW.
After a user action is performed, what event is triggered in a dialog program? MODULE USER_COMMAND CASE ok_code PAI PBO.
What makes up a Tabstrip? Tabstrip menu bar Fucntion Keys Tab Title Subscreen Area Subscreens.
A custom transparent table was created with delivery class A and a table maintenance view was generated this table. You change the delivery class to C and the table is activated successfully. What additional steps do you have to complete? Activate and adjust the database. Maintain and transport the table using the Maintain Table Views Transaction(SM30) Delete the original maintenance view and then create and generate a new one. Regenerate the existing maintenance view and adjust a table.
What is proper coding practice in the flow logic of a Dynpro when a subscreen is difined on the screen Call Subscreen in the PBO only Call Subscreen in the PAI only Call Subscreen in the PAI and PBO The call subscreen statement is not required.
To which context object is the attribute LEAD_SELECTION_INDEX related? Supply function Node Element Attribute.
What code is required in order to return immediately to the calling screen? LEAVE PROGRAM LEAVE TO SCREEN 0 SET SCREEN 0 SET SCREEN 0. LEAVE SCREEN.
In a dialog program, what coding technique allows passing of all the rows of the internal table T_BOOKING to the program maned RSPGM101 SET PARAMETER ID ‘BOK’FIELD T_BOOKING. SUBMIT RSPGM101. EXPORT T_BOOKING TO MEMORY ID ‘MYID’. SUBMIT RSPGM101. SUBMIT RSPGM101 WITH BOOKING = T_BOOKING. IMPORTING T_BOOKING TO MEMORY ID ‘MYID’ SUBMIT RSPGM101.
Identify the synchronous update technques. COMMIT WORK AND WAIT CALL FUNCTION in Update Task Perform.. ON CONNIT and WAIT Update table...
What is true about a number range assigment? A number range can be defined as both internal and external. The range consists only of numerics A number rnage can be character only A number range is used only for transactional documents.
How does a PERFORM ON COMMIT differ from a PERFORM satement? subroutines called using on commit use global data only subroutines called using on commit pass parameters by value only subroutines called using on commit pass parameters by reference only subroutines called using on commit have no interface.
A commit work is issued in a transaction that employs asynchronous updating, What takes place? User is notified of updates SAP LUW is concluded Database commit is trggered Update requests are processed .
In what case are Tabstrip good candidates? When Navigation between components is pre-determined in a fixed manner When several components of an application need to be displayed on one screen When Users need the ability to navigate freely between components.
Netweaver의 구성요소 SAP GUI Message Server SDM ICM.
Dispathcer의 특징 Presentation layer와 intergration work process에 요청?을 분배 processing request수행 db또는 버퍼로부터 데이터요청 user context의 roll-in, roll-out수행.
새로운 open sql문 case문 string문 full join intersection.
Order the sentence correctly: code insepector parameter object_check insplection_set variant.
code inspector에서 볼 수 있는것 contents of users name object contents of package contents of transport layer contents of single object contents of set object name.
Order the sentence correctly: 아밥 에디터와 아밥 디버거에서 둘다 할수있는것 point line에break.
아밥 딕셔너리에서 structure와 table에 둘다 셋팅할 수 있는것 storage enhancement category size category foreign key.
enhancement classic badi new badi customer exit.
modification이 가능하나 트랜잭션 코드 SPDD SPDU.
스크린에서 parameter 뒤에 추가하여 초기에 값을 줄 수 있는 문 MEMORY ID DEFAULT.
Order the sentence correctly:자주 읽는 작은 데이터 테이블에 대한 버퍼링 타입 BUFFER FULL.
data obj. 선언하는 문 parameter constant class-data .
subclass 에서 superclass의 메소드를 redefine 하기위해서는? protected가 들어간 보기 하나가 답입니다 - Maintanance.
체크테이블의 키 조건 도메인이 같아야 함. 정답 하나 ㅇㄹㅇㄹㅇㄹ.
function module 만들기 전에 필수로 해야 하는 것 package function group change request .
인터널 테이블에서 single line을 읽을 때 specify where condition line index secondary table key free table key regular expression.
문제에 post method가 나오면 changing이 답입니다 문제에 post method가 나오면 changing이 답입니다 ㄴㅇㄹㄴㅇㄹ.
subclass가 접근 가능한 super class의 요소들 고르는 문제, 답 3개 무조건 퍼블릭과 프로텍티드에 있는 요소들 3개만 답입니다 ㄴㅇㄹㅇㄴㄹㄴㅇㄹㅇㄴ.
체크 필드 F를 가진 T1, F1 checked against T2. mark foreign key for againsted field to field ‘F’ of T1 and mark T2 check table ㄴㅇㄹㄷㅈㄱㅈㄷㄱ.
2가지 exception이 충족될 때, 어떻게 되는지 first exception에서 걸리고 first exception raise both exception이 걸리고 OTHER exception raise both exception이 걸리고 second exception raise more exception 걸리지 않고 OTHERS exception raise.
Which objects can share data through context mapping? Please choose the correct answer. View controller and another view controller Component controllers and view controllers Custom controllers and transparent tables Global classes and component controllers Sort and filter the data by any column Convert currency amount columns Export parameters .
Event statement없이 실행될 수 있는 거…? Initailization At selection screen Load on p/g Start of selection.
Result = find(val = ‘abapABAP’ sub = ‘A’ Case = ‘X’ Occ = ‘2’) 답 6 2323232.
components of 7.1x 이상 netweaver sap gui for java Icm Sdm.
Parameter 설정조건 Default Value – check.
Context mapping에 해당하는 경우 Data binding Component controller -> view controller View controller -> another view controller.
상속 후 change 하려 하는데 미리 해야 하는 것 Visibility 를 protected로 바꿔라 Superclass implementation 호출.
improve transparency - Reusebility - Maintanance.
Report abuse Consent Terms of use