KyaPoocha.com

Huge Collection of Interview Questions


‘SAP-ABAP Interview Questions’ - KyaPoocha.com

For Sales Document: Item Data, which table is used? 

VBAP – Sales Document, Sales Document Item, Material Number, Material Entered, Batch Number, Material Group, Target Quantity in Sales Document.  Read more »

What is cardinality? 

For cardinality one out of two (domain or data element) should be the same for Ztest1 and Ztest2 tables. M:N Cardinality specifies the number of dependent(Target)... Read more »

What is the difference between a pool table and a transparent table and how they are stored at the database level. 

Pool tables are a logical representation of transparent tables. Hence no existence at database level. Where as transparent tables are physical tables and exist at... Read more »

What do you define in the domain and data element. 

Domain - Technical details are defined in Domain like data type, number of decimal places and length. Data Element – Functionality details are defined in Data... Read more »

What are the fields in a BDC_Tab Table. 

PROGRAM, DYNPRO, DYNBEGIN, FNAM, FVAL.  Read more »

What has to be done to the packed fields before submitting to a BDC session. 

Fields converted into character type  Read more »

What is difference between session method and Call Transaction? 

Call Transaction – 1. Single transaction 2. Synchronous processing 3. Asynchronous and Synchronous update 4. No session log is created 5. Faster Session – 1.... Read more »

What are different data types in ABAP/4? 

Elementary - Predefined: C, D, F, I, N, P, T, X. User defined: TYPES. Structured - Predefined:Â Â Â TABLES. User defined: Field Strings and internal tables.  Read more »

In an ABAP/4 program, how do you access data that exists on Presentation Server vs on an Application Server? 

Using Loop Statement and Flat  Read more »

What are presentation and application servers in SAP? 

The application layer of an R/3 System is made up of the application servers and the message server. Application programs in an R/3 System are run on application... Read more »

How do you backup SAP Script layout sets? Can you download and upload? How? 

SAP script backup :- In transaction SE71 goto Utilities -> Copy from client -> Give source form name, source client (000 default), Target form name. Download :-... Read more »

What are the different elements in layout sets? 

PAGES, Page windows, Header, Paragraph, Character String, Windows.  Read more »

How do you get help in ABAP? 

HELP-SAP LIBRARY, by pressing F1 on a keyword.  Read more »

How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures? 

Transaction code is entered in command field to open the table – Utilities – Table contents display.  Read more »

What are user exits? What is involved in writing them? What precautions are needed? 

User defined functionality included to predefined SAP standards. Point in an SAP program where a customer’s own program can be called. In contrast to customer... Read more »

Page 2 of 16«12345»...Last »