VDARC_DOC_ADM SAP (Admin. Table for Reorganization of Loan Document Data) Table details

Dictionary Type: Table
Description: Admin. Table for Reorganization of Loan Document Data




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




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

VDARC_DOC_ADM is a standard SAP Table which is used to store Admin. Table for Reorganization of Loan Document Data data and is available within R/3 SAP systems depending on the version and release level.

The VDARC_DOC_ADM table consists of various fields, each holding specific information or linking keys about Admin. Table for Reorganization of Loan Document Data data available in SAP. These include BUKRS (Company Code), RANL (Contract Number), S_REORGARCSTAT (Status of the Archiving/Reorganization for a Loan), S_PROC_STAT (Number of Archiving Runs for a Loan).. 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 VDARC_DOC_ADM 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
S_REORGARCSTATStatus of the Archiving/Reorganization for a Loan TB_REORGARCSTATCHAR1T_REORGARCSTAT
S_PROC_STATNumber of Archiving Runs for a Loan TB_SARCSTATNUMC4T_SARCSTAT
SANLFProduct Category SANLFNUMC3Assigned to domainVVSANLF
GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
SANTWHRContract Currency SANTWHRCUKY5Assigned to domainWAERS
SHWHRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
D_ARC_RSpecified Key Date for Last Loan Document Data Archiving TB_D_ARC_RDATS8DATUM
D_ARC_R_PAYSpec. Key Date 'Payment' of Last Document Data Archiving TB_D_ARC_R_PDATS8DATUM
D_ARCKey Date of the Last Loan Document Data Archiving TB_D_ARCDATS8DATUM
DVARCMaximum Calculation Date of the Last Loan Document Archiving TB_DVARCDATS8DATUM
DPARCMaximum Posting Key Date of the Last Loan Document Archiving TB_DPARCDATS8DATUM
DFARCMAximum Due Date of the Last Loan Document Data Archiving TB_DFARCDATS8DATUM
DDARCMaximum Payment Date of the Last Loan Document Archiving TB_DDARCDATS8DATUM
RERFEntered by RERFCHAR12SYCHAR12
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
ARCHIVEKEYKey for Archive File ARKEYCHAR20ARKEY

Key field Non-key field



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

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

SELECT SINGLE *
FROM VDARC_DOC_ADM
INTO CORRESPONDING FIELDS OF WA_VDARC_DOC_ADM
WHERE...

How to access SAP table VDARC_DOC_ADM

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