cancel
Showing results for 
Search instead for 
Did you mean: 

Mass creation of Supplier list

Former Member
0 Kudos

Hi,

I have just read a lot of discussions about the problems that I am about to explain, but nothing resolved.

We need to do a program of Supplier List mass creation. The criteria to group them is Product Category and Purchase Organization. The Idea is Upload an excel with Prod Category ID supplier and Pur. Organization on the Function BBP_PD_AVL_CREATE,  and generate a new guid with Function GUID_CREATE.

Which fields have to be completed to run the Function succesfully?

When we run the function BBP_PD_AVL_CREATE, with some fields, the error-messages are:

Interface data contains errors

Incorrect interface data for set &1 in method &2

We are in SRM 702.

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello,

the only raise to this error message i found (BBP_PD 550) is done in BBP_PDH_INIT_CHECK function module.

Put a break-point to see which data are populated in standard when creating a Vendor List through SRM application.

Do the same when creating VL through your specific report: you will see the difference between both processes.

Regards.

Laurent.