Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: PRCPOPUS

Package: IFCAP

Routine: PRCPOPUS


Information

PRCPOPUS ;WISC/RFJ-utility: distribution order selection ; 5/5/99 10:25am

Source Information

Source file <PRCPOPUS.m>

Entry Points

Name Comments DBIA/ICR reference
V ;;5.1;IFCAP;**1**;Oct 20, 2000
ADDNEW(ORDER,PRCPPRIM,PRCPSECO)
  • ICR #6574
    • Status: Active
    • Usage: Private
    NEWORDER(PRCPPRIM) ; get next order number for primary
    ; called from 445.3,.01 input transform when entering 'new'.
    ; returns variable x = new order
  • ICR #6574
    • Status: Active
    • Usage: Private
    ORDERSEL(PRCPPRIM,PRCPSECO,PRCPSTAT,ADDNEW) ; select distribution order
    ; prcpprim=primary inventory point screen
    ; prcpseco=secondary inventory point screen
    ; prcpstat=status for screen (set to * to eliminate screen on status)
    ; addnew=1 to add new orders
    ; returns selected distribution order da number
    ; returns variable prcpfnew if its a newly created order
    TYPE(ORDERDA) ; ask order type for orderda
    ; returns 1 if unsuccessful
    TYPEQ
    REMARKS(ORDERDA) ; ask remarks for orderda
    ; returns 1 if unsuccessful
    ITEMSEL(ORDERDA,PRCPPRIM,PRCPADD) ; select item from distribution order
    ; returns item number selected
    ITEMEDIT(ORDERDA,ITEMDA,ASKCOST) ; edit item on distribution order
    ITEMADD(ORDERDA,ITEMDA,QTY) ; automatically add items to distribution order
    ; return item number added or 0 if unsuccessful

    Interaction Calls

    Name Line Occurrences
    Function Call: WRITE
    • Prompt: !!?10,"YOU NEED TO DELETE SOME OF THE OLD ORDERS FIRST!"
    • Line Location: NEWORDER+11
    Function Call: WRITE
    • Prompt: !
    • Line Location: ITEMSEL+17

    FileMan Files Accessed Via FileMan Db Call

    FileNo Call Tags
    ^PRCP(445.3 - [#445.3] Classic Fileman Calls
    Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call