1.Functional Description
1.1Purpose
This function is used to delete records from the User Index table F34UI004 using the input Job Number
and Computer ID.
1.2Setup Notes and Prerequisites
1.3Special Logic
The function returns error code '1' if the table delete was unsuccessful.
2.Technical Specifications
Open table F34UI004
If the open table is successful
Delete records from F34UI004 using input JOBS and CTID as key.
EndIf
If the open table or delete failed
Error Code = '1'
EndIf
^
D3400700 - F34UI004 Delete Records
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnJobNumber | JOBS | MATH_NUMERIC | NONE | NONE |
The job number (work station ID) which executed the particular job. | ||||
szComputerID | CTID | char | NONE | NONE |
cErrorCode | ERRC | char | NONE | NONE |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
|
None |
F34UI004 MPS Net Change User Index |