N1TC_MATRIX_BUF SAP (Matrix Temporary Storage) Table details

Dictionary Type: Table
Description: Matrix Temporary Storage




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




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

N1TC_MATRIX_BUF is a standard SAP Table which is used to store Matrix Temporary Storage data and is available within R/3 SAP systems depending on the version and release level.

The N1TC_MATRIX_BUF table consists of various fields, each holding specific information or linking keys about Matrix Temporary Storage data available in SAP. These include UBNAME (User Name in User Master Record), VALID_DATE (Valid-To Date), DEPTOU (Departmental Organizational Unit), TREAOU (Treatment or Nursing Organizational 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP N1TC_MATRIX_BUF 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
UBNAMEUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
VALID_DATEValid-To Date N1TC_VALID_TODATS8
DEPTOUDepartmental Organizational Unit N1TC_DEPTOUCHAR8Assigned to domainALPHAORGID
TREAOUTreatment or Nursing Organizational Unit N1TC_TREAOUCHAR8Assigned to domainALPHAORGID
CLASSIFICATIONClassification of Matrix Assignment N1TC_CLASSIFICATIONCHAR1N1TC_CLASSIFICATION
RESP_TYPEReference Level of Treatment Contract N1TC_OU_RESP_TYPECHAR1N1TC_OU_RESP_TYPE
DAYS_EXTTreatment Contract - Follow-Up Time in Days N1TC_DAYS_EXTNUMC5N1TC_DAYS_EXT
DAYS_APPLTreatment Contract - Application Period in Days N1TC_DAYS_APPLNUMC5N1TC_DAYS_APPL

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1TC_MATRIX_BUF
INTO CORRESPONDING FIELDS OF WA_N1TC_MATRIX_BUF
WHERE...

How to access SAP table N1TC_MATRIX_BUF

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