‎2008 Oct 31 9:16 AM
Hallo everybody!
Is there a function module to create an FI document?
Thank you very much indeed!!!
‎2008 Oct 31 9:34 AM
Hi
Check the document in the below thread
Thanks and Regards
Syf
‎2008 Oct 31 9:23 AM
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
‎2008 Oct 31 9:25 AM
‎2008 Oct 31 9:34 AM
Hi
Check the document in the below thread
Thanks and Regards
Syf
‎2008 Oct 31 9:56 AM
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