sitemap
All of the product names here are trademarks of their respective companies. The site
www.allsaplinks.com no way affiliated with SAP AG. We have made every effort for the content
integrity. Information used on this site is at your own risk.
Internal Tables
- what is an internal table?
- how many type of internal tables are there?
- what is the difference between hashed & sorted internal
tables?
- what is the difference between standard and sorted
internal tables? (in performance wise)
- Difference between internal table and a dictionary table?
- can you create an internal table dynamically?(at run time)
- what is the use of select for all entries in an internal
table?
- when you are using 2 internal table in program, you have
decided to use for all entries statement to retrieve data
but unfortunately there are no records in the first internal
table. What will be the result? (2nd internal table contains
records).
- in a loop of an internal table, what is the use of at first &
at last statements?
- What is the use of at new statement?
- what is the difference between at first & at new
statements?
- what is a binary search ? and how it is useful in a sorted
internal table?
- when do you need to create an internal table with header
line ?and with out a header line?
- what does it mean occurs 0 while creating an internal
table?
- what will happen if you don't give occurs clause while
creating an internal table?
- what is the difference between clear, delete & refresh
with respect to an internal table?
BDC & LSMW
- What is BDC ?
- What is call transaction method ? what is the
syntax/procedure?
- What is session method and what is the
syntax/procedure?
- Difference between call transaction & session method?
- which of these methods can be best used in background
process?
- What is direct input method?
- How LSMW is advantageous than normal BDC?
- what are the steps in lsmw?
- IN LSMW can you use BAPI, ?
- Can you call a bdc from a report program?
- what is the difference between synchronus &
asynchronus methods?
- call transaction uses synchronus or synchronus method?
- session method uses synchronus or synchronus method?
- What is bapi?
- how bapi is different from call transaction/session?
- what r the advantages of bapi?
- for uploading master data(ex:customer data) into sap,
which methods you prefer? call
transaction/session/lsmw/bapi? why?
- tell any 2 standard bapi function modules used for
uploading sales order data?
Performance Tuning
- What is performance tuning?
- What are steps you follow to improve the performance of
a report ?
- what is the role of secondary index in performance?
- what is the role of ST05 in performance tuning?
- what is the role of extended syntax check in
performance tuning?
- will join conditions in sql queries affect perfomance? how?
- will sorted internal tables help in performance?
- will where conditions in a sql query help improve
performance?
- does select single *.. / select * .. affect performance ?
how?