BAPIs

BAPI_ABSENCE_SIMULATECREATION

Posted in BAPIs on September 20th, 2010 by admin

Pattern of  SAP BAPI function Module BAPI_ABSENCE_SIMULATECREATION CALL FUNCTION ‘BAPI_ABSENCE_SIMULATECREATION’ “Simulation: Create absence EXPORTING employeenumber = ” bapip2001-pernr Personnel number validitybegin = ” bapip2001-begda Valid from date validityend = ” bapip2001-endda Valid to date * start = ” bapip2001-beguz Start time * end = ” bapip2001-enduz End time absencetype = ” bapip2001-awart Attendance or absence [...]

BAPI_ACCOUNTING_PROXY_UPLOAD

Posted in BAPIs on September 20th, 2010 by admin

Pattern of  SAP BAPI function Module BAPI_ACCOUNTING_PROXY_UPLOAD CALL FUNCTION ‘BAPI_ACCOUNTING_PROXY_UPLOAD’ “Account Assignment Objects for CRM Transactions * EXPORTING * i_upload_id = ” bapicrmdh2-ref_id Unique Reference Number * i_sender = ” bdi_logsys Transfer Structure for Logical Systems TABLES ti_sfa_keys = ” bapicrmsfk Input Table Structure for SFA Key in Proxy Function Module * ti_co_sales = ” [...]

BAPI_ACCOUNT_GETBALANCES

Posted in BAPIs on September 20th, 2010 by admin

Pattern of  SAP BAPI function Module BAPI_ACCOUNT_GETBALANCES CALL FUNCTION ‘BAPI_ACCOUNT_GETBALANCES’ “Retrieves Balances for a Contract Acct EXPORTING contractaccount = ” bapicontracc-cont_acct Contract Account partner = ” bapicontracc-buspartner Business Partner IMPORTING return = ” bapireturn Error Structure TABLES account_balances = ” bapiaccbalances Table of Contract Account Balances . ” BAPI_ACCOUNT_GETBALANCES

BAPI_ACCSERV_CHECKACCASSIGNMT

Posted in BAPIs on September 20th, 2010 by admin

Pattern of  SAP BAPI function Module BAPI_ACCSERV_CHECKACCASSIGNMT CALL FUNCTION ‘BAPI_ACCSERV_CHECKACCASSIGNMT’ “BAPI: Object BUS6001 AccountingServices, Method CheckAccountAssignment EXPORTING check_codingblock = ” bapicobl Coding block to be validated * check_customerfields = ” bapicobl_cust Customer fields to validate in coding block IMPORTING changed_codingblock = ” bapicobl Poss. derived coding block TABLES return = ” bapireturn1 List of errors [...]

BAPI_ACCSTMT_CREATEFROMBALANCE

Posted in BAPIs on September 20th, 2010 by admin

Pattern of  SAP BAPI function Module BAPI_ACCSTMT_CREATEFROMBALANCE CALL FUNCTION ‘BAPI_ACCSTMT_CREATEFROMBALANCE’ “Store account balance/check debit information EXPORTING bank_account = ” bapi4499_0 Transfer Structure Object 4499: Account Statement stmt_addamounts = ” bapi4499_4 Transfer Structure Object 4499: Account Statement Amounts * testrun = ” testrun Test run (data is not stored) IMPORTING stmt_key = ” bf_kukeyeb ID * [...]

BAPI_ACCSTMT_CREATEFROMLOCKBOX

Posted in BAPIs on September 20th, 2010 by admin

Pattern of  SAP BAPI function Module BAPI_ACCSTMT_CREATEFROMLOCKBOX CALL FUNCTION ‘BAPI_ACCSTMT_CREATEFROMLOCKBOX’ “Create lockbox data EXPORTING bank_account = ” bapi4499_0 Transfer Structure Object 4499: Account Statement stmt_header = ” bapi4499_1 Transfer Structure Object 4499: Account Statement Header * testrun = ” testrun Test run (data is not stored) IMPORTING stmt_key = ” bf_kukeyeb Short key (surrogate) * [...]

BAPI_ACCSTMT_CREATEFROMPREVDAY

Posted in BAPIs on September 20th, 2010 by admin

Pattern of  SAP BAPI function Module BAPI_ACCSTMT_CREATEFROMPREVDAY CALL FUNCTION ‘BAPI_ACCSTMT_CREATEFROMPREVDAY’ “Create Bank Statement/Day-End Statement EXPORTING bank_account = ” bapi4499_0 Transfer Structure Object 4499: Account Statement stmt_header = ” bapi4499_1 Transfer Structure Object 4499: Account Statement Header * testrun = ” testrun Test run (data is not stored) IMPORTING stmt_key = ” bf_kukeyeb Short key (surrogate) [...]

BAPI_ACCSTMT_CREATEFROMSAMEDAY

Posted in BAPIs on September 20th, 2010 by admin

Pattern of  SAP BAPI function Module BAPI_ACCSTMT_CREATEFROMSAMEDAY CALL FUNCTION ‘BAPI_ACCSTMT_CREATEFROMSAMEDAY’ “Create Bank Statement/Today’s Data EXPORTING bank_account = ” bapi4499_0 Transfer Structure Object 4499: Account Statement stmt_header = ” bapi4499_1 Transfer Structure Object 4499: Account Statement Header stmt_addamounts = ” bapi4499_4 Transfer Structure Object 4499: Account Statement Amounts * testrun = ” testrun Test run (data [...]

BAPI_ACC_ACTIVITY_ALLOC_CHECK

Posted in BAPIs on September 20th, 2010 by admin

Pattern of  SAP BAPI function Module BAPI_ACC_ACTIVITY_ALLOC_CHECK CALL FUNCTION ‘BAPI_ACC_ACTIVITY_ALLOC_CHECK’ “Accounting: Check Activity Allocation EXPORTING doc_header = ” bapidochdrp Document Header Data * ignore_warnings = SPACE ” bapiiw-ignwarn Ignore Warnings TABLES doc_items = ” bapiaaitm Line Item Data return = ” bapiret2 Error Message Table * customer_fields = ” bapiextc Customer Fields . ” BAPI_ACC_ACTIVITY_ALLOC_CHECK

BAPI_ACC_ACTIVITY_ALLOC_POST

Posted in BAPIs on September 20th, 2010 by admin

Pattern of  SAP BAPI function Module BAPI_ACC_ACTIVITY_ALLOC_POST CALL FUNCTION ‘BAPI_ACC_ACTIVITY_ALLOC_POST’ “Accounting: Post Activity Allocation EXPORTING doc_header = ” bapidochdrp Document Header Data * ignore_warnings = SPACE ” bapiiw-ignwarn Indicator: Ignore Warnings IMPORTING doc_no = ” bapidochdrp-doc_no Document Number TABLES doc_items = ” bapiaaitm Line Item Data return = ” bapiret2 Error Message Table * customer_fields [...]