[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference acadmy::tpas_notes

Title:Transfer Price Administration System
Notice:Conference has moved to ACADMY::TPAS_NOTES
Moderator:ACADMY::MAGNI
Created:Wed Jul 01 1992
Last Modified:Fri Mar 21 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:102
Total number of notes:459

82.0. "Different errors for the same part" by ELIS::RJANSEN () Fri Mar 24 1995 08:13

Lois,

It seems that the TPAS logic module returns different error messages for the
same part but for different transactions. Let me explain. 

Input 	Part no			LK401-A4
	Shipment type code	1
	From Stockroom		610	type S
	To Stockroom		357	type S

Returns %APPIX-F-PARTNOF, Part Id requested is not on file

However

Input 	Part no			LK401-A4
	Shipment type code	1
	From Stockroom		610	type S
	To Stockroom		2404	type B

Returns	%APPIX-F-NOSCONLOCAL, NO STD COST Found from TPAS_GET_LOCAL_COST FILE

Is there any reason why you accept a missing part in the AMPS2 file in case of
'billing code' transaction and why it is refused for a 'stockroom' transaction?


Regards Rinus Jansen

T.RTitleUserPersonal
Name
DateLines
82.1This is due to the SHIP_TO LocationAWARD::MAGNILois, 237-5548Wed Mar 29 1995 17:2918
Rinus,
This is not an error, but exactly what should happen.
If you look on TPAS$DB.TRNSFR_AREA_TABLE  there are many new fields.
One of the fields is DB_FOUND_PART_IND. 

If this field is set to "Y", as in the case of Stockroom 357, 
(Transfer Area = USA, Business Type = MFG), then any part shipped to this 
transfer area MUST Be on the Corporate Parts Master (APPIX/AMP)

If this field is set to "N", as in the case of Sub-Billing Code 2404 
(Transfer Area = DES, Business Type = SAL), then any part shipped to this
transfer area DOES NOT need to be on the Corporate Parts Master (APPIX/AMP).

Thus the different error messages as a transfer price could not be calculated 
for two different reasons.

regards,
Lois