2006 May 15 8:08 PM
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
2006 May 15 9:51 PM
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).
2006 May 16 11:12 AM
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..