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
What is evaluation path, where do we do it and why? : sap abap hr
What is the use of 'table index'?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
What does an exec sql statement do in abap?
How to split one Invoice into Multiple ( Step by Step)?
What are the functional modules used in sequence in bdc? : abap hr
What kind of deliverables you have on a day to day basis?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
What is a predefined type in abap?
Explain how do you move on to the next screen in interactive reporting?
what is leave to TRANSACTION?
What is the syntax for ‘call transaction’?
What is a bsp application? : sap abap hr
function modules are also external subroutines. State true or false. : abap modularization
What primary key and foreign key relationship