OIUE2_ESCH_BA SAP (Proc 2.0 - Escheat - BA) Table details

Dictionary Type: Table
Description: Proc 2.0 - Escheat - BA




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




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

OIUE2_ESCH_BA is a standard SAP Table which is used to store Proc 2.0 - Escheat - BA data and is available within R/3 SAP systems depending on the version and release level.

The OIUE2_ESCH_BA table consists of various fields, each holding specific information or linking keys about Proc 2.0 - Escheat - BA data available in SAP. These include OWN_NO (Business Associate), OWN_SEQ_NO (Sequence Number), NAME_ID (Proc 2.0 - Escheat - Name ID), OWNER_NM_LAST (Proc 2.0 - Escheat - 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIUE2_ESCH_BA table 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
MANDTClient MANDTCLNT3T000MANDT
OWN_NOBusiness Associate OIUCM_BUS_ASSOCCHAR6OIUH_CM_BAALPHAOIUCM_BUS_ASSOCOIUCM_BUS_ASSOC
OWN_SEQ_NOSequence Number OIUCM_SEQ_NOCHAR2OIUH_CM_BAALPHAOIUCM_SEQ_NOOIUCM_SEQ_NO
NAME_IDProc 2.0 - Escheat - Name ID OIUE2_ESCHEAT_NAME_IDCHAR1OIUE2_ESCHEAT_NAME_ID
OWNER_NM_LASTProc 2.0 - Escheat - Name OIUE2_ESCHEAT_NAMECHAR40
OWNER_NM_FIRSTProc 2.0 - Escheat - Owner First Name OIUE2_ESCHEAT_OWNER_NM_FIRSTCHAR30
OWNER_NM_MIDDLEProc 2.0 - Escheat - Owner Middle Name OIUE2_ESCHEAT_OWNER_NM_MIDDLECHAR10
OWNER_NM_PREFIXProc 2.0 - Escheat - Owner Name Prefix OIUE2_ESCHEAT_OWNER_NM_PREFIXCHAR10
OWNER_NM_SUFFIXProc 2.0 - Escheat - Owner Name Suffix OIUE2_ESCHEAT_OWNER_NM_SUFFIXCHAR10
OWNER_NM_TITLEProc 2.0 - Escheat - Owner Name Title OIUE2_ESCHEAT_OWNER_NM_TITLECHAR6
OWNER_ADDRESS1Proc 2.0 - Escheat - Owner Address Line 1 OIUE2_ESCHEAT_OWNER_ADDRESS1CHAR30
OWNER_ADDRESS2Proc 2.0 - Escheat - Owner Address Line 2 OIUE2_ESCHEAT_OWNER_ADDRESS2CHAR30
OWNER_ADDRESS3Proc 2.0 - Escheat - Owner Address Line 3 OIUE2_ESCHEAT_OWNER_ADDRESS3CHAR30
OWNER_CITYProc 2.0 - Escheat - Owner City OIUE2_ESCHEAT_OWNER_CITYCHAR30
OWNER_COUNTYProc 2.0 - Escheat - Owner County OIUE2_ESCHEAT_OWNER_COUNTYCHAR20
OWNER_STATEState Code OIUH_STATE_CODECHAR2CHAR2
OWNER_ZIPProc 2.0 - Escheat - Owner Zip Code OIUE2_ESCHEAT_OWNER_ZIPCHAR9
OWNER_COUNTRYCountry OIU_COUNTRYCHAR3Assigned to domainLAND1OIU_LAND1
OWNER_TAXIDProc 2.0 - Escheat - Owner Tax ID OIUE2_ESCHEAT_OWNER_TAXIDNUMC9
OWNER_TAXID_EXTProc 2.0 - Escheat - Owner Tax ID Extension OIUE2_ESCHEAT_OWNER_TAXID_EXTCHAR2
OWNER_DOBProc 2.0 - Escheat - Owner Data of Birth OIUE2_ESCHEAT_OWNER_DOBDATS8
CHANGE_USERLast Changed By OIUX3_LAST_CHANGED_USERCHAR12USNAM
CHANGE_DATEDate of Last Change OIUX3_LAST_CHANGED_DATEDATS8
CHANGE_TIMETime of Last Change OIUX3_LAST_CHANGED_TIMETIMS6

Key field Non-key field



How do I retrieve data from SAP table OIUE2_ESCH_BA using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIUE2_ESCH_BA to SELECT all data from the table
DATA: WA_OIUE2_ESCH_BA TYPE OIUE2_ESCH_BA.

SELECT SINGLE *
FROM OIUE2_ESCH_BA
INTO CORRESPONDING FIELDS OF WA_OIUE2_ESCH_BA
WHERE...

How to access SAP table OIUE2_ESCH_BA

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