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

BAPI Problem

Former Member
0 Likes
444

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
376

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

2 REPLIES 2
Read only

Former Member
0 Likes
377

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

Read only

0 Likes
376

Thanks Brian. Your suggestion worked well. Have a good day.