2011 Feb 08 5:53 PM
Hello my friends,
I'm creating an extra enhancement on the following EXPLICIT enhancement point:
ENHANCEMENT-POINT MRM_BLOCKEDPRICE_CHECK_UPDA_01 SPOTS ES_SAPLMRBR.
I've tried to add a code line to set a parameter ID, as in:
Set PARAMETER ID 'MAT_INV' FIELD rseg-MATNR.
But unfortunately it does not compile. Compiler returns the following message:
Statement " SET PARAMETER ID" is not defined.
Can you help?
Thanks
Nuno
2011 Feb 08 6:27 PM
2011 Feb 08 8:29 PM
this can be because of the syntax error in the previous statement like missing ' . ' (Period) at the end of line.
Syed A
2011 Feb 09 10:14 AM
Hi guys, there is absolutely no code before that. I was wondering if the complier allows for the use of this instruction in an enhancement...