2014 Oct 03 4:47 AM
Hi Guys,
Need help to add a custom field to the T-codes F-53/F-44/F-28/F-03 using Screen enhancement or BADI.
The custom field is a Z-Field from table BKPF.
Appreciate your swift response.
Kishore
2014 Oct 03 9:45 AM
Look at BAdI like FI_HEADER_SUB_1300
NB: There are manyBAdI in the same package than the FI transactions.
Regards,
Raymond
2014 Oct 03 11:10 AM
Hi Raymond,
Thanks for the reply.
I did use that BADI, I was able to implement it for the Tcode FB01 to add the custom field in the main screen of the transaction.
But I am not sure if I can use the same BADI for Tcode FB02 in Program - SAPMF05L, Screen - 1710, along with Doc.Header Text and Reference fields from BKPF for modification.
Let me know if I can.
Regards,
Kishore
2014 Oct 03 12:16 PM
Alas FB02 header dynpro doesn't contain any subscreen area for your purpose. So you may either work with sscr access keys (...) or "play" with user exits in substritution rules or enhancement options to pop a windows where user will input the data.
Regards,
Raymond