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&-&


Top Related