cancel
Showing results for 
Search instead for 
Did you mean: 

SRM - Contract Creation - BBP_PD_CTR_CREATE

Former Member
0 Kudos

I need to find an enhancement to create contracts in SRM from an

external source of data. I'm trying to use the function module

BBP_PD_CTR_CREATE, but the contract isn't created and the system gives

the following error messages:

BBP_PD 550 Incorrect interface data for set 78 in method

BBP_PD 550 Incorrect interface data for set 77 in method

BBP_PD 550 Incorrect interface data for set 61 in method

BBP_PD 550 Incorrect interface data for set 35 in method

BBP_PD 550 Incorrect interface data for set 34 in method

BBP_PD 550 Incorrect interface data for set 21 in method

BBP_PD 550 Incorrect interface data for set #6 in method

BBP_PD 550 Incorrect interface data for set #5 in method

BBP_PD 550 Incorrect interface data for set #4 in method

BBP_PD 550 Incorrect interface data for set #3 in method

BBP_PD 002 Interface data contains errors

I would like to know how to avoid these errors.

Best Regards

Gianluca Castaldo

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You need to create and pass a GUID on the header and use the same value as the Parent GUID on each line.

Hope this helps.

Former Member
0 Kudos

MaggieMae,

Sounds like you have some SRM 7.0 dealings with contract creations... I hope so. I have used the same FM and gotten a BUFFER related error due to the GUID value not being the same at the time we do the BBP_PD_DOC_SAVE. I was wondering if you have a simple explaination of a contract head, lineitem, vendor and product guid's. Is it like a parent child chain of guids? Example: the header is the parent guid, and the line item will have its own guid as well as a parent guid that is the guid from the header? Then will the vendor guid contain child guids that link to the many contracts for this vendor. I am trying to get a document together to help explain this structure of a contract with head, line items, etc. Any help you may offer would be greatly appreciated.

Thanks,

ABABGIRL