2015 Jul 15 9:24 AM
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.
2015 Jul 15 9:31 AM
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.
2015 Jul 15 11:48 AM
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