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

modify BKPF-VATDATE

Former Member
0 Likes
1,590

Hello, could you anyone help me?

How to modify BKPF-VATDATE sophisticated? for example some function module and so on?

I tried use FM FI_DOCUMENT_CHANGE but there isn“t allowed to modify field VATDATE!

Thank you very much

1 ACCEPTED SOLUTION
Read only

andreas_mann3
Active Contributor
0 Likes
1,172

you can use standard report rfbibl00 (only direct input - so you must not blend the field in the dynpro!).

-> use field BBKPF-vatdate

A.

3 REPLIES 3
Read only

andreas_mann3
Active Contributor
0 Likes
1,173

you can use standard report rfbibl00 (only direct input - so you must not blend the field in the dynpro!).

-> use field BBKPF-vatdate

A.

Read only

0 Likes
1,172

I found solution for my issue. There is user exit ZXVVFU07 in FM EXIT_SAPLV60B_07

Read only

Former Member
0 Likes
1,172

Hi Martin,

pay attention! This exit will not work with the new reversal procedure of VF11 (oss 1567029). Here you have to use the BADI VATDATE_VALUES.

Cheers

Jan