cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_LOCATIONS_GET_ALL error

HammerM
Active Participant
0 Kudos

Hi Experts

Please can you advise on the following:

We have installed the SRM 7.01 One-Client into our existing ERP 6.0 EHP5 system and we are following the SAP Best Practice Guide to configure it.

We have an issue when we try to run the program BBP_LOCATIONS_GET_ALL to replicate the Locations / Plant

When we run this ABAP it dumps in:

CLASS: CVI_KA_BP_VENDOR

METHOD: GET_T077K_LINE

The code line is dumping is:

 

method get_t077k_line.

    assert i_account_group is not initial.     <<<<<<<<<

    select single * from t077k into r_t077k

       where ktokk = i_account_group.

endmethod.

The dumps occurs at the "assert" because the i_account_group is initial.

Can you advise what customising we are missing?

For information we are able to replicate Vendors ok., so we are getting BP's created from Vendors fine, but we are not able to replicate the above.

Please can you advise?

Thanks

Mark

Accepted Solutions (1)

Accepted Solutions (1)

konstantin_anikeev
Active Contributor
0 Kudos

Hi Mark,

I suppose, You have a Vendor assignment to the plant/location.

Check Table T001W in R3.

You should assign a vendor category to the corresponding Vendor or remove Vendor from mentioned table.

Best Regards

Konstantin Anikeev

HammerM
Active Participant
0 Kudos

Hi Konstantin

I checked the ABAP heap stack and found I needed to updated table view V_TBD001 with the appropriate entries

Thanks for your input though.

Mark

Answers (0)