SANS1_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 SANS1_ROL
Related tables to SANS1_ROL
Access table SANS1_ROL




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

SANS1_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_SANS1_ROL TYPE SANS1_ROL.

The SANS1_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 SANS1_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
PARTNRBusiness Partner Number BP_PARTNRCHAR10Assigned to domainALPHABP_PARTNRBPN
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
ADRNRAddress Number BP_ADRNR_OLDCHAR10Assigned to domainSADRNR
STRASHouse number and street STRAS_GPCHAR35TEXT35
STRA1House number and street STRAS_GPCHAR35TEXT35
STRA2House number and street STRAS_GPCHAR35TEXT35
ORT01City ORT01_GPCHAR35TEXT35
ORT02District ORT02_GPCHAR35TEXT35
PSTLZPostal Code PSTLZCHAR10PSTLZ
PSTBZPost delivery district PSTBZCHAR15PSTBZ
LAND1Country Key LAND1CHAR3T005LAND1LND
REGIOSTATE (State, Province, County) REGIOCHAR3T005SREGIO
XLANDCountry Name LANDXCHAR15TEXT15
XREGIOName of region XREGIOCHAR20TEXT20
INTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO

Key field Non-key field



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

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

How to access SAP table SANS1_ROL

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