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                      
tip   To Refer this Site to Your Friends   Click 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
what is Initialization Purpose?
 Question Submitted By :: ReshmaBiswas
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is Initialization Purpose?
Answer
# 1
INITIALIZATION IS  THE FIRST EVENT WHEN  U R WRITING THE 
REPORT.
IT WILL TRIGGERS BEFORE DISPLAYING THE SELECTION SCREEEN.
THIS EVENT IS USED TO PROVIDE DEFAULT VALUES TO THE 
SELECTION SCREEN.
BUT DIRECTLY WE GIVE DEFAULT VALUES TO THE SELECTION SCREEN 
USING DEFAULT KEY WORD FOR SELECT-OPTIONS STATEMENT.

THE USE OF INITIALIZATION EVENTS IS WE HAVE TO CALCUTATE 
THE LOW AND HIGH VALUES IN THE INITIALIZATION EVENT THEN IT 
WILL DISPLAY ON THE SELECTION SCREEN.
FOR EX:
LOW  = SY-DATUM.
HIGH = 10 + SY-DATUM.
HERE WE ARE NOT GIVING DIRECT VALUES TO THE SELECTION SCREEN
WE ARE CALCULATING THE HIGH VALUE THEN AFTER WORDS  WE ARE 
GIVING THE HIGH VALUE TO THE SELECTION SCREEN.
 
SELECT-OPTIONS : EVBELN FOR VBAK.
INITIALIZATION.
EVBELN-LOW = '7580'.
EVBELN-HIGH = '7590'.
EVBELN-SIGN = 'I'.
EVBELN-OPTIONS = 'BT'.
I MEANS INCLUDE. THOSE  7580 AND 7590 ARE INCLUDED.
IF WE USE E EXCLUDE.
BT MEANS BETWEEN .
 
Is This Answer Correct ?    1 Yes 0 No
Preethi
 
  Re: what is Initialization Purpose?
Answer
# 2
Preethi is right but will like to mention here.


INITIALIZATION.
EVBELN-LOW = '7580'.
EVBELN-HIGH = '7590'.
EVBELN-SIGN = 'I'.
EVBELN-OPTIONS = 'BT'.
after this you need to write APPEND EVBELN.Otherwise it 
won't work.

Thanks
 
Is This Answer Correct ?    0 Yes 0 No
Nilanjan Das
 
 
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
How to create our own data types in a Report??  1
After preparing the SAP script.what is the procedure to send that script to e-mail? Honeywell2
EXPLAIN ABOUT RANGES ?  1
Hi all Could u please tell me the answers for following questions, Why we need IDocs...? What is the purpose of IDocs...? Thanks in Advance, Sanjeev.K Keane-India-Ltd4
can any one tell me the following question's answer 1. How can we create PUSH Botton in presentation layer. 2.How can we print the record. 3.If database has nor records & if we write 'for all entries' in select statement then what will be happen. Accenture1
what is DYN Begin? Bristle-Cone5
What are AUTHORITY OBJECTS ?  2
with out doing any action how to go another screen ,means when ever control comes to that particular field this action has to be done? HP2
what can u do in UTP? Satyam1
what is the way to precide search helps in POV? Accenture2
can u add a new view to the existing view  2
what is meant by filtration in alv? how to do it? HP1
what is the RANGES stmt used in ABAP. if anybody know this answer. plz post imdtly Accenture3
what u can do in technical spec(i mean from functional spec what r u writing in tech spec)? Satyam3
what is the difference table type and structure? Reliance2
What is an Extended IDOC and It's purpose? Sony2
A Job is scheduled with Three steps. In the event the second step fails..what happens to the first and third step of the Job chain? Accenture3
what is the function module to read the standard text?  2
what is the procedure for direct I/P method? Accenture1
Some one is running a program in Foreground which has to be run in Back ground. How you are going to instruct to do in Back ground?  1
 
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