REXCC_ES_POSTING SAP (Posting Deposits Setting (TIVXCESPOSTING)) Structure details

Dictionary Type: Structure
Description: Posting Deposits Setting (TIVXCESPOSTING)




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




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

REXCC_ES_POSTING is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Posting Deposits Setting (TIVXCESPOSTING)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_REXCC_ES_POSTING TYPE REXCC_ES_POSTING.

The REXCC_ES_POSTING table consists of various fields, each holding specific information or linking keys about Posting Deposits Setting (TIVXCESPOSTING) data available in SAP. These include MANDT (Client), AUTCOMISO (ISO Code of Autonomous Community), DATEFROM (Date: Valid From), FREQUENCY (Number of Frequency Units of Period).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP REXCC_ES_POSTING structure 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 structure REXCC_ES_POSTING using ABAP code?

As REXCC_ES_POSTING is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on REXCC_ES_POSTING as there is no data to select.

How to access SAP table REXCC_ES_POSTING

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