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 / g.shankar

2 - FOR ALL ENTRIES IS ALWAYS BETTER BCOS IT AVOIDS NESTED
SELECTED STATEMENTS AND ALSO REMOVES ANY DUPLICATE
ENTRIES IN THE TABLE

3- IN SE-11 WE CAN DO THAT

4- ASSIGHN THE DATA FIRST TO A PACKAGE SO THAT IT IS
AUTHORISED FOR TRANSPORTATION AND THEN USE TCODE LIKE SE01
OR SE09

5- I THINK WE CAN USE REUSE_ALV_FIELD_CATALOGUE_MERGE .IT
HOLDS THE COLUMN HEADINGS

6- THE CONTROL WILL LEAD TO DUMP.

7-RAISING EXCEPTION IS USED TO CATCH ERRORS IN FUNCTION MODULES.

8-CT IS FASTER BCOS DATA GETS TRANSFERRED TO DATABASE
IMMEDIATELY WHERE AS IN SM DATA IS NOT TRANSFERRED UNTIL THR
SESSION IS PROCESSED.

9-ARE YAAR YEHI 5 PHASE KO HI EXPLAIN KAR DENA..

10- PATA NAHI YAAR..

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define the various contents of technical specifications ?

609


the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....

1558


Can I execute user exits? If yes, how?

580


Explain the Importance of pa20? : abap hr

623


Explain how is batch input process different from processing on line?

543






Explain the sequences of event block?

548


What are the steps to be followed to set lockobjects? : sap abap data dictionary

614


What is an rdbms?

575


What is difference between inner join and outer join?

613


What are the data types of the external layer?

572


What are local objects?

609


What is the function of the correction system? : abap data dictionary

587


How to convert normal function module to bapi?

1512


What is projection view?

533


How to call transaction in session method without recording?

1538