Sie sind auf Seite 1von 13

DATA DICTIONARY

What is data Dictionary ?

What is the difference between open sql & native sql ?

Difference between Pooled, cluster & transparent tables?

What is Primary key, foreign key ? what is primary index? secondary index?

how many indexes can be created for a table?

what is a value table?

what are the components of a table?

what is a domain?

what is a data element?

what is data class?

can you create a table with out a data element?

can you create a field with out a data element?

What approach you prefer for creating a table?

Give few names of cluster tables in sap?

Give few names of pooled tables in sap?

give few names of transparent tables?

what is a buffer and how many types?

what is table maintenance generator and how to create that? What is the transaction code?

How to add new fields to a standard sap table ?

How many types of table joins are there?

difference between inner join & outer join?

Difference between "select * from mara" and "select single * from mara"?

what is a match code ? Lock objects ?

what are views?

what are logical tables/database?

what is the difference bet'n table and a structure?

****************************************************************************** ******************************************** REPORTS

what is a report?

what are types of reports?

difference bet'n simple and interactive reports?

what are the events in interactive reports?

what is the first event that will be triggered in a report?

what is the use of Initialization event? give one example.

what is the use of start-of-selection event?

what is the difference betn end-of-page and end-of-selection?

if you write a write statement after end-of-selection, will that be triggered?

how to create a button in selection screen?

how to add a gui status in a selection screen?

what is at-line-selection event?

How many secondary lists can be created in an interactive report?

how to create a check box/option button in a list?

can you call a bdc program from a report? how?

can you call a transaction from a report? how?

what are ALV reports? how they are different from normal reports?

what are the main events that are used in an ALV report?

what is the use of SLIS type pool in alv reports?

difference betn top-of-page and top-of-page during at-line-selection?

in an interactive report, after going to 5th list, can you come back to 2nd list? how?

****************************************************************************** *****************************************************************

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 ? ****************************************************************************** ****************************************************

Sap Scripts & Smart forms

What is the difference between a script & a report ?

What are the components/elements in sap script ?

Can you create a script with out a main window ?

How many main windows can be created for a script ?

How can we use tables in sap scripts?

How to print a logo in a sap script?

When we need to modify standard scripts(eg:medruck) given

by sap?

What is the use of transaction code NACE in sap scripts?

what is the table name that will contain all the script form names and print program names?

Can you assign your own form to a standard print program? how?

What is the use of PROTECT & ENDPROTECT?

How to add extra functionality to a standard print program with out touching the print program?

what is sub routine pool in sap script? when it is used?

How to read text in sapscripts?

What is the transaction code for logo uploading?

what is the difference between paragraph & character format?

How to use a sapscript for multiple languages ? (english, germany etc)

How to download/upload sapscripts from & to your PC ?

What is the difference between scripts & smart forms?

What is the standard program used for uploading the logo to script?

How can you send forms from one client to other?

what does open_form, write_form, close_form do?

How to convert a sapscript to smart form?

How to send a smartform result through mail?

how to select desired paper size in sapscript?

These three are landscape of any Company. They organised their office in these three way.

Developer develop their program in Development server and then transport it to test server. In testing server tester check/test the program

and then transport it to Production Server.

Later it will deploy to client from production server.

How can we handle errors in Function Module?

Exceptions is used to handle errors.

Das könnte Ihnen auch gefallen