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

Account document posting using FB01 transaction

Former Member
0 Likes
555

Hi All,

I am working on a interface which will post the records into FB01 transaction. for that i am using the

BAPI_ACC_GL_POSTING_POST function module.and i have one custom field in BSEG table. and i have to post this field also in FB01. my question is still can i use the BAPI_ACC_GL_POSTING_POST for posting the account documents in FB01 if so how i can do it where i have to map the custom field into the BAPI.

Thanks,

Sarala.

2 REPLIES 2
Read only

Former Member
0 Likes
487

Hi,

Try finding a suited BTE for posting documents.

And insert the custom field in the BTE coding.

Hope it helps.

Regards,

Gilberto Li

Read only

Former Member
0 Likes
487

Check ACBAPI01 in SMOD

That is the user exit you can use if you need to modify custom fields in the bapi using the extension1 table