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

Standard program SAPMM06E enhancement issue

Former Member
0 Likes
3,407

Hi Experts,

In the standard program SAPMM06E, screen 301 --> Modify screen, I need to make some shanges to remove the mandatory settings for some fields.

I tried to create a new enhancemnet implementation.

I can able to create the implmentation, but at runtime my enhansements are not triggered.

Then I found that, alreday there are some standard enhansements there but those are in inactive status.

When ever i tried to put a break point at those enhancements its showing below error.

"Break-point not set because enhancement implementation xxxxxx is switched off.

So I tried all possible enhancement points in Modify screen module, but i couldn't find even a single enhansement which is active.

The problem is I can able to create my custom enhancemnet point, but its not triggering at runtime because the standard ench implemnets are in active.

Please help me on this.

Thanks,

Nandini.

Hi Experts,

In the standard program SAPMM06E, screen 301 --> Modify screen, I need to make some shanges to remove the mandatory settings for some fields.

I tried to create a new enhancemnet implementation.

I can able to create the implmentation, but at runtime my enhansements are not triggered.

Then I found that, alreday there are some standard enhansements there but those are in inactive status.

When ever i tried to put a break point at those enhancements its showing below error.

"Break-point not set because enhancement implementation xxxxxx is switched off.

So I tried all possible enhancement points in Modify screen module, but i couldn't find even a single enhansement which is active.

The problem is I can able to create my custom enhancemnet point, but its not triggering at runtime because the standard ench implemnets are in active.

Please help me on this.

Thanks,

Nandini.

7 REPLIES 7
Read only

bharat_rathod2
Active Participant
0 Likes
1,974

In which enhancement you want to put break point.

Read only

0 Likes
1,974

Hi Bharat,

In the standard program SAPMM06E[Program for Tcode ME41 - Request for Quotation], at Screen 301 --> PBO --> Modify screen, anywhere I need to put enhancement. I Just want to remove the mandatory option for the field 'EKKO-SUBMI'.

Thanks,

Nandini.

Read only

0 Likes
1,974

Dear nandini,

In Screen 301 --> PBO --> Modify screen use perform for remove mandotory option.

(Please use perform which is already in modify screen module)

try

PERFORM AD_MPN_MODIFY_LOOP.

Read only

0 Likes
1,974

Dear Bharat,

I have tried the perform AD_MPN_MODIFY_LOOP.

But the corresponding standard enhancement point AD_MPN_PUR2_SAPMM06E also swiched off.

I can able to create the custom enhancement at that perform statement. But since the standard enhancement is switched off and my custom enhancement is not triggering as required.

Please help me on this.

Thanks,

Nandini.

Read only

0 Likes
1,974

Dear,

n Screen 301 --> PBO -->Module refdaten_kopf->

PERFORM refdaten_kopf

Enhance this

PERFORM refdaten_kopf

Read only

Former Member
0 Likes
1,974

Dear Experts,

I am trying to create MM RFQ[T-code me41] programmatically.

I couldn't find any BAPI to create RFQ.

So I tried BDC and it is also not successful due to the Required field[EKKO-SUBMI] error.

I just want to remove to required property of field EKK0-SUBMI.

Any small helps are most welcome.

I am having the same problem explained in the below thread.

http://scn.sap.com/thread/2063823

Awaiting for your suggestions.

Thanks,

Nandini.

Read only

0 Likes
1,974

please switched on your enhancement point thrugh sfw5  t-code

In SFW5

under enterprise_business_functions

activate log_mm_ci_1

if you got then solution the please give reply.

Message was edited by: Bharat Rathod