2009 Apr 01 11:45 AM
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?
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?
2009 Apr 02 6:08 PM
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
2009 Apr 02 6:22 PM
hi use like this ...
parameters:p_pernr type pa0000-pernr matchcode object PREM.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |