Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Screen enhancement for FI12 T-Code

Former Member
0 Likes
1,158

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..

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
950

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..

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
951

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

Read only

0 Likes
950

Hi Raymond,

I will try to create a custom maintenance screen along with original one.

Thanks for your reply.