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

Enhancing Function Module IDOC_INPUT_QUOTATION_CREATEFRO

Former Member
0 Likes
2,417

Hi Guys,

              I have a requirement to enhance the FM IDOC_INPUT_QUOTATION_CREATEFRO.

But I am getting the following message..

Object FUGR 2031 cannot be enhanced; software component SAP_APPL cannot be enhanced

Exception of class CX_ENH_IS_NOT_ENHANCEABLE

If I wanna make changes some fields of the IDOC before it posted, how it can be done..?!

Thanks

Sam

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,095

Looks like the Software component SAP_APPL is restricted from making any modifications or enhancements.

Go to table DLV_SYSTC and put in SAP_APPL as Software Component, you should see CHANGEABLE flag as 'N' .

I can create enhancements in my system though, which version are you in?

Thanks,

Shambu

5 REPLIES 5
Read only

Former Member
0 Likes
2,095

Hi Sam,

I dont know how to reproduce, but please see the hint at the FM entry...

*----------------------------------------------------------------------*

*  this function module is generated                                   *

*          never change it manually, please!        22.02.2005         *

*----------------------------------------------------------------------*

Regards

Robert

Read only

Former Member
0 Likes
2,095

Hi,

Have you tried with implicit enhancement options?

Read only

Former Member
0 Likes
2,096

Looks like the Software component SAP_APPL is restricted from making any modifications or enhancements.

Go to table DLV_SYSTC and put in SAP_APPL as Software Component, you should see CHANGEABLE flag as 'N' .

I can create enhancements in my system though, which version are you in?

Thanks,

Shambu

Read only

0 Likes
2,095

Hi Sam,

ECC6.0

SAP_BASIS 700 0026 SAPKB70026 SAP Basis Component

Robert

Read only

0 Likes
2,095

This is a customizing table, so I guess someone could maintain it to allow these modifications.

Kind regards,

Bruno