2016 Sep 15 11:36 AM
Hi All,
I have a requirement to add Z-Fields to device info record EG42. I found that we have to use this ISU_EGERR_CUSTOMER BADI to add custom fields.
1)I have added by Z-Fields in CI_EGERR.
2)Implemented BADI
3)Created Z-Module pool program with subscreen and added my fields.
4)IN PBO of my sub screen i have called cl_exithandler=>get_instance_for_subscreens.
5)mentioned my screen number and prog in subscreen tab.
still my implementation is not getting triggered.
can you give some inputs pls.
thanks in advance.
Cheers,
2016 Sep 16 10:25 AM
Hi Anjana,
What BAdi are you using? is that CL_EX_ISU_EGERR_CUSTOMER? if so have you implemented the screen-exits for standard transaction(s) to show your custom fields line in Create/Change/Display. In EG42 which is device modification I am not sure standard SAP will consider the custom fields, but need to check. By the way, is that for Ecotricity which you are implementing for 🙂 ?
Thanks,
Srini
2016 Sep 16 10:25 AM
Hi Anjana,
What BAdi are you using? is that CL_EX_ISU_EGERR_CUSTOMER? if so have you implemented the screen-exits for standard transaction(s) to show your custom fields line in Create/Change/Display. In EG42 which is device modification I am not sure standard SAP will consider the custom fields, but need to check. By the way, is that for Ecotricity which you are implementing for 🙂 ?
Thanks,
Srini
2016 Sep 19 10:28 AM
Hi Implementation Done,Its working i was testing it for wrong Device which did not have additional info tab.
All custom fields will appear in additional info tab.
Thanks for input.