T159A SAP (Test Data for Batch Input in Inventory Management) Table details

Dictionary Type: Table
Description: Test Data for Batch Input in Inventory Management




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




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

T159A is a standard SAP Table which is used to store Test Data for Batch Input in Inventory Management data and is available within R/3 SAP systems depending on the version and release level.

The T159A table consists of various fields, each holding specific information or linking keys about Test Data for Batch Input in Inventory Management data available in SAP. These include REPID (ABAP Program Name), CNT02 (Character counter), MAPPE (Session name), TCODE (Transaction Code).. 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: Can be enhanced (character-type)


SAP T159A 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 MANDTCLNT3T000MANDT
REPIDABAP Program Name REPIDCHAR40PROGNAME
CNT02Character counter CNT02NUMC2NUM02
MAPPESession name MAPPECHAR12MAPPE
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
ERFMGQuantity (Batch Input Field) MENGE_BICHAR17CHAR17
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
BPMNGQuantity (Batch Input Field) MENGE_BICHAR17CHAR17
BPRMEOrder Price Unit (Purchasing) BPRMEUNIT3Assigned to domainCUNITMEINS
EBELNPurchase Order Number BSTNRCHAR10Assigned to domainALPHAEBELNBES
EBELPLine Item Number of Purchasing Document (Batch Input Field) EBELP_BICHAR5CHAR5
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
RSNUMNumber of reservation (batch input format) RSNUM_BICHAR10CHAR10RES
RSPOSItem number of reservation (batch input format) RSPOS_BICHAR4CHAR4RPO
KONTOAccount number KONTOCHAR16ALPHAKTO16
RSARTRecord type RSARTCHAR1RSART
VLIEFDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
VBELPDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM T159A
INTO CORRESPONDING FIELDS OF WA_T159A
WHERE...

How to access SAP table T159A

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