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: 

ADD FIELD AT ES21

Former Member
0 Kudos

Hi Experts,

I want to ad field at Tcode ES21.which user exit I can use for this and function module for save the values in table .

Pls Reply ASAP.

Thanks

4 REPLIES 4

Former Member
0 Kudos

Hi,

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

In this there are 2 Screen exits

SAPLES20 0319 SUB SAPLXES20 0200

SAPLES20 0319 SUB SAPLXES20 0300

Which will be displayed in your Page 3 of the Contract Tab.

You have to add the field in the CI_EVER.

Hope this will resolves your query.

Regards,

Manish

Edited by: Manish Bisht on Jul 1, 2009 1:28 PM

0 Kudos

Hi,

You dont have to use any FM explicitly to save the field value. You can add the field in the include CI_EVER and then use

EXIT_SAPLES20_002

y_everd = x_everd.

EXIT_SAPLES20_003

everd = xy_everd.

EXIT_SAPLES20_004

everd  = x_everd.
gs_everd  = x_everd.

to pass the values of the screen to database.

Use Screen "0200", it will reflect on the Page 3 tab of the contract.

Regards,

Manish

Edited by: Manish Bisht on Jul 1, 2009 1:42 PM

0 Kudos

THANX MANISH AND SHIVA

Former Member
0 Kudos

Enhancement and Preassignment of Fields:

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

There are ten customer exits under the SAP enhancement EMDK0001. 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 1 serves the customer-specific checking of screen fields. Customer-specific authorization checks are not intended at this point.

Under enhancement EMDK0001 you find the include CI_EVER, which you can use to include customer-specific fields in the EVER database table.

Regards,

Siva