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: 

IS_U_METER_READING_DOWNLOAD --- User Exit Include

Former Member
0 Kudos

Hi,

i have copied the IS_U_METER_READING_DOWNLOAD into ZIS_U_METER_READING_DOWNLOAD.

Here i want to write some logic on User Exit. But How to find User Exit in IS_U_METER_READING_DOWNLOAD?

Please give me way how to find the User Exit for any application form in EFRM Transaction.

Regards

Balu

1 ACCEPTED SOLUTION

rajesh_popat3
Active Participant
0 Kudos

Hi,

You can add user exit to any of the nodes in Hierarchy.

There are maximum of three user exit, that you can add to any node.

1. Before Exit

2. During Exit

3. After Exit

Just double click on any node in hierarchy in which you want to add the user exit. For the window, you will be provided with the option to add the user exit.

Define the exit you want to add and save it. Automatically, the exit will be added for the code logic, in the main include defined in the Attributes of the application form. (If not defined, please create the include and add it in the attribute).

Use of User Exit -

1. Exit Before Loop is called only once per entire execution, before processing of form level. It can be used for making additional selection and pre sorting arrangement.

2. Exit During loop is called once for each line item. (It is called in loop).

3. Exit After Loop is also called only once at the end of processiong of form level.

View solution in original post

2 REPLIES 2

rajesh_popat3
Active Participant
0 Kudos

Hi,

You can add user exit to any of the nodes in Hierarchy.

There are maximum of three user exit, that you can add to any node.

1. Before Exit

2. During Exit

3. After Exit

Just double click on any node in hierarchy in which you want to add the user exit. For the window, you will be provided with the option to add the user exit.

Define the exit you want to add and save it. Automatically, the exit will be added for the code logic, in the main include defined in the Attributes of the application form. (If not defined, please create the include and add it in the attribute).

Use of User Exit -

1. Exit Before Loop is called only once per entire execution, before processing of form level. It can be used for making additional selection and pre sorting arrangement.

2. Exit During loop is called once for each line item. (It is called in loop).

3. Exit After Loop is also called only once at the end of processiong of form level.

Former Member
0 Kudos

not able to post new question. so i am closing this thread.