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 exit for FD32

Former Member
0 Likes
1,393

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

1 ACCEPTED SOLUTION
Read only

0 Likes
1,076

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

6 REPLIES 6
Read only

Former Member
0 Likes
1,076

Please explain your requirement ....

Thanks

Srini

Read only

0 Likes
1,076

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.

Read only

Former Member
0 Likes
1,076

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

Read only

0 Likes
1,076

Hi KK,

RFDRRANZ is just a function exit,the other BADI also does not serve the purpose

Read only

0 Likes
1,077

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

Read only

Former Member
0 Likes
1,076

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