106 Top Sap Abap Interview Questions and Answers PDF Sap Abap Interview Questions and Answers PDF For Freshers Experienced
106 Top Sap Abap Interview Questions and Answers PDF Sap Abap Interview Questions and Answers PDF For Freshers Experienced
Experienced
ABAP DATA DICTIONARY,ALE Interview Questions,BDC programs,Enhancements,Interactive lists /Reports,Interna
SCRIPTS,SMARTFORMS Interview Questions and Answers free Download
HOME Interview Questions Multiple Choice Questions Tutorials SAP ABAP JOBS SAP ABAP Real Time P
Sunday,November9,2014
Ads by Google
sap abap interview questions and answ
Download PDF experienced pdfCLICK HERE
106 Top SAP ABAP Interview Questions and Answers:
Interview Questions PDF
What is SAP ABAP?
Blog Archive
1) 18) What is table buffer? Which type of tables used this buffer?
10 [UPDATED] My Experiance
SAP ABAP ALE Intervie...
19) What is the use of ‘pretty printer’?
72 [UPDATED] SAP ABAP DATA
DICTIONARY Interview Qu...
20) What is the difference between ‘Type’ and ‘Like’?
21) What are the different ABAP/4 editors? What are the differences?
27) What are the ways you can do the tuning? What are the major steps will you use for
30) Mention what are the two methods of modifying SAP standard tables?
31) What is the difference between a ‘Database index’ and a ‘Match code’?
33) How can you create callable modules of program code within one ABAP/4 program?
34) What are different types of parameters? How can you distinguish between different
37. What are select options and what is the diff from
parameters? ANS:
select options provide ranges where as parameters do not.
SELECTOPTIONS declares an internal table which is automatically filled with values or
ran of values entered by the end user. For each SELECTOPTIONS , the system creates a
sele SELECTOPTIONS <SEL> FOR <field>.
A selection table is an internal table with fields SIGN, OPTION, LOW and
HIGH. The type of LOW and HIGH is the same as that of <field>.
The SIGN field can take the following values: I Inclusive (should apply) E Exclusive
(shoul The OPTION field can take the following values: EQ Equal GT Greater than NE
Not equal B than or equal NB Not between LT Less than CP Contains pattern GE
Greater than or equal diff:
PARAMETERS allow users to enter a single value into an internal field within a
report. SELECTOPTIONS allow users to fill an internal table with a range of values.
For each PARAMETERS or SELECTOPTIONS statement you should define text elements
b Goto – Text elements – Selection texts – Change.
Eg: Parameters name(30).
when the user executes the ABAP/4 program,an input field for ‘name’ will appear on the
s can change the comments on the left side of the input fields by using text elements
as des Texts.
41. When a program is created and need to be transported to prodn does selection
texts how do you make sure? Can you change the CTS entries? How do you do it?
ANS:
42. What is the client concept in SAP? What is the meaning of client
independent? ANS:
44. Name a few system global variables you can use in ABAP programs?
ANS: SYSUBRC,SYDBCNT,SYLILLI,SYDATUM,SYUZEIT,SYUCOMM,SYTABIX…..
SYLILLI IS ABSOLUTE NO OF LINES FROM WHICH THE EVENT WAS TRIGGERED.
45. What are internal tables? How do you get the number of lines in an internal
table? How to use a specific number occurs statement?
ANS:
i) It is a standard data type object which exists only during the runtime of the
program. They are used to perform table calculations on subsets of database tables
and for reorga database tables according to users need.
ii) using SYDBCNT.
iii) The number of memory allocations the system need to allocate for the next record
popu
46. How do you take care of performance issues in your ABAP programs?
Performance of ABAPs can be improved by minimizing the amount of data to be
transferre The data set must be transferred through the network to the applications, so
reducing the also reduces the network traffic.
Some measures that can be taken are:
– Use views defined in the ABAP/4 DDIC (also has the advantage of better reusability).
– Use field list (SELECT clause) rather than SELECT *.
– Range tables should be avoided (IN operator)
– Avoid nested
SELECTS. i)system tools
ii)field symbols and field groups.
ans:
Field Symbols : Field symbols are placeholders for existing fields. A Field Symbol does
not space for a field,but points to a field which is not known until runtime of the
program. eg: FIELDSYMBOL <FS> [<TYPE>].
Field groups : A field group combines several fields under one name.At runtime,the
INSE to define which data fields are assigned to which field group.
There should always be a HEADER field group that defines how the extracted data will
be sorted by the fields grouped under the HEADER field group.
50. Have you used SAP supplied programs to load master data?
52. What are logical databases? What are the advantages/disadvantages of logical
databa ANS:
To read data from a database tables we use logical database.
A logical database provides readonly access to a group of related tables to an ABAP/4
pro
adv:
The programmer need not worry about the primary key for each table.Because Logical
da different tables relate to each other,and can issue the SELECT command with
proper whe the data.
i) An easytouse standard user interface.
ii) check functions which check that user input is complete,correct,and
plausible. iii)meaningful data selection.
iv) central authorization checks for database accesses.
v) good read access performance while retaining the hierarchical data view determined
by disadv:
i)If you donot specify a logical database in the program attributes,the GET events
never o ii)There is no ENDGET command,so the code block associated with an event
ends with the statement (such as another GET or an ENDOFSELECTION).
53. What specific statements do you using when writing a drill down
report? ans:
AT LINESELECTION,AT USERCOMMAND,AT PF.
54. What are different tools to report data in SAP? What all have you
used? ans:
55. What are the advantages and disadvantages of ABAP/4 query tool?
56. What are the functional areas? User groups? and how does ABAP/4 query work in
rela
59. What are Change header/detail tables? Have you used them?
60. What do you do when the system crashes in the middle of a BDC batch
session? ans:
we will look into the error log file (SM35).
62. How do you set up background jobs in SAP? What are the steps? What are the
event ans:
go to SM36 and create background job by giving job name,job class and job steps(JOB S
63. Is it possible to run host command from SAP environment? How do you run?
64. What kind of financial periods exist in SAP? What is the relavent table for that?
75. Does SAP has a GUI screen painter or not? If yes what operating systems is it
availabl type of screen painter called?
76. What are step loops? How do you program pagedown pageup in step
loops? ans:
step loops are repeated blocks of field in a screen.
78. Normally how many and what files get created when a transaction program is
written What is the XXXXXTOP program?
ans:
ABAP/4 program.
DYNPRO
81. What are user exits? What is involved in writing them? What precations are needed?
82. What are RFCs? How do you write RFCs on SAP side?
84. How do you find if a logical database exists for your program
requrements? ans:
SLDBF4.
85. How do you find the tables to report from when the user just tell you the
transaction h underlying data is from SAP structures?
ans:
Transcode is entered in command field to open the table.UtilitiesTable contentsdisplay.
86. How do you find the menu path for a given transaction in
SAP? ans:
92. Can you use if then else, perform ..etc statements in sap
script? ans:
yes.
93. What type of variables normally used in sap script to output data?
97. How do you backup sapscript layout sets? Can you download and upload? How?
99. In an ABAP/4 program how do you access data that exists on a presentation server
vs server?
ans:
i)using loop
statements. ii)flat
103. What has to be done to the packed fields before submitting to a BDC
session. ans:
fields converted into character type.
at 8:56 AM
+1 Recommend this on Google
Labels: ABAP Interview Questions, SAP ABAP Interview Questions and Answers PDF, sap abap inteview que
Choice, tutorials
No comments:
Post a Comment
Publish Preview
Powered by Blogger.