VDCORR_ALOI SAP (Loans: Search Index for Correspondence (Document Finder)) Table details

Dictionary Type: Table
Description: Loans: Search Index for Correspondence (Document Finder)




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




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

VDCORR_ALOI is a standard SAP Table which is used to store Loans: Search Index for Correspondence (Document Finder) data and is available within R/3 SAP systems depending on the version and release level.

The VDCORR_ALOI table consists of various fields, each holding specific information or linking keys about Loans: Search Index for Correspondence (Document Finder) data available in SAP. These include BUKRS (Company Code), RANL (Contract Number), CREATE_DATE (Field of type DATS), RECEIVER_ID (Business Partner 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 VDCORR_ALOI 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RANLContract Number RANLCHAR13ALPHARANLRAN
CREATE_DATEField of type DATS DATSDATS8DATS
RECEIVER_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
CORR_TYPECorrespondence Type COTYP_KKCHAR4Assigned to domainCOTYP_KKCOTYPCOTYP_KK
ARCHIV_IDContent Repository Identification SAEARCHIVICHAR2TOAARSADC2_AR
ARC_DOC_IDSAP ArchiveLink: Document ID SAEARDOIDCHAR40SADC40
SAP_OBJECTSAP ArchiveLink: Object type of business object SAEANWDIDCHAR10TOJTBOJ_NAMEOAO
OBJECT_IDSAP ArchiveLink: Object ID (object identifier) SAEOBJIDCHAR50SADC50
AR_OBJECTDocument type SAEOBJARTCHAR10TOADVSADC10_DVDOK
DOC_CLASSSAP ArchiveLink: Technical document class SAEDOCETYPCHAR20SADC20
REFDATEReference Date for Creating Correspondence TB_CORR_REFERENCE_DATEDATS8DATUM
BANKSBank country key BANKSCHAR3T005LAND1BKL
BANKLBank Keys BANKKCHAR15BANKKBNK
CURRENCYCurrency SWHRCUKY5TCURCWAERSWHR
STMTNREKANumber of last account statement STMTNREKANUMC7NUMC07
BEGRUAuthorization Group BEGRUCHAR4BEGRU
BEARBLoan Officer VVRSBEARCHAR10TZB21ALPHAKUNNR_VV
.INCLU--AP 0
ORGUNITOrganizational Unit TB_MD_ORGUNIT_CNMGTCHAR12TD19T_MD_ORGUNIT_CNMGT
DISTRIB_CHANNELSales Channel TB_MD_DISTRIBUTION_CHANNELCHAR10TD30T_MD_DISTRIBUTION_CHANNEL

Key field Non-key field



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

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

SELECT SINGLE *
FROM VDCORR_ALOI
INTO CORRESPONDING FIELDS OF WA_VDCORR_ALOI
WHERE...

How to access SAP table VDCORR_ALOI

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