0% found this document useful (0 votes)
282 views5 pages

Delloite Interview

Uploaded by

sagar shinde
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
282 views5 pages

Delloite Interview

Uploaded by

sagar shinde
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 5

1.)How you rate yourself?(from 5 to 10).

2.)What are control break statements?


3.)How you handled tablecontrol in bdc?
4.)How you can debug smartforms?(In production server also).
5.)How you maintained Tmg?How you can maintain checkboxes in tmg?
6.)What are the objects you worked in DDIC?
7.)What are the features of domain(apart from size?)
8.)How you can maintain default values for a field in TMG?
9.)What are the events in Module pool programming?
10.)Assume I want a field in display mode in module pool.How will you do it?
11.)I want to call a screen say 200 from 100,on apply F4 key?How will you do it?
12.)Suppose I am writing logic

INITIALIZATION.

WRITE:/ 'hello abap'.

What is the result?

13.)What are the flow of events in reports?


14.)What are different ways to maintain fieldcatalogs?
15.)How you can bring a field in edit mode in alvs?
16.)Tell me the steps of working with heirarichal alvs?Function module name?
17.)How you can maintain a default date in BDC(Without maintaining every time)?
18.)Tell me your work experience in Idocs?
19.)What are rfcs?How you worked with it?
20.)Have you worked with oops?
21.)What are diff types of inheritances in oops?
22.)Is multilevel inheritance possible in oops?
23.)Diff between interface and abstract class?
24.)What is a deferred class?
25.)What is the disadvantages of for all entries with realtime examples?
26.)Is it possible to maintain condition in control break statements?
27.)What are the main events that used in Alv programming?
28.)What is the diff between interface and conversion?
29.)What are enhancement spots in enhancement framework?
30.)How you worked with enhancements?
31.)FM in Session method?
32.)How will capture error records in bdc?
33.)Is recording mandatory for all bdc scenarios?
34.)Steps in lsmw?When lsmw is used?
35.)How you can debug jobs in background?

1) Tell me about your self?


2) What is ldb and have you used any ldb in u r project?

3) There are any fm's instead of ldb? If yes why u r used ldb?***

4) What is hr catagery report? What is the purpose?

5) What is infotype ? Explain?

6) How to modify default selection screen in hr?***

7) You are mentioned about ALE IDOCS in your resume. Can you explain the tcodes?

8) How you fetched employee details in to your report?


9) You are mentioned about performance analysis in your resume. What it means? and
tell some techniques?

10) What is indexing? and explain?

11) What is ALV ? and ALVOOPS?

12) What is BDC? Explain CTS and Session? and differences?

13) How to display the results in List?

14) What is the difference between Reuse_alv_grid_display and


Reuse_alv_list_display? Explain?

15) Tell me about Search helps?

16) Tell about Lock object? and purpose?

17) What are HCM Modules? And on which modules you have worked so far?

18) Tell me about Infotypes? And what infotype you have used in fetching employee
salary?

19) What is buffering? Explain?***

20) What HR CATEGORY REPORT exactly do?

21) What is schema?

22) Have you worked on any implementation project? tell the flow?***

23) From where you trained for SAP?***

24) Do you have any SAP Certification?***

25) Have you worked on smart forms?

26) Tell about ADOBE Forms?

27) Tell about scrips?

28) What is the differences between Primary and Secondary indexes?

29) ....

1) I have already a smartform and i want to add one text in it, if i add text, the
layout of smartform will distrib how can we handle this situation and what is the
reason behind it.

2)in FICO module i have three tables bseg, bsis , bkpf and i want to create a
account expensation report? what will be the sequence of table decleration?

3)in sap script

user1 00/00/0000
user2 02/04/2014
user3 02/04/2014
excute the same program but output is different, what is the reason and
how can we solve it?

4)can we call 2 transaction code with the help of call transaction method?

5) i have two smartform let's assume zsmt1 and zsmt2 right i have changed in zsmt1
and sent to quality then i realize that is wrong smartform , i should change in
zsmt2
then what will be your approach?

1) Tell me in which scenario we have to use FM's. How do we know ? Tell me one
example.
2) Why we have to clear memory all time at the end of the programs?
3) If other techniques are there for Conversions, Why we have to use BDC?
4) Tell me the Complete Smart form steps?
5) What are the parameters of function modules? ( Ans: Importing, Exporting,
Changing, Tables)
Have you know heard about exceptions in fm's? ((Yes, But I am not
used)

if i have a predefined smartform and i add one text in this smartform but due to
this the layout of smartform became change what is the reason behind this and how
we can solve it.

Interview Questions:

1) why you created adobefroms instead of using smartforms

2) in our enhancement we created XK01 applicatin to download the data. In


different systems end users will execute the application how do you manage that
path.

3) table control functionality in bdc

4) what are the process to upload the data in bdc

5) events in reports

6) tell me the steps to create custom table

7) where you write the code in module pool programming

8) control break statements and how to print the totals on fields

9) how to handle the dynamic selection screen

10) how to control the windows in smartforms

11) how to maintain the table control in module pool programming

12) MM flow and their TCODEs

13) tell me some fields in reports


14.)How u can upload data from flat file without ws_upload and gui_upload?

15.)I created a table 2 years back and how u can enter modify data into table?

16.)What is the diff b/w synchronous and asynchronous update?

1) How to add table entries to Transport Request (SM30).

2) look up tables in sap abap means

3) while working with Enhancement framework (spots) where to write documentation


for that code

4) after developing source code in development server how many reviews we will get
for our source code.

5) How many ways smart form will trigger ? and how it will trigger ?

interviewer ask me a questions


1) how you can convert alv report to oo abap report, is there any
possibilities ?

2) can we use one own class to different objects , i said, yes we can do if
class is public we can access, if it's private or protected not possible,
protected can work only with in the object but not others, is it rite.

3) Difference b/w custom container and docking container


i said difference about error when we are using custom container in the
background job scheduling it will give an run time error like gui front
ends not reachable, so we use docking container when we go for
background
is it rite..

1.what is the use of intialization event?we can intializing the input values
in selection screen without intialization event also but why we are using the
intialization event?

2.can we define select statements in end-of-selection event?

3.difference between bapi and rfc?

4.can we create user exit?if we can create user exit how can we find it?

5.i have internal table


a b
1 1
1 1
1 2
1 2
2 2
when does "at new" event triggers at 'a' and 'b'?

6.difference between badi and customer exit?(answer given by u sir but they r not
satisfying with that answer) so can u give me briefly explanation?

1.What are the abap runtime errors we have faced in reporting?

2.When we are uploading master data then which method is suitable?

ANS.Session method is the ans but interviewer ask me WHY?why not call transaction?

3.What is Commit and commit work?

4.What is singleton class in oops?

Singleton means we can create only one instance of a class.


You have an application where an employee of the company is logging in to perform
some Employee specific operations. So, whenever he logs in, an employee related
instance is created. There in, only 1 instance should be valid at a single point
in time. This is possible via singleton class.

1.in normalreports in output list i want lists.


a.)Not understood ur question
2.in smart form i want in 1st page 6 line items, 2nd page 3 line items and in 3rd
page 2 line items how it is possible explaine it.
a.)use page breaks in smartforms.
3. in interactive reports in 20th secondary list if double click what will
happen.
a.)it will stay in the same report(no interactive logic will happen).
4.in output list i want enter new value how it is possible.
a.)wa_fcat-edit = 'X'.

You might also like