2011 Feb 28 11:20 AM
Hello,
I need to prevent users from creating move out or move in, in special dates, for example: in the dates of schedule list of meter reading units.
How can I do that? any Idea? I will appreciate any help.
Thanks alot,
Hussam.
2011 Mar 03 9:32 AM
Hi,
You can try to find out some user exit (SMOD, CMOD) for Move-In Process.
EC500001 IS-U: move-in: determ. of security deposit amount and reason
EC500002 IS-U: move-in: data environment check upon entry
ECSBT001 User-Defined Messages in Information Log
ECSBTI01 IS-U: move-in: determination of application form
ECSBTI02 IS-U: move-in: determination of budget billing amount
ECSBTI03 IS-U move-in: customer-defined checks
ECSBTI04 IS-U: move-in: determination of transfer contract
ECSBTIO1 Default value for field for move-in/out (EC60)
ECSBTMR1 Preassign indicator for creating service notification/order
ECSBTO01 IS-U: move-out: determine default values
ECSBTO02 IS-U Move-Out: User-Defined Checks
And there prepare your functionality.
Vlado
2011 Mar 03 9:32 AM
Hi,
You can try to find out some user exit (SMOD, CMOD) for Move-In Process.
EC500001 IS-U: move-in: determ. of security deposit amount and reason
EC500002 IS-U: move-in: data environment check upon entry
ECSBT001 User-Defined Messages in Information Log
ECSBTI01 IS-U: move-in: determination of application form
ECSBTI02 IS-U: move-in: determination of budget billing amount
ECSBTI03 IS-U move-in: customer-defined checks
ECSBTI04 IS-U: move-in: determination of transfer contract
ECSBTIO1 Default value for field for move-in/out (EC60)
ECSBTMR1 Preassign indicator for creating service notification/order
ECSBTO01 IS-U: move-out: determine default values
ECSBTO02 IS-U Move-Out: User-Defined Checks
And there prepare your functionality.
Vlado
2011 Mar 07 8:20 AM
thank you very much Vlado, I will check them.
I have to prevent the user at the main screen and not when he click save. I hope that, one of them will do the job.
thanks and regards...
Hussam.
2011 Mar 23 3:05 PM
It works, we used the follwing user exists:
A- ECSBTIO1: EXIT_SAPLEC60_007 ZXEC6U03
B- ECSBTO02: EXIT_SAPLEC55_012 ZXECAU01
C- ECSBTI03: EXIT_SAPLEC50_005 ZXECEU05
Thank you very much to Vlado for his help.