1.Have you created custom table? Do you always use existing
data elements and domains or create new ones? whatis the
transaction code to see existing data elements and domains?
2.Performance wise inner join is better or For..ALL
entries? why?
3.Where will you place data element domain and field
together in an ABAP Program?
4.How will you pass the data/programs from one system to
other system?
5.How will you print TOP-OF-PAGE in ALV Report?How will you
make ALV Report interactive?
6.In Interactive report if i try to go to 20th list and my
report has only 19 list what will be output?
7.Have you worked on Function Modules?How will you raise
EXCEPTIONS in function modules?
8.Why you say Call transaction is faster than session?
9.How the business is carried out in your organisation?How
did you get specs for coding ? Explain me complete step by
step scenario from client deciding to switch SAP to your
role of coding and after coding explain me how the object
reaches back to client? Dont explain me about 5 phases like
Business blueprint,realization etc?
10.To find User exit in SD module we can use development
class VMOD and find out related exits. Which development
class you use for MM FICO and PP Modules?

Answer Posted / deepa

1.By using T-code SE11.No not alaways.it depends on the
requirement.
2.Performance wise FOR-ALL-ENTRIES is better because it
check first internal table and base on that value it pulls
the data from 2nd database table. So the load on Database
table is very less. and execution time is also less.
3.IN SE11.
4. First create request in SE09 and save your in side that
request no and later transport that request to other system.
5.Through function module REUSE_ALV_COMMENTARY_WRITE.
In this FM we can give the logo as well as top_of_page.
6.It will throw a DUMP.
8.Because less no pf data transfer through this process ans
we use this process for single transaction and data updation
is both asynchronous and synchronous.Thats reason its
faster than
session method.
9.The entire descripton will be lenghty.Not possible to
describe here.
10.CMOD and SMOD are only two transaction for finding out
User Exits and implementing for our requirement for all the
modules.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the bitwise operator in the sap abap?

591


Which transaction code is used executing a report (type 1 program)? : abap data dictionary

643


What is table pool?

585


Sal abap on hana interview

715


If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc

671






What are roles and authorization objects?

1197


What is view? Different types of view. Explain?

588


What is the relationship existing between the various data elements in data dictionary? : abap data dictionary

722


hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp

3215


Mention what is alv programming in abap?

589


Lock objects and what are parameters of ENQUEUE FM?

1252


What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?

712


What are the differences between domain and data element?

576


In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?

606


What is the function of the transport system and workbench organiser? : abap data dictionary

620