[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

53.0. "TPAS_CALC_TRNSFR_PRC case senstivity not documented" by FUTURS::TON () Thu Dec 15 1994 09:15

Same environment as 50.0, 51.0. Note that the example below is identical to
a successful call made in note 50.0, except for the case...


SKNEES::TON> run tpas_demosite_basic/NODEB

PART NUMBER ? vsxxx-aa
SHIP FROM   ? ay
SHIP From Type (S/P/T/B) ? p
SHIP TO     ? ay
SHIP To Type (S/P/T/B) ? p
Order MLP or return    ? 100
Local Standard Cost or return    ? 12
Shipment Type (01,02,03,04)? 01



Part ID:   vsxxx-aa
Ship/Bill FROM Data : ay      -     -    -  -
Ship/Bill TO Data   : ay      -     -    -  -

TPAS Prodt Type   :
STD Cost          : $       0.000000       STD Cost Type   :
Corporate MLP     : $             0.00
Average Prodt NOR : $         0.000        Prevailing Rate :          0.000

Base Price        : $         0.000    Trnsfr Pricing Code :
CMM  : 0.00           CALCULATED MLP Dscnt Perct To Rebill : 0.00
MLP Discount Percent : 0.00        NOR Discount Percent    : 0.00
STD Cost Uplift      : 0.00        REBILL Discount Percent : 0.00
Transfer Price  :          0.000   Currency :
Transfer Price To Rebill  : $         0.000

TPAS TRANS STATUS:  FAC Code : %APPIX-     Status Code : F
     Error Message : -NOTUNQBUSTYP, Business Type Code is not unique for Ship to
 Location

MORE PARTS, PRESS 'Y' OR 'N' ? n


Looks like some bits of TPAS are case sensitive. I know the DECSTD12 parser
(which TPAS uses) is not, so if something must be case sensitive, please
document it or better still, don't be case sensitive if possible.

george ton
TOLAS Development
T.RTitleUserPersonal
Name
DateLines
53.1You're right out mistake CAPITALS are needed.AWARD::MAGNIIM&T - 223-9837Thu Dec 15 1994 15:0117
George,

I had forgotten about that.  In TPAS V2 I had put in the COBOL RTL 
procedure UPPER-CASE to deal with that. But unfortunately not all
installation sites were up on V5 COBOL and wouldn't/couldn't move up.
We were going add in STR$UPCASE external function to do this, but it must 
have slid off the list. 

I will add it to the list. And add to the User Documentation that
the the input fields 
	TPAS_SHIP_BILL_TO
	TPAS_SHIP_BILL_TO_TYPE
	TPAS_SHIP_BILL_FROM
	TPAS_SHIP_BILL_FROM_TYPE
Must be CAPITAL letters for TPAS V3.0

Lois