Getting Customer information balance amount

This is Function Module we can get customer credit limit amount

  CALL FUNCTION 'BAPI_AR_ACC_GETKEYDATEBALANCE'
    EXPORTING
      companycode        '50AG'
      customer           lv_customer
      keydate            SY-DATUM
   BALANCESPGLI       'X'
*   NOTEDITEMS         = ' '
* IMPORTING
*   RETURN             =
    TABLES
      keybalance         gt_key_balance
            .


Comments

Popular posts from this blog

all user exit mv45afzz (implicit user exit )

How to Give Dropdown in alv report in sap abap programming Language

Long Text in input and output field in module pool