Table of Contents

Search

  1. Preface
  2. Introduction
  3. Program Design
  4. SSA-NAME3 Functions
  5. Language Specific Guidelines
  6. Controls
  7. Advanced Controls
  8. Address Standardization
  9. ASM Workbench

SSA-NAME3 API Reference Guide

SSA-NAME3 API Reference Guide

addr_get_field_ext

addr_get_field_ext

Use this function to retrieve all getter fields.

Prototype

using ssa; my $field_value = $ssa->addr_get_field_ext ( $suggest_idx , # Long in $field_operation , # Long in $field_name , # String in $field_item_line , # Long in $field_type # String in ) ;

Parameters

session
Refer to the Common Parameters section
rsp
Refer to the Common Parameters section
ssaMsg
Refer to the section SSA-NAME3 Error Messages
suggest_idx
Specifies the suggestion from which to get fields
field_operation
Field operation Option 0 for AddressElements Option 1 for AddressLines Option 2 for AddressComplete Option 3 for EnrichmentData Option 4 for ResultDataParameter Option 5 for EnrichmentDataStatus
field_name
Refer AD
Result.dtd
for field names
field_item_line
Represent field line number or field item number
field_type
Refer AD
Result.dtd
for field attribute Type
field_value
Cleansed field output

Return Code

negative for error, 0 for success

0 COMMENTS

We’d like to hear from you!