Application Development 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: 

BADI or EXIT for transaction F-02

Former Member
0 Kudos

Hi friends..

I need a user exit or BADI where I could validate and modify certificate number assigned to With_Item posting during document save..

This is really urgent.. I'd appreciate any help..

Thanks in advance.

Regards,

Dairo Lozano

2 REPLIES 2

former_member583013
Active Contributor
0 Kudos

These are all the avaliable User-Exits and BADIS -:)

<b>User-Exits</b>


F050S003
F050S002
F050S001
SAPLF051
RFKORIEX
RFEPOS00
RFAVIS01
F050S004
F050S005
F050S006
F050S007
F180A001
FARC0002
FEDI0001

<b>BADIS</b>


FI_FB08_SUBST_BUDAT
FI_GET_INV_PYMT_AMT
FI_HEADER_SUB_1300
FI_PAYREF_BADI_010
FI_RES_ITEM_CURRENCY
FI_TRANS_DATE_DERIVE
BADI_ENJ_ALT_ADR
BADI_F040_SCREEN_600
BADI_FDCB_SUBBAS01
BADI_FDCB_SUBBAS02
BADI_FDCB_SUBBAS03
BADI_FDCB_SUBBAS04
RFESR000_BADI_001
BADI_FDCB_SUBBAS05
BADI_MIRO_SPLT_ADD
BADI_PRKNG_NO_UPDATE
FVFZ
INVOIC_FI_INBOUND
F050S008
AC_QUANTITY_GET
ADJUST_NET_DAYS
FBAS_CIN_LTAX1F02
FBAS_CIN_MF05AFA0
FISPLIT
FI_AUTHORITY_ITEM
FI_DOC_DISP_LI

Greetings,

Blag.

dairolozano
Contributor
0 Kudos

Hi, Go To SE24 T.code CL_EXITHANDLER Object Type Dobuble Click get_instance method. keep break point on CALL METHOD cl_exithandler=>get_class_name_by_interface. Execute ur T.code F-02 or any t.code u can c the Exit Name in field exit_name. Cheers, Naveen.