‎2006 Dec 01 4:54 PM
Hi,
1. our database table BSEG was extended with a field 'ZZVAN'
2. the FM 'BAPI_ACC_DOCUMENT_POST' has been extended by implementing the Badi 'ACC_DOCUMENT'.
Method IF_EX_ACC_DOCUMENT~FILL_ACCIT looks like this:
c_accit-zzvan = '123456789012'.
The document was posted succesfully, but the field 'zzvan' in the database was not filled in.
I expected the field bseg-zzvan to be filled in.
Do we need extra customizing, or any clue on what might be missing is welcome here ?
‎2006 Dec 01 4:59 PM
Hi,
Try using the BTE to populate the custom field..
Check this link for a good example..
Thanks,
Naren
‎2006 Dec 28 2:09 PM