TNTRABR SAP (Subsequent Settlement: Central Control Table) Table details

Dictionary Type: Table
Description: Subsequent Settlement: Central Control Table




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




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

TNTRABR is a standard SAP Table which is used to store Subsequent Settlement: Central Control Table data and is available within R/3 SAP systems depending on the version and release level.

The TNTRABR table consists of various fields, each holding specific information or linking keys about Subsequent Settlement: Central Control Table data available in SAP. These include NTRABR_ACTIVE (Indicator: Subsequent settlement in Purchasing not active), NTRABR_EK_ACTIVE (Indicator: Subseq. Settlement for Purch. Document not Active), NTRABR_EK_NTR (Indicator: Subseq. Business Volume Update for PO not active), UPDATE_BE (Indicator: Run Update Programs for Purchase Order).. 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 TNTRABR 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
NTRABR_ACTIVEIndicator: Subsequent settlement in Purchasing not active NTRABR_ACTIVECHAR1XFELD
NTRABR_EK_ACTIVEIndicator: Subseq. Settlement for Purch. Document not Active NTRABR_EK_ACTIVECHAR1XFELD
NTRABR_EK_NTRIndicator: Subseq. Business Volume Update for PO not active NTRABR_EK_NTRCHAR1XFELD
UPDATE_BEIndicator: Run Update Programs for Purchase Order UPDATE_BECHAR1XFELD
UPDATE_BE_NTRIndicator: Subsequent Change Update not Active for PO UPDATE_BE_NTRCHAR1XFELD
UPDATE_WEIndicator: Execute Update Program for Goods Receipt UPDATE_WECHAR1XFELD
UPDATE_REIndicator: Execute Update Program for Invoice Verification UPDATE_RECHAR1XFELD
NTRABR_AG_ACTIVEIndicator: Subseq. Settlement in Agency Business not Active NTRABR_AG_ACTIVECHAR1XFELD
NTRABR_LF_NTRIndicator: Subseq. Bus. Volume Update f. VBillDoc not Active NTRABR_LF_NTRCHAR1XFELD
NTRABR_RG_NTRIndic.: Subseq. BusVol Update not active f. Settlem.Request NTRABR_RG_NTRCHAR1XFELD
NTRABR_RG_NTR_RGIndicator: Note Doc. Index Indicator Customer Master NTRABR_RG_NTR_RGCHAR1XFELD
NTRABR_CU_NTRIndicator: Subseq. Bus. Vol. Update Cus. Settlement Not Act. NTRABR_CU_NTRCHAR1XFELD
NTRABR_VS_NTRInd: Sub. Sales Update Vendor Settlement Not Active NTRABR_VS_NTRCHAR1XFELD
NTRABR_EK_ARCHIVIndicator: During Archiving, No Check on Use in Subs.Settle. NTRABR_EK_ARCHIVECHAR1XFELD
NTRABR_LF_ARCHIVIndicator: During Archiving, No Check on Use in Subs.Settle. NTRABR_LF_ARCHIVECHAR1XFELD
NTRABR_RG_ARCHIVIndicator: During Archiving, No Check on Use in Subs.Settle. NTRABR_RG_ARCHIVECHAR1XFELD
NTRABR_CU_ARCHIVIndicator: During Archiving, No Check on Use in Subs.Settle. NTRABR_CU_ARCHIVECHAR1XFELD
NTRABR_VS_ARCHIVIndicator: During Archiving, No Check on Use in Subs.Settle. NTRABR_VS_ARCHIVECHAR1XFELD
NTRABR_LA_ARCHIVIndicator: During Archiving, No Check on Use in Subs.Settle. NTRABR_LA_ARCHIVECHAR1XFELD
NTRABR_KA_ARCHIVIndicator: During Archiving, No Check on Use in Subs.Settle. NTRABR_KA_ARCHIVECHAR1XFELD
NTRABR_GA_ARCHIVIndicator: During Archiving, No Check on Use in Subs.Settle. NTRABR_GA_ARCHIVECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNTRABR
INTO CORRESPONDING FIELDS OF WA_TNTRABR
WHERE...

How to access SAP table TNTRABR

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