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
What is direct input method ?
What are the steps in a bdc session? : abap bdc
Events that can be used in both the classical and interactive reports
Event handling in oops
To find the date difference & excude saturday & sunday in between them
what is difference between (internal table types)standard table and sorted table in sap abap....
Explain the function module in bdc?
What is the difference between rfc and bapi function modules? : abap bdc
What is projection view?
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
what is the difference between hashed & sorted internal tables?
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
What are the basic functions of database utility? : abap data dictionary
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
What is a view in sap? : abap data dictionary