2007 Apr 04 1:25 PM
Need help on assigning search helps for screen fields.The standard SAP program using field REASON_CODE shows input help and the screen attributes for it has 'From Dict' checkbox checked.The same thing when incorporated for a custom screen does not give input help.Moreover the data element for REASON_CODE does not indicate any search help.So how do we make it appear in custom screen as well?
Need help on assigning search helps for screen fields.The standard SAP program using field REASON_CODE shows input help and the screen attributes for it has 'From Dict' checkbox checked.The same thing when incorporated for a custom screen does not give input help.Moreover the data element for REASON_CODE does not indicate any search help.So how do we make it appear in custom screen as well?
2007 Apr 04 1:37 PM
Using a matchcode object can help. Create a matchcode object in se11 and assign it to the field
eg. Parameters p MATCHCODE OBJECT mobj
ou can check the SAP Demo Program 'demo_sel_screen_parameters_mco.'
Or
You can use AT SELECTION-SCREEN ON VALUE-REQUEST FOR <field>
check the std pgm 'SELECTION_SCREEN_F4_DEMO'
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |