T160V SAP (Default Values for Purchasing) Pooled Table details

Dictionary Type: Pooled Table
Description: Default Values for Purchasing




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




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

T160V is a standard SAP Pooled Table which is used to store Default Values for Purchasing data and is available within R/3 SAP systems depending on the version and release level.

The T160V table consists of various fields, each holding specific information or linking keys about Default Values for Purchasing data available in SAP. These include EVOPA (Default Values (Purchasing Management)), EBEZB (Indicator: Automatic Source Determination for Requisition), EBEZF (Indicator: Autom. Source Determination During Creation of PO), EINFB (Default Value for Info Update Indicator in 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: Not classified

Text table = T160W


SAP T160V 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
EVOPADefault Values (Purchasing Management) EVOPACHAR2EVOPAEVO
EBEZBIndicator: Automatic Source Determination for Requisition EBEZBCHAR1XFELD
EBEZFIndicator: Autom. Source Determination During Creation of PO EBEZFCHAR1XFELD
EINFBDefault Value for Info Update Indicator in Purchase Order EINFBCHAR1SPINF
EINFADefault Value for Info Update Indicator in Quotation EINFACHAR1SPINF
ELABBIndicator: Set Acknowledgment Requirement Automatically ELABBCHAR1XFELD
ELABKIndicator: Set Acknowledgment Requirement Automatically ELABKCHAR1XFELD
ELABLIndicator: Set Acknowledgment Requirement Automatically ELABLCHAR1XFELD
EUEBBOverview Screen: Purchase Requisition EUEBBCHAR1XFELD
EUEBFOverview Screen: Purchase Order EUEBFCHAR1XFELD
EUEBAOverview Screen: RFQ EUEBACHAR1XFELD
EUEBKOverview Screen: Contract EUEBKCHAR1XFELD
EUEBLOverview Screen: Scheduling Agreement EUEBLCHAR1XFELD
EEISBDelivery Schedule Lines in Purchase order EEISBCHAR1XFELD
EEIFBScheduling Screen: Purchase Order EEIFBCHAR1XFELD
EEISADelivery Schedule Lines in RFQ EEISACHAR1XFELD
EEIFADelivery Schedule Lines in RFQ EEIFACHAR1XFELD
EEISLDelivery Schedule Lines in Scheduling Agreement EEISLCHAR1XFELD
EEIFLDelivery Schedule Lines in Scheduling Agreement EEIFLCHAR1XFELD
EMABVIndicator: Select all (reference to reference document) EMABVCHAR1XFELD
EMABBIndicator: Select all (reference to purchase requisition) EMABBCHAR1XFELD
EUEBNIndicator: Adopt all (reference to individual requisition) EUEBNCHAR1XFELD
EUEZUIndicator: Adopt all (assign and process requisition) EUEZUCHAR1XFELD
ESIBEIndicator: Adopt All and Save PO (Creation of PO) ESIBECHAR1XFELD
ESIZUIndicator: Adopt all and save PO (assign and process PReq.) ESIZUCHAR1XFELD
EBISBConfirmation Screen: Purchase Order EBISBCHAR1XFELD
EBISAIndicator: Two-line step-loop confirmation screen, RFQ EBISACHAR1XFELD
EBISLConfirmation Screen: Sched. Agreement Deliv. Schedule Lines EBISLCHAR1XFELD
EPOSBDialog Box for Changing Doc. Type (Saving as Requisition) EPOSBCHAR1XFELD
EPOWADialog box for GI posting from SC list EPOWACHAR1XFELD
EDEVFIndicator: Detailed Info, Avail. Check, Stock Transfers EDEVFCHAR1XFELD
VARANZDisplay variants VARANZDBCHAR1VABME
VARIANTELayout TC_VARCHAR10CHAR10
NOPCODo not copy any conditions from last purchase order NOPCOCHAR1XFELD
NOPMPNo conditions from last PO if price entered NOPMPCHAR1XFELD
MANGRAdopt manual price as gross price MANGRCHAR1XFELD
CDELTCheck Delivery Date in Source Determination CDELTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T160V
INTO CORRESPONDING FIELDS OF WA_T160V
WHERE...

How to access SAP table T160V

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