TIVXCESPOSTING SAP (Posting Deposits) Table details

Dictionary Type: Table
Description: Posting Deposits




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




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

TIVXCESPOSTING is a standard SAP Table which is used to store Posting Deposits data and is available within R/3 SAP systems depending on the version and release level.

The TIVXCESPOSTING table consists of various fields, each holding specific information or linking keys about Posting Deposits data available in SAP. These include AUTCOMISO (ISO Code of Autonomous Community), DATEFROM (Date: Valid From), FREQUENCY (Number of Frequency Units of Period), FREQ_UNIT (Frequency Unit).. 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)


SAP TIVXCESPOSTING 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
AUTCOMISOISO Code of Autonomous Community REXCESAUTCOMISOCHAR5TIVXCESAUTCOMTEXT5
DATEFROMDate: Valid From RECADATEFROMDATS8RECADATEBEG
FREQUENCYNumber of Frequency Units of Period RECDFREQUENCYNUMC3NUMC03
FREQ_UNITFrequency Unit RECDFREQUENCYUNITNUMC1RECDFREQUENCYUNIT
PAYMENTFORMRHPayment Form (Period Start, Mid-Period, In Arrears, Example) RECDPAYMENTFORMRHNUMC1RECDPAYMENTFORMRH
DUEDATECORRRULEDue Date Correction Rule RECDDUEDATECORRRULECHAR4TIVCDDUEDATERECDDUEDATECORRRULE
DUEDATECORRCALCorrection Number for Correction of Due Date by Calendar RECDDUEDATECORRCALINT25RECDCORRECTINT
DUEDATECORRCALUNUnit for Correcting Due Date by Calendar RECDDUEDATECORRCALUNITNUMC2RECDDUEDATECORRCALUNIT
DUEDATECALENDERFactory Calendar RECACALENDARCHAR2TFACDWFCIDFCI
DUEDATEDAYSNumber of Days for Payment REXCESPAYMDAYSNUMC3NUM03
DEPOSIT_WAPercent of Security Deposit (Agreement with AC) REXCESDEPWANUMC3REXCESPERC
DEPOSIT_WOPercent of Security Deposit (No Agreement with AC) REXCESDEPWONUMC3REXCESPERC
SECDEPRATESecurity Deposit Rate REXCESSECDEPRATEDEC5(2) DEC03_2

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIVXCESPOSTING
INTO CORRESPONDING FIELDS OF WA_TIVXCESPOSTING
WHERE...

How to access SAP table TIVXCESPOSTING

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