SDEC APPIDGET (3585)    REMOTE PROCEDURE (8994)

Name Value
NAME SDEC APPIDGET
TAG APPIDGET
ROUTINE SDEC
RETURN VALUE TYPE GLOBAL ARRAY
AVAILABILITY RESTRICTED
INACTIVE ACTIVE
WORD WRAP ON FALSE
DESCRIPTION
GET SDEC APPOINTMENT ien for given External ID
INPUT PARAMETER
  • SDID
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    Free-Text - External ID from EXTERNAL ID field in SDEC APPOINTMENT
    
RETURN PARAMETER DESCRIPTION
 ; Successful Return: Global Array in which each array entry contains an 
 ;     M errors are trapped by the use of M and Kernel error handling.
 ;     The RPC execution stops and the RPC Broker sends the error 
generated
 ;     text back to the client.
appointment ID:
 ;  1. SDECAPTID - appointment ID pointer to SDEC APPOINTMENT
 ;
 ; Caught Exception Return:
 ;   A single entry in the Global Array in the format "-1^<error text>"
 ;   "T00020RETURNCODE^T00100TEXT"
 ; Unexpected Exception Return:
 ;     Handled by the RPC Broker.