VISCS_SU_SUM SAP (Sum of All Costs and Measurement Amounts for Settlment Unit) Table details

Dictionary Type: Table
Description: Sum of All Costs and Measurement Amounts for Settlment Unit




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




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

VISCS_SU_SUM is a standard SAP Table which is used to store Sum of All Costs and Measurement Amounts for Settlment Unit data and is available within R/3 SAP systems depending on the version and release level.

The VISCS_SU_SUM table consists of various fields, each holding specific information or linking keys about Sum of All Costs and Measurement Amounts for Settlment Unit data available in SAP. These include SCS_SU_GUID (SU within SCS, for a Period and Measurement Type), SETTL_GUID (Unique Key of Settlement), OBJTYPE (Object Type), OBJNR (Object 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 or numeric)


SAP VISCS_SU_SUM 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
SCS_SU_GUIDSU within SCS, for a Period and Measurement Type RESCSUGUIDRAW16RECAGUID
SETTL_GUIDUnique Key of Settlement RECASETTLGUIDRAW16VISCSETTLRECAGUID
OBJTYPEObject Type RECAOBJTYPECHAR2Assigned to domainJ_OBARTRECAOBJTYPE
OBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
PFROMPeriod Start Date RECAPERIODFROMDATS8RECADATEBEG
PTOPeriod End Date RECAPERIODTODATS8REDATRECADATEEND
PURPOSEPurpose of Apportionment RESCFORPURPOSECHAR3TIVSCPURPOSERESCFORPURPOSERESCPURPOSE
MEASMeasurement Type REBDMEASCHAR4TIVBDMEASALPHAREBDMEASREBDMEASREBDMEAS
PLENGTHNumber of days VVATAGENUMC6INT6
CC_OBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
IS_MEAS_REFIs Reference for Other SUs with Same RO + Measurement RESCISMEASREFCHAR1RECABOOL
REF2EQUAL_SUGUID on Entries of SU with Same RO and Measurement RESCEQUALMEASSURAW16VISCS_SU_SUMRECAGUID
REF2SIM_SUGUID on Entries of SU for Measurement Type for Simulation RESCREFSIMSURAW16VISCS_SU_SUMRECAGUID
REF2REST_SUGUID for Entries of a SU for Remaining Apportionment RESCREFRESTSURAW16VISCS_SU_SUMRECAGUID
REF2MSUSEGUIDSettlement GUID of Separate Master SU Settlement RESCREF2MSUSEGUIDRAW16VISCSETTLRECAGUID
REF2MSUSESUGUIDSU GUID in Separate Master SU Settlement RESCREF2MSUSESUGUIDRAW16VISCS_SU_SUMRECAGUID
MEASUSEDALTAlternative Measurement Type RESCMEASUSEDALTCHAR4TIVBDMEASALPHAREBDMEAS
APPORTVALUEReference Factor RESCAPPORTVALUEDEC20(8) RESCAPPORTVALUE
APPORTVALUEOPTPart of the Reference Factor that Opts RESCAPPORTVALUEOPTINGDEC20(8) RESCAPPORTVALUE
SHARE_PERCENTShare of Apportionment as Percentage RESCSHAREPERCENTDEC5(2) DEC3_2
AFCMETHODCalculation Method for Reference Factor RESCAFCMETHODCHAR4RESCAFCMETHOD
LOC_KEYRegional Location Key for Heating Value Days RESCLOCKEYCHAR10TIVA2ETH10RESCLOCKEY
VACANCY_PERCENTVacancy Percentage Rate, Responsibility of Landlord RESCVACANCYPERCENTDEC5(2) DEC3_2
SUM_EQUINUMEquivalence Number RESCEQUIVNUM_SUMDEC20(8) RESCAPPORTVALUE
SUM_EQUINUMUNITMeasurement Unit for Assignment of Participating SUs RESCSUMEQUINUMUNITUNIT3Assigned to domainCUNITMEINS
SUM_PERCENTPercentage rate predistribution cross settlement unit VVUAEPROZDEC5(2) VVPROZE
HOW_DISTRIBUTEType of Predistribution RESCHOWDISTRIBUTECHAR1RESCHOWDISTRIBUTE
REST_OBJECTObj. number for posting remaining amount for master SU RESCRESTOBJECTCHAR22Assigned to domainJ_OBJNRONR
RESTNEGALLOWEDNegative Consumption Remainder Allowed RESCRESTNEGALLOWEDCHAR1RECABOOL
HAS_CHILDIs Settlement Unit a Master Settlement Unit RESCHASCHILDCHAR1RECABOOL
HAS_PARENTSettlement Unit Has Superordinate Settlement Unit RESCHASPARENTCHAR1RECABOOL
HAS_RESTOBJRemainder Object Was Defined for Master SU RESCHASRESTOBJCHAR1RECABOOL
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
NETAMOUNTNet Amount RESCNETAMOUNTDEC22(8) RESCSHCURR
NONDEDTAXAMTNon-Deductible Tax Amount RESCNONDEDTAXAMTDEC22(8) RESCSHCURR
DEDTAXAMOUNTDeductible Tax Amount RESCDEDTAXAMTDEC22(8) RESCSHCURR
HAS_COSTSCosts Were Posted on the Object RESCHASCOSTSCHAR1RECABOOL
HEATING_SYSData Exchange Settlement Unit (Currently Not Used) RESCHEATING_SYSCHAR13Assigned to domainCHAR13
ACCFIRMSettlement company indicator SKABRFCHAR3TIV50SKABRF
IS_CREDITSSUIs SU a Credit-Side Settlement Unit RESCIS_CREDITSSUCHAR1RECABOOL
IS_ONLY4MEASSettlement Unit Data Record for Retrieval of Measurement RESCISONLY4MEASCHAR1RECABOOL
IS_ONLY4OPTRATESettlement Unit Data Record for Retrieving Option Rate RESCISONLY4OPTRATECHAR1RECABOOL
IS_ROOT_SUIs Root Settlement Unit RESCISROOTSUCHAR1RECABOOL
IS_RESTOBJObject Is Remainder Object RESCISRESTOBJCHAR1RECABOOL
REASONFORENTRYReason for Entry RESCREASONFORENTRYCHAR3RESCREASONFORENTRY
PROCESSGUIDGeneric Key of Process RECAPROCESSGUIDRAW16RECAGUID

Key field Non-key field



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

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

SELECT SINGLE *
FROM VISCS_SU_SUM
INTO CORRESPONDING FIELDS OF WA_VISCS_SU_SUM
WHERE...

How to access SAP table VISCS_SU_SUM

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