cancel
Showing results for 
Search instead for 
Did you mean: 

Resource Related billing: aligning posting date (Dp91/6) to VBAK-AUDAT

guy_hinton
Explorer
0 Kudos

Hi SD Experts,

Is it possible to force the document date (VBAK-AUDAT) on the billing request to equal the "posting to date" chosen in the selection screen with DP91 & DP96.

The reason the users want this is so they can see costs and not invoiced billing requests in the same period in a custom report generated from SD.

Pricing date does not help, as they may want to reference a pricing date in the past. Currently our system is setting the VBAK-AUDAT to be the billing request creation date, which could be in the next period if it is run a little late.

Is there a BADI or user exit that enables us to control the document date field?

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Look at the BADI BADI_SD_V46H0001 in Tcode SE18. The interface EXIT_SAPLV46H_003 allows to change the VBAKKOM-AUDAT.

Thanks and Regards.

Jogesh

Former Member
0 Kudos

Hi,

Please note below two user exits can be used:-

USEREXIT_CHECK_VBAK

EXIT_SAPLV60B_001: Change the header data in the structure acchd

You can use this exit to influence the header information of the accounting document. For example, you can change the business transaction, "created on" date and time, the name of the person who created it or the transaction with which the document was created.

Thanks & Regards,

Rahul Verulkar