Spend Management Blogs by SAP
Stay current on SAP Ariba for direct and indirect spend, SAP Fieldglass for workforce management, and SAP Concur for travel and expense with blog posts by SAP.
cancel
Showing results for 
Search instead for 
Did you mean: 
ivy_li
Active Contributor
0 Kudos


Dear,

Some users have issues while replicating payment terms from ECC to SRM using report BBP_UPLOAD_PAYMENT_TERMS.

It failed with the following errors:

  •     Meta: Access error system &
  •     Error Reading Terms of Payment: &

From the error logs, it is hard for us to identify the real cause.

So you may debug the process by accessing function module B46B_PAYMTERMS_GET.

At line 75, it called ECC FM 'BBP_CUSTOMIZING_VENDOR_GET_31:

* call the 31I module

  CALL FUNCTION 'BBP_CUSTOMIZING_VENDOR_GET_31'

    DESTINATION LV_DESTINATION

    TABLES

      BBP_T052              = LT_PAYMTERM

      BBP_T052U             = LT_PAYMTERM_TEXT

    EXCEPTIONS

      COMMUNICATION_FAILURE = 1  MESSAGE MESSAGE_TEXT

      SYSTEM_FAILURE        = 2  MESSAGE MESSAGE_TEXT

      OTHERS                = 3.

You may press F5 and then F7 to come out of this FM.

Then please check the MESSAGE_TEXT to get the real error.

Usually the error is as below, for example:

==========

MESSAGE_TEXT:

rscpLangCPListGetCPdst failed (2048): lang: DE?, dest: EK2CLNT300

==========

Please refer to basis note 814707 or KBA note 1904306 for more details on how to solve this error.

1 Comment