EKUNI SAP (IS-U-Specific Fields for Business Partner) Structure details

Dictionary Type: Structure
Description: IS-U-Specific Fields for Business Partner




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




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

EKUNI 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 "IS-U-Specific Fields for Business Partner" 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_EKUNI TYPE EKUNI.

The EKUNI table consists of various fields, each holding specific information or linking keys about IS-U-Specific Fields for Business Partner data available in SAP. These include FIRMART (Type of installation company), ARBFELD (Company work field), MITGLIED (Membership of installer), SPZULASS (Division license of installer).. 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 or numeric)


SAP EKUNI 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
WAKLASSEmployee classification WAKLASSCHAR4TE697E_WAKLASS
FIRMARTType of installation company FIRMARTCHAR2TE183FIRMART
ARBFELDCompany work field ARBFELDCHAR2TE185ARBFELD
MITGLIEDMembership of installer MITGLIEDCHAR1MITGLIED
SPZULASSDivision license of installer SPZULASSCHAR20SPZULASS
ARTZULASSInstaller license type ARTZULASSCHAR2TE189ARTZULASS
AUSWANZNumber of identifications AUSWANZNUMC2AUSWANZ
PLOMBENZSealing pliers number PLOMBENZCHAR10PLOMBENZ
FREMDEVUMain utility company FREMDEVUCHAR3TE187EVU
STATINSValid status of installer in supply area STATINSCHAR2TE061STATINS
STATDATUMDate on which status of installer comes into effect STATDATUMDATS8STATDATUM
ERSTZULDate of initial license of installer ERSTZULDATS8ERSTZUL
WERKSTATTDate of workshop inspection WERKSTATTDATS8WERKSTATT
VERLZULDate of license renewal VERLZULDATS8VERLZUL
ENDEZULDate until which license is renewed ENDEZULDATS8ENDEZUL
ANZEVUNumber of utility companies ANZEVUNUMC2ANZEVU
ANZFILNumber of branches supported by an installionr company ANZFILNUMC2ANZFIL
AUSW_INSTIdentification number for installer license AUSW_INSTCHAR10AUSW_INST
DR_LICENSE_LAND1Country in which driver's license was acquired DR_LICENSE_LAND1CHAR3T005LAND1
DR_LICENSE_REGIORegion in which driver's license was acquired DR_LICENSE_REGIOCHAR3T005SREGIO
DR_LICENSEDriver's license number DR_LICENSECHAR20DR_LICENSE
SOC_SECURESocial Insurance Number E_SOC_SECUCHAR12E_SOC_SECU
WELFAREWelfare office WELFARECHAR9WELFARE
PLACE_EMPLWork center PLACE_EMPLCHAR40CHAR40
KTOKLASSEAccount class KTOKLASSECHAR4KONTOKLASSEKTOKLASSE
BUPINFORELInformation release for business partner data BUPINFORELCHAR2TEBUPINFORELALPHABUPINFOREL
CLERK_IDBusiness partner-specific criteria for agent determination E_CLERK_IDCHAR8TECLERK_IDE_CLERK_ID
RECPTYPECategory for Alternate Payee E_RECPTYPECHAR1E_RECPTYPE
PYMETPayment method for donations/fund payments E_PYMET_DONCHAR1TFK042ZPYMET_KK
EMBVTBank details ID for donations/fund payments E_EMBVT_DONCHAR4CHAR4
HKONTG/L accounts for donations/fund payments E_HKONT_DONCHAR10SKA1ALPHASAKNR
CLASSIFICATIONClassification of Business Partner E_CLASSIFICATIONCHAR4TE181CHAR4
VIPIndicate Very Important Business Partner E_VIPCHAR1KENNZX
IDENT_INSTIdentification Number for Installer License IDENT_INSTCHAR18IDENT_INST

Key field Non-key field



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

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

How to access SAP table EKUNI

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