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                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
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
Which function module you will use  to attach a search help
to a field in Selection screen?
 Question Submitted By :: G.shankar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Which function module you will use to attach a search help to a field in Selection screen?
Answer
# 1
CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE'
 
Is This Answer Correct ?    0 Yes 4 No
Raju
 
  Re: Which function module you will use to attach a search help to a field in Selection screen?
Answer
# 2
REPORT z_test11 .


PARAMETERS:
p_carrid(2).




DATA: table1 LIKE
ddshretval
OCCURS 0 WITH HEADER LINE.


AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_carrid.



CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'
EXPORTING
tabname = 'scarr'
fieldname = 'carrid'
* SEARCHHELP = ' '
* SHLPPARAM = ' '
* DYNPPROG = ' '
* DYNPNR = ' '
* DYNPROFIELD = 'p_carrid'
* STEPL = 0
* VALUE = ' '
* MULTIPLE_CHOICE = ' '
* DISPLAY = ' '
* SUPPRESS_RECORDLIST = ' '
* CALLBACK_PROGRAM = ' '
* CALLBACK_FORM = ' '
* SELECTION_SCREEN = ' '
TABLES
return_tab = table1
EXCEPTIONS
field_not_found = 1
no_help_for_field = 2
inconsistent_help = 3
no_values_found = 4
OTHERS = 5
.
IF sy-subrc 0.
MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
ENDIF.
p_carrid = table1-fieldval.


START-OF-SELECTION.
WRITE: p_carrid.
 
Is This Answer Correct ?    6 Yes 0 No
Rajarao
 
 
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
Table maintainence -- Transaction Code?  4
What is ABAP query? TCS1
1)What is the main difference between Enhancements and BADI?  2
. How to transport scripts ? Deloitte2
Can Top-of-page trigger with VLINE.? Satyam2
How to validate the entry in Screen & dialog proframming?? Is there any way to send the error?? TCS2
in report gui we are giving customer number if it is wrong entry then how to write the code to restrict wrong entry? HCL4
Transaction code for creating Message class? Keane-India-Ltd5
I want to give a input/output field on list , where can I define it? IBM2
what are the tools in lsmw? Satyam2
Whether Project contains enhancement or Enhancement contains Projects? Accenture2
what is the difference between at selection-screen output and at selection screen? SAP-Labs1
can any one tell me the types of smartforms Cap-Gemini1
give the all step of workflow process step by step HCL1
What do you do when the system crashes in the middle of batch session? Vanguard1
what is data class?  2
Reuse-ALV-list display?  1
what are Conversion Routings? Cap-Gemini1
what class is used to display the ALV grid control?  1
can u send the results from report to sap memory? HP2
 
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