T161V SAP (Shipping-Specific Data for Stock Tfr. for Purch. Doc. Type) Pooled Table details

Dictionary Type: Pooled Table
Description: Shipping-Specific Data for Stock Tfr. for Purch. Doc. Type




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




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

T161V is a standard SAP Pooled Table which is used to store Shipping-Specific Data for Stock Tfr. for Purch. Doc. Type data and is available within R/3 SAP systems depending on the version and release level.

The T161V table consists of various fields, each holding specific information or linking keys about Shipping-Specific Data for Stock Tfr. for Purch. Doc. Type data available in SAP. These include BSTYP (Purchasing Document Category), BSART (Purchasing Document Type), RESWK (Supplying (Issuing) Plant in Stock Transport Order), LFART (Delivery Type).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP T161V pooled 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
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
BSARTPurchasing Document Type ESARTCHAR4T161BSARTBSA
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
LFARTDelivery Type LFARTCHAR4TVLKLFARTALT
PRREGChecking Rule for Availability Check PRREGCHAR2T441RPRREGPRR
LFRETDelivery Type for Returns to Vendors LFRETCHAR4TVLKLFART
LBLFADelivery Type for Materials Provided to Subcontractor LBLFACHAR4TVLKLFART
LFRFLDelivery type for store returns LFRFLCHAR4TVLKLFART
MEVSTPerform Shipment Scheduling MEVSTCHAR1XFELD
MERFPUse Route Schedule for Shipment Scheduling MERFPCHAR1XFELD
LFART1Delivery Type for Stock Transfers Within a Company Code LFART1CHAR4TVLKLFART
LFART2Delivery Type for Stock Transfers Between Two Company Codes LFART2CHAR4TVLKLFART
LFCONDelivery Type for Transfers to Consignment Stock LFCONCHAR4TVLKLFART
REVFERule for Adoption of ATP Results in Purchasing REVFECHAR1REVFE
CRM_BILLCRM Billing active /SPE/CRM_BILLING_ACTIVECHAR1XFELD
AUTO_DELVAutomatic Delivery Creation Active /SPE/AUTO_ACTIVECHAR1/SPE/DO_AUTO_ACTIVE
REQPRFATP: Profile at Requirements Level for APO APOREQPRFCHAR6TREQPRFAPOREQPRF
FLS_LFARTDelivery Type for Outbound Delivery for Enh. Store Return FLS_LFARTCHAR4TVLKLFART
ATPCONFMRPATP Confirmations Relevant for MRP ATPCONFMRPCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T161V
INTO CORRESPONDING FIELDS OF WA_T161V
WHERE...

How to access SAP table T161V

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