Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Matchcode for parameter

dev_parbutteea
Active Contributor
0 Likes
636

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?

2 REPLIES 2
Read only

paruchuri_nagesh
Active Contributor
0 Likes
378

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

Read only

Former Member
0 Likes
378

Hi,

parameters:

P_fname type c matchcode object 'search helpname'.

Plzz reward points if it helps.