‎2007 Feb 07 4:06 PM
Hello!
How can I deactivate the follwing customer-exit
Regards
Ilhan
What is the correct name of this customer function or exit ?
CALL CUSTOMER-FUNCTION '009'
EXPORTING
I_VIQMEL = P_VIQMEL
IMPORTING
E_VIQMEL = P_VIQMEL.on klick it redirects me to the following Function
FUNCTION EXIT_SAPMIWO0_009.
*"----------------------------------------------------------------------
*"*"Lokale Schnittstelle:
*" IMPORTING
*" VALUE(xxx) LIKE qwer STRUCTURE zuzuz
*" EXPORTING
*" VALUE(xxx) LIKE xcx STRUCTURE eeee
*"----------------------------------------------------------------------
MOVE wer TO tree.
INCLUDE ZXQQMU08.
ENDFUNCTION.
‎2007 Feb 07 8:12 PM
‎2007 Feb 07 4:12 PM
Use the search help in transaction SMOD (Project Management of SAP enhancements).
Fill in 'EXIT_SAPMIWO0_009' in enhancement component. This will list available enhancements projects on this component.
Deactivate the project with: Project -> Deactivate project
Best regards Jack
‎2007 Feb 07 4:21 PM
HI
Go to CMOD Txn.
check the projects in which u have the Enhancement Component <b>QQMA0001</b>.
Click on Components Button. Deactivate the components. If other Components also present in same project then Deactivate the components and delete the <b>QQMA0001</b> from Enhancement components and SAVE.
Go to Components and activate for other Exits.
Regards
SAB
‎2007 Feb 07 8:01 PM
Hello Syed,
how to provide the project name for CMOD Txn
concerning your posting ?
You told me:
... check the projects in which u have the Enhancement Component.
Regards
Ilhan
‎2007 Feb 07 8:07 PM
hi Ilhan,
Go to CMOD txn... give z* and press F4.
u will get all custom projects created in CMOD.
there u can check that in which project ur USER EXIT exists.
if nothing return then it means user exit not yet active to deactivate.
If u dont find the project and u still believe the include is activated then comment everythign in include and activate the include.. though there is no active code it resembles like user exit deactivated.
Regards
SAB
‎2007 Feb 07 8:12 PM