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
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
Explain the inside concept in select-options?
What is synchronous update?
What are logical databases?
What is the difference between rfc and bapi function modules? : abap bdc
Explain how many types of tables exist and what are they in data dictionary?
What is a table attribute? : abap data dictionary
Hat are the different types of mode (run code) in call transaction method?
Where do you code the hide statement?
Folder types in smatforms? 2)What is Command line?
What is the difference between the function module and a normal abap/4 subroutine?
Difference between sap script and report?
Performance tuning techniques
How do you write manual bdc session method? : abap bdc
How to create report in SD open sales order which covers all Organization, delivery status, shipping details and partner function details. plz mention the detail coding Tahnks, Rahul