VDLOANCHARAC SAP (Processing Characteristics per Loan) Table details

Dictionary Type: Table
Description: Processing Characteristics per Loan




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




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

VDLOANCHARAC is a standard SAP Table which is used to store Processing Characteristics per Loan data and is available within R/3 SAP systems depending on the version and release level.

The VDLOANCHARAC table consists of various fields, each holding specific information or linking keys about Processing Characteristics per Loan data available in SAP. These include BUKRS (Company Code), SARCHIV (Archiving Category Indicator), RANL (Contract Number), CHARAC (Processing Characteristic).. 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: Not classified


SAP VDLOANCHARAC 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SARCHIVArchiving Category Indicator SARCHIVCHAR1SARCHIVARC
RANLContract Number RANLCHAR13Assigned to domainALPHARANLRAN
CHARACProcessing Characteristic TB_LC_CHARACCHAR3Assigned to domainT_LC_CHARAC
CNT_CHARACSequence Number for Proc. Characteristics of a Loan TB_LC_CNT_CHARACNUMC4T_LC_CNT_CHARAC
CHARACVALUEVersion Number Component CHAR2CHAR2CHAR2
CHANGE_DATEFirst Entered on DERFDATS8DATUM
CHANGE_TIMETime of Initial Entry TERFTIMS6TIMES
CHANGE_USEREntered by RERFCHAR12SYCHAR12
CHANGE_TCODEChar 20 CHAR20CHAR20CHAR20
CHARACVALUE_OLDVersion Number Component CHAR2CHAR2CHAR2
CHANGE_DATE_OLDFirst Entered on DERFDATS8DATUM
CHANGE_TIME_OLDTime of Initial Entry TERFTIMS6TIMES
CHANGE_USER_OLDEntered by RERFCHAR12SYCHAR12
CHANGE_TCODE_OLDChar 20 CHAR20CHAR20CHAR20
CHANGE_DATE_TMPFirst Entered on DERFDATS8DATUM
CHANGE_TIME_TMPTime of Initial Entry TERFTIMS6TIMES
CHANGE_USER_TMPEntered by RERFCHAR12SYCHAR12
CHANGE_TCODE_TMPChar 20 CHAR20CHAR20CHAR20
STATUSStatus of Processing Characteristics for Loan TB_LC_STATUSCHAR1T_LC_STATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM VDLOANCHARAC
INTO CORRESPONDING FIELDS OF WA_VDLOANCHARAC
WHERE...

How to access SAP table VDLOANCHARAC

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