ECONCPOST SAP (Posting Details for Concession) Table details

Dictionary Type: Table
Description: Posting Details for Concession




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




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

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

The ECONCPOST table consists of various fields, each holding specific information or linking keys about Posting Details for Concession data available in SAP. These include OPBEL (Number of Contract Accts Rec. & Payable Doc.), CONCITEM (Concession Lines in Posting), PRINTDOC (Number of print document), VERTRAG (Contract).. 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: Not classified


SAP ECONCPOST 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
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
CONCITEMConcession Lines in Posting CON_ITEMNUMC4NUMC4
PRINTDOCNumber of print document E_PRINTDOCCHAR12Assigned to domainALPHAE_PRINTDOCE_PRINTDOC
VERTRAGContract VERTRAGCHAR10EVERALPHAVERTRAGVTGEVER
CONC_TYPEConcession Type CON_TYPCHAR4TECONTYPCON_TYP
CONC_CARDConcession Card Number CONC_CARDCHAR20Assigned to domainCON_CARDH_CONCARD
CONC_AMTConcession Amount CON_AMTCURR13(2) WRTV7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BUDATPosting Date in the Document BUDAT_KKDATS8DATUM
TRIGGER_CODETrigger Code TRIGGER_CODECHAR1CON_TRIGGER
STATUSConcession Status of Reimbursement CON_STATUSCHAR2CON_STATUS
STBUKTax Company Code STBUK_KKCHAR4Assigned to domainBUKRSBUK
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
STOKZDocument Has Been Reversed STOKZCHAR1KENNZX

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECONCPOST
INTO CORRESPONDING FIELDS OF WA_ECONCPOST
WHERE...

How to access SAP table ECONCPOST

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