[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

91.0. "TPAS II for two different applications" by ZGOV02::YNTAN () Fri May 19 1995 04:44

    
    
    
    Hello,
    
       I have some query regarding the installation of TPAS II (V3.2)
       Currently ZGO is planning to install TPAS for two applications:
       ZGO MAXCIM and ZGO DMS. The different in that
        ZGO MAXCIM uses Transfer Area for the ship/bill to data while
        ZGO DMS uses Stockroom  for the ship/bill to data 
    
      So what should be entered to the ship/bill to prompt during TPAS II
      installation?  
    
      How about the other questions like:
    a)  Will you be opening the TPAS databases from a separate call in your
      program ?? (if DMS opens and MAXCIM does not ??)
    b)  Will you be sending the local standard cost in  with the call to
        TPAS ?  (does it mean the function TPAS_GET_LOCAL_COST is being
        used ? What if MAXCIM uses the function and DMS does not  ???)
    c)  What about the RMS audit trail ? How will it help ??
    
    Finally one more questions. Currently ZGO's AMP2 satellite file only
     includes some part classes. In the TPAS II installation, we need the
     entire part classes, how shall I load my AMP2 file with entire part
     classes ? Must I request for full load or request for those missing
     part classes (which I do not what they are .. Please advise)
    
    
    Rgds,
    Yan Noi
    
    
    
T.RTitleUserPersonal
Name
DateLines
91.1try using different logical name tablesAWARD::MAGNILois, 237-5548Fri May 19 1995 17:2361
Yan Noi,
    
>      So what should be entered to the ship/bill to prompt during TPAS II
>      installation?  
    
   If you send in the ship/bill type codes with the call to TPAS
   then the logical translation is ignored. So if MAXCIM always
   sends in the same type of data, put that data type (eg: "S") in
   with the call. Also see below on the logical table.


>      How about the other questions like:
>    a)  Will you be opening the TPAS databases from a separate call in your
>      program ?? (if DMS opens and MAXCIM does not ??)
>    b)  Will you be sending the local standard cost in  with the call to
>        TPAS ?  (does it mean the function TPAS_GET_LOCAL_COST is being
>        used ? What if MAXCIM uses the function and DMS does not  ???)


   Do either of these systems run a process startup when activated ?
   If so, you could have the TPAS Logicals defined at run time and the
   logicals would be PROCESS level. The TPAS software looks at the 
   logical name tables in the order of: LNM$PROCESS, LNM$JOB, LNM$GROUP, 
   LNM$SYSTEM, LNM$TPAS.
 
   Or, if the users of DMS are different from the users of MAXCIM then
   you could create two different logicals GROUP name tables with the TPAS 
   logicals.
   Create the tables and rights ids:
	LNM$GROUP_xxxxxx Where xxxxxx is the UIC Group of the DMS Users

	LNM$GROUP_yyyyyy Where yyyyyy is the UIC Group of the MAXCIM Users

    Then define the logicals differently in each table:
	DEFINE/TABLE=LNM$GROUP_xxxxxx    TPAS$SEND_LOCAL_STD "Y"
	DEFINE/TABLE=LNM$GROUP_yyyyyy    TPAS$SEND_LOCAL_STD "N"

    
>    c)  What about the RMS audit trail ? How will it help ??

   The Audit trail files were created in response to some of the TPAS I 
   sites that wanted an audit trail of every call to TPAS.  I believe
   they are using this for site/country audit requirements. It is really
   site specific as to the need or not.

    
>    Finally one more questions. Currently ZGO's AMP2 satellite file only
>     includes some part classes. In the TPAS II installation, we need the
>     entire part classes, how shall I load my AMP2 file with entire part
>     classes ? Must I request for full load or request for those missing
>     part classes (which I do not what they are .. Please advise)
    
   The AMP2 Mass load has been modified to be able to send a 'mass load' 
   of specific part classes. So you can send a note to ACADMY::QCA_ADMIN
   requesting a mass load of the specific part classes.  Just make sure
   that you change the part class file on your end, so that when the
   daily feeds come in the new part classes will be updated.


   Regards,
   Lois