Application Development 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: 

Does QQMA0014 get triggers when we press TECO button in IW42

Former Member
0 Kudos

Hi,

Does this enhancement (QQMA0014 ) get trigger when we press technical complition button (TECO) in transaction IW42.

Enhancement details:

Exit: QQMA0014

FM: EXIT_SAPMIWO0_020

Include : zxqqmu20

Regards

A

6 REPLIES 6

peter_atkin
Active Contributor
0 Kudos

Try putting a break-point in QQMA0014 and find out...

Also have a look at the CONFPM* user-exits via TCode SMOD.

What are you trying to do?

PeteA

0 Kudos

Hi Pete,

Trying to check damage code while doing TECO from IW42.

QQMA0014 get triggers only when try to save in IW42 not when we press on TECO button,right.

Regards

A

0 Kudos

A,

At what point in IW42 do you want to perform the checks?

PeteA

0 Kudos

Pete,

In IW42, we have a button called 'Technical Complition' , on this button.

Regards

A

0 Kudos

A,

Sorry, but I don't know the answer...

You will have to debug the program to see if any user-exits/BADIs are called.

I suspect IWO10004 is called though...

PeteA

Former Member
0 Kudos

Thanks all...