Application Development 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: 

Assign Matchcodeto a field

Former Member
0 Kudos

Hi everyone,

i've created a popup thru function module 'popup_get_values'. Previously i've populated a table with the selection fields buy i don't know the way to assign a matchcode to any field of these.

Could you help me?

2 REPLIES 2

Former Member
0 Kudos

Hi unomasdesap,

Try something like this;

 PARAMETERS: 
<YOUR PARAMETER> LIKE <FIELD> MATCHCODE OBJECT <YOUR MATCHCODE OBJECT>. 

Or it sounds like you should add the function like this;

 AT SELECTION-SCREEN ON VALUE-REQUEST FOR <YOUR PARAMETER>.

    CALL FUNCTION 'popup_get_values'. 

Hope these suggestions are helpful.

Regards,

Simon

former_member203501
Active Contributor
0 Kudos

hi use like this ...

parameters:p_pernr type pa0000-pernr matchcode object PREM.