ALLInterview.com :: Home Page            
 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
difference between at selection-screen and at
selection-screen output?
 Question Submitted By :: S.kasi.sap@gmail.com
I also faced this Question!!     Rank Answer Posted By  
 
  Re: difference between at selection-screen and at selection-screen output?
Answer
# 1
Selection-screen: is a screen is used to give the value ranges on the selection-screen. It has include the attributes like Sign, Option, Low, and High.

Selection-screen Output: is a screen is used to change the selection-screen dynamically. Like the field enabling, disabling, field Hiding Purpose.
 
Is This Answer Correct ?    1 Yes 10 No
Venkatesh
 
  Re: difference between at selection-screen and at selection-screen output?
Answer
# 2
At selection-screen output is triggered when the selection
screen is loaded in memory before being displayed. The
event AT SELECTION-SCREEN is the basic form of a whole
series of events that occur while the selection screen is
being processed.The standard selection screen in an
executable program or in the logical database linked to it
is automatically called between the INITIALIZATION and
START-OF-SELECTION events. When you call the selection
screen, and when users interact with it, the ABAP runtime
environment generates selection screen events, which occur
between INITIALIZATION and START-OF-SELECTION.
 
Is This Answer Correct ?    8 Yes 1 No
The Ajax
 
 
 
  Re: difference between at selection-screen and at selection-screen output?
Answer
# 3
At selection-screen : This event mainly used to validate the
user inputs.
At selection-screen output : This event is used for
processing screen . We can enable or disable the screen
blocks and we can make some field active or deactivate at
run time.
 
Is This Answer Correct ?    17 Yes 1 No
Sravan
 
  Re: difference between at selection-screen and at selection-screen output?
Answer
# 4
At selection screen is used to validate input..

at selection screen on output is used to set screen attributes

AT SELECTION_SCREEN OUTPUT
LOOP AT SCREEN.
if VIEW = 'X' " View radio button selects
IF SCREEN-NAME = 'PR1'.
screen-INPUT = 0.
modify screen.
ENDIF.
IF SCREEN-NAME = 'PR2'.
screen-INPUT = 0.
modify screen.
ENDIF.
ENDLOOP.
AT SELECTION-SCREEN.

*val....1 Variant check
* Once the user has entered variant, check about its existence
PERFORM CHECK_PVAR. "Using FM REUSE_ALV_VARIANT_EXISTENCE
*val....2 Sd do not exists
SELECT SINGLE VBELN INTO WA_HEADER-VBELN FROM VBAK WHERE VBELN IN
S_VBELN.
IF SY-SUBRC 0.
MESSAGE E010 WITH TEXT-010.
ENDIF.
*val.....3 Date of creation check
LOOP AT S_DOC.
IF S_DOC-LOW > SY-DATUM OR S_DOC-HIGH > SY-DATUM.
MESSAGE E011 WITH TEXT-011.
ENDIF.
ENDLOOP.
*VAL....4
if P_DOWN = 'X' AND P_PATH is initial.
MESSAGE E011 WITH TEXT-011.
endif.

if P_DW_RP = 'X' AND P_path is initial.
MESSAGE E011 WITH TEXT-011.
endif.
 
Is This Answer Correct ?    1 Yes 1 No
The Abap
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
what is Foreign key, check table and value table ....? what is the difference between CHECK AND VALUE TABLE ..? PLEASE GIVE THE APPROPRIATE ANSWERS...... Patni3
what is the default event that is triggers in report? TCS6
how to change the package of an object?i.e a report stored in ymadhuri package.now it should be changed to ysaru HCL2
How to transfer data which is coming from are report as output to another report IBM3
BDC CALL TRANSACTION carry on synchronous processing and update the database both synchronously and asynchronously,where session method carry on asynchoronous processing and update the database synchrousnously.I want to know the meaning of synchronous and asynchronous processing and also the meaning of synchronous and asynchronous database update.  1
what types of request are used to transport repository objects?  3
WHAT IS TCODE TO CREATE NEW MESSAGE TYPE? Sony2
what is check table..what is domain?  2
how do u know what is the exact user-exit for that particular enhancement. IBM1
Parameters used in Functions?  4
what is difference bt ABAP MEMORY AND SAPMEMORY  3
Hi Experts, we have coded in smartforms also but why we r going to driver program for smartforms.. IBM2
 
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 © 2012  ALLInterview.com.  All Rights Reserved.

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