2014 Jan 15 7:59 AM
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
2014 Jan 15 5:04 PM
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.
2014 Jan 15 5:04 PM
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.
2014 Jan 16 7:31 AM
Hi Yuvaraj,
Thanks a lot for replying. will check accordingly to the above mentioned scenarios.
Thanks
2014 Jan 16 10:30 AM
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
2014 Jan 16 6:59 PM
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.
2014 Feb 03 7:25 AM
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....
2014 Mar 01 2:41 PM
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