why we use matchcode object?without using match codes how
we use search helps?
Answer Posted / salil b
Matchcode object is used to add search help for a particular field in a selection screen.
However there is an alternate method to create search help without using Matchcode object.
Use Function module, F4INT_INT_TABLE_VALUE_REQUEST in an event AT SELECTION-SCREEN on VALUE REQUEST FOR and pass necessary parameters to this FM(See the where used list of this FM for many examples)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Example of table cluster and cluster tables.
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
How can we handle table control in bdc? : abap bdc
What is sap abap tables?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
How do you display a data in a detail list?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
What is gui status? How to create /edit gui status?
Where do you use help views?
Can we define our own match code id's for sap matchcodes ?
Table events aNd table maintains generation
How to create a link between modified form and modified print program?
What is lock object ? : abap data dictionary
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
What is your approach for writing a bdc program? : abap bdc