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: 

Set PARAMETER ID does not compile on EXPLICIT enhancement point

Former Member
0 Kudos
103

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

3 REPLIES 3

Former Member
0 Kudos
67

What is the code just before that line?

Rob

Former Member
0 Kudos
67

this can be because of the syntax error in the previous statement like missing ' . ' (Period) at the end of line.

Syed A

Former Member
0 Kudos
67

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...