Skip to content

/AWS1/CL_PTSADDRESSSUMMARY

An object that contains an Address object's subset of fields.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_city TYPE /AWS1/PTSADDRESSPART /AWS1/PTSADDRESSPART

Specifies the end Customer's city associated with the Opportunity.

iv_postalcode TYPE /AWS1/PTSADDRESSPART /AWS1/PTSADDRESSPART

Specifies the end Customer's postal code associated with the Opportunity.

iv_stateorregion TYPE /AWS1/PTSADDRESSPART /AWS1/PTSADDRESSPART

Specifies the end Customer's state or region associated with the Opportunity.

Valid values: Alabama | Alaska | American Samoa | Arizona | Arkansas | California | Colorado | Connecticut | Delaware | Dist. of Columbia | Federated States of Micronesia | Florida | Georgia | Guam | Hawaii | Idaho | Illinois | Indiana | Iowa | Kansas | Kentucky | Louisiana | Maine | Marshall Islands | Maryland | Massachusetts | Michigan | Minnesota | Mississippi | Missouri | Montana | Nebraska | Nevada | New Hampshire | New Jersey | New Mexico | New York | North Carolina | North Dakota | Northern Mariana Islands | Ohio | Oklahoma | Oregon | Palau | Pennsylvania | Puerto Rico | Rhode Island | South Carolina | South Dakota | Tennessee | Texas | Utah | Vermont | Virginia | Virgin Islands | Washington | West Virginia | Wisconsin | Wyoming | APO/AE | AFO/FPO | FPO, AP

iv_countrycode TYPE /AWS1/PTSCOUNTRYCODE /AWS1/PTSCOUNTRYCODE

Specifies the end Customer's country associated with the Opportunity.


Queryable Attributes

City

Specifies the end Customer's city associated with the Opportunity.

Accessible with the following methods

Method Description
GET_CITY() Getter for CITY, with configurable default
ASK_CITY() Getter for CITY w/ exceptions if field has no value
HAS_CITY() Determine if CITY has a value

PostalCode

Specifies the end Customer's postal code associated with the Opportunity.

Accessible with the following methods

Method Description
GET_POSTALCODE() Getter for POSTALCODE, with configurable default
ASK_POSTALCODE() Getter for POSTALCODE w/ exceptions if field has no value
HAS_POSTALCODE() Determine if POSTALCODE has a value

StateOrRegion

Specifies the end Customer's state or region associated with the Opportunity.

Valid values: Alabama | Alaska | American Samoa | Arizona | Arkansas | California | Colorado | Connecticut | Delaware | Dist. of Columbia | Federated States of Micronesia | Florida | Georgia | Guam | Hawaii | Idaho | Illinois | Indiana | Iowa | Kansas | Kentucky | Louisiana | Maine | Marshall Islands | Maryland | Massachusetts | Michigan | Minnesota | Mississippi | Missouri | Montana | Nebraska | Nevada | New Hampshire | New Jersey | New Mexico | New York | North Carolina | North Dakota | Northern Mariana Islands | Ohio | Oklahoma | Oregon | Palau | Pennsylvania | Puerto Rico | Rhode Island | South Carolina | South Dakota | Tennessee | Texas | Utah | Vermont | Virginia | Virgin Islands | Washington | West Virginia | Wisconsin | Wyoming | APO/AE | AFO/FPO | FPO, AP

Accessible with the following methods

Method Description
GET_STATEORREGION() Getter for STATEORREGION, with configurable default
ASK_STATEORREGION() Getter for STATEORREGION w/ exceptions if field has no value
HAS_STATEORREGION() Determine if STATEORREGION has a value

CountryCode

Specifies the end Customer's country associated with the Opportunity.

Accessible with the following methods

Method Description
GET_COUNTRYCODE() Getter for COUNTRYCODE, with configurable default
ASK_COUNTRYCODE() Getter for COUNTRYCODE w/ exceptions if field has no value
HAS_COUNTRYCODE() Determine if COUNTRYCODE has a value