VICDCONDDIST SAP (Conditions - Distribution Factors and Transfer Amounts) Table details

Dictionary Type: Table
Description: Conditions - Distribution Factors and Transfer Amounts




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




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

VICDCONDDIST is a standard SAP Table which is used to store Conditions - Distribution Factors and Transfer Amounts data and is available within R/3 SAP systems depending on the version and release level.

The VICDCONDDIST table consists of various fields, each holding specific information or linking keys about Conditions - Distribution Factors and Transfer Amounts data available in SAP. These include DISTGUID (GUID (RAW16) for Distributions), CONDGUID (GUID (RAW16) for Conditions), INTRENO (Internal Key of Real Estate Object), OBJNR (Object Number for Distribution).. 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 VICDCONDDIST 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
DISTGUIDGUID (RAW16) for Distributions RECDDISTGUIDRAW16VICDCONDRECAGUID
CONDGUIDGUID (RAW16) for Conditions RECDCONDGUIDRAW16RECAGUID
INTRENOInternal Key of Real Estate Object RECAINTRENOCHAR13Assigned to domainRECAINTRENO
OBJNRObject Number for Distribution RECDOBJNRDISTCHAR22Assigned to domainJ_OBJNRONR
CONDTYPECondition Type RECDCONDTYPECHAR4TIVCDCONDTYPEALPHARECDCONDTYPE
CONDVALIDFROMDate from when condition is valid RECDVALIDFROMDATS8RECADATE
VALUEVALIDFROMDate from when condition is valid RECDVALIDFROMDATS8RECADATE
VALUEVALIDTODate up to when condition is valid RECDVALIDTODATS8REDATRECADATEEND
DISTOBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
DISTVALUECurrency-Independent Distribution Factor RECDDISTVALUEDEC15(6) RECDDISTVALUE
DISTVALUEFACCurrency-Independent Distribution Factor RECDDISTVALUEDEC15(6) RECDDISTVALUE
DISTVALUECOLCurrency-Independent Distribution Factor RECDDISTVALUEDEC15(6) RECDDISTVALUE
DISTCONDVALUEORGBasis for Distribution RECDCONDDISTVALUEORGCURR15(2) RECACURR
DISTCONDVALUEDistributed Condition Amount RECDCONDDISTVALUECURR15(2) RECACURR
CONDVALUECondition item currency amount RECDCONDVALUECURR15(2) RECACURR
TAXVALUETax on Sales/Purchase of Condition Item RECDTAXVALUECURR15(2) RECACURR
CONDVALUENETCurrency Amount (Net) of Condition Item RECDCONDVALUENETCURR15(2) RECACURR
CONDVALUEGROSSCurrency Amount (Gross) of Condition Item RECDCONDVALUEGROSSCURR15(2) RECACURR
CONDCURRCurrency of condition item RECDCONDCURRCUKY5Assigned to domainWAERS
CALCNUMBERSequence Number of Calculation RECDCALCNUMBERINT25

Key field Non-key field



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

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

SELECT SINGLE *
FROM VICDCONDDIST
INTO CORRESPONDING FIELDS OF WA_VICDCONDDIST
WHERE...

How to access SAP table VICDCONDDIST

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