cancel
Showing results for 
Search instead for 
Did you mean: 

FM BBP_PD_CTR_CREATE

Former Member
0 Kudos

I am looking for the conversion mechanism of uploading Purchase Contracts into SRM 4.0. I tried to use FM BBP_PD_CTR_CREATE. I tested this FM using data given to I_HEADER, I_ITEM, I_PARTNER, I_ORGDATA. But couldn't succeed.

The following are the errors

A BBP_PD 002 Interface data contains errors

A BBP_PD 002 Interface data contains errors

A BBP_PD 550 Incorrect interface data for set PDDEP in method C

A BBP_PD 550 Incorrect interface data for set PDDYN in method C

A BBP_PD 550 Incorrect interface data for set PDFRT in method C

A BBP_PD 550 Incorrect interface data for set PDHCF in method C

A BBP_PD 550 Incorrect interface data for set PDORG in method C

A BBP_PD 550 Incorrect interface data for set PDTAX in method C

A BBP_PD 550 Incorrect interface data for set PDTOL in method C

A BBP_PD 550 Incorrect interface data for set PDWGT in method C

E BBP_PD 428 Enter exactly one partner of type Responsible Employee

E BBP_PD 428 Enter exactly one partner of type Vendor

E BBP_PD 552 No organizational data exists on header level

I tried to locate the FM documentation but I don't find one.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Subbu,

I am facing excatly the same issue, if you managed to resolve the same, pls mail me I will desperately waiting for your reply.

email : kshah@rapidigm.com

Thanks,

Kyamuddin.

0 Kudos

Hi,

I am currently facing the same problem as well. However I do not encounter the error message: no organization data at header level. I do have the other 2 error messages: enter one type of vendor and employee. You can look at my sample code i posted using the search term bbp_pd_ctr_create

BTW, Has anyone of you solved this problem since the last posted date is one month ago?

Thanks

Rgds,

Former Member
0 Kudos

Hi,

I successfully used BBP_PD_CTR_CREATE to create a category contract in SRM 4.0 with the following data:

I_BAPIMODE X

I_PARK

I_SAVE X

I_TESTRUN

I_HEADER

GUID 00000000000000000000000000000001

DESCRIPTION TESTE

CURRENCY EUR

VPER_START 01.01.2006

VPER_END 31.12.2006

PMNTTRMS Z002

INCOTERM_KEY CIF

INCOTERM_LOC CUSTO, SEGURO E FRETE

POSTING_DATE

APPROVAL_IND

DELIV_DAYS 000

SK_COUNTRY

SK_SCENARIO1

SK_SCENARIO2

SK_SCENARIO3

SK_SCENARIO4

SK_SCENARIO5

VAL_PO_E 0,00

TOTAL_VALUE 1.000,00

CATALOG_IND

DUMMY_EEW_PDHSS_CTR

DUMMY_EEW_PDHSC_CTR

PROCESS_TYPE PCTR

OBJECT_ID

DOC_LANGU

SUBTYPE

TEMPLATE_TYPE

I_ITEM

GUID 00000000000000000000000000000002

PARENT 00000000000000000000000000000001

ITM_TYPE COCO

NUMBER_INT 0000000001

NUMBER_EXT 0000000000

PRODUCT 00000000000000000000000000000000

DESCRIPTION TESTE

CATEGORY E01C3C762BC95B4BA728C233DB990DCD

CATEGORY_ID E-EC

SCHEMA_TYPE

CT_CATEGORY_ID

ITM_EX_CT_UN_ID

MANU_PROD

MFR_NO_EXT

CATALOGID

CATALOGITEM

EXT_QUOTE_ID

EXT_QUOTE_ITEM 0000000000

QUANTITY 0,000

UNIT

DEL_IND

ORDERED_PROD

PRODUCT_SRC_SYS

PRICE 0,00

PRICE_UNIT 1

SUBTYPE

PRODUCT_TYPE 01

PARTNER_PROD

VALUE 1.000,00

SRC_OBJECT_TYPE

SRC_ITM_ID

SRC_LOG_SYS

SRC_GUID 00000000000000000000000000000000

ITM_RELEASED X

DELIV_DAYS 000

INCOTERM_KEY

INCOTERM_LOC

MIN_ORDER_VALUE 0,00

MIN_ORDER_QUAN 0,000

DUMMY_EEW_PDISS_CTR

DUMMY_EEW_PDISC_CTR

I_PARTNER

CLI 100 100 100 100 100

PARTNER_GUID F0DEB180438E6E43A85713338016BBC9 ECB0D46AE141A84898654200F741A833 CC456E52C22B1C4E9462BAFB9729ACC3 6D5C7460F6F3084A8D4983316A96EF51 48DC167DADAEAB4C804B0911A9703B29

P_GUID 1 1 1 1 1

PARTNER_ 26 38 19 51 75

PARTNER_NO 6960BA3A7B1EA94885867034371D7C5C A562327A346EB24E869231516015B7D2 DF0082E548720043832CB3CF2043905F 5F10F6084092774085A3AB43E46E7AB4 C1583D2972B248478BEDDE0BE422DA44

A

M X X X X X

A 3 1 1 1 1

A A A A A A

D

PERS_NO 17271

ADDR_NO 22842 10258 10293 10261 23045

PARTNER_ID 923 32 100022 35 973

I_HCF

CLIENT 100

GUID 00000000000000000000000000000004

P_GUID 00000000000000000000000000000001

DEL_IND

HCF_NO 0001

DUMMY_EEW_PDHST_CTR

DUMMY_EEW_PDHCT_CTR

hope this helps,

Regards,

Joã