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 |
When running the TPAS demosite program we came across a funny situation. A certain transaction returned PRICE TYPE CODE: 'V', but this price type code 'V' isn't mentioned anywhere in the documentation (at least we can't find it). Could you explain what price type code 'V' means, when it is used etcetera? Thanks, Andr� By the way, after the page-break follows the output of the demosite program. It seems relevant in this case that the supplied order MLP is zero, therefore I have also added the result of this same transaction if a non-zero MLP is used. TPAS LOGIC RESULTS DISPLAY PART NO :VT18X-AC PARSED PART NO = SHIPMENT TYP CD :1 FROM STOCKROOM :610 BILL_FROM TYP CD: S LOCAL STD COST: 111.11 TO STOCKROOM :2404 BILL_TO TYP CD: B ORDER MLP : 0 FROM AREA CODE :FGO STD COST TYPE CD: C STD COST : 778.940000 TO AREA CODE :GBS PRODT TYPE CODE : OPT CORP. MLP : 1295.00 FROM BUSNS TYPE CD:DIS PRICE TYPE CODE : V BASE PRICE : 778.940 TO BUSNS TYPE CD :SAN CURRENCY : GBP TRANSFER PRC : 498.522 XCHNG RATE : 1.56250000 CMM :1.00 RBILL TRN PRC($) : 732.204 STD_COST UPLIFT : 0.00 RBILL DISC% TO MLP: .00 DISCOUNT PERCENT : .47 NOR DISCOUNT % : .20 RBILL DISCOUNT % : .06 MORE PARTS, PRESS 'Y' OR 'N' TPAS TRANS STATUS : 000000000 %APPIX-S-NORMAL, normal successful completion WARNING : TPAS LOGIC RESULTS DISPLAY PART NO :VT18X-AC PARSED PART NO = SHIPMENT TYP CD :1 FROM STOCKROOM :610 BILL_FROM TYP CD: S LOCAL STD COST: 111.11 TO STOCKROOM :2404 BILL_TO TYP CD: B ORDER MLP : 222.22 FROM AREA CODE :FGO STD COST TYPE CD: C STD COST : 778.940000 TO AREA CODE :GBS PRODT TYPE CODE : OPT CORP. MLP : 1295.00 FROM BUSNS TYPE CD:DIS PRICE TYPE CODE : L BASE PRICE : 778.940 TO BUSNS TYPE CD :SAN CURRENCY : GBP TRANSFER PRC : 498.522 XCHNG RATE : 1.56250000 CMM :1.00 RBILL TRN PRC($) : 732.204 STD_COST UPLIFT : 0.00 RBILL DISC% TO MLP: -229.49 DISCOUNT PERCENT : .47 NOR DISCOUNT % : .20 RBILL DISCOUNT % : .06 MORE PARTS, PRESS 'Y' OR 'N' TPAS TRANS STATUS : 000000000 %APPIX-S-NORMAL, normal successful completion WARNING :
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
65.1 | check the tpas logic flow dgrm | AWARD::MAGNI | Lois, 237-5548 | Tue Feb 07 1995 11:15 | 44 |
>> Price type code = 'V', what does it mean? This was a change in V3.1. Look at 66.2, Eric's list of Price Type Codes and you will see ...Q,R,S,T... Well S was already a designated code for STANDARD COST + UPLIFT So this was changed to ...Q,R,V,T... Look in the TPAS_II_USER Documentation that was delivered with TPAS V3.1, the code is in there. The TPAS_II_LOGIC_FLOW is much easier to follow (I think) and has also been updated to TPAS II V3.1 *** Eric - Change your table *** So to explain you two examples: Example 1: Part: VT18X-AC From: 610 To: 2404 Order MLP = 0 Should be priced using NOR: Price Type Code = 'N' Transfer Price = NOR - NOR_Discount But the NOR = 0 AND order MLP = 0 so: Price Type Code = 'I' Transfer Price = Corp MLP - MLP_Dscnt But Trsnfr Price < Std AND Below STD COST SW = 'N' so: Price Type Code = 'V' Transfer Price = Std Cost + Uplift Example 2: Part: VT18X-AC From: 610 To: 2404 Order MLP = 222.222 Should be priced using NOR: Price Type Code = 'N' Transfer Price = NOR - NOR_Discount But the NOR = 0 so: Price Type Code = 'G' Transfer Price = Order MLP - MLP_Dscnt But Trsnfr Price < Std AND Below STD COST SW = 'N' so: Price Type Code = 'L' Transfer Price = Std Cost + Uplift | |||||
65.2 | ELIS::HOOG | On error then RTFM | Tue Feb 07 1995 11:50 | 4 | |
Thank you for the explanation... I guess nobody printed the new (V3.1) versions of the documents.... |