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 / Function to save FI document

Former Member
0 Likes
1,704

Hallo everybody!

Is there a function module to create an FI document?

Thank you very much indeed!!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,058
4 REPLIES 4
Read only

Former Member
0 Likes
1,058

Hi,

Check

FM: FI_DOCUMENT_POST

FM: FI_DOCUMENT_CHANGE

BAPI_ACC_DOCUMENT_POST

Edited by: Neenu Jose on Oct 31, 2008 10:24 AM

Edited by: Neenu Jose on Oct 31, 2008 10:25 AM

Read only

GauthamV
Active Contributor
0 Likes
1,058

hi,

check this function module.

AC_DOCUMENT_GENERATE .

Read only

Former Member
0 Likes
1,059
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,058

There are BAPI for that (most of those have a _CHECK associated BAPI)

- BAPI_ACC_BILLING_POST Accounting: Post Billing Document (OAG: LOAD RECEIVABLE)

- BAPI_ACC_EMPLOYEE_EXP_POST Accounting: Post G/L Acct Assignment for HR Posting (OAG: POST JOURNAL)

- BAPI_ACC_EMPLOYEE_PAY_POST Accounting: Post Vendor Acct Assignment for HR Posting (OAG: LOAD PAYABLE)

- BAPI_ACC_EMPLOYEE_REC_POST Accounting: Post Cust. Acct Assigt for HR Posting (OAG: LOAD RECEIVABLE)

- BAPI_ACC_GL_POSTING_POST Accounting: General G/L Account Posting

- BAPI_ACC_GOODS_MOVEMENT_POST Accounting: Post Goods Movement (OAG: POST JOURNAL)

- BAPI_ACC_INVOICE_RECEIPT_POST Accounting: Post Invoice Receipt (OAG: LOAD PAYABLE)

- BAPI_ACC_PURCHASE_ORDER_POST Accounting: Post Purchase Order

- BAPI_ACC_PURCHASE_REQUI_POST Accounting: Post Purchase Requisition

- BAPI_ACC_SALES_ORDER_POST Accounting: Post Sales Order

- BAPI_ACC_SALES_QUOTA_POST Accounting: Post Customer Quotation

- BAPI_ACC_TRAVEL_POST Accounting: Post Trip

- BAPI_ACC_BILLING_REV_POST Accounting: Post Billing Doc.Reversal (OAG: LOAD RECEIVABLE)

- BAPI_ACC_GL_POSTING_REV_POST Accounting: Post General G/L Posting Reversal

- BAPI_ACC_GOODS_MOV_REV_POST Accounting: Post Goods Movement Reversal (OAG: POST JOURNAL)

- BAPI_ACC_INVOICE_REV_POST Accounting: Post Invoice Receipt Reversal (OAG: LOAD PAYABLE)

- BAPI_ACC_PYMNTBLK_UPDATE_POST Accounting: Post Changes to Payment Block for Open Items

- BAPI_ACC_DOCUMENT_POST Accounting: Posting

There are also FM generating BDC data

- POSTING_INTERFACE_START

- POSTING_INTERFACE_DOCUMENT

- POSTING_INTERFACE_END

Regards