‎2009 Apr 01 10:47 AM
Hi experts,
am using the bapi BAPI_ACC_DOCUMENT_POST for posting GL for t-code f-02. In this bapi
CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'
EXPORTING
documentheader = lw_header
TABLES
accountgl = lt_items
* accountreceivable = lt_acct_rec
* accountpayable = lt_acct_pay
accounttax = lt_acct_tax
currencyamount = lt_amount
return = lt_return.in the currency amount i need to pass DMBTR and WRBTR but in bapi bapiaccr09 there is only amt_doccur which is WRBTR how to pass DMBTR. PLZ HELP ME.
regards
sunita
‎2009 Apr 01 11:25 AM
Hi,
WRBTR is document currency which you can pass but DMBTR is local currency which is calculated based on excahnge rate on that particular date and displayed.
so u can pass only wrbtr.
DMBTR is calculated and displayed.
regards,
Naveen
‎2009 Apr 01 11:04 AM
‎2009 Apr 01 11:25 AM
Hi,
WRBTR is document currency which you can pass but DMBTR is local currency which is calculated based on excahnge rate on that particular date and displayed.
so u can pass only wrbtr.
DMBTR is calculated and displayed.
regards,
Naveen
‎2009 Apr 02 4:18 AM