Sapnuts
SAP Courses
SAP Tutorials
All Tutorials
Core ABAP
Advanced ABAP
BDC
BAPI
ALE-IDOCS
Data Dictionary
SAP Data Migration
Object Oriented ABAP
Performance Tuning
Coding Standards
Floor Plan Manager(FPM)
Workflow
SAP Enterprise Search
Webdynpro for ABAP
SAP Materials Management
SAP FAQ
All FAQ
SAP-ABAP
SAP Web Dynpro ABAP
SAP-MM
SAP-SD
SAP-PLM
SAP-CRM Technical
SAP-FICO
SAP-HR
SAP-PM
SAP-PP
SAP Basis
SAP-BI
SAP-XI
SAP-PI
SAP-HANA
Object Oriented ABAP
SAP Enterprise Portal
BRF Plus
SAP Certification
SAP Documents
Account
Login
Register
You are here →
SAPNuts
SAP Interview Questions
What is difference between Internal Table without Header Line and Internal Table with Header Line.
What is difference between Internal Table without Header Line and Internal Table with Header Line.
Added on July 14th 2015 by
Guest
Internal Table without Header Line creates an internal table and work area is created separately. When the Internal Table with header table is created then the work area is created automatically with the same name that of the internal table.
Previous Question
Next Question
Related questions
What is an internal table and work area in SAP ABAP ?
How much memory will be allocated for internal table and work area ?
What is types statement in SAP ABAP programing ?
How do you read data from database table in SAP ABAP ?
What is difference between append and insert statements in SAP ABAP ?
What is webdynpro for ABAP ?
what is the event that will be triggered first in an ABAP report?
What are the differences between simple and interactive ABAP reports?
Types of ABAP reports in SAP?
How many lists can be displayed through an interactive report?
what are the events in interactive reporting?
What is the length of function code at user-command?
What is an ABAP data dictionary?
What are domains and data element?
What is foreign key relationship?
Describe data classes in SAP ?
What are indexes in SAP tables?
Difference between transparent tables and pooled tables?
What is an ABAP/4 Query in SAP?
What is BDC programming ?
What are internal tables?
What are the components of SAP scripts?
Can we write the code both call transaction and session method in single program?
Which BDC technique you prefer?
When you prefer LSMW in SAP?
Difference between .include and .append?
How to debug sapscripts ?
What is occurs in internal table?
Type of parameters to pass to RFC pass by value or pass by referance ?
Buffering concept usage in SAP Tables?
Which BDC you prefer for data migration?
Preformance techniques in ABAP reports
How to debug sapscripts in SAP?
What is occurs in internal table?
How the values will be passed to RFC Function module PassbyValue or Passbyreference?
Select up to 1 row and select single difference ?
How to Debug RFC Function module?
Why sapscripts are client dependent and smart forms are client independent.?
Control break events in ABAP?
WHAT IS THE DIFFERENCE BETWEEN CHECK TABLE AND VALUE TABLE?
WHAT ARE THE DIFFERENCES BETWEEN CLUSTER TABLES AND POOLED TABLES?
WHAT IS THE DIFFERENCE BETWEEN ABAP MEMORY AND SAP MEMORY?
WHAT IS AN INTERNAL TABLE? EXPLAIN THE DIFFERENT TYPES?
What is the difference between AT SELECTION-SCREEN and AT SELECTION-SCREEN OUTPUT?
What is the difference between SY-INDEX and SY-TABIX?
What is the difference between VIEW and a TABLE in SAP?
What is the difference between PASS BY VALUE and PASS BY REFERENCE?
What is the difference between Master data and Transaction data in SAP?
What will you use SELECT SINGLE or SELECT UPTO 1 ROWS?
How to transport variants in SAP ABAP?
How to create checkbox in selection-screen using write statement?
Can a domain, assigned to a data element be changed?
What is a Data Class in SAP Data Dictionary?
What is a Size Category in SAP Data Dictionary?
What are the Data types of the ABAP/4 layer?
What are local objects in SAP?
What are two methods of modifying SAP standard tables?
To how many tables can an append structure be assigned?
What is a Match Code in SAP Data Dictionary?
Can you delete a domain, which is being used by data elements?
What is the function of a Domain in SAP Data Dictionary?
Can you delete data element, which is being used by table fields.
What are subroutines in SAP Programs?
Difference between IDOC and IDOC type?
What is cardinality in WebDynpro ABAP?
What is collection cardinality in WebDynpro ABAP?
What is selection cardinality in WebDynpro ABAP?
What is MVC in WebDynpro ABAP?
What is a context in WebDynpro ABAP?
What are the controllers available in WebDynpro ABAP and explain?
How to navigate from one view to other in webdynpro ABAP?
How to share data between view ? Is there any way other than component controller?
What is a table pool in SAP?
What is the difference between SY-TABIX and SY-INDEX?
Which client number you use for the current project?
You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then?
You are given functional specs for a BDC program and you need to decide whether to write a method call transaction or a session. How u will decide?
What is the difference between report and script?
How do you get functional specs when you are assigned some object?
What are conversion routines in SAP ABAP?
What is Modularization and its benefits?
What is the difference between the function module and a normal ABAP/4 subroutine?
What is a function Group in SAP?
What are logical databases? What are the advantages/disadvantages of logical databases?
How to transport text elements in SAP ABAP?
What is the last entry in all BDC tables?
What are the types of parameters in the function modules?
What is the difference between Leave Transaction and Call Transaction?
Which event is executed first at-selection-screen or at-selection-screen-output in sap abap?
Is it mandatory to implement all methods of interface in the class which includes interface?
What is the concept of Object Oriented ABAP?
What is an Interface in OOABAP?
Can we instantiate the interface?
Can we achieve multiple inheritance using Interfaces?
Does polymorphism achieved through interfaces?
What is the difference between abstract class and interface?
What is alias name in OOABAP?
Can we raise events in interface?
What is a single-ton class?
What is the difference in attributes defined in the public versus private section of a class?
What is the difference in an instance method and a static method?
What is a class in OOABAP?
What is the difference between Structure and work area?
what is structure of IDOC?
How can debug runtime IDOC?
How to avoid Transport Request in Table maintenance Generator??
What is the use of Folder in Smartforms ?
what is extension in and extension out in BAPI ?
In interactive report if user 19 times double clicked, again he want to main screen.. how can do this?
What is the difference in a Table and a Template in Smartform?
Can you move a Smartform from one SAP system to another without using transports?
Can you have a Smartform without a main window?
How do you find the name of the Function Module for a Smartform?
How data is stored in cluster table?
What are client dependant objects in abap/sap?
On which event we can validate the input fields in module programs?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically
How do you get output from IDOC?
When top of the page event is triggered?
Can we create field without data element and how?
How do we debug sapscript?
How can I copy a standard table to make my own z_table.
What is the use of "FOR ALL ENTRIES" in SAP ABAP ?
Can you set up background processing using CALL TRANSACTION?
What are the difference between Table and Structure?
Difference between ABAP & Webdynpro ABAP applications?
Difference between DDBK & DDBI in web dynpro ABAP?
Under which circumstances you will use DDBK & DDBI?
What are Events for Table, DDBK, DDBI, Itemlistbox?
Can you bind id property for any UI Element with an attribute?
How many types of cardinality are there in web dynpro ABAP?
What is selection cardinality & collection cardinality?
Which combination of collection cardinality, the selection cardinality is not applicable?
What is context binding? Or Data binding?
What is context mapping? How many types? What are they?
What is internal context mapping?
What is external context mapping?
Can we use data element & data type for context attributes?
Architecture is applicable in WDABAP apps?
What is MVC Architecture? explain?
Can we embed one view in another view? How?
What is purpose of "wd_This" in web dynpro ABAP ?
What is purpose of wd_context ?
What is purpose of "wd_Comp_controller" in web dynpro ABAP?
How to navigate from one view to another view?
How to transfer data form one view to another view?
What is navigation link in view plugs?
What is purpose of component controller? Different between view controller and component controller ?
What are field symbols in SAP ABAP?
Can you have a Smartform without a main window?
How do you find the name of the Function Module for a Smartform? When is this function module created?
What is a Final Window in smartforms?
What is the transaction for Recording BDC ?
How do you read files from the Application server ?
How do you read/write files from/to the presentation server in SAP ABAP ?
What are the different modes of processing batch input sessions?
What is the structure of the BDC table?
How do you do BDC for a table control?
What is lead selection in web dynpro abap? Is it an event?
Can you use multiple layouts in one view in web dynpro ABAP?
Can you call one web dynpro application from another webdynpro application? explain ?
Can you create a T-code for Web dynpro Application?
Can you run a Web dynpro Application in background?
Are sapscripts client dependent or independent ?
What are components of Layout Set in sapscript?
Differentiate between Page1 & Page2 format in sapscript?
How many main windows can we define per form and per page in sapscripts?
Differentiate between Character format & Paragraph format in sapscript?
What is SAP style maintainace ?
How will create standard text? How will you insert standard text in SAP Script?
Can we use Function Modules in sapscript layout set ?
Can we use Subroutine within a sapscript Layout set?
Can we call another Form from same print program in sapscript?
How do you upload logo in SAP script ?
I have 1 basic list and 15 secondary list in interactive report. If i am in 9th list, how can i come directly to the basic list?
I have a Ztable, I wants to add one more field to the table without disturbing previous data, what should I do ?
Can we sort internal table without using SORT statement ? Explain ?
What are dynamic modifications of a screen? explain?
Can we use call transaction and session method in the same program ? explain ?
Can we display multiple ALV`s in the same screen without using container ?
How do we generate IDOC in SAP ?
How to reprocess error IDOC's ?
How to reprocess edited IDOC's ?
Can we have the same append structure in more then one Database Table ?
What MRP procedures are available in MM-CBP (Consumption Based Planning)?
Under what conditions are “planned orders†created? What may planned orders be converted to and how is that conversion accomplished?
What are the organizational levels of the Enterprise Structure in R/3?
What are the different ways to organize purchasing organizations?
What are Special Stocks in SAP MM ?
State the different types of replication techniques?
What is SLT(SAP Landscape Transformation) in SAP HANA?
Can we load and replicate data from one source system to multiple target database schemas of HANA system?
Can the type of data load and replication be specified?
Define Configuration in SLT?
Is there any need of pre-requisite before creating the configuration and replication?
Define what is Configuration and Monitoring Dashboard?
What is advanced replication settings?
Define Latency in SAP HANA ?
What is logging table in SAP HANA?
What are Transformation rules?
When a new configuration is set up what happens?
What are the factors that influence the change/increase the number of jobs?
When is the number of Data Transfer jobs changed?
Mention the jobs involved in replication process?
State the relation between the number of data transfer jobs in the configuration settings and the available BGD work processes?
If the parameter set for “data transfer jobs†to 04 in a configuration “SCHEMA1â€, a mass transfer ID 001 is assigned. In such a case what jobs should b
After the SLT replication is over what happens?
State the different replication scenarios?
If the replication is suspended for a long period of time or system outage of SLT or HANA system what would happen?
How can unnecessary logging information from being stored be avoided?
Are the table size in SAP HANA database and in the source system the same?
When is table partitioning opted?
Where are transformation rules defined?
If the source system is non-SAP system, are there any special considerations?
State the potential issues in the creation of a configuration?
How is it ensured that data is consistent in source system and HANA system?
Does SLT for SAP HANA support data compression like SAP HANA database?
What are the product names in SAP HANA?
What is SAP HANA Appliance 1.0?
State the limitations of HANA 1.0?
What is SAP HANA 1.5, 1.2 or 1.0 SP03?
Differentiate between HANA and IMDB?
If NetWeaver BW can be run on IMDB/HANA, why can't the Business Suite/ERP 6.0 be run too?
What is HANA excellent at?
What is HANA not good at?
What is the cost of HANA?
What is the reason for the speed of HANA?
Is Oracle replaced by HANA/IMDB?
State the 10:1 compression with HANA when compared to Oracle?
What is meant by “buy a HANA only 2.5x smaller than my big Oracle RDBMS� How about archiving and data ageing?
What's the extended market opportunity for IMDB?
What hardware is supported in SAP HANA right now?
Does HANA run on blades? If not why?
CAN SAP make their own IMDB/HANA hardware?
How big does HANA scale ?
HANA uses which storage subsystem?
HANA support in real-time what types of source database?
For batch loads what source databases does HANA support?
What additional limitations does Sybase Replication Server present?
What is SAP MM(Material Management) ?
Is SAP MM integrated with other SAP modules ?
What are some of the options available to transfer materials from one plant to another?
What are some of the common Stock Transport Order Movement Types?
What is the difference between a Purchase Order and a Purchase Requisition?
What is an indirectly created Purchase Requisition?
What is an RFQ and how is it different from the Quotation Form?
What are the transactions that will result in a change of stock?
When would it be prudent to post goods movements via the Shipping Application?
What is a Reservation in SAP MM?
Can you manually generate a Purchase Requisition referencing a Purchase Order or a Scheduling Agreement?
What Functions are Supported in the SAP Material Management (MM)?
What is a MRP in SAP MM ?
Explain the Basic Organizational Structure in SAP MM.
Define Plant in SAP Material Management
Explain the Storage Location in SAP MM
Explain the Purchasing Organization in SAP MM
Explain the Purchasing Group Concept in SAP MM
Explain the Valuation Area Concept in SAP MM
What is a Factory Calendar in SAP MM ?
Is it possible to specify the type of data load and replication IN SAP HANA ?
What is the relation between the number of data transfer jobs in the configuration settings and the available BGD work processes?
If you set the parameter "data transfer jobs" to 04 in a configuration "SCHEMA1", a mass transfer ID 001 is assigned. Then what jobs should be in the system ?
How can you ensure that data is consistent in source system and HANA system?
Maximum number of tables in a schema? in SAP HANA ?
What can be the maximum table name length in SAP HANA ?
What can be the maximum column name length in SAP HANA ?
What can be the maximum number of columns in a table in SAP HANA ?
What will be the maximum number of columns in a view in SAP HANA ?
What can be the maximum number of partitions of a column table in SAP HANA ?
What can be the maximum number of rows in each HANA table?
In which table you can get the current system limits in SAP HANA ?
Maximum number of jobs information you can view in the Current tab of Job log SAP HANA ?
What is SQLScript in SAP HANA ?
When should be SQLScript used in SAP HANA ?
Explain how SQLScript procedure is processed in HANA database?
What happens when you compile the procedure in SAP HANA ?
What happens when you execute the procedure in SAP HANA ?
What are the data types supported in SQLScript in SAP HANA ?
What is a table type in SAP HANA ?
What is the general syntax used in creating procedure in SAP HANA ?
How to recompile a procedure in SAP HANA ?
Can you specify a default value while creating procedure in SAP HANA ? Is there any change while calling the procedure?
What is the purpose of procedure 'Call... With Overview' option in SAP HANA ?
What is the purpose of procedure 'Call.....In Debug Mode' option in SAP HANA ?
What is Table variable in SAP HANA ?
What is a scalar variable in SAP HANA ?
What is CE plan operator? What are the different categories in SAP HANA ?
What is CE_COLUMN_TABLE operator in SAP HANA ?
What is CE_JOIN_VIEW operator in SAP HANA ?
.What is CE_OLAP_VIEW operator in SAP HANA ?
What is CE_CALC_VIEW operator in SAP HANA ?
What is CE_JOIN operator in SAP HANA ?
What is CE_LEFT_OUTER_JOIN operator in SAP HANA ?
What is CE_RIGHT_OUTER_JOIN operator in SAP HANA ?
What is CE_PROJECTION operator in SAP HANA ?
What is CE_CALC operator in SAP HANA ?
What is CE_AGGREGATION operator in SAP HANA ?
What is CE_UNION_ALL operator in SAP HANA?
What is special operator in SAP HANA ?
+ Add a Question
Tags
SAP-ABAP Core ABAP Interview Questions
SAP-ABAP Advanced ABAP Interview Questions
SAP-ABAP BAPI Interview Questions
SAP-ABAP ALE-IDOCS Interview Questions
SAP-ABAP Data Dictionary Interview Questions
SAP-ABAP Internal Tables Interview Questions
SAP-ABAP SAP ABAP Reports Interview Questions
SAP-ABAP SAP Smart Forms Interview Questions
SAP-ABAP ALV Reports Interview Questions
SAP-ABAP User Exits and BADI Interview Questions
SAP-ABAP ABAP Selection Screens Interview Questions
SAP-ABAP SAP ABAP Interview Questions
SAP-ABAP SAP ABAP INTERVIEWS QUESTIONS_GET READY Interview Questions
SAP-ABAP Purchasing Interview Questions
SAP-ABAP Purchasinga Interview Questions
SAP-ABAP Purchasingc Interview Questions
Modules
SAP-ABAP Interview Questions
SAP Web Dynpro ABAP Interview Questions
SAP-MM Interview Questions
SAP-SD Interview Questions
SAP-PLM Interview Questions
SAP-CRM Technical Interview Questions
SAP-FICO Interview Questions
SAP-HR Interview Questions
SAP-PM Interview Questions
SAP-PP Interview Questions
SAP Basis Interview Questions
SAP-BI Interview Questions
SAP-XI Interview Questions
SAP-PI Interview Questions
SAP-HANA Interview Questions
Object Oriented ABAP Interview Questions
SAP Enterprise Portal Interview Questions
BRF Plus Interview Questions