‎2009 Apr 06 3:11 AM
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
‎2009 Apr 06 4:09 AM
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
‎2009 Apr 06 4:09 AM
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