EKUNI_C 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_C
Related tables to EKUNI_C
Access table EKUNI_C




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

EKUNI_C 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_C TYPE EKUNI_C.

The EKUNI_C 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)


SAP EKUNI_C 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
AUSWANZVersion Number Component CHAR2CHAR2CHAR2
PLOMBENZSealing pliers number PLOMBENZCHAR10PLOMBENZ
FREMDEVUMain utility company FREMDEVUCHAR3TE187EVU
STATINSValid status of installer in supply area STATINSCHAR2TE061STATINS
STATDATUMCharacter field, 8 characters long CHAR8CHAR8CHAR8
ERSTZULCharacter field, 8 characters long CHAR8CHAR8CHAR8
WERKSTATTCharacter field, 8 characters long CHAR8CHAR8CHAR8
VERLZULCharacter field, 8 characters long CHAR8CHAR8CHAR8
ENDEZULCharacter field, 8 characters long CHAR8CHAR8CHAR8
ANZEVUVersion Number Component CHAR2CHAR2CHAR2
ANZFILVersion Number Component CHAR2CHAR2CHAR2
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 PYMET_KKCHAR1TFK042ZPYMET_KK
EMBVTBank Details ID of Payee EMBVT_KKCHAR4CHAR4
HKONTGeneral ledger account HKONT_KKCHAR10SKA1ALPHASAKNRSAKO
CLASSIFICATIONClassification of Business Partner E_CLASSIFICATIONCHAR4CHAR4
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_C using ABAP code?

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

How to access SAP table EKUNI_C

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