2015 Dec 01 11:33 AM
Hello Experts,
Hope all are doing great..
We have a requirement to add a new field in FI12 T-Code(Bank Accounts - Bank Account Data Section)
I have tried in all the possible ways to find screen-exit but could not able to get the enhancements.
Please suggest me whether this requirement is possible, if so please let me know the exit names.
Thanks in Advance..
2015 Dec 01 12:53 PM
There should be no enhancement available in exit or BAdI, did you analyze the transaction?
This transaction (SM34) execute a view cluster (VC_T012, check with SE54)
So no much hope to find any exit in such a generated program (Except some modification/form defined in it)
Hint: Nevertheless, you could append some fields to tables T012 or T012K, then build your own maintenance view and dialog, don't forget to copy/adapt the form defined in original dialog.
Regards,
Raymond
Hello Experts,
Hope all are doing great..
We have a requirement to add a new field in FI12 T-Code(Bank Accounts - Bank Account Data Section)
I have tried in all the possible ways to find screen-exit but could not able to get the enhancements.
Please suggest me whether this requirement is possible, if so please let me know the exit names.
Thanks in Advance..
2015 Dec 01 12:53 PM
There should be no enhancement available in exit or BAdI, did you analyze the transaction?
This transaction (SM34) execute a view cluster (VC_T012, check with SE54)
So no much hope to find any exit in such a generated program (Except some modification/form defined in it)
Hint: Nevertheless, you could append some fields to tables T012 or T012K, then build your own maintenance view and dialog, don't forget to copy/adapt the form defined in original dialog.
Regards,
Raymond
2015 Dec 02 8:13 AM
Hi Raymond,
I will try to create a custom maintenance screen along with original one.
Thanks for your reply.