How to attach a search help?
how can you validate the entries in TMG?
Answers were Sorted based on User's Feedback
Answer / siva
hai bavana there is some wrong in ur answre . standard sh
is automatically assigned when we use a field in parametere
or select opton statements . but if we want to replace and
want to provide cusotm sh first create custom sh and
assigne it usitg matchcode object.
ie matchcode object is use to replace standard sh/
sivasayini84@gmail.com
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / ganesh sawant
Search helps can be attached to screen fields in different ways. Several search helps can thus be assigned to one screen field. Conflict situations when calling the input help are resolved with a hierarchy of different types of search help attachment.
Priority / Hierarchy for calling search help is as below
1. programmed help with PROCESS ON VALUE-REQUEST
2. Search help assigned to the field on the screen
3. Help defined with FIELD SELECT or FIELD VALUES is offered.
4. search help attached to the table field.
5. search help is attached to the check table.
6. text table for the check table
7. key values of the check table are displayed.
8. call the search help from the data element.
9. existing domain fixed values are displayed.
10. The calendar help and time help are automatically provided for fields with data type DATS and TIMS.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / abaprajaram
In the Data element declarations or in the program to
attach the fields for the selection screen
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bhavana
reate asearch help in SE11.
1.If you want to assign standard search help you can do it
as below.
say for VBELN.
SELECT-OPTIONS: so_vbeln FOR vbak-vbeln MATCHCODE OBJECT VMVA.
VMVA is standard....u can replace it with user defined.
2.Code it in
AT SELECTION-SCREEN ON VALUE-REQUEST FOR fieldname.
3.If u want to give it for a standard SAP field u can modify
the data element and assign the help in se11.
in TNG VALIDATE THE FIELDS. BY USING EVENTS. IN EVENTS WRITE
THE SUBROUTINES AND VALIDATE THE FIELDS
Is This Answer Correct ? | 1 Yes | 8 No |
what is the work of buffer in sap ?
u r running a report .it is taking a long time for execution .what steps will u do to reduce the execution time?
4 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
what are the different event functions used in SAP Scripts?
please send differences between events
What are the fields in a bdc_tab table? : abap bdc
Why do we use dynamic where conditions?
What is roll area?
What is structure?
why abap/4 is 4th generation language ?
4 Answers Kansai Nerolac Paints Limited,
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
I have developed a program where i have used Ranges and the program is running fine in DEV and Quality server but as soon as it goes to Prod server it shows some errors.What can be done in this case??
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?