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

How to call Match code ?

Former Member
0 Likes
1,671

hello Gurus,

Normally We can assign a match code to a dynpro field using Match code ID 'Match code' , and this match code will be called automatically when we press F4 for the field. But now i need to call this match code for another Event . ( From a module )

FIELD vbeln MODULE zmatchode_help.

Module zmatchode_help.

call standard match code. ==> How to call this standard match code

ENDMODULE.

Thanks for your help

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,043

You can pass the matchcode name into function module F4IF_FIELD_VALUE_REQUEST .. have a look at function module HELP_VALUES_GET_WITH_MACO for an example of this in standard SAP.

Jonathan

1 REPLY 1
Read only

Former Member
0 Likes
1,044

You can pass the matchcode name into function module F4IF_FIELD_VALUE_REQUEST .. have a look at function module HELP_VALUES_GET_WITH_MACO for an example of this in standard SAP.

Jonathan