2012 Jan 10 4:24 AM
When a manual billing document is invoiced, the bill key date field in table ERDK remains empty even though it has been correctly filled in ERCH. Any idea why this is so and how it can be corrected?
2012 Jan 10 10:58 AM
Hi,
To update the Bill Key date in ERDK,we implemented the BADI ISU_DEF_BILL_PERIOD and inside it,under method SET_BILLING_PERIOD_INV we made the code changes to update the billing key date.
Thanks,
Shreeraj
2012 Jan 10 11:39 AM
Ok thanks. Does this mean that the only way to do this is by making changes in the standard code?