‎2008 Jul 02 10:44 PM
Hi,
I need add few fields in transaction FD32.
I have been debugging this tcode for past two days and could not find any menu exits or screen exits.
I found this BADI CUSTOMER_ADD_DATA_CS in some of the posts but this works for tcodes fd01/fd02/fd03.
Another BADI ADDRESS_SUBSCREEN is being hit in FD32. But doesnt know how to implement this. If anyone has any suggestions , please let me know , its very urgent .
Thank you so much in advance!!
‎2008 Jul 07 9:27 PM
hi priya im assuming u already created a screen and all u want to knw is how to populate the entered value in some standard table (what standard table u want to populate??????)..... pick any user exit and by using field-symbols det the required internal table which has the newly created z fields..... for example
field-symbols: <f_idoc> like edid[] .
assign ('(SAPLVEDA)idoc_data[]') to <f_idoc>.
‎2008 Jul 02 11:49 PM
‎2008 Jul 07 4:54 PM
Hi srini,
I have to add new fields (custom fields ) in FD32.
It can be a separate tab , when clicked on the tab will take use new screen where I can have my custom,
Or else if there is any subscreen that SAP has provided I can add my fields there.
I need an exit to add my fields.
‎2008 Jul 02 11:58 PM
Hi,
Try this Enhancement
RFDRRANZ User exits: Accounts Receivable Information System
BADI Available
FI_DUZI_ROUND_CML Rounding in Accordance with Contract Conditions
Regards,
KK
‎2008 Jul 07 4:55 PM
Hi KK,
RFDRRANZ is just a function exit,the other BADI also does not serve the purpose
‎2008 Jul 07 9:27 PM
hi priya im assuming u already created a screen and all u want to knw is how to populate the entered value in some standard table (what standard table u want to populate??????)..... pick any user exit and by using field-symbols det the required internal table which has the newly created z fields..... for example
field-symbols: <f_idoc> like edid[] .
assign ('(SAPLVEDA)idoc_data[]') to <f_idoc>.
‎2013 Jan 24 12:56 AM
Hi Priya,
I have the same requirement that you have had and i can't find and exit or badi for do that work.
Did you find a solution for your requirement?
Thanks in advance.
Best Regards,
Pedro Sousa