Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

some interview questions

Former Member
0 Likes
834

hello friends,

i am new to abap, please answer the following questions.

1.how many events are there in alvs,what r they, how the comment is written in alv.

2.what is the procedure to send smartform as a mail.

3. how can you attach the transport request for scripts.

4.there r 10,000 records in a flatfile and first record contains error, if i upload to the bdc pgm,and run in session method what will happen.

5.what is the procedure to get secondary lists more than 20.

6.what is the SLIN transaction code.

7.what is the PICK function type in module pool.

8.what happens if u use the same event twice in a report.

9.purpose of REUSE_ALV_CATALOG_MERGE

10.difference between SE09 AND SE10.

11.what is SUPPRESS DAILOG in module pool.

12. what is mean by DRIVER TABLE. what will happen when the driver table while usibg the for all entries does not contain any data.

13.can u get both landscape and portrait in a same layout. if yes how.

14.you have 5 secondary lists. how can u move from 4th secondary list to initial list in interactive report.

1. get cursor and hide

2. set and get parameter

3.view and search helps.

4. in brief abt user exits and tab strips.

1 REPLY 1
Read only

Former Member
0 Likes
422

HI,

IAM GIVING ANSWRERS TO THE BEST OF MY KNOWLEDGE

1.how many events are there in alvs,what r they, how the comment is written in alv.

<b>A. WE NEVER SAY EVENTS IN ALV, ONLY THE FUNCTION MODULES ARE THERE IN ALV. TO HANDLE ANY SPECIFIE EVENT THEN TAHT EVENT SHOULD BE TRIGGERED AS A SUBROUTINE IN ALV'S.WE PARTICULARLY USE "REUSE_ALV_COMMENTRY_WRITE" FM FOR PRINTING ANY TEXT IN THE HEADER AREA OF ALV REPORT.

U CAN ALSO PLACE COMMENTS USING THIS FM. FOR TRIGGERING ALV HEADER EVENT WE USE "REUSE_ALV_FORM_LIST_HEADER".</b>

2.what is the procedure to send smartform as a mail.

3. how can you attach the transport request for scripts.

A. USING RSTXRCTP.

4.there r 10,000 records in a flatfile and first record contains error, if i upload to the bdc pgm,and run in session method what will happen.

A. THE SESION WILL CONTINUE RUNNING THE PROGRAM AND THE ERROR IS THROWN INTO LOG FILE . UNTIL RECTIFYING THE ERROR IN LOG FILE THE DATA IS NOT UPDATED INTO THE TABLE.

5.what is the procedure to get secondary lists more than 20.

A. WE CANT DISPLAY MORE THAN 20 SECONDARY LISTS AS PER SAP RULES.

6.what is the SLIN transaction code.

7.what is the PICK function type in module pool.

A.F2.

8.what happens if u use the same event twice in a report.

A. NOTHING WILL HAPPEN.

9.purpose of REUSE_ALV_CATALOG_MERGE

A.IT WILL COMBINE THE CATALOGUE TO THE OUTPUTLIST.

10.difference between SE09 AND SE10.

A.BOTH FOR TRANSPORTING REQUESTS.

11.what is SUPPRESS DAILOG in module pool.

A. IT WILL SUPRESS ALL THE SCREENS AND THE OPERATION IS DONE IN BACKGROUND.

12. what is mean by DRIVER TABLE. what will happen when the driver table while usibg the for all entries does not contain any data.

A.THE TABLE TO WHICH THE DATABASE TABLE RECORDS FROM SOME OTHER TABLE ARE POPULATED.

13.can u get both landscape and portrait in a same layout. if yes how.

<b>A. ITS NOT POSSIBLE.</b>

14.you have 5 secondary lists. how can u move from 4th secondary list to initial list in interactive report.

A.DO SOME CODING

IF SECONDARYLIST = 3

AT LINE SELECTION

WRITE: " BASICLIST".

1. get cursor and hide

A. THE FIELD ON WHICH THE CURSOR IS PLACED.

IT WILL RESTORE THE CONTENTS OF A FIELKD IN INTERACTIVE REPORTING.

2. set and get parameter

TO SET THE VALUES IN SAP MEMORY.

to get the values from GLOBAL MEMORY

3.view and search helps.

A. ANY LOGICL COMBINATION OF DIFFERENT TABLES

REPLACEMENT OF VALUE HELPS

4. in brief abt user exits and tab strips.

THEY(USER EXITS) ARE ENHANCEMENTS.

1.FIELD EXITS.

2.MENU EXITS.

3.SCREEN EXITS.

TAB STRIPS DISPLAY THE SCREENS IN TWO TABULAR FORMAT.