SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Preventing users to create move in/out in special dates

Former Member
0 Kudos

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.

1 ACCEPTED SOLUTION

former_member442034
Active Participant
0 Kudos

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

View solution in original post

3 REPLIES 3

former_member442034
Active Participant
0 Kudos

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

0 Kudos

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.

0 Kudos

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.