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

User Exit for check Complete Function

Former Member
0 Likes
605

Hello everyone:

  When I use TCode QM01 or QM02. I need to check if a user press "Complete" flag the field "complete date" and the field "complete time" can not be empty. How do I know a user press that flag. Is there any field to know this operation? Thank you.

2 REPLIES 2
Read only

Former Member
0 Likes
475

Hi,

Go to SMOD and check the F4 help for QQMA00* value and you will get many customer exits which can help you.You can check sy-ucomm as ARCH for the flag is pressed or not.

Hope this helps.

Read only

Former Member
0 Likes
475

Hi ,

   I guess u can use User exit 'EXIT_SAPMIW00_006' ( in SMOD,  QQMA005).

Here you can check the structure QMDAT & QMZAB of input structure I_VIQMEL.

This exit runs after pressing the 'Complete' flag.

However by default the current system date is picked up & I have seen it does an automatic check if the date is not given. So I guess only you need to add check for time if required.

Regards,

Monishankar C