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: 

USEREXIT to update BSEG-ZFBDT field through VF01 transaction

Former Member
0 Kudos

Dear experts,

I have created a new field in VF01 (Date Field --ZZSUBDAT), i would like to update that zzsubdat field to BSEG/BSID/BSAD-zfbdt i have tried so many threads and below exits and a badi as mentioned below:

EXIT_SAPLV60B_002

EXIT_SAPLV60B_006

BADI : CIN_LV60AU02

but document has been generated without facing break point.

Experts please help me, how could i update this field through VF01.

Thanks in advance !

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

Before testing did you create and activate a CMOD project or SE19 implementation, did you check in documentation if those exits/BAdI are executed in update task, as I know that EXIT_SAPLV60B_002 is called 😉

Did you check the list and description of exits/BAdIs described in invoice Customizing SPRO, also did you consider FI substitution or BAdI AC_DOCUMENT (e.g. exporting data to memory in SD and imorting those in FI)

Regards,
Raymond

mgbernardo
Participant
0 Kudos

Hello Uday,

You can accomplish that by using the user-exit SD-FI: SDVFX008

Include: ZXVVFU08

There you must fill the corresponding ZFBDT field on XACCIT table for the positions you are interested in

Regards