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

how to see the tables of 200 in client 100?

1404


What is Buffering Concept? When should a Table be buffered?

11781


What do you mean by transparent tables in sap abap? : abap data dictionary

517


What is lock objects? : sap abap data dictionary

605


What are the two ways for restricting the value range for a domain ?

704






In sap script how to print bar code in vertical manner

2625


What are the major steps will you use for tuning?

589


What does an exec sql statement do in abap? What is the disadvantage of using it?

674


How to give programe name as input in BDC report of abap ?

1719


What abap statement will trigger list generation?

621


​​What is amdp (abap managed data procedures)?​​

632


How many detail lists can be created in interactive reporting?

736


What is the Process to transfer IDOC from Outbound System to Inbound system.

1665


what is difference between user exit, customer exit and badi?

4061


Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?

1615