/OPT/VIM_STG_LIF SAP (Table: Staging data - Vendor master for ICC) Table details

Dictionary Type: Table
Description: Table: Staging data - Vendor master for ICC




ABAP Code to SELECT data from /OPT/VIM_STG_LIF
Related tables to /OPT/VIM_STG_LIF
Access table /OPT/VIM_STG_LIF




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

/OPT/VIM_STG_LIF is a standard SAP Table which is used to store Table: Staging data - Vendor master for ICC data and is available within R/3 SAP systems depending on the version and release level.

The /OPT/VIM_STG_LIF table consists of various fields, each holding specific information or linking keys about Table: Staging data - Vendor master for ICC data available in SAP. These include LIFNR (Account Number of Vendor or Creditor), DBBLOCKID (Company Code), BANKLAND (Bank country key), BANKNUMBER (Bank Keys).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /OPT/VIM_STG_LIF 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
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
DBBLOCKIDCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BANKLANDBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKNUMBERBank Keys BANKKCHAR15BANKKBNK
BANKACCOUNTBank account number BANKNCHAR18BANKN
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
COMPANYName 1 NAME1_GPCHAR35NAME
COMPANY1Name 2 NAME2_GPCHAR35NAME
STREETHouse number and street STRAS_GPCHAR35TEXT35
STATESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
ZIPPostal Code PSTLZCHAR10PSTLZ
CITYNAMECity ORT01_GPCHAR35TEXT35
POBOXPO Box PFACHCHAR10PFACH
ZIP1P.O. Box Postal Code PSTL2CHAR10PSTLZ
LANDCountry Key LAND1_GPCHAR3Assigned to domainLAND1C_LAND1
PHONEFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
FAXFax Number TELFXCHAR31TEXT31
BANKNAMEName of bank BANKACHAR60TEXT60
ESRNRISR Subscriber Number ESRNRCHAR11ESRNR
VATIDVAT Registration Number STCEGCHAR20STCEG
VATID1Tax Number 1 STCD1CHAR16STCD1
VATID2Tax Number 2 STCD2CHAR11STCD2
EMAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
WWWUniform Resource Locator URLCHAR132TEXT132
IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
SWIFTSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
BLACKLISTHandling Tax check /OPT/BLACKLISTCHAR2/OPT/BLACKLIST
RESERVE1Reserve /OPT/RESERVECHAR20CHAR20
RESERVE2Reserve /OPT/RESERVECHAR20CHAR20
CUSTOM1Custom /OPT/CUSTOMCHAR20CHAR20
CUSTOM2Custom /OPT/CUSTOMCHAR20CHAR20
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP table /OPT/VIM_STG_LIF using ABAP code

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

SELECT SINGLE *
FROM /OPT/VIM_STG_LIF
INTO CORRESPONDING FIELDS OF WA_/OPT/VIM_STG_LIF
WHERE...

How to access SAP table /OPT/VIM_STG_LIF

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