SPAB1_ROL SAP (RE: Partner (Role, Object) - Address and Additional Fields) Structure details

Dictionary Type: Structure
Description: RE: Partner (Role, Object) - Address and Additional Fields




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




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

SPAB1_ROL 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 "RE: Partner (Role, Object) - Address and Additional Fields" 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_SPAB1_ROL TYPE SPAB1_ROL.

The SPAB1_ROL table consists of various fields, each holding specific information or linking keys about RE: Partner (Role, Object) - Address and Additional Fields data available in SAP. These include APPL (Application Category), XAPPL (Application Name), IMKEY (Internal Key for Real Estate Object), ROLETYP (Business Partner Role Category).. 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 SPAB1_ROL 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
SPRSLRCPLanguage key for texts for letter printout VVSPRSLRCPLANG1Assigned to domainISOLASPRAS
APPLApplication Category BP_APPLCHAR4Assigned to domainBP_APPLH_TPZ12
XAPPLApplication Name BP_XAPPLCHAR30TEXT30
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
ROLETYPBusiness Partner Role Category BP_ROLETYPCHAR4Assigned to domainBP_ROLETYPBPR
XROLETYPName of Role Category BP_XROLTYPCHAR30TEXT30
ROLEBusiness Partner Role Type BP_ROLECHAR4Assigned to domainBP_ROLE
XROLEName of role type BP_XROLECHAR30TEXT30
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SWENRSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
SGRNRProperty Number for BE SGRNRCHAR8Assigned to domainSGRNRSGRNRGRSMCGR
SGENRBuilding Number SGENRCHAR8Assigned to domainSGENRSGENRGEBMCGE
SMENRNumber of Rental Unit SMENRCHAR8Assigned to domainSMENRSMENRMEHMCME
SMIVELease-Out Number SMIVECHAR13ALPHAVVSMIVEMIVMRTA
ADR_REFAddress ID BP_ADR_REFCHAR10Assigned to domainBP_ADR_REFADK
MANDTClient MANDTCLNT3T000MANDT
PARTNRBusiness Partner Number BP_PARTNR_OLDCHAR10BP000ALPHABP_PARTNRBPN
ADR_REF_KAddress ID BP_ADR_REF_OLDCHAR10TP14BP_ADR_REFADK
ADR_DATBusiness partner address relationship valid from BP_ADR_DATDATS8DATUM
ADRNRAddress Number BP_ADRNR_OLDCHAR10SANS1SADRNR
ADDRNUMBERAddress number AD_ADDRNUMCHAR10ADRCALPHAAD_ADDRNUMADR
ADDRESS_ID(Not supported) Physical address ID AD_ADDR_IDCHAR10ALPHAAD_ADDR_ID
ADR_D_EBusiness Partner Address Relationship Valid Until BP_ADR_D_EDATS8DATUM
ADR_LOCBuilding BP_ADR_LOCCHAR20CHAR20
FLOORFloor BP_FLOORCHAR10CHAR10
ROOM_NRRoom Number BP_ROOM_NRCHAR10CHAR10
NAME3Name 3 BP_NAME3CHAR40TEXT40
NAME4Name 4 BP_NAME4CHAR40TEXT40
NAME_COc/o Name BP_NAME_COCHAR40TEXT40
PFACHPO Box PFACHCHAR10PFACH
PSTL2P.O. Box Postal Code PSTL2CHAR10PSTLZ
TELF1First telephone number TELF1CHAR16TEXT16
TELF2Second telephone number TELF2CHAR16TEXT16
TELFX1Fax Number TELFXCHAR31TEXT31
TELFX2Fax Number TELFXCHAR31TEXT31
TELBXTelebox number TELBXCHAR15TEXT15
TELX1Telex number TELX1CHAR30TEXT30
DATLTData communication line no. DATLTCHAR14TEXT14
TELTXTeletex number TELTXCHAR30TEXT30
ADSMTPE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
TELNR_CALL1Telephone number for determining caller AD_TELNRCLCHAR30CHAR30
TELNR_CALL2Telephone number for determining caller AD_TELNRCLCHAR30CHAR30
INTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
XADR_REFDescription of Address ID BP_XADRREFCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table SPAB1_ROL

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