Is a logical database a requirement/must to write an ABAP query?
No, it is not must to use LDB. Apart from it, we have other options: 1) Table join by Basis Table 2) Direct Read of table 3) Data Retrieval by Program Read more »
No, it is not must to use LDB. Apart from it, we have other options: 1) Table join by Basis Table 2) Direct Read of table 3) Data Retrieval by Program Read more »
We will look into the error log file (SM35). Check number of records already updated and delete them from input file and run BDC again. Read more »
We look into the list of incorrect session and process it again. To correct incorrect session, we analyze the session to determine which screen and value produced... Read more »
Go to SM36 and create background job by giving job name, job class and job steps (JOB SCHEDULING) Read more »
The tool, which is used to create layout set is called SAP Script. Layout set is a design, appearance and structure of document. Read more »
Data : NUM type P decimals 2 Read more »
There are 6 attributes of FM: 1. Import 2. Export 3. Table 4. Changing 5. Source 6. Exception Read more »
There are 13 screen elements: i) Input / output fields ii) Text fields iii) Checkbox iv) Radio button v) Push Button vi) Drop down list vii) Subscreen viii) Table... Read more »
There 2 default Tab strips. Screen painter attributes contain Tab Title, which is used to insert more tabs in tab strip. Read more »
There are 3 ways of defining selection screen: 1. Parameters 2. Select-options 3. Selection-Screen Read more »
There are 11 properties of selection screen: 1) Default 2) Memory ID 3) Lowercase 4) Visible length 5) Obligatory 6) Matchcode 7) Check Checkbox 9) Radiobutton... Read more »
There are four components of selection table: Low, High, Sign, Options Read more »
i) Reports ii) Nodes iii) Data iv) Initialization v) Atselection-screen vi) Start-of-selection vii) Getdeptt viii) Getemp ix) Getdepttlate x) End-of-selection xi)... Read more »
SELECT [DISTINCT] … WHERE … SELECT * … Read more »
Select, Insert, Delete, Modify, Update. Read more »
Asynchronous Update – The program does not wait for the work process to finish the update. Commit Work. Synchronous Update – The program wait for the work process... Read more »
AT SELECTION-SCREEN. SELECT * FROM ZREKHA_DEPTT INTO CORRESPONDING FIELDS OF ITAB WHERE DEPTNO IN DEPTNO. ENDSELECT. If SY-DBCNT = 0. MESSAGE E000 WITH ‘NO RECORDS... Read more »
There are two method to see all sessions: 1) SHDB (Recording) 2) Write code in SE38 then save, check errors activate and execute it. System Service Batch input Session Read more »
There are three function module in BDC: 1) BDC_OPEN_GROUP 2) BDC_INSERT 3) BDC_CLOSE_GROUP Read more »