Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
No Answer is Posted For this Question
Be the First to Post Answer
What is a table pool? : abap data dictionary
What is an “on request field” statement?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Rp_provide_from_last contains how many parameters ? : abap hr
what are ALV reports? how they are different from normal reports? what are the main events that are used in an ALV report? what is the use of SLIS type pool in alv reports?
in which table idocs are stored?
Explain the different types of data dictionary objects?
What functions does a data dictionary perform ?
Which FM do you use to find out who is reporting to whom
What are the events in ABAP language?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?