Skip to Content
0
Former Member
Feb 09, 2011 at 10:46 PM

Add Volume Discounts using DTW 8.8

67 Views

Hello,

I am using SAP 8.8 PL17. I am having an issue with adding Volume Discounts using DTW. Below is a sample Import file that I used that worked in SAP 2007 DTW. The sample is giving me the following error when used in SAP 8.8 DTW

No Matching records found(ODBC - 2028)Application-defined or Object-defined error65171

Here is the sample file

OSPP

RecordKey	ItemCode	CardCode	PriceListNum
RecordKey	ItemCode	CardCode	PriceListNum
1	10005	*1	1
2	10006	*1	1
3	10010	*1	1

SPP1

RecordKey	LineNum	DateFrom	Dateto	PriceListNo
RecordKey	LineNum	DateFrom	Dateto	PriceListNo
1	0	20110101	20991231	1
2	0	20110101	20991231	1
3	0	20110101	20991231	1

SPP2

RecordKey	LineNum	PriceCurrency	Quantity	SpecialPrice
RecordKey	LineNum	PriceCurrency	Quantity	SpecialPrice
1	0	$	2000	0.94
2	0	$	2000	0.94
3	0	$	2000	0.94

Please review and let me know if I am doing something wrong.

Thanks

Krishnan