DSSO LIST BOCS FOR COST CTR (4285)    REMOTE PROCEDURE (8994)

Name Value
NAME DSSO LIST BOCS FOR COST CTR
TAG BOCFORCC
ROUTINE DSSOUT
RETURN VALUE TYPE ARRAY
DESCRIPTION
This RPC returns all active Budget Object Codes for the input Cost
Center.
INPUT PARAMETER
  • DSSOCC
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    IEN of Cost Center file (#420.1)
    
RETURN PARAMETER DESCRIPTION
Returns an array List[n] of active BOC's for specified Cost Center
 
The format of the returned array will be as follows:
   List[n] = p1^p2
     p1 = Budget Object Code IEN (file 420.2)
     p2 = Name (field .01 - internal format))
 
 If an error occurs, the return will be List[n] = -1^message.
 For warning messages, the return will be List[n] = 0^message.