‎2008 Jun 12 3:06 PM
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.
‎2008 Jun 12 3:28 PM
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
‎2008 Jun 12 4:06 PM
thanks, but i don't think this can be accomplished in a User Exit.
‎2008 Jun 12 6:30 PM
Please try using the BADI FI_DUZI_ROUND_CML, this one has screen exit.
‎2008 Jun 12 8:12 PM
Romit,
what version are you on? I can't find FI_DUZI_ROUND_CML in ECC 6 in tcode SE84.