1.Functional Description
1.1Purpose
Delete all records in F0115 based on keys Address Number (AN8) and Who's Who Line Number (IDLN).
1.2Setup Notes and Prerequisites
1.3Special Logic
2.Technical Specifications
2.1Parameters:
Data Item Data Structure DescriptionI/O RequiredNotes
mnAddressNumber Address Number IYes
(AN8)
mnLineNumberID Who's Who Line NumberIYes
(IDLN)
mnErrorCodeReturned Error Code OYes0 = no errors 1 = error while deleting
(MATH06)
2.2Related Tables
Table Table Description
F0115Address Book - Contact Phone Numbers
2.3Related Business Functions - Review and Copy Code
Source NameFunction Name
2.4Processing
1.0F0115.Delete using keys AN8 & IDLN
2.0If file i/o status is not successful then mnErrorCode = 1, else ErrorCode = 0
^
DN0500030 - Delete All Contact Phone Numbers from F0115
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnAddressNumber | AN8 | MATH_NUMERIC | REQ | INPUT |
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or
| ||||
mnLineNumberID | IDLN | MATH_NUMERIC | REQ | INPUT |
This field is used to identify the line ID number for a Who's Who record. | ||||
mnErrorCodeReturned | MATH06 | MATH_NUMERIC | REQ | OUTPUT |
Event point for Math Numeric. |
None |
None |