OIUCI_DOCS SAP (Incoming Checks - Generated/Booked Documents) Table details

Dictionary Type: Table
Description: Incoming Checks - Generated/Booked Documents




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




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

OIUCI_DOCS is a standard SAP Table which is used to store Incoming Checks - Generated/Booked Documents data and is available within R/3 SAP systems depending on the version and release level.

The OIUCI_DOCS table consists of various fields, each holding specific information or linking keys about Incoming Checks - Generated/Booked Documents data available in SAP. These include REMITTER (Business Associate), REMITTER_SEQ (Sequence Number), CHECK_NUMBER (Incoming Check Number), DOC_NUMBER (Val. document number).. 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)


SAP OIUCI_DOCS 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 MANDTCLNT3Assigned to domainMANDT
REMITTERBusiness Associate OIUCM_BUS_ASSOCCHAR6ALPHAOIUCM_BUS_ASSOCOIUCM_BUS_ASSOC
REMITTER_SEQSequence Number OIUCM_SEQ_NOCHAR2ALPHAOIUCM_SEQ_NOOIUCM_SEQ_NO
CHECK_NUMBERIncoming Check Number OIUCI_CHECK_NUMBERCHAR12
DOC_NUMBERVal. document number OIURV_DOCNRCHAR20Assigned to domainALPHAOIU_MP_NOOIU_DOCNR
GROUP_NUMBERCheck Line Number OIUCI_LINE_NUMBERNUMC5OIU_DOC_LINENR
COMPANYOrganization level 1 number (Company Code) OIUH_OR_LVL_1_NOCHAR3Assigned to domainOIUH_OR_LVL_1_NO
ACCT_PERDAccounting Period(YYYYMM01) OIUH_ACCOUNTING_PERIOD8CHAR8CHAR8
DOC_TYPE Type of document -JE batch, VL-VL Document0
STATUSGenerated/Booked Document Status OIUCI_DOC_STATUSCHAR2OIUCI_DOC_STATUS
DESCRIPTIONGeneral information field VVXINFOCHAR30CHAR30K

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUCI_DOCS
INTO CORRESPONDING FIELDS OF WA_OIUCI_DOCS
WHERE...

How to access SAP table OIUCI_DOCS

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