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
Abstract class and interface, multiple inheritance, live example
Explain pai and pbo.
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What are the components of selection table?
Performance tuning techniques
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
what is user specific parameter?
Write syntax for message error (report)?
What is the structure of bdcmsgcoll? : abap bdc
What is the difference between sy-tabix and sy-index? Where it is used?
Explain what is a logical database?
What is the use of message command in a report? What are the different message types?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
Explain how to create any functions?