‎2006 Jan 09 7:24 PM
Hi friends,
I am working on parameters. How do we create match with parameters.
Example code :
REPORT demo_sel_screen_parameters_mco.
PARAMETERS p_carrid TYPE s_carr_id MATCHCODE OBJECT demo_f4_de.
This is code from abap docu. I dont understand demo_f4_de what this mean.Do we need to create match codes or are they avialable. if we need to create how do we create them.
Your help will be appreciated. waitibg for u'r answer.
Regrads,
Vijay.
‎2006 Jan 09 7:28 PM
The matchcode object is a search help object. You can create these search helps via SE11.
Please see the help.
http://help.sap.com/saphelp_470/helpdata/en/cf/21ee2b446011d189700000e8322d00/frameset.htm
Regards,
Rich Heilman
‎2006 Jan 09 7:28 PM
The matchcode object is a search help object. You can create these search helps via SE11.
Please see the help.
http://help.sap.com/saphelp_470/helpdata/en/cf/21ee2b446011d189700000e8322d00/frameset.htm
Regards,
Rich Heilman
‎2006 Jan 09 7:32 PM
‎2006 Jan 09 8:10 PM
Hi Rich,
I tried that way but when I try to save I think the package should be SAP package only. I am not able to save that. If I use $Tmp package it shows an error.I dont know if there is any way i can do it.I am new to abap and i dont know how to create package.
Anyway thanks for your help. I wil surely remember to award points here after.
Regards,
Vijay
‎2006 Jan 09 8:18 PM
‎2006 Jan 09 8:37 PM
‎2006 Jan 09 8:43 PM