‎2005 Jun 29 8:01 PM
I need a BAPI or FM to update GL and SL. I found BAPI_ACC_GL_POSTING_POST, but it doesn't seem to handle the customized fields we have included in GL/SL. Can anyone give me some feedback on how to accommodate these custom fields with a BAPI? Your help is greatly appreciated.
Regards,
Jason
‎2005 Jun 29 9:29 PM
Jason,
There is a table in the bapi called EXTENSION1. You might be able to use this table to update your custom fields. Use transaction BAPI to read the documentation about this bapi and the table mentioned above. I have used this 'extension' functionality in other bapi's to fill custom fields.
Regards,
Brian
‎2005 Jun 29 9:29 PM
Jason,
There is a table in the bapi called EXTENSION1. You might be able to use this table to update your custom fields. Use transaction BAPI to read the documentation about this bapi and the table mentioned above. I have used this 'extension' functionality in other bapi's to fill custom fields.
Regards,
Brian
‎2005 Jun 30 4:51 PM