‎2007 Dec 31 6:43 AM
Hello, i have a parameter p_fname type filenameci-FILEINTERN .How can i associate a matchcode so that on F4,i get a popup showing all the fileintern?
‎2007 Dec 31 6:47 AM
Hi
have a look at below code
Parameters : lifnr like lfa1-lifnr matchcode object ZOBJ
double click on zobj u will get searchhelp window . than give the values according to u r requirement
‎2007 Dec 31 6:49 AM
Hi,
parameters:
P_fname type c matchcode object 'search helpname'.
Plzz reward points if it helps.