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

FB50-Default Date

Former Member
0 Likes
460

Hi,

In Transaction FB50 System is taking Posting date by default as System date. Can anyone tell me where is the setting available in SAP to make the field blank??

Please help.

Regards

NTH

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
392

Hi,

The value for BUDAT is derived in function module DOCHEADERFIELD_INIT, routine get_defaults ( budat = sy-datlo).

To change defaults, use the following Badi : FI_HEADER_SUB_1300

Regards.

David

1 REPLY 1
Read only

Former Member
0 Likes
393

Hi,

The value for BUDAT is derived in function module DOCHEADERFIELD_INIT, routine get_defaults ( budat = sy-datlo).

To change defaults, use the following Badi : FI_HEADER_SUB_1300

Regards.

David