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

Custom fields in FD32 transaction

Former Member
0 Likes
893

Hi Gurus,

I want to add custom fields to transaction FD32(Credit Management). have searched for user exits/screen exits but not promising. I can see there are few subscreens in the main program in screen 210 which are never been used. Can we use those subscreens?? Alternatively, can we add the custom fields by any manner.

It would be of great help if you provide some pointers...

Please let me know if you need more info on this..

Awaiting for a very +ve reply...

Thanks,

Santhosh

Hi Gurus,

I want to add custom fields to transaction FD32(Credit Management). have searched for user exits/screen exits but not promising. I can see there are few subscreens in the main program in screen 210 which are never been used. Can we use those subscreens?? Alternatively, can we add the custom fields by any manner.

It would be of great help if you provide some pointers...

Please let me know if you need more info on this..

Awaiting for a very +ve reply...

Thanks,

Santhosh

2 REPLIES 2
Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
582

Hi Santhosh,

I am not that familar with FD32 functionality but by looking at its program in subroutine ECS_INITIALISIEREN, it call function OPEN_FI_SUBSCREENS_GET to get a list of screens for displaying. So I guess you need to investigate in this function what tables need to be populated so that maybe a customer screen can be added within FD32.

You should not use screen 210 or any subscreens in SAP program except it goes thru User Exit (SMOD) or BADI (SE18).

Read only

Former Member
0 Likes
582

Hi Nablan,

Thanks for your reply!!

i have seen this FM and populated the tables T016S(with my Z module pool and the screen), TBE12, TBE22, TBE23 but still Z module screen donot appear in FD32. I have tried this earlier but it didnot work and hence posted the query..

could you please let me know if you find anything promising..