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: 

Enhancement for Installation and Move-In

Former Member
0 Kudos
696

Hi experts

i want to add field at installation and move-in screen .

How i can do this , i think no BDT available for these.

Pls Reply ASAP.

Thanx

1 ACCEPTED SOLUTION

Former Member
0 Kudos
284

Installation

Enhancement and Preassignment of Fields:

Transactions SMOD and CMOD are available for enhancing and preassigning fields for installations.

There are eleven customer exits under the SAP enhancement EMDI0001. Customer exits 1 to 10 allow you to enhance customer-specific fields in an individual subscreen, and customer exit 2 is also used for preassigning fields. Customer exit 11 is used to implement customer-specific authorization checks (this function is available as of IS-U/CCS Release 4.71).

Regards,

Siva

View solution in original post

4 REPLIES 4

Former Member
0 Kudos
284

Hi,

You can use screen exits

EMDI0001 IS-U: Installation - subscreen integration and field check

SAPLES30 0201 CUSTSUB SAPLXES30 0100

EMDK0001 IS-U: contract - subscreen integration and field check

SAPLES20 0319 SUB SAPLXES20 0200

SAPLES20 0319 SUB SAPLXES20 0300

Screen for Contract will add the screen in Move- IN screen also.

Regards,

Manish

Former Member
0 Kudos
285

Installation

Enhancement and Preassignment of Fields:

Transactions SMOD and CMOD are available for enhancing and preassigning fields for installations.

There are eleven customer exits under the SAP enhancement EMDI0001. Customer exits 1 to 10 allow you to enhance customer-specific fields in an individual subscreen, and customer exit 2 is also used for preassigning fields. Customer exit 11 is used to implement customer-specific authorization checks (this function is available as of IS-U/CCS Release 4.71).

Regards,

Siva

0 Kudos
284

thanx Shiva

Former Member
0 Kudos
284

Hi,

For Installation ,you have the following exits

Exit Name Description

ECIIFLOT IS-U: cust. include for conn. obj. and device loc. CI_IFLOT

ECONNOBJ IS-U: duplicate check for connection object

ECSMA001 Loyalty Account: Subscreen Integration and Field Checks

ECSMA002 IS-U: Redemption: Subscreen Integration and Field Checks

EMDI0001 IS-U: Installation - subscreen integration and field check

EMDK0001 IS-U: contract - subscreen integration and field check

EMDP0001 IS-U: premise - subscreen integration and field check

ES550001 IS-U: connection obj. - subscreen integr. and field check

ES650001 IS-U: device loc. - subscreen integration and field check

For move in

Exit Name Description

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

Edited by: SivaKumar on Jun 16, 2009 12:28 PM