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 G/L posting problem

Former Member
0 Likes
635

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
595

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

3 REPLIES 3
Read only

Former Member
0 Likes
595

HI experts if u hv any query let me know..

Read only

Former Member
0 Likes
596

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

Read only

Former Member
0 Likes
595

Hi experts,

do u hav any more inputs?

regards

Sunita