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 are customizing?have u created any customizing table? for what purpose?
Does SAP handle multiple currencies? Multiple languages?
explain the scenario of ALE/IDOC
How to maintain the table control in BDC?
How to Handel Duplicate entries in LSMW.
You have 5lakh records to transfer to sap from flat file.which method of bdc you wiil choose and why?
In start of selection, if we perform validation, what happens ?
Difference between transparent tables and pooled tables? : abap hr
Can you call a bdc from a report program ?
How to upload data using catt ? : abap hr
What data is contained in data dictionary? : abap data dictionary
What is the table, which contain the details of all the name of the programs and forms?