Hi,
I am using this user exit to fill to the field bkpf-vatdate.
Based on some conditions im trying to fill the field as below:
IF sy-subrc EQ 0.
xaccit-vatdate = lv_date.
ENDIF.
Through breakpoint I could see the field xaccit-vatdate getting duly filled but on the FI side it is not getting replicated.
Where could be the problem, has anyone come accross this situation before.
Kindly sugget.
Regards,
Kumar.