Fading Coder

One Final Commit for the Last Sprint

Managing Customer Credit Limits Programmatically in ABAP

Creating or Updating Credit Limits Use BAPI_BUPA_CREDITLIMIT_CHANGE to assign or adjust a credit limit for a business partner. If no record exists for the specified validity period, the function creates one; otherwice it updates the matching entry. DATA: lr_bp TYPE bupa_pd_number, lr_limit TYPE bapi...