OIUE2_ESCROW_CR SAP (Proc 2.0 - WY Escrow - Check Run Info) Table details

Dictionary Type: Table
Description: Proc 2.0 - WY Escrow - Check Run Info




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




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

OIUE2_ESCROW_CR is a standard SAP Table which is used to store Proc 2.0 - WY Escrow - Check Run Info data and is available within R/3 SAP systems depending on the version and release level.

The OIUE2_ESCROW_CR table consists of various fields, each holding specific information or linking keys about Proc 2.0 - WY Escrow - Check Run Info data available in SAP. These include RUN_ID (Proc 2.0 - Run ID), CHECK_RUN_ID (Run ID), RUN_DATE (Run Date), STATUS (Run Status).. 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_ESCROW_CR 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
RUN_IDProc 2.0 - Run ID OIUE2_RUN_IDNUMC10
CHECK_RUN_IDRun ID OIUCW_RUN_IDCHAR10OIUCW_RUN_ID
RUN_DATERun Date OIUCW_RUN_DATEDATS8OIUCW_RUN_DATE
STATUSRun Status OIUCW_RUN_STATUSCHAR2OIUCW_RUN_STATUS
LEVEL_OF_CWLevel of Payment Processing Run OIUCW_RUN_LEVELCHAR1CHAR1
CHECK_DATECheck Date OIUH_CHK_DATEDATS8SYDATS
PMNT_RUN_TYPECheckwrite Parameter OIUH_CHKWRITE_PARMCHAR1OIUH_CHKWRITE_PARM
BANK_IDBank Identification OIUCW_BANK_IDCHAR9OIUCW_BANK_ID
BANK_ACCOUNTBank Account OIUCW_BANK_ACCTCHAR9OIUCW_BANK_ACCT
COMPANY_CODEOrganization level 1 number (Company Code) OIUH_OR_LVL_1_NOCHAR3Assigned to domainOIUH_OR_LVL_1_NO
CASH_COMPANYCash Company OIUCW_CASH_COMPANYCHAR1OIUCW_CASH_COMPANY
OVERRIDE_MIN_PAYOverride the Minimum Payment OIUCW_IGNORE_MIN_PAYCHAR1CHAR1
TARGET_SERVERServer name BTCSRVNAMECHAR20TEXT20
JOB_IDJob ID BTCJOBCNTCHAR8CHAR8
USER_NAMEUser Name SYUNAMECHAR12SYCHAR12
OWNERS_IN_GROUP 0
RUN_TYPECheckwrite Run Type OIUCW_RUN_TYPECHAR4

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUE2_ESCROW_CR
INTO CORRESPONDING FIELDS OF WA_OIUE2_ESCROW_CR
WHERE...

How to access SAP table OIUE2_ESCROW_CR

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