2012 Aug 19 10:29 AM
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.
2012 Aug 19 11:04 AM
2012 Aug 20 7:33 AM
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.
2012 Aug 21 6:15 AM
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.
2012 Aug 22 10:03 AM
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.
2012 Aug 23 4:50 AM
Dear,
n Screen 301 --> PBO -->Module refdaten_kopf->
PERFORM refdaten_kopf
Enhance this
PERFORM refdaten_kopf
2012 Aug 22 10:46 AM
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.
2012 Aug 23 5:36 AM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |