Hi,
We're looking at the possibility to create a web service to create a shopping cart automatically. There is a BAPI called BAPI_SCEC_CREATE and I'm trying to execute BAPI_SCEC_CREATE using SE37 to see how it works. I'm new to SRM so I haven't had much success yet with it. I can't find any documentation to help me identifying which tables and parameters are mandatory. There are a lot of GUID parameters and I'm not sure whether I should provide them or they will be generated automatically.
Can the experts out there help to shed some lights ?
The error I got is:
Enter at least one item or one limit
Incorrect interface data for set 78 in method C
Incorrect interface data for set 77 in method C
Incorrect interface data for set 61 in method C
Incorrect interface data for set 35 in method C
Incorrect interface data for set 34 in method C
Incorrect interface data for set 21 in method C
Incorrect interface data for set #6 in method C
Incorrect interface data for set #5 in method C
Incorrect interface data for set #4 in method C
Incorrect interface data for set #3 in method C
Interface data contains errors
The data I used when I got the errors above:
I_HEADER
PROC SHC
DOC_DATE 2010/09/24
DESCRIPTION TEST
CURRENCY USD
I_ITEMS
ITEM_NUMBER 0000000001
DESCRIPTION MS WINDOWS VISTA
PRODUCT_GUID 00000000000000000000000000000000
PRODUCT_TYPE 01
CATEGORY_GUID 40F757A808146D0AE1000000A5732136
CATEGORY_ID CPTR1110
QUANTITY 1.000
UNIT EA
GROSS_PRICE 100.0000
PRICE_UNIT 1
DELIV_DATE 20100930
CO_CODE 2010
CTR_HDR_GUID 00000000000000000000000000000000
CURRENCY USD
BE_DOC_TYPE EC
BE_PUR_GROUP Z03
BE_PUR_ORG US01
BE_PO_PRICE 1
I_ACC
ACC_NO 0001
G_L_ACCT 211017
COST_CTR 20064
CO_AREA SYS1
PROFIT_CTR CORP
ACC_CAT CC
I_ORG
PROC_ORG_ID 50000063
PROC_GROUP_ID 50001427
Thanks in advance,
Lara