NALIWT SAP (Display Output from Trading Contract) Structure details

Dictionary Type: Structure
Description: Display Output from Trading Contract




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




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

NALIWT 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 "Display Output from Trading Contract" 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_NALIWT TYPE NALIWT.

The NALIWT table consists of various fields, each holding specific information or linking keys about Display Output from Trading Contract data available in SAP. These include COLOR (3-Byte field), SELFL (Single-Character Indicator), TKONN (Trading Contract: Trading Contract Number), TPOSN (Trading Contract: Item Number).. 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 NALIWT 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
TABIXRow Index of Internal Tables SYTABIXINT410SYST_LONG
COLOR3-Byte field CHAR3CHAR3CHAR3
SELFLSingle-Character Indicator CHAR1CHAR1CHAR1
TKONNTrading Contract: Trading Contract Number TKONNCHAR10Assigned to domainALPHATKONNWKNWBHK
TPOSNTrading Contract: Item Number TPOSNNUMC6TPOSNWKP
TPOSN_SUBTrading Contract: Sub-Item Number TPOSN_SUBNUMC6TPOSN
KUNNRSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
NAME1_KUNNRName 1 of an address NAME1_ADRSCHAR40TEXT40
ELIFNVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
NAME1_LIFNRName 1 of an address NAME1_ADRSCHAR40TEXT40
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
BEZEI_VKORGDescription of sales organization VKORG_BEZCHAR20TEXT20
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
BEZEI_VTWEGDescription of distribution channel VTWEG_BEZCHAR20TEXT20
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
BEZEI_SPARTDescription of division SPART_BEZCHAR20TEXT20
VKGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
BEZEI_VKGRPDescription of Sales Group VKGRP_BEZCHAR20TEXT20
VKBURSales Office VKBURCHAR4Assigned to domainVKBURVKB
BEZEI_VKBURDescription of sales office VKBUR_BEZCHAR20TEXT20
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
BEZEI_EKORGDescription of Purchasing Organization EKOTXCHAR20TEXT20
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
BEZEI_EKGRPDescription of purchasing group EKNAMCHAR18TEXT18
TKSACHBTrading Contract: Person Responsible TKSACHBCHAR12UNAME
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
BEZEI_MATKLLong text describing the material group WGBEZ60CHAR60TEXT60
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
BEZEI_GSBERBusiness area description GTEXTCHAR30TEXT30
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KKBERCredit control area KKBERCHAR4Assigned to domainKKBERKKB
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
TCTYPTrading Contract: Trading Contract Type TCTYPCHAR4Assigned to domainTCTYPWKA
BEZEI_TCTYPName of Trading Contract Type TCTYP_BEZCHAR40TEXT40
BTBSTATrading Contract: Application Status BTBSTACHAR1Assigned to domainBTBSTA
BEZEI_STATUSTrading Contract: Name of Application Status BTBSTA_BEZCHAR40TEXT40
PARVWPartner function (for example SH for ship-to party) SNA_PARVWCHAR2CHAR2
PNAMEName 1 NAME1_GPCHAR35NAME
KSCHLOutput Type NA_KSCHLCHAR4Assigned to domainKSCHLNACCSH_NA_KSCHL
NACHAMessage transmission medium NA_NACHACHAR1NA_NACHA

Key field Non-key field



How do I retrieve data from SAP structure NALIWT using ABAP code?

As NALIWT 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 NALIWT as there is no data to select.

How to access SAP table NALIWT

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