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

deactivate customer-exit

Former Member
0 Likes
2,056

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,117

Hi,

This is the exit:

QQMA0001

Regards

Subramanian

5 REPLIES 5
Read only

JackGraus
Active Contributor
0 Likes
1,117

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

Read only

Former Member
0 Likes
1,117

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

Read only

0 Likes
1,117

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

Read only

0 Likes
1,117

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

Read only

Former Member
0 Likes
1,118

Hi,

This is the exit:

QQMA0001

Regards

Subramanian