ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  ERP CRM  >>  SAP  >>  ABAP
 
 


 

 
 Basis interview questions  Basis Interview Questions
 ABAP interview questions  ABAP Interview Questions
 SAPScript interview questions  SAPScript Interview Questions
 SD interview questions  SD Interview Questions
 MM interview questions  MM Interview Questions
 QM interview questions  QM Interview Questions
 PP interview questions  PP Interview Questions
 PM interview questions  PM Interview Questions
 PS interview questions  PS Interview Questions
 FI CO interview questions  FI CO Interview Questions
 HR interview questions  HR Interview Questions
 SAP CRM interview questions  SAP CRM Interview Questions
 SRM interview questions  SRM Interview Questions
 APO interview questions  APO Interview Questions
 Business Warehouse interview questions  Business Warehouse Interview Questions
 Business Workflow interview questions  Business Workflow Interview Questions
 SAP Security interview questions  SAP Security Interview Questions
 SAP Interfaces interview questions  SAP Interfaces Interview Questions
 Netweaver interview questions  Netweaver Interview Questions
 SAP ALE IDocs interview questions  SAP ALE IDocs Interview Questions
 SAP B1 interview questions  SAP B1 Interview Questions
 SAP AllOther interview questions  SAP AllOther Interview Questions
Question
whats the difference between range & select-option??
 Question Submitted By :: Vairaj Dharkar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: whats the difference between range & select-option??
Answer
# 1
mainly Select-options is used for selection screen..
where as ranges is used inside the program..

Ranges cannot visible in selection screen

Functionality wise there is no difference except SELECT-
OPTIONS are visible in the selection screen while Ranges 
are not visible.

Both have same structure. 

One restriction in Ranges is u can't use Range in Select 
query if it has more than 2000 entries.

Ranges are used just like we use temporary internal tables.
eg: If u want to check for say 10 ranges in select query 
for some field which is not there in ur selection screen 
then u will populate the ranges and use it in the select 
query. Syntax will remain same as select option.

RANGES: r_vbeln FOR vbak-vbeln.

r_range-sign = 'I'.
r_range-option = 'BT'.
r_range-low = 123.
r_range-high = 321.
APPEND r_range.

like this append all the ranges u want.

SELECT field list FROm vbak INTO TABLE i_vbak
WHERE vbeln IN r_vbeln.
 
Is This Answer Correct ?    3 Yes 1 No
Parthan_feb25
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
After Uploading logo into SAP-SCRIPT How To Check Whether It is Success fully Uploaded or not? Satyam3
if take one table with max no of records,in that i transfer only three records to quality r production r anywhere how it is possible? Satyam1
table to be buffered or not?  4
IDOC,CDM ..explain?  1
User has given the specification to display the Check boxes on the list, how will you handle this situation.? Accenture1
what r the main events that r used in alv? HP3
What is the system field that stores the level of the list? Accenture3
variant attached in the report. can be transportable from one server to another server IBM1
Can we call a subroutine in a script? If so, how? CSC2
Give the syntax of Inner,outer Join?" HCL3
how to sort numbers in sap-abap using internal tables without using sort technique.  2
How can you set rows and columns for Table control in a screen? CSC1
why Transaction Varient needed?  1
can you create an internal table dynamically?(at run time) IBM2
what are the advantages and disadvantages in LSMW over BDC? IBM1
give the all step of workflow process step by step HCL1
differences between the sorted ,standard, hashed tables. Icon2
What is field catalog? FutureSoft1
20) What is the difference bewtween client dependent tables and client independent tables?  3
how to run bdc program in background? HCL2
 
For more ABAP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com