TIVSCSCKEYGRP SAP (Service Charge Group) Table details

Dictionary Type: Table
Description: Service Charge Group




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




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

TIVSCSCKEYGRP is a standard SAP Table which is used to store Service Charge Group data and is available within R/3 SAP systems depending on the version and release level.

The TIVSCSCKEYGRP table consists of various fields, each holding specific information or linking keys about Service Charge Group data available in SAP. These include SCKEYGRP (Service Charge Group), CSTEXTAPPFLTP (Flow Type for Accrual/Deferral of Ext. Apportionable Costs), CSTINTAPPFLTP (Flow Type for Accrual/Deferral of Int. Apportionable Costs), CSTNONAPPPARTFLT (Flow Type f. Accrual/Def. Due to Sett.Part. Non-Apport.Costs).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = TIVSCSCKEYGRPT


SAP TIVSCSCKEYGRP 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
SCKEYGRPService Charge Group RESCSCKEYGRPCHAR4ALPHARESCSCKEYGRPRESCSCKEYGRP
CSTEXTAPPFLTPFlow Type for Accrual/Deferral of Ext. Apportionable Costs RESCCSTEXTAPPFLTPCHAR4TIVCDFLOWTYPEALPHARECDFLOWTYPE
CSTINTAPPFLTPFlow Type for Accrual/Deferral of Int. Apportionable Costs RESCCSTINTAPPFLTPCHAR4TIVCDFLOWTYPEALPHARECDFLOWTYPE
CSTNONAPPPARTFLTFlow Type f. Accrual/Def. Due to Sett.Part. Non-Apport.Costs RESCCSTNONAPPPARTFLTPCHAR4TIVCDFLOWTYPEALPHARECDFLOWTYPE
CSTNONAPPVACFLTPFlow Type for Accrual/Deferral of Costs for Vacant ROs RESCCSTNONAPPVACFLTPCHAR4TIVCDFLOWTYPEALPHARECDFLOWTYPE
CSTNONAPPFLATFLTFlow Type for Costs Due for Tenants with Flat Payments RESCCSTNONAPPFLATFLTCHAR4Assigned to domainALPHARECDFLOWTYPE
PRPAYREVFLTPFlow Type for Accr./Def. of Advance Pmts Posted as Revenue RESCPRPAYREVFLTPCHAR4TIVCDFLOWTYPEALPHARECDFLOWTYPE
PRPAYCUSTFLTPFlow Type for Accrual/Def. of APs Posted to Sp.G/L Rec. Acct RESCPRPAYCUSTFLTPCHAR4TIVCDFLOWTYPEALPHARECDFLOWTYPE
PRPAYROFLTPFlow Type for Imputed Advance Payment for Vacancy RESCPRPAYROFLTPCHAR4TIVCDFLOWTYPEALPHARECDFLOWTYPE
PRPAYFLATFLTPFlow Type for Accrual/Deferral of Flat Payments RESCPRPAYFLATFLTPCHAR4Assigned to domainALPHARECDFLOWTYPE
PRPAYINTFLTPFlow Type to Defer Advance Payment for Internal Contracts RESCPRPAYINTFLTPCHAR4Assigned to domainALPHARECDFLOWTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIVSCSCKEYGRP
INTO CORRESPONDING FIELDS OF WA_TIVSCSCKEYGRP
WHERE...

How to access SAP table TIVSCSCKEYGRP

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