RECPOIPART_01 SAP (Partner 1) Structure details

Dictionary Type: Structure
Description: Partner 1




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




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

RECPOIPART_01 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 "Partner 1" 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_RECPOIPART_01 TYPE RECPOIPART_01.

The RECPOIPART_01 table consists of various fields, each holding specific information or linking keys about Partner 1 data available in SAP. These include PARTNR_01 (Business Partner Number), TITLE_T_01 (Form of address text), TITLE_LE_T_01 (Salutation), NAME_LAST_01 (Last Name).. 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: Not classified


SAP RECPOIPART_01 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
.INCLU-_01 0
PARTNR_01Business Partner Number BP_PARTNR_OLDCHAR10Assigned to domainALPHABP_PARTNRBPN
TITLE_T_01Form of address text BP_TITLE_TCHAR30TEXT30
TITLE_LE_T_01Salutation BP_T_LET_TCHAR30TEXT30
NAME_LAST_01Last Name BP_NAMLASTCHAR40TEXT40
NAME_FIRST_01First Name BP_NAMFRSTCHAR40TEXT40
TITLE_AC_01Academic Title BP_TITL_AC_OLDCHAR20TEXT20
N_PREFIX_01Name Prefix BP_PREFIX_OLDCHAR20TEXT20
N_ADDITION_01Name Affix BP_ADDITN_OLDCHAR20TEXT20
PSTBZ_01Post delivery district PSTBZCHAR15PSTBZ
TELF1_01First telephone number TELF1CHAR16TEXT16
TELF2_01Second telephone number TELF2CHAR16TEXT16
TELFX1_01Fax Number TELFXCHAR31TEXT31
TELFX2_01Fax Number TELFXCHAR31TEXT31
TELBX_01Telebox number TELBXCHAR15TEXT15
TELX1_01Telex number TELX1CHAR30TEXT30
DATLT_01Data communication line no. DATLTCHAR14TEXT14
TELTX_01Teletex number TELTXCHAR30TEXT30
ADSMTP_01E-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
TELNR_CALL1_01Telephone number for determining caller AD_TELNRCLCHAR30CHAR30
TELNR_CALL2_01Telephone number for determining caller AD_TELNRCLCHAR30CHAR30
BANKS_01Bank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKL_01Bank Keys BANKKCHAR15BANKKBNK
BANKN_01Bank account number BANKNCHAR18BANKN
BANKA_01Name of bank BANKACHAR60TEXT60
KOINH_01Account Holder Name KOINH_FICHAR60KOINH
ANRED_01Title ANREDCHAR15TEXT15
NAME1_01Name 1 of an address NAME1_ADRSCHAR40TEXT40
NAME2_01Name 2 of an address NAME2_ADRSCHAR40TEXT40
NAME3_01Name 3 of an address NAME3_ADRSCHAR40TEXT40
NAME4_01Name 4 of an address NAME4_ADRSCHAR40TEXT40
STRAS_01House number and street STRAS_GPCHAR35TEXT35
PFACH_01PO box PFACH_BASCHAR10PFACH
PSTL2_01PO Box postal code PSTL2_BASCHAR10PSTLZ
PFORT_01PO Box city PFORT_ADRSCHAR40TEXT40
LAND1_01Country Key LAND1CHAR3Assigned to domainLAND1LND
PSTLZ_01Postal code PSTLZ_BASCHAR10PSTLZ
ORT01_01City ORT01_GPCHAR35TEXT35
ORT02_01City ORT01_GPCHAR35TEXT35
REGIO_01STATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
SPRAS_01Language Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
INLND_01Country Key LAND1CHAR3Assigned to domainLAND1LND
ANZZL_01Number of lines in address ANZEIDEC2ANZEI
PRIOR_01Address lines priority PRITY_ADRSCHAR9CHAR9
WAREN_01Delivery address ID WARENCHAR1WAREN
LINE0_01Address line LINESCHAR80LINES
LINE1_01Address line LINESCHAR80LINES
LINE2_01Address line LINESCHAR80LINES
LINE3_01Address line LINESCHAR80LINES
LINE4_01Address line LINESCHAR80LINES
LINE5_01Address line LINESCHAR80LINES
LINE6_01Address line LINESCHAR80LINES
LINE7_01Address line LINESCHAR80LINES
LINE8_01Address line LINESCHAR80LINES
LINE9_01Address line LINESCHAR80LINES
LINEK_01Address line LINESCHAR80LINES
LINED_01Address line LINESCHAR80LINES
LINED0_01Address line LINESCHAR80LINES
PO_BOX_LOBBY_01PO Box Lobby AD_PO_BOX_LBYCHAR40TEXT40
DELI_SERV_TYPE_01Type of Delivery Service AD_DELIVERY_SERVICE_TYPECHAR4AD_DELIVERY_SERVICE_TYPE
DELI_SERV_NUMBER_01Number of Delivery Service AD_DELIVERY_SERVICE_NUMBERCHAR10CHAR10
COUNTY_01County AD_COUNTYCHAR40TEXT40CLTCNTYNAME
TOWNSHIP_01Township AD_TOWNSHIPCHAR40TEXT40CLTWSHPNAME

Key field Non-key field



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

As RECPOIPART_01 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 RECPOIPART_01 as there is no data to select.

How to access SAP table RECPOIPART_01

Within an ECC or HANA version of SAP you can also view further information about RECPOIPART_01 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!