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 or BADI? Adding new fields to tcode FD33

Former Member
0 Likes
818

using ECC 6.

I've been in HR too long to remember... I need to add 3 new fields to a standard SAP transaction (FD33). Are screen exits still the way to go to do this?

Or is there a BADI to use for this purpose?

I need to be able to save these 3 fields to the DB then trigger an outbound interface if certain conditions are met in those 3 fields.

In HR, it's pretty simple - we have tcode PM01 where we can enhance the

infotypes with whatever fields we want.

thanks,

rp.

4 REPLIES 4
Read only

Former Member
0 Likes
642

Dear Robert,

For your Transaction FD33 there is a user exit Function Module -

EXIT_RFDRRANZ_001 - AR Info System:User Exit for Texts for Cust.-Spec.Grouping C

Hope this should help you.

Encourage others to answer your queries by suitably rewarding them

Thanks

Venugopal

Read only

0 Likes
642

thanks, but i don't think this can be accomplished in a User Exit.

Read only

0 Likes
642

Please try using the BADI FI_DUZI_ROUND_CML, this one has screen exit.

Read only

0 Likes
642

Romit,

what version are you on? I can't find FI_DUZI_ROUND_CML in ECC 6 in tcode SE84.