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 to ES32 transaction

Former Member
0 Kudos
1,785

Hi All,

I Have a requirement where i have to add a new field to the transaction ES32 at the billing document level. i have find a customer exit EBIA0001 which is for custom defined fields at billing document level. below attached file is the screen shot in which i have mentioned where exactly i need to add the field. Please help me find the solution.

Thanks in advance.

Farooq

1 ACCEPTED SOLUTION

Former Member
0 Kudos
1,043

Add your custom fileds to structure - ISU_BI_INST_BILLDOC_DISP

Function module ISU_INST_BIVIEW_DISPLAY is used to display that screen.

Table G_OBJ-GRID8-IOUTTAB holds the values for this structure.

If you can place an implicit enhancement at the start of this function module and fill your custom fields in the table G_OBJ-GRID8-IOUTTAB, you can achieve your requirement.

View solution in original post

6 REPLIES 6

Former Member
0 Kudos
1,044

Add your custom fileds to structure - ISU_BI_INST_BILLDOC_DISP

Function module ISU_INST_BIVIEW_DISPLAY is used to display that screen.

Table G_OBJ-GRID8-IOUTTAB holds the values for this structure.

If you can place an implicit enhancement at the start of this function module and fill your custom fields in the table G_OBJ-GRID8-IOUTTAB, you can achieve your requirement.

0 Kudos
1,043

Hi Yuvaraj,

Thanks a lot for replying. will check accordingly to the above mentioned scenarios.

Thanks

0 Kudos
1,043

Hi Yuvaraj,

What is this G_OBJ-GRID8-IOUTTAB ..i didn't find any table with this name. Can you please briefly elaborate on this.....

Thanks,

Farooq

0 Kudos
1,043

G_OBJ is the global variable that holds a structure called GRID8 which in turn has a field called iouttab which is a reference to the structure ISU_BI_INST_BILLDOC_DISP where you have added the custom fields. 

0 Kudos
1,043

Hi Yuvaraj,

Hope you are doing well. the above mentioned functionality has to be done at above mentioned Exit or some other place. as the above mentioned exit by me is not working. there seems to be a problem with this.....can you please briefly elaborate it. i need it to be completed ASAP. Please help me....

0 Kudos
1,043

Hi Yuvaraj,

Thanks a lot for the help i got the requirement. but the new problem is that i am not getting the values in the custom field or else it could be like the field is not fetching the data. it is empty. Please help.

Thanks a ton Bro