sap abap interview q & a

40
What is an internal table and work area in SAP ABAP ? Internal tables and work areas are temporary memory areas which are used to store data at run-time. Internal tables and work areas are instances of database tables. intern tables How much memory will be allocated for internal table and work area ? 8KB memory will be allocated for both internal tables and work areas and it will be increased dynamically. intern tables What is types statement in SAP ABAP programing ? Types is a statement which is used to define user-defined structure in SAP ABAP programming . TYPES : BEGIN OF TY_TABLE, MATNR TYPE MARA-MATNR, MTART TYPE MARA-MTART, MEINS TYPE MARA-MEINS, END OF TY_TABLE. intern tables How do you read data from database table in SAP ABAP ? The only way to read data from database table in SAP ABAP is using select (open SQL) statements. intern tables What is difference between append and insert statements in SAP ABAP ? Append is statement which is used to add a record at bottom of a internal table from work area . Insert is a statement which is used to insert a record at a specified position of an internal table from work area. intern tables What is webdynpro for ABAP ? Webdynpro for ABAP is SAP web interface model which is used to develop web applications in SAP. WebDyn ABAP what is the event that will be triggered first in an ABAP report? Initialization event is triggered first if user executes an ABAP report. But if the program is of type 1, M, F, or S; then LOAD-OF- PROGRAM is triggered first and then INITIALIZATION event. Core A What are the differences between simple and interactive ABAP reports? A simple ABAP report allows the user to interact with the whole business-result data. In case of interactive reports user can interact with specific result data at a time. Core A Types of ABAP reports in SAP? ABAP report types are of 7 types. ABAP report types are available in report’s attributes screen. Executable program. Function group (containing function modules) Include Interface pool Class pool Module pool Subroutine pool Core A

Upload: kaustav-woodward-pyne

Post on 17-Aug-2015

260 views

Category:

Documents


3 download

DESCRIPTION

sap abap questions

TRANSCRIPT

What is an internal table and work area in SAP ABAP ?Internal tables and work areas are temporary memory areas which are used to storedata at run-time. Internal tables and work areas are instances of database tables.internal tablesHow much memory will be allocated for internal table and work area ?!B memory will be allocated for both internal tables and work areas and it will be increased dynamically.internal tablesWhat is types statement in SAP ABAP pro"ramin" ?#ypes is a statement which is used to de$ne user-de$ned structure in SAP ABAP pro"rammin" .#%P&S ' B&(I) *+ #%,#AB-&./A#)0 #%P& /A0A-/A#)0./#A0# #%P& /A0A-/#A0#./&I)S #%P& /A0A-/&I)S.&)1 *+ #%,#AB-&.internal tablesHow do you read data from database table in SAP ABAP ?#he only way to read data from database table in SAP ABAP is usin" select 2open S3-4 statements.internal tablesWhat is di5erence between append and insert statements in SAP ABAP ?Append is statement which is used to add a record at bottom of a internal table fromwork area .Insert is a statement which is used to insert a record at a speci$ed position of an internal table from work area.internal tablesWhat is webdynpro for ABAP ?Webdynpro for ABAP is SAP web interface model which is used to de6elop web applications in SAP.Web1ynpro ABAPwhat is the e6ent that will be tri""ered $rst in an ABAP report?Initiali7ation e6ent is tri""ered $rst if user e8ecutes an ABAP report. But if the pro"ram is of type 9. /. +. or S: then -*A1-*+-P0*(0A/ is tri""ered $rst and then I)I#IA-I;A#I*) e6ent.?#o a6oid nested select statements we use S&-&