ADDR2_FIND SAP (Search parameter for person with private address) Structure details

Dictionary Type: Structure
Description: Search parameter for person with private address




ABAP Code to SELECT data from ADDR2_FIND
Related tables to ADDR2_FIND
Access table ADDR2_FIND




Structure field list including key, data, relationships and ABAP select examples

ADDR2_FIND is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Search parameter for person with private address" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ADDR2_FIND TYPE ADDR2_FIND.

The ADDR2_FIND table consists of various fields, each holding specific information or linking keys about Search parameter for person with private address data available in SAP. These include NAME_LAST (Last name in upper-case for search help), SORT1_P (Search Term 1), SORT2_P (Search Term 2), CITY1 (City name in upper case for search help).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ADDR2_FIND structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
NAME_FIRSTFirst name in upper case for search help AD_MC_NMFICHAR25CHAR25
NAME_LASTLast name in upper-case for search help AD_MC_NMLACHAR25CHAR25
SORT1_PSearch Term 1 AD_SORT1CHAR20CHAR20
SORT2_PSearch Term 2 AD_SORT2CHAR20CHAR20
CITY1City name in upper case for search help AD_MC_CITYCHAR25CHAR25
CITY2District AD_CITY2CHAR40TEXT40CITY_PART
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
POST_CODE2PO Box Postal Code AD_PSTCD2CHAR10CHAR10
PO_BOX_LOCPO Box city AD_POBXLOCCHAR40TEXT40CITY_NAME
STREETStreet name in upper case for search help AD_MC_STRTCHAR25CHAR25
HOUSE_NUM1House Number AD_HSNM1CHAR10TEXT10
HOUSE_NUM2House number supplement AD_HSNM2CHAR10TEXT10
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
REGIONSTATE (State, Province, County) REGIOCHAR3T005SREGIO
SORT1Search Term 1 AD_SORT1CHAR20CHAR20
SORT2Search Term 2 AD_SORT2CHAR20CHAR20
PERSNUMBERPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
ADDRNUMBERAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
NAME_F_LNGFirst name AD_NAMEFIRCHAR40TEXT40
NAME_L_LNGLast name AD_NAMELASCHAR40TEXT40
CITY1_LNGCity AD_CITY1CHAR40TEXT40CLCITYNAME
STREET_LNGStreet AD_STREETCHAR60TEXT60CLSTRTNAME
PO_BOX_LOBBYPO Box Lobby AD_PO_BOX_LBYCHAR40TEXT40
DELI_SERV_TYPEType of Delivery Service AD_DELIVERY_SERVICE_TYPECHAR4AD_DELIVERY_SERVICE_TYPE
DELI_SERV_NUMBERNumber of Delivery Service AD_DELIVERY_SERVICE_NUMBERCHAR10CHAR10
COUNTYCounty name in upper case for search help AD_MC_COUNTYCHAR25CHAR25
TOWNSHIPTownship name in upper case for search help AD_MC_TWSHPCHAR25CHAR25
COUNTY_LNGCounty AD_COUNTYCHAR40TEXT40CLTCNTYNAME
TOWNSHIP_LNGTownship AD_TOWNSHIPCHAR40TEXT40CLTWSHPNAME

Key field Non-key field



How do I retrieve data from SAP structure ADDR2_FIND using ABAP code?

As ADDR2_FIND is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ADDR2_FIND as there is no data to select.

How to access SAP table ADDR2_FIND

Within an ECC or HANA version of SAP you can also view further information about ADDR2_FIND and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!