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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / tulikasap
1. Yes I have created custom table. Using of data element
and domain depends on the requirement. In se11 we will have
data element and domain radio buttons simply click it and
specify the name of data element or domain and press enter.
If that domain or data element exist it will show otherwise
it will ask data eleement does not exist wish to create
yes/no click yes and create new one.
sorry I don't know the tcode to find existing data element
and domain. I think by se11 only we can do it.
Is This Answer Correct ? | 2 Yes | 3 No |
What is the difference between getting and get late?
what is difference between update and modify
What are RFCs? How do you write RFCs on SAP side?
why do transilate scripts?
What are base tables of an aggregate object? : abap data dictionary
What is an evaluation path? : sap abap hr
What is the effect on Customer Exits and User Exits maintained in a system on Up-gradation .
What are different ABAP editors? What are the differences?
how to restict the data display in smart form like if i want to display directly in secondary window.
What is logical data base
How can we set the table spaces and extent sizes? : abap data dictionary
Give few names of transparent tables ?